MCPcopy 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 */
795int
796sbuf_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_vpFunction · 0.85
stats_voistatdata_tostrFunction · 0.85
stats_v1_itercb_tostrFunction · 0.85
stats_v1_blob_tostrFunction · 0.85
sys_rctl_get_rulesFunction · 0.85
sys_rctl_get_limitsFunction · 0.85
corefile_openFunction · 0.85
sleepq_sbuf_print_stacksFunction · 0.85
mount_devctl_eventFunction · 0.85
ifconfFunction · 0.85
vxlan_ftable_sysctl_dumpFunction · 0.85
vxlan_ftable_entry_dumpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected