Searched defs:smb_lock (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/ |
H A D | smbsrv.c | 409 static int smb_lock(uintptr_t, uint_t, int, const mdb_arg_t *); 467 "print smb_lock_t information", smb_lock }, 1822 smb_lock(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function 1887 if (mdb_pwalk_dcmd("list", "smb_lock",
|
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | smb_ktypes.h | 1310 typedef struct smb_lock { struct 1325 struct smb_lock *l_blocked_by; /* Debug info only */
|
Completed in 57 milliseconds