Searched refs:ntstatus (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_status_tbl.c57 * Translate an ntstatus value to a meaningful text string. If there isn't
65 xlate_nt_status(unsigned int ntstatus) argument
71 key.value = ntstatus;
79 (void) sprintf(unknown, "0x%08X", ntstatus);
H A Dlibsmb.h51 #include <smb/ntstatus.h>
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_ssnsetup.c88 uint32_t ntstatus; local
97 err = smbfs_ssnsetup(ctx, NULL, NULL, &ntstatus, &action);
101 DPRINT("status 0x%x action 0x%x", ntstatus, (int)action);
102 if (ntstatus != 0)
105 ctx->ct_ntstatus = ntstatus;
120 uint32_t ntstatus; local
170 err = smbfs_ssnsetup(ctx, &lm_mbc, &nt_mbc, &ntstatus, &action);
174 DPRINT("status 0x%x action 0x%x", ntstatus, (int)action);
175 if (ntstatus != 0)
178 ctx->ct_ntstatus = ntstatus;
195 uint32_t ntstatus; local
[all...]
H A Dsmbfs_ssp.c57 #include <smb/ntstatus.h>
377 uint32_t ntstatus; local
394 &ntstatus, &action);
398 ctx->ct_ntstatus = ntstatus;
399 if (ntstatus == 0)
401 if (ntstatus != NT_STATUS_MORE_PROCESSING_REQUIRED) {
411 DPRINT("status 0x%x action 0x%x", ntstatus, (int)action);
H A Dsmbfs_iod_cl.c52 #include <smb/ntstatus.h>
H A Dsmbfs_gss.c613 uint32_t gss_flags, ntstatus; local
695 &ntstatus, &action) < 0) {
/osnet-11/usr/src/lib/libsmb/
H A DMakefile78 $(GENSRCS): common/smb_status_gen.awk $(SRC)/uts/common/smb/ntstatus.h
80 $(SRC)/uts/common/smb/ntstatus.h > $@

Completed in 23 milliseconds