Searched defs:smbw (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/nsmb/
H A Dnsmb.c85 smb_co_walk_data_t *smbw; local
91 smbw = mdb_alloc(sizeof (*smbw), UM_SLEEP | UM_GC);
92 wsp->walk_data = smbw;
99 smbw->pp = wsp->walk_addr;
100 smbw->level = level;
103 smbw->size = sizeof (smbw->u.co);
106 smbw->size = sizeof (smbw
183 smb_co_walk_data_t *smbw = wsp->walk_data; local
[all...]

Completed in 64 milliseconds