Home
last modified time | relevance | path

Searched refs:status (Results 2351 – 2375 of 2758) sorted by relevance

1...<<919293949596979899100>>...111

/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c357 jstring status = NULL; in dtj_prochandler() local
409 status = (*jenv)->NewStringUTF(jenv, statusname); in dtj_prochandler()
417 (*jenv)->DeleteLocalRef(jenv, status); in dtj_prochandler()
423 pid, status, signal, signalName, NULL, message); in dtj_prochandler()
424 (*jenv)->DeleteLocalRef(jenv, status); in dtj_prochandler()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.c1315 int status; in tgt_request_continue() local
1323 status = tgt_continue(t, tsp, t_cont); in tgt_request_continue()
1324 } while (status == 0 && (t->t_flags & T_CONT_BITS)); in tgt_request_continue()
1326 if (status == 0) { in tgt_request_continue()
1344 return (status); in tgt_request_continue()
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c1316 arg.status = res; in _switch_gethostbyname_r()
1338 arg.status = res; in _switch_getipnodebyname_r()
1360 arg.status = res; in _switch_gethostbyaddr_r()
1380 arg.status = res; in _switch_getipnodebyaddr_r()
1406 arg.status = res; in _switch_getservbyname_r()
1423 arg.status = res; in _switch_getservbyport_r()
/illumos-gate/usr/src/boot/forth/
H A Dmenu.4th92 \ Menu initialization status variables
102 \ Boolean option status variables
112 \ Array option status variables
386 \ Initialize the OsConsole option status.
412 \ Initialize the ACPI option status.
438 \ Initialize the kmdb option status.
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.c540 return (cp->status(id, stat)); in drmach_device_status()
553 bp->cm.status = drmach_board_status; in drmach_board_new()
991 ip->dev.cm.status = drmach_io_status; in drmach_io_new()
1070 cp->dev.cm.status = drmach_cpu_status; in drmach_cpu_new()
1273 mp->dev.cm.status = drmach_mem_status; in drmach_mem_new()
1688 err = cp->status(id, stat); in drmach_status()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.c666 add_pkt_lif(dhcp_pkt_t *dpkt, dhcp_lif_t *lif, int status, const char *msg) in add_pkt_lif() argument
744 if (status != DHCPV6_STAT_SUCCESS || msg != NULL) { in add_pkt_lif()
748 *statusopt = htons(status); in add_pkt_lif()
/illumos-gate/usr/src/uts/i86pc/io/fipe/
H A Dfipe_pm.c505 uint32_t status; in fipe_ioat_cancel() local
519 status = ddi_get32(handle, in fipe_ioat_cancel()
521 if (status & 0x1) { in fipe_ioat_cancel()
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c725 int old_hrtime_stamp, status; in apic_gethrtime() local
771 while ((status = apic_reg_ops->apic_read(APIC_INT_CMD1)) in apic_gethrtime()
776 if (status & AV_REMOTE_STATUS) /* 1 = valid */ in apic_gethrtime()
/illumos-gate/usr/src/lib/libmlrpc/common/
H A Drpcpdu.ndl610 DWORD status; /* 24:04 run-time fault code or 0 */
615 /* stub-data here if status==0. We do not use this mode. */
623 /* Fault status code (X/Open CAE Spec Appendix E) */
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_ofile.c1814 uint32_t status; in smb_ofile_set_delete_on_close() local
1819 status = smb_oplock_break_SETINFO(of->f_node, of, in smb_ofile_set_delete_on_close()
1821 if (status == NT_STATUS_OPLOCK_BREAK_IN_PROGRESS) { in smb_ofile_set_delete_on_close()
/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c1570 map_granted_status(perm_status_t status, permcheck_t *pcp, in map_granted_status() argument
1576 switch (status) { in map_granted_status()
3397 smf_annotation_event(int status, int return_val) in smf_annotation_event() argument
3428 if (adt_put_event(event, status, return_val) == 0) { in smf_annotation_event()
3459 smf_annotation_event(status, return_val); in smf_audit_event()
3617 if (adt_put_event(event, status, return_val) != 0) { in smf_audit_event()
3661 smf_audit_event(event_id, status, return_val, evdp); in special_property_event()
5876 int status; in rc_node_property_may_read() local
5880 status = ADT_FAILURE; in rc_node_property_may_read()
5883 status = ADT_SUCCESS; in rc_node_property_may_read()
[all …]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecah.c2522 ah_kcf_callback_outbound(void *arg, int status) in ah_kcf_callback_outbound() argument
2565 if (status == CRYPTO_SUCCESS) { in ah_kcf_callback_outbound()
2573 ASSERT(status != CRYPTO_INVALID_MAC); in ah_kcf_callback_outbound()
2577 status)); in ah_kcf_callback_outbound()
2596 ah_kcf_callback_inbound(void *arg, int status) in ah_kcf_callback_inbound() argument
2631 if (status == CRYPTO_SUCCESS) { in ah_kcf_callback_inbound()
2639 } else if (status == CRYPTO_INVALID_MAC) { in ah_kcf_callback_inbound()
2644 status)); in ah_kcf_callback_inbound()
H A Dipsecesp.c1612 esp_kcf_callback_outbound(void *arg, int status) in esp_kcf_callback_outbound() argument
1656 if (status == CRYPTO_SUCCESS) { in esp_kcf_callback_outbound()
1677 ASSERT(status != CRYPTO_INVALID_MAC); in esp_kcf_callback_outbound()
1681 status)); in esp_kcf_callback_outbound()
1699 esp_kcf_callback_inbound(void *arg, int status) in esp_kcf_callback_inbound() argument
1735 if (status == CRYPTO_SUCCESS) { in esp_kcf_callback_inbound()
1742 } else if (status == CRYPTO_INVALID_MAC) { in esp_kcf_callback_inbound()
1747 status)); in esp_kcf_callback_inbound()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c908 if (res.status != NFS4_OK) { in nfs4_getattr_otw_norecovery()
1026 e.error = geterrno4(res.status); in nfs4_attr_otw()
1033 if (res.status) { in nfs4_attr_otw()
1034 e.error = geterrno4(res.status); in nfs4_attr_otw()
3507 if (e.error == 0 && res.status == NFS4ERR_CB_PATH_DOWN) { in nfs4renew()
3546 if (res.status) { in nfs4renew()
3547 if (res.status == NFS4ERR_LEASE_MOVED) { in nfs4renew()
3554 e.error = geterrno4(res.status); in nfs4renew()
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c128 sbd_error_t *(*status)(drmachid_t, drmach_status_t *); member
170 int status; member
1043 bp->cm.status = drmach_board_status; in drmach_board_new()
1279 ip->dev.cm.status = drmach_io_status; in drmach_io_new()
1843 cp->dev.cm.status = drmach_cpu_status; in drmach_cpu_new()
2237 mp->dev.cm.status = drmach_mem_status; in drmach_mem_new()
2664 err = cp->status(id, stat); in drmach_status()
2680 return (cp->status(id, stat)); in drmach_i_status()
H A Dmc-opl.c1674 uint32_t status, old_status; in mc_read_mi_reg() local
1676 status = LD_MAC_REG(MAC_PTRL_CNTL(mcp, bank)) & MAC_CNTL_MI_ERRS; in mc_read_mi_reg()
1680 while (old_status != status) { in mc_read_mi_reg()
1681 old_status = status; in mc_read_mi_reg()
1684 status = LD_MAC_REG(MAC_PTRL_CNTL(mcp, bank)) & in mc_read_mi_reg()
1686 if (status == old_status) { in mc_read_mi_reg()
1691 flt_stat->mf_cntl = status; in mc_read_mi_reg()
/illumos-gate/usr/src/uts/common/sys/
H A Dtihdr.h610 t_uscalar_t status; /* status value */ member
/illumos-gate/
H A DCODE_OF_CONDUCT.md9 expression, level of experience, education, socio-economic status, nationality,
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath_reg.h164 uint32_t status; /* start of RECEIVE_INFO */ member
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DDNSCommon.c3561 mDNSexport void DumpPacket(mStatus status, mDNSBool sent, const char *transport, in DumpPacket() argument
3569 if (!status) mDNS_snprintf(action, sizeof(action), sent ? "Sent" : "Received"); in DumpPacket()
3570 …else mDNS_snprintf(action, sizeof(action), "ERROR %d %sing", status, sent ? "Send" : "Rece… in DumpPacket()
3601 mStatus status = mStatus_NoError; in mDNSSendDNSMessage() local
3623 …if (!end) { LogMsg("mDNSSendDNSMessage: DNSDigest_SignMessage failed"); status = mStatus_NoMemoryE… in mDNSSendDNSMessage()
3628status = mDNSPlatformSendUDP(m, msg, end, InterfaceID, udpSrc, dst, dstport, useBackgroundTrafficC… in mDNSSendDNSMessage()
3647 status = mStatus_ConnFailed; in mDNSSendDNSMessage()
3657 status = mStatus_ConnFailed; in mDNSSendDNSMessage()
3665 status = mStatus_ConnFailed; in mDNSSendDNSMessage()
3688 …DumpPacket(status, mDNStrue, transport, mDNSNULL, portNumber, dst, dstport, msg, end, InterfaceID); in mDNSSendDNSMessage()
[all …]
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_err.c1850 int status = PF_HDL_NOTFOUND; in px_err_mmu_parity_handle() local
1857 status = pf_hdl_lookup(rpdip, derr->fme_ena, PF_ADDR_DMA, in px_err_mmu_parity_handle()
1861 if (status == PF_HDL_NOTFOUND) in px_err_mmu_parity_handle()
2225 if (cpl->status == PCIE_CPL_STS_UR) in PX_ERPT_SEND_DEC()
2227 else if (cpl->status == PCIE_CPL_STS_CA) in PX_ERPT_SEND_DEC()
/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap_api.c1914 idmap_stat2string(idmap_stat status) in idmap_stat2string() argument
1919 if (stattable[i].retcode == status) in idmap_stat2string()
2002 idmap_stat4prot(idmap_stat status) in idmap_stat4prot() argument
2004 switch (status) { in idmap_stat4prot()
2009 return (status); in idmap_stat4prot()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c2152 ibt2of_wc_status(ibt_wc_status_t status) in ibt2of_wc_status() argument
2154 switch (status) { in ibt2of_wc_status()
2182 ASSERT(status == IBT_WC_SUCCESS); in ibt2of_wc_status()
2222 wc->status = ibt2of_wc_status(ibt_wc->wc_status); in set_wc()
2224 if (wc->status == IB_WC_SUCCESS) { in set_wc()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c2921 int status = -1; in mibwalk() local
2926 return (status); in mibwalk()
2949 return (status); in mibwalk()
3069 status = 0; in mibwalk()
3079 return (status); in mibwalk()
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c1284 int status; in kadm5_launch_task() local
1299 waitpid (pid, &status, 0); in kadm5_launch_task()
1302 if (WIFEXITED (status)) { in kadm5_launch_task()
1304 if ((WEXITSTATUS (status) != 0) && (WEXITSTATUS (status) != 252)) { in kadm5_launch_task()

1...<<919293949596979899100>>...111