Searched refs:NT_STATUS_SUCCESS (Results 1 - 25 of 68) sorted by relevance

123

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_qinfo_quota.c45 uint32_t status = NT_STATUS_SUCCESS;
93 if (status == NT_STATUS_SUCCESS) {
98 if (status == NT_STATUS_SUCCESS) {
110 if (status != NT_STATUS_SUCCESS) {
114 status = NT_STATUS_SUCCESS;
H A Dsmb2_setinfo_sec.c65 return (NT_STATUS_SUCCESS);
68 if (status != NT_STATUS_SUCCESS)
H A Dsmb_nt_transact_quota.c92 uint32_t status = NT_STATUS_SUCCESS;
155 if (status == NT_STATUS_SUCCESS) {
160 if (status == NT_STATUS_SUCCESS) {
174 if (status != NT_STATUS_SUCCESS) {
178 status = NT_STATUS_SUCCESS;
186 return ((status == NT_STATUS_SUCCESS) ? SDRC_SUCCESS : SDRC_ERROR);
215 * (NT_STATUS_SUCCESS if successful).
224 uint32_t status = NT_STATUS_SUCCESS;
283 if (status == NT_STATUS_SUCCESS) {
297 if (status != NT_STATUS_SUCCESS) {
[all...]
H A Dsmb2_setinfo_quota.c42 uint32_t status = NT_STATUS_SUCCESS;
74 if (status == NT_STATUS_SUCCESS) {
H A Dsmb_lock_byte_range.c101 if (result != NT_STATUS_SUCCESS) {
H A Dsmb_unlock_byte_range.c87 if (result != NT_STATUS_SUCCESS) {
H A Dsmb_nt_transact_ioctl.c115 if (status != NT_STATUS_SUCCESS) {
128 return (NT_STATUS_SUCCESS);
218 return (NT_STATUS_SUCCESS);
255 return (NT_STATUS_SUCCESS);
303 return (NT_STATUS_SUCCESS);
326 return (NT_STATUS_SUCCESS);
H A Dsmb_quota.c71 uint32_t status = NT_STATUS_SUCCESS;
140 uint32_t status = NT_STATUS_SUCCESS;
221 uint32_t status = NT_STATUS_SUCCESS;
304 uint32_t status = NT_STATUS_SUCCESS;
349 if ((status == NT_STATUS_SUCCESS) &&
379 uint32_t status = NT_STATUS_SUCCESS;
408 if (reply.qr_status != NT_STATUS_SUCCESS) {
H A Dsmb_sd.c131 uint32_t status = NT_STATUS_SUCCESS;
170 if (status != NT_STATUS_SUCCESS) {
184 return (NT_STATUS_SUCCESS);
198 uint32_t status = NT_STATUS_SUCCESS;
251 if (status != NT_STATUS_SUCCESS)
263 if (status != NT_STATUS_SUCCESS) {
286 uint32_t status = NT_STATUS_SUCCESS;
H A Dsmb_create.c65 if (smb_common_create(sr) != NT_STATUS_SUCCESS)
107 if (smb_common_create(sr) != NT_STATUS_SUCCESS)
165 if (smb_common_create(sr) != NT_STATUS_SUCCESS)
H A Dsmb2_qinfo_sec.c64 if (status != NT_STATUS_SUCCESS)
H A Dsmb_locking_andx.c326 if (result != NT_STATUS_SUCCESS) {
344 if (result != NT_STATUS_SUCCESS) {
361 if (result != NT_STATUS_SUCCESS) {
379 if (result != NT_STATUS_SUCCESS) {
H A Dsmb_lock.c87 * NT_STATUS_SUCCESS - Lock range performed successfully.
88 * !NT_STATUS_SUCCESS - Error in unlock range operation.
103 if (status != NT_STATUS_SUCCESS) {
135 * NT_STATUS_SUCCESS - Lock range performed successfully.
136 * !NT_STATUS_SUCCESS - Error in lock range operation.
150 uint32_t result = NT_STATUS_SUCCESS;
164 (result == NT_STATUS_SUCCESS) ||
194 if (result != NT_STATUS_SUCCESS) {
251 if (result == NT_STATUS_SUCCESS)
266 * NT_STATUS_SUCCESS loc
[all...]
H A Dsmb_dfs.c156 if (status != NT_STATUS_SUCCESS)
303 return (NT_STATUS_SUCCESS);
383 return (NT_STATUS_SUCCESS);
449 return (NT_STATUS_SUCCESS);
511 return (NT_STATUS_SUCCESS);
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dmlsvc_util.c76 if (status != NT_STATUS_SUCCESS) {
159 if (status != NT_STATUS_SUCCESS) {
186 if (status != NT_STATUS_SUCCESS) {
213 status = NT_STATUS_SUCCESS;
234 if (status != NT_STATUS_SUCCESS)
331 if (status != NT_STATUS_SUCCESS)
341 if (status != NT_STATUS_SUCCESS)
346 if (status != NT_STATUS_SUCCESS) {
359 if (status != NT_STATUS_SUCCESS) {
368 if (status != NT_STATUS_SUCCESS) {
[all...]
H A Ddssetup_svc.c129 if (status != NT_STATUS_SUCCESS) {
134 param->status = NT_STATUS_SUCCESS;
203 return (NT_STATUS_SUCCESS);
232 return (NT_STATUS_SUCCESS);
H A Dsamlib.c127 if (status != NT_STATUS_SUCCESS)
131 if (status != NT_STATUS_SUCCESS)
137 if (status != NT_STATUS_SUCCESS)
193 if (status == NT_STATUS_SUCCESS) {
196 if (status == NT_STATUS_SUCCESS)
302 if (status != NT_STATUS_SUCCESS)
H A Dlsar_svc.c169 param->status = NT_STATUS_SUCCESS;
195 param->status = NT_STATUS_SUCCESS;
341 param->status = NT_STATUS_SUCCESS;
392 param->status = NT_STATUS_SUCCESS;
429 param->status = NT_STATUS_SUCCESS;
469 param->status = NT_STATUS_SUCCESS;
524 DWORD status = NT_STATUS_SUCCESS;
582 status = NT_STATUS_SUCCESS;
602 status = NT_STATUS_SUCCESS;
611 if (status != NT_STATUS_SUCCESS)
[all...]
H A Dlsalib.c72 * NT_STATUS_SUCCESS Account is successfully translated
104 if (status == NT_STATUS_SUCCESS)
111 return ((status == NT_STATUS_SUCCESS) ? status : NT_STATUS_NONE_MAPPED);
129 return ((status == NT_STATUS_SUCCESS) ? status : NT_STATUS_NONE_MAPPED);
252 status = NT_STATUS_SUCCESS;
293 status = NT_STATUS_SUCCESS;
305 * NT_STATUS_SUCCESS Account is translated successfully
339 return (NT_STATUS_SUCCESS);
449 return (NT_STATUS_SUCCESS);
504 * NT_STATUS_SUCCESS Accoun
[all...]
H A Dmlsvc_domain.c451 if (ret == NT_STATUS_SUCCESS)
454 if (tmp == NT_STATUS_SUCCESS)
457 if (tmp == NT_STATUS_SUCCESS)
465 return (NT_STATUS_SUCCESS);
481 if (status != NT_STATUS_SUCCESS)
515 return ((use) ? NT_STATUS_SUCCESS : NT_STATUS_UNSUCCESSFUL);
H A Dlsar_clnt.c152 if (status == NT_STATUS_SUCCESS) {
163 if (status != NT_STATUS_SUCCESS)
334 status = NT_STATUS_SUCCESS;
345 status = NT_STATUS_SUCCESS;
360 status = NT_STATUS_SUCCESS;
434 if (status == NT_STATUS_SUCCESS) {
492 uint32_t status = NT_STATUS_SUCCESS;
506 if (arg.status != NT_STATUS_SUCCESS) {
546 uint32_t status = NT_STATUS_SUCCESS;
561 if (arg.status != NT_STATUS_SUCCESS) {
[all...]
H A Dsamr_svc.c297 param->status = NT_STATUS_SUCCESS;
320 if (status == NT_STATUS_SUCCESS) {
323 param->status = NT_STATUS_SUCCESS;
374 return (NT_STATUS_SUCCESS);
497 param->status = NT_STATUS_SUCCESS;
502 param->status = NT_STATUS_SUCCESS;
524 param->status = NT_STATUS_SUCCESS;
560 uint32_t status = NT_STATUS_SUCCESS;
576 if (status != NT_STATUS_SUCCESS) {
596 param->status = NT_STATUS_SUCCESS;
[all...]
H A Dmlsvc_init.c56 if (smb_logon_init() != NT_STATUS_SUCCESS)
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_sd.c182 return (NT_STATUS_SUCCESS);
198 uint32_t status = NT_STATUS_SUCCESS;
206 if (error != NT_STATUS_SUCCESS) {
227 uint32_t status = NT_STATUS_SUCCESS;
254 uint32_t status = NT_STATUS_SUCCESS;
262 if (error != NT_STATUS_SUCCESS) {
283 uint32_t status = NT_STATUS_SUCCESS;
336 if (status != NT_STATUS_SUCCESS)
348 if (status != NT_STATUS_SUCCESS) {
371 uint32_t status = NT_STATUS_SUCCESS;
[all...]
H A Dsmb_sam.c135 return (NT_STATUS_SUCCESS);
145 if (status != NT_STATUS_SUCCESS)
151 if (status != NT_STATUS_SUCCESS)
158 if (status == NT_STATUS_SUCCESS)
166 if (status != NT_STATUS_SUCCESS)
186 return (NT_STATUS_SUCCESS);
239 return (NT_STATUS_SUCCESS);
290 return (NT_STATUS_SUCCESS);
349 return (NT_STATUS_SUCCESS);
431 return (NT_STATUS_SUCCESS);
[all...]

Completed in 66 milliseconds

123