Home
last modified time | relevance | path

Searched refs:NT_STATUS_NOTIFY_ENUM_DIR (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_notify.c251 if (status == NT_STATUS_NOTIFY_ENUM_DIR && in smb_notify_act1()
330 ASSERT(status != NT_STATUS_NOTIFY_ENUM_DIR); in smb_notify_act2()
398 if (status == NT_STATUS_NOTIFY_ENUM_DIR && in smb_notify_act3()
434 status = NT_STATUS_NOTIFY_ENUM_DIR; in smb_notify_get_events()
438 status = NT_STATUS_NOTIFY_ENUM_DIR; in smb_notify_get_events()
461 status = NT_STATUS_NOTIFY_ENUM_DIR; in smb_notify_get_events()
482 status = NT_STATUS_NOTIFY_ENUM_DIR; in smb_notify_get_events()
/illumos-gate/usr/src/uts/common/smb/
H A Dntstatus.h114 #define NT_STATUS_NOTIFY_ENUM_DIR 0x0000010C macro
/illumos-gate/usr/src/common/smbclnt/
H A Dsmb_status2winerr.c393 NT_STATUS_NOTIFY_ENUM_DIR, ERROR_NOTIFY_ENUM_DIR,