Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dnterr.h223 #define NT_STATUS_PIPE_DISCONNECTED 0xC0000000 | 0x00b0 macro
H A Dnterr.c250 {"NT_STATUS_PIPE_DISCONNECTED", NT_STATUS_PIPE_DISCONNECTED},
H A Dnetmisc.c406 ERRDOS, ERRnotconnected, NT_STATUS_PIPE_DISCONNECTED}, {
/linux-6.15/fs/smb/server/
H A Dnterr.h213 #define NT_STATUS_PIPE_DISCONNECTED (0xC0000000 | 0x00b0) macro