Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/smbclnt/
H A Dsmb_status2winerr.c249 NT_STATUS_INSTANCE_NOT_AVAILABLE, ERROR_PIPE_BUSY,
475 NT_STATUS_PIPE_BUSY, ERROR_PIPE_BUSY,
481 NT_STATUS_PIPE_NOT_AVAILABLE, ERROR_PIPE_BUSY,
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_subrs.c513 {ERRDOS, ERROR_PIPE_BUSY, NT_STATUS_INSTANCE_NOT_AVAILABLE},
514 {ERRDOS, ERROR_PIPE_BUSY, NT_STATUS_PIPE_NOT_AVAILABLE},
516 {ERRDOS, ERROR_PIPE_BUSY, NT_STATUS_PIPE_BUSY},
/illumos-gate/usr/src/uts/common/smb/
H A Dnterror.h263 #define ERROR_PIPE_BUSY 231 macro