nt_err_desc       549 source3/libsmb/nterr.c nt_err_code_struct nt_err_desc[] =
nt_err_desc       688 source3/libsmb/nterr.c 	while (nt_err_desc[idx].nt_errstr != NULL) {
nt_err_desc       689 source3/libsmb/nterr.c 		if (NT_STATUS_V(nt_err_desc[idx].nt_errcode) == NT_STATUS_V(nt_code)) {
nt_err_desc       690 source3/libsmb/nterr.c                         return nt_err_desc[idx].nt_errstr;
nt_err_desc       721 source4/libcli/util/nterr.c static const nt_err_code_struct nt_err_desc[] =
nt_err_desc       852 source4/libcli/util/nterr.c 	while (nt_err_desc[idx].nt_errstr != NULL) {
nt_err_desc       853 source4/libcli/util/nterr.c 		if (NT_STATUS_V(nt_err_desc[idx].nt_errcode) == NT_STATUS_V(nt_code)) {
nt_err_desc       854 source4/libcli/util/nterr.c                         return nt_err_desc[idx].nt_errstr;