Home
last modified time | relevance | path

Searched refs:s_name (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/sys/
H A Dsmr.h68 const char *s_name; /* Name for debugging/reporting. */ member
114 ("smr_enter(%s) lazy smr.", smr->c_shared->s_name)); in smr_enter()
117 smr->c_shared->s_name)); in smr_enter()
149 ("smr_exit(%s) lazy smr.", smr->c_shared->s_name)); in smr_exit()
151 ("smr_exit(%s) not in a smr section.", smr->c_shared->s_name)); in smr_exit()
175 ("smr_lazy_enter(%s) non-lazy smr.", smr->c_shared->s_name)); in smr_lazy_enter()
178 smr->c_shared->s_name)); in smr_lazy_enter()
200 ("smr_lazy_enter(%s) non-lazy smr.", smr->c_shared->s_name)); in smr_lazy_exit()
202 ("smr_lazy_exit(%s) not in a smr section.", smr->c_shared->s_name)); in smr_lazy_exit()
/f-stack/tools/compat/include/
H A Dnetdb.h129 char *s_name; /* official service name */ member
/f-stack/freebsd/kern/
H A Dsubr_smr.c595 s->s_name = name; in smr_create()
/f-stack/tools/netstat/
H A Dsctp.c145 "%.15s ", sp ? sp->s_name : "*"); in sctp_print_address()
H A Dinet6.c1307 "%.15s", sp ? sp->s_name : "*");
H A Dinet.c1443 "%.15s ", sp ? sp->s_name : "*"); in inetprint()
/f-stack/tools/ipfw/
H A Dipfw2.c888 bprintf(bp, "%s", se->s_name); in print_port()