Home
last modified time | relevance | path

Searched refs:NT_STATUS_PIPE_BUSY (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/smb/client/
H A Dnterr.h221 #define NT_STATUS_PIPE_BUSY 0xC0000000 | 0x00ae macro
H A Dnterr.c248 {"NT_STATUS_PIPE_BUSY", NT_STATUS_PIPE_BUSY},
H A Dnetmisc.c404 ERRDOS, ERRpipebusy, NT_STATUS_PIPE_BUSY}, {
/linux-6.15/fs/smb/server/
H A Dnterr.h211 #define NT_STATUS_PIPE_BUSY (0xC0000000 | 0x00ae) macro