Searched refs:s_name (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | smr.h | 68 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 D | netdb.h | 129 char *s_name; /* official service name */ member
|
| /f-stack/freebsd/kern/ |
| H A D | subr_smr.c | 595 s->s_name = name; in smr_create()
|
| /f-stack/tools/netstat/ |
| H A D | sctp.c | 145 "%.15s ", sp ? sp->s_name : "*"); in sctp_print_address()
|
| H A D | inet6.c | 1307 "%.15s", sp ? sp->s_name : "*");
|
| H A D | inet.c | 1443 "%.15s ", sp ? sp->s_name : "*"); in inetprint()
|
| /f-stack/tools/ipfw/ |
| H A D | ipfw2.c | 888 bprintf(bp, "%s", se->s_name); in print_port()
|