Searched defs:status (Results 976 - 1000 of 1989) sorted by relevance

<<31323334353637383940>>

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_dispatch.c311 * We treat some status codes as if "sticky", meaning
313 * all remaining commands get this status without even
315 * status is used above, and insufficient_resources is
701 * know something is returning bogus status codes.
1097 smbsr_status_smb2(smb_request_t *sr, DWORD status) argument
1109 smb2sr_put_error_data(sr, status, NULL);
1115 uint32_t status = smb_errno2status(errnum); local
1116 smb2sr_put_error_data(sr, status, NULL);
1120 smb2sr_put_error(smb_request_t *sr, uint32_t status) argument
1122 smb2sr_put_error_data(sr, status, NUL
1129 smb2sr_put_error_data(smb_request_t *sr, uint32_t status, mbuf_chain_t *mbc) argument
[all...]
H A Dsmb_dispatch.c1042 uint32_t status; local
1045 status = smb_errno2status(errnum);
1046 doserr = smb_status2doserr(status);
1048 err->status = status;
1061 * Report a request processing status (error or warning).
1064 smbsr_status(smb_request_t *sr, DWORD status, uint16_t errcls, uint16_t errcode) argument
1067 sr->smb_error.status = status;
1077 smbsr_status_smb2(sr, status);
1104 uint32_t status; local
[all...]
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmapd.c210 int status; local
234 status = -1;
235 (void) wait4(pid, &status, 0, NULL);
236 if (WIFEXITED(status))
237 _exit(WEXITSTATUS(status));
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_main.c175 * parent will report this error as the exit status.
242 int status, pfds[2]; local
261 * and returns non-zero exit status and the child is actually running.
284 * the appropriate exit status over the pipe or for the read to fail
286 * If the read fails, exit with either the child's exit status if it
292 if (read(pfds[0], &status, sizeof (status)) == sizeof (status))
293 _exit(status);
295 if (waitpid(pid, &status,
[all...]
H A Dsmbd_ntlmssp.c405 uint_t status = NT_STATUS_INTERNAL_ERROR; local
492 status = NT_STATUS_ACCESS_DENIED;
539 return (status);
/illumos-gate/usr/src/uts/intel/sys/
H A Dregset.h154 int status; /* status word saved at */ member in struct:__old_fpu::__anon511::__old_fpchip_state
/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_avl.c400 int status = UU_WALK_NEXT; local
408 while (status == UU_WALK_NEXT &&
410 status = (*func)(e, private);
413 if (status >= 0)
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_gld.c541 enum ioc_reply status; local
559 status = igb_loopback_ioctl(igb, iocp, mp);
563 status = IOC_INVAL;
570 switch (status) {
H A Digb_tx.c546 int status, i; local
554 status = ddi_dma_addr_bind_handle(tcb->tx_dma_handle, NULL,
559 if (status != DDI_DMA_MAPPED) {
1142 desc_done = tx_ring->tbd_ring[last_index].wb.status &
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_diskmgt.c223 uint32_t status = 0; local
232 /* Try to get the status */
236 if (match == NULL || nvpair_value_uint32(match, &status)) {
238 handle_error("could not get status of disk");
245 return (status != 0);
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_conn_sm.c83 idm_status_t status);
712 idm_state_s6_in_logout_success_snd_done(idm_pdu_t *pdu, idm_status_t status) argument
720 pdu->isp_status = status;
725 idm_state_s6_in_logout_fail_snd_done(idm_pdu_t *pdu, idm_status_t status) argument
733 pdu->isp_status = status;
982 idm_state_s9b_wait_snd_done_cb(idm_pdu_t *pdu, idm_status_t status) argument
990 pdu->isp_status = status;
1586 * the status.
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_gld.c1074 int status; local
1091 status = mac_register(mac, &i40e->i40e_mac_hdl);
1092 if (status != 0)
1093 i40e_error(i40e, "mac_register() returned %d", status);
1096 return (status == 0);
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_vf.c161 s32 status = hw->mac.ops.start_hw(hw); local
165 return status;
534 * ixgbe_check_mac_link_vf - Get link/speed status
559 /* if link status is down no point in checking to see if pf is up */
565 * before the link status is correct
598 /* msg is not CTS and is NACK we must have lost CTS status */
H A Dixgbe_x540.c209 s32 status; local
215 status = hw->mac.ops.stop_adapter(hw);
216 if (status != IXGBE_SUCCESS)
237 status = IXGBE_ERR_RESET_FAILED;
287 return status;
381 s32 status = IXGBE_SUCCESS; local
386 status = ixgbe_read_eerd_generic(hw, offset, data);
389 status = IXGBE_ERR_SWFW_SYNC;
392 return status;
407 s32 status local
432 s32 status = IXGBE_SUCCESS; local
458 s32 status = IXGBE_SUCCESS; local
562 s32 status; local
624 s32 status; local
673 s32 status; local
721 s32 status = IXGBE_ERR_EEPROM; local
871 s32 status = IXGBE_ERR_EEPROM; local
[all...]
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c644 int status, i; local
652 status = ddi_dma_addr_bind_handle(tcb->tx_dma_handle, NULL,
657 if (status != DDI_DMA_MAPPED) {
1271 desc_done = tx_ring->tbd_ring[last_index].wb.status &
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_service.c259 * hosts had a status change. The host can be either an
267 * Here we ignore this even/odd difference of status number
272 * containing NSM notification with status number update.
448 * If the lock needs to block, we return status blocked to
474 enum nlm4_stats status; local
487 status = nlm4_denied_nolocks;
507 status = nlm4_denied_nolocks;
516 status = nlm4_denied_grace_period;
532 status = nlm4_stale_fh;
540 status
[all...]
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Dopenfirm.c610 cell_t status; member in struct:__anon354
622 return (args.status);
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82571.c1510 * read the Base1000T status register If both are max then PHY is hung.
1655 u32 status; local
1663 status = E1000_READ_REG(hw, E1000_STATUS);
1673 if (!(status & E1000_STATUS_LU)) {
1710 * trust the Link Up (LU) status bit.
1712 if (status & E1000_STATUS_LU) {
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c360 * it simply boots, otherwise it returns the status of last EFI call.
372 EFI_STATUS status; local
374 status = load_loader(&mod, &dev, &loaderbuf, &loadersize, TRUE);
375 if (status != EFI_SUCCESS) {
376 status = load_loader(&mod, &dev, &loaderbuf, &loadersize,
378 if (status != EFI_SUCCESS) {
380 return (status);
396 status = mod->load(PATH_DOTCONFIG, dev, &buf, &bufsize);
397 if (status == EFI_NOT_FOUND)
398 status
473 EFI_STATUS status; local
539 EFI_STATUS status; local
573 EFI_STATUS status; local
739 EFI_STATUS status; local
[all...]
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dfruraw.c434 int status; local
483 if ((status = function(segs[each_seg].handle, args))
487 return (status);
621 int status; local
683 ((status = encrypt_func(FRU_DECRYPT,
686 return (status);
690 if ((status = function((fru_tag_t *)&packets[i].tag,
694 return (status);
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dacpica.c142 int status; local
158 if (ACPI_FAILURE(status = AcpiInitializeSubsystem()))
159 cmn_err(CE_WARN, "!AcpiInitializeSubsystem failed: %d", status);
162 if (ACPI_FAILURE(status = AcpiInitializeTables(NULL, 0, 0)))
163 cmn_err(CE_WARN, "!AcpiInitializeTables failed: %d", status);
424 ACPI_STATUS status; local
441 if (ACPI_FAILURE(status = AcpiLoadTables()))
444 if (ACPI_FAILURE(status = acpica_install_handlers()))
453 if (ACPI_FAILURE(status = AcpiEnableSubsystem(acpi_init_level)))
460 if (ACPI_FAILURE(status
599 ACPI_STATUS status; local
636 ACPI_STATUS status; local
800 ACPI_STATUS status; local
892 ACPI_STATUS status; local
[all...]
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetgrent.c557 nss_status_t status = NSS_NOTFOUND; local
603 ia->status = NSS_NETGR_FOUND;
604 status = NSS_SUCCESS;
627 return (status);
637 nss_status_t status = NSS_NOTFOUND; local
655 ia->status = NSS_NETGR_NO;
658 return (status);
671 ia->status = NSS_NETGR_NO;
674 if (ia->status == NSS_NETGR_FOUND)
768 nss_status_t status local
[all...]
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dattribute.c126 papi_status_t status = PAPI_OK; local
129 for (i = 0; ((collection[i] != NULL) && (status == PAPI_OK));
133 status = papiAttributeListAddValue(&result,
136 if ((status == PAPI_OK) && (a->values != NULL)) {
140 (status == PAPI_OK)); j++)
141 status = papiAttributeListAddValue(
148 if (status != PAPI_OK) {
480 papi_status_t status; local
486 status = papiAttributeListGetValue(list, iter, name,
488 if (status
498 papi_status_t status; local
516 papi_status_t status; local
534 papi_status_t status; local
555 papi_status_t status; local
576 papi_status_t status; local
595 papi_status_t status; local
614 papi_status_t status; local
995 papi_status_t status = PAPI_OK; local
1031 papi_status_t status; local
[all...]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetdfs.c188 uint32_t status; local
194 param->status = ERROR_ACCESS_DENIED;
199 param->status = ERROR_INVALID_PARAMETER;
210 param->status = ERROR_INVALID_PARAMETER;
214 status = dfs_path_parse(&path, uncpath, DFS_OBJECT_LINK);
215 if (status != ERROR_SUCCESS) {
216 param->status = status;
220 status = smb_name_validate_rpath(path.p_unc.unc_path);
221 if (status !
260 uint32_t status, stat; local
320 uint32_t status, stat; local
398 uint32_t status, stat; local
512 uint32_t status = ERROR_SUCCESS; local
772 uint32_t status; local
796 uint32_t status; local
827 uint32_t status; local
847 uint32_t status; local
870 uint32_t status; local
907 uint32_t status, flavor; local
1248 uint32_t status; local
1355 uint32_t status; local
[all...]
H A Dwinreg_svc.c323 param->status = ERROR_ACCESS_DENIED;
326 param->status = ERROR_SUCCESS;
352 param->status = ERROR_SUCCESS;
407 param->status = ERROR_ACCESS_DENIED;
417 param->status = ERROR_INVALID_HANDLE;
424 param->status = ERROR_NOT_ENOUGH_MEMORY;
443 param->status = ERROR_SUCCESS;
471 param->status = ERROR_SUCCESS;
477 param->status = ERROR_NOT_ENOUGH_MEMORY;
495 param->status
727 uint32_t status; local
767 uint32_t status = ERROR_SUCCESS; local
[all...]

Completed in 156 milliseconds

<<31323334353637383940>>