Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ sbuf_error
Function
sbuf_error
freebsd/kern/subr_sbuf.c:795–800 ·
view source on GitHub ↗
* Check if an sbuf has an error. */
Source
from the content-addressed store, hash-verified
793
* Check if an sbuf has an error.
794
*/
795
int
796
sbuf_error(const struct sbuf *s)
797
{
798
799
return (s->s_error);
800
}
801
802
/*
803
* Finish off an sbuf.
Callers
12
audit_canon_path_vp
Function · 0.85
stats_voistatdata_tostr
Function · 0.85
stats_v1_itercb_tostr
Function · 0.85
stats_v1_blob_tostr
Function · 0.85
sys_rctl_get_rules
Function · 0.85
sys_rctl_get_limits
Function · 0.85
corefile_open
Function · 0.85
sleepq_sbuf_print_stacks
Function · 0.85
mount_devctl_event
Function · 0.85
ifconf
Function · 0.85
vxlan_ftable_sysctl_dump
Function · 0.85
vxlan_ftable_entry_dump
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected