Home
last modified time | relevance | path

Searched refs:c_name (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dcallb.c58 char c_name[CB_MAXNAME+1]; /* debug:max func name length */ member
163 (void) strncpy(cp->c_name, name, CB_MAXNAME); in callb_add_common()
164 cp->c_name[CB_MAXNAME] = '\0'; in callb_add_common()
279 cp->c_name, (void *)cp->c_func, (void *)cp->c_arg); in callb_execute_class()
285 ret = cp->c_name; in callb_execute_class()
/f-stack/freebsd/sys/
H A Dsyslog.h70 const char *c_name; member
/f-stack/tools/ifconfig/
H A Difconfig.h63 const char *c_name; member
H A Difconfig.c938 if (strcmp(name, p->c_name) == 0) { in cmd_lookup()
1065 p->c_name); in ifconfig()
1075 p->c_name); in ifconfig()