Home
last modified time | relevance | path

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

/freebsd/sys/netsmb/
H A Dsmb_conn.h203 SLIST_ENTRY(smb_connobj)co_next;
208 #define SMBCO_FOREACH(var, cp) SLIST_FOREACH((var), &(cp)->co_children, co_next)
H A Dsmb_conn.c269 SLIST_REMOVE(&parent->co_children, cp, smb_connobj, co_next); in smb_co_gone()
379 SLIST_INSERT_HEAD(&parent->co_children, child, co_next); in smb_co_addchild()
/freebsd/sys/dev/aac/
H A Daac.c3217 struct aac_container *co, *co_next; in aac_handle_aif() local
3307 co_next = TAILQ_NEXT(co, co_link); in aac_handle_aif()
3313 co = co_next; in aac_handle_aif()
/freebsd/sys/dev/aacraid/
H A Daacraid.c3122 struct aac_container *co, *co_next; in aac_handle_aif() local
3208 co_next = TAILQ_NEXT(co, co_link); in aac_handle_aif()
3213 co = co_next; in aac_handle_aif()