Searched defs:status (Results 776 - 800 of 1989) sorted by relevance

<<31323334353637383940>>

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetr_auth.c133 * Returns 0 or NT status
139 DWORD status; local
143 status = ndr_rpc_bind(netr_handle, server, domain, user, "NETR");
145 return (status);
181 if (arg.status != 0) {
182 ndr_rpc_status(netr_handle, opnum, arg.status);
248 if (arg.status != 0) {
249 ndr_rpc_status(netr_handle, opnum, arg.status);
485 * Possible status values:
529 if (arg.status !
[all...]
H A Dnetr_logon.c87 uint32_t status = NT_STATUS_NO_MEMORY; local
100 status = RPC_NT_PROTOCOL_ERROR;
104 status = netr_setup_token_info3(&info.info3, token);
113 return (status);
174 * this function must return without updating the status.
177 * access token and the status will be NT_STATUS_SUCCESS.
183 uint32_t status; local
206 status = netlogon_logon(user_info, token);
211 status = NT_STATUS_REQUEST_ABORTED;
215 if (status !
233 uint32_t status; local
291 uint32_t status; local
387 uint32_t status; local
727 uint32_t status; local
[all...]
H A Dsamlib.c77 * Returns NT status codes.
97 * Returns NT status codes.
108 DWORD status; local
121 status = NT_STATUS_CANT_ACCESS_DOMAIN_INFO;
125 status = samr_open_domain(&samr_handle, SAM_LOOKUP_INFORMATION,
127 if (status != NT_STATUS_SUCCESS)
130 status = samr_lookup_domain_names(&domain_handle, account_name, &ainfo);
131 if (status != NT_STATUS_SUCCESS)
135 status = samr_open_user(&domain_handle, access_mask,
137 if (status !
171 DWORD status; local
218 DWORD status; local
296 DWORD status; local
[all...]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_query_dir.c78 uint32_t status; local
101 status = smb2sr_lookup_fid(sr, &smb2fid);
102 if (status)
112 status = NT_STATUS_OBJECT_PATH_INVALID;
123 status = NT_STATUS_OBJECT_PATH_INVALID;
131 status = NT_STATUS_OBJECT_PATH_INVALID;
173 status = NT_STATUS_INVALID_INFO_CLASS;
190 status = smb_odir_openfh(sr, pattern, sattr, &od);
195 if (status == 0)
196 status
286 uint32_t status = 0; local
[all...]
H A Dsmb_authenticate.c63 uint32_t status; local
78 if ((status = smb_authsock_open(user)) != 0)
84 if ((status = smb_auth_do_clinfo(sr)) != 0)
90 if ((status = smb_auth_do_oldreq(sr)) != 0)
96 if ((status = smb_auth_get_token(sr)) != 0)
103 return (status);
122 uint32_t status; local
150 status = RPC_NT_BAD_STUB_DATA;
156 status = smb_authsock_sendrecv(user, &msg_hdr, sbuf, &rbuf);
157 if (status !
230 uint32_t status; local
355 uint32_t status; local
392 uint32_t status; local
526 uint32_t status; local
601 uint32_t status; local
[all...]
H A Dsmb_common_open.c184 uint32_t status = NT_STATUS_SUCCESS; local
194 status = smb_open_subr(sr);
195 if (status != NT_STATUS_SHARING_VIOLATION)
201 if (status == NT_STATUS_NO_SUCH_FILE)
202 status = NT_STATUS_OBJECT_NAME_NOT_FOUND;
205 return (status);
226 * This function returns NT status codes.
304 uint32_t status = NT_STATUS_SUCCESS; local
364 status = RPC_NT_SERVER_TOO_BUSY;
365 return (status);
[all...]
H A Dsmb_dfs.c103 uint32_t status; local
155 status = smb_dfs_referrals_get(sr, path, reftype, &refrsp);
156 if (status != NT_STATUS_SUCCESS)
157 return (status);
168 status = smb_dfs_encode_refv1(sr, fsctl->out_mbc, referrals);
172 status = smb_dfs_encode_refv2(sr, fsctl->out_mbc, referrals);
176 status = smb_dfs_encode_refv3x(sr, fsctl->out_mbc, referrals,
182 status = smb_dfs_encode_refv3x(sr, fsctl->out_mbc, referrals,
189 return (status);
H A Dsmb_find.c234 uint32_t status; local
296 status = smb_odir_openpath(sr, pn->pn_path, sattr, 0, &od);
297 if (status != 0) {
298 if (status == NT_STATUS_ACCESS_DENIED)
418 uint32_t status; local
453 status = smb_odir_openpath(sr, pn->pn_path, sattr, 0, &od);
454 if (status != 0) {
455 smbsr_error(sr, status, 0, 0);
638 uint32_t status; local
666 status
[all...]
H A Dsmb_lock.c98 uint32_t status; local
102 status = smb_lock_range_ulckrules(sr, node, start, length, &lock);
103 if (status != NT_STATUS_SUCCESS) {
110 return (status);
118 return (status);
279 int status = NT_STATUS_SUCCESS; local
300 status = NT_STATUS_FILE_LOCK_CONFLICT;
304 return (status);
520 * return status:
534 uint32_t status local
703 uint32_t status = NT_STATUS_RANGE_NOT_LOCKED; local
[all...]
H A Dsmb_opipe.c137 * an error status from the service and return that.
148 uint32_t status; local
155 errp->status = NT_STATUS_INTERNAL_ERROR;
172 * status reponse, we have probably run into the limit
173 * on the number of open pipes. That's this status:
175 errp->status = NT_STATUS_PIPE_NOT_AVAILABLE;
184 rc = ksocket_recv(opipe->p_socket, &status, sizeof (status), 0,
186 if (rc != 0 || iocnt != sizeof (status))
190 * Return the status w
468 uint32_t status; local
496 uint32_t status; local
[all...]
H A Dsmb_query_fileinfo.c284 * the appropriate error status code (which differs by caller).
394 uint32_t status; local
531 status = smb_query_stream_info(sr, &xa->rep_data_mb, qinfo);
532 if (status)
533 smbsr_status(sr, status, 0, 0);
636 uint32_t status = 0; local
654 status = smb_odir_openat(sr, fnode, &od);
655 switch (status) {
664 return (status);
683 status
[all...]
H A Dsmb_quota.c71 uint32_t status = NT_STATUS_SUCCESS; local
80 status = smb_quota_decode_sids(mbc, sid_list);
91 status = NT_STATUS_INVALID_PARAMETER;
95 status = NT_STATUS_INVALID_PARAMETER;
99 return (status);
140 uint32_t status = NT_STATUS_SUCCESS; local
151 status = NT_STATUS_INVALID_PARAMETER;
156 status = NT_STATUS_INVALID_PARAMETER;
163 status = NT_STATUS_INVALID_PARAMETER;
176 return (status);
221 uint32_t status = NT_STATUS_SUCCESS; local
304 uint32_t status = NT_STATUS_SUCCESS; local
379 uint32_t status = NT_STATUS_SUCCESS; local
[all...]
H A Dsmb_trans2_find.c289 uint32_t status; local
328 status = smb_odir_openpath(sr, pn->pn_path, sattr, odir_flags, &od);
329 if (status != 0) {
330 smbsr_error(sr, status, 0, 0);
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Ddosys.cc40 #include <sys/wait.h> /* WIFEXITED(status) */
413 * the returned status when the child process terminates.
435 int status; local
445 while ((pid = wait(&status)) != running_pid) {
453 if (status == 0) {
456 warning_mksh("I'm in await(), and status is 0.");
463 warning_mksh("I'm in await(), and status is *NOT* 0.");
467 exit_status = WEXITSTATUS(status);
473 termination_signal = WTERMSIG(status);
474 core_dumped = WCOREDUMP(status);
531 int status; local
[all...]
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd.h134 uint32_t status; member in struct:smbd_arg
/illumos-gate/usr/src/uts/intel/sys/
H A Dmcontext.h111 uint32_t status; /* sw at exception */ member in struct:_fpu::__anon505::_fpchip_state
131 uint32_t status; /* saved at exception */ member in struct:_fpu::__anon507::_fpchip_state
132 uint32_t mxcsr; /* SSE control and status */
155 uint32_t status; /* saved at exception */ member in struct:fpu32::__anon508::fpchip32_state
156 uint32_t mxcsr; /* SSE control and status */
/illumos-gate/usr/src/cmd/mdb/common/modules/uhci/
H A Duhci.c481 int status; local
491 status = wsp->walk_callback(wsp->walk_addr, wsp->walk_data,
519 return (status);
559 int status; local
572 status = wsp->walk_callback(wsp->walk_addr, wsp->walk_data,
602 return (status);
/illumos-gate/usr/src/cmd/ptools/ptime/
H A Dptime.c91 int status; local
172 (void) waitpid(pid, &status, 0);
174 if (WIFEXITED(status))
175 return (WEXITSTATUS(status));
177 if (WIFSIGNALED(status)) {
178 int sig = WTERMSIG(status);
186 return (status | WCOREFLG); /* see time(1) */
/illumos-gate/usr/src/lib/libc/i386/threads/
H A Dmachdep.c176 lwpstatus_t status; local
178 if (getlwpstatus(ulwp->ul_lwpid, &status) == 0) {
179 rs[EIP] = status.pr_reg[EIP];
180 rs[EDI] = status.pr_reg[EDI];
181 rs[ESI] = status.pr_reg[ESI];
182 rs[EBP] = status.pr_reg[EBP];
183 rs[EBX] = status.pr_reg[EBX];
184 rs[UESP] = status.pr_reg[UESP];
198 lwpstatus_t status; local
200 if (getlwpstatus(ulwp->ul_lwpid, &status)
[all...]
/illumos-gate/usr/src/cmd/dfs.cmds/sharectl/
H A Dsharectl.c113 ret = gettext("status\t[<proto>]...");
357 * able to return an error status on
386 char *status; local
389 status = sa_get_protocol_status(proto);
391 (void) printf("%s\t%s", proto, status ? gettext(status) : "-");
392 if (status != NULL)
393 free(status);
443 /* status for all protocols */
534 {"status",
[all...]
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_door.c323 * then only return a status code.
337 /* Add snapshot and successful status to results */
370 int rv, state, old_state, status; local
400 status = changestate(path, connection, state, flags, &old_state, &root);
401 dprintf("cmd_changestate: changestate() == %d\n", status);
405 old_state, status);
428 return (status);
435 return (status);
439 if ((nvlist_add_int32(results, HPD_STATUS, status) != 0) ||
445 return (status);
468 int status; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/piclsbl/
H A Dpiclsbl.c117 int status = -1; local
121 status = ptree_get_propval_by_name(node, "Path", (void *)&path,
123 if (status != PICL_SUCCESS) {
209 int status = -1; local
255 status = ptree_walk_tree_by_class(root_node, "disk", (void *)&lookup,
257 if (status != PICL_SUCCESS)
262 status = ptree_get_propval_by_name(lookup.disk, "Location",
264 if (status != PICL_SUCCESS) {
349 if (resp_ptr->status == PCP_SBL_ERROR) {
/illumos-gate/usr/src/test/os-tests/tests/spoof-ras/
H A Dspoof-ras.c419 /* Give time for probe to fire before checking status */
440 int childstat = 0, status = 0; local
458 status = WEXITSTATUS(childstat);
459 if (status != 0) {
460 warnx("Child process %s exited with %d", path, status);
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82543.c279 * e1000_tbi_compatibility_enabled_82543 - Returns TBI compat status
282 * Returns the current status of 10-bit Interface (TBI) compatibility
331 * e1000_tbi_sbp_enabled_82543 - Returns TBI SBP status
334 * Returns the current status of 10-bit Interface (TBI) store bad packet (SBP)
377 * e1000_init_phy_disabled_82543 - Returns init PHY status
380 * Returns the current status of whether PHY initialization is disabled.
1113 * Check link status. Wait up to 100 microseconds for link to become
1233 * status change interrupt which will happened due to the
1336 u32 rxcw, ctrl, status; local
1342 status
[all...]
H A De1000_i210.c238 s32 status = E1000_SUCCESS; local
250 status = e1000_read_nvm_eerd(hw, offset, count,
254 status = E1000_ERR_SWFW_SYNC;
257 if (status != E1000_SUCCESS)
261 return status;
283 s32 status = E1000_SUCCESS; local
295 status = e1000_write_nvm_srwr(hw, offset, count,
299 status = E1000_ERR_SWFW_SYNC;
302 if (status != E1000_SUCCESS)
306 return status;
378 s32 status = -E1000_ERR_INVM_VALUE_NOT_FOUND; local
500 s32 status = E1000_SUCCESS; local
[all...]

Completed in 167 milliseconds

<<31323334353637383940>>