Searched refs:co_children (Results 1 - 3 of 3) sorted by relevance
| /illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
| H A D | smb_conn.c | 129 SLIST_INIT(&cp->co_children); 140 ASSERT(SLIST_EMPTY(&cp->co_children)); 163 SLIST_INSERT_HEAD(&parent->co_children, child, co_next); 197 ASSERT(SLIST_EMPTY(&co->co_children)); 232 ASSERT(SLIST_FIRST(&parent->co_children)); 233 if (SLIST_FIRST(&parent->co_children)) { 234 SLIST_REMOVE(&parent->co_children, co, 448 SLIST_FOREACH(co, &smb_vclist.co_children, co_next) { 573 SLIST_FOREACH(co, &(VCTOCP(vcp)->co_children), co_next) { 686 SLIST_FOREACH(co, &(VCTOCP(vcp)->co_children), co_nex [all...] |
| H A D | smb_conn.h | 126 /* this.co_lock protects the co_children list */ 127 SLIST_HEAD(, smb_connobj) co_children; member in struct:smb_connobj
|
| /illumos-gate/usr/src/cmd/mdb/common/modules/nsmb/ |
| H A D | nsmb.c | 130 wsp->walk_addr = (uintptr_t)smbw->u.co.co_children.slh_first;
|
Completed in 363 milliseconds