Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dcallb.c50 struct callb *c_next; /* next in class or on freelist */ member
115 ct->ct_freelist = cp->c_next; in callb_fini()
151 ct->ct_freelist = cp->c_next; in callb_add_common()
169 cp->c_next = ct->ct_first_cb[class]; in callb_add_common()
218 pp = &(*pp)->c_next; in callb_delete()
239 *pp = me->c_next; in callb_delete()
243 me->c_next = ct->ct_freelist; in callb_delete()
267 cp != NULL && ret == 0; cp = cp->c_next) { in callb_execute_class()
/f-stack/tools/ifconfig/
H A Difconfig.h73 struct cmd *c_next; member
H A Difconfig.c928 p->c_next = cmds; in cmd_register()
937 for (p = cmds; p != NULL; p = p->c_next) in cmd_lookup()
/f-stack/lib/
H A Dff_kern_timeout.c1090 for (p = calltodo.c_next; p != NULL; p = p->c_next) { in adjust_timeout_calltodo()