Home
last modified time | relevance | path

Searched refs:status1 (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_intr.c80 int status1, status2; in nxge_intr_add() local
105 status1 = DDI_SUCCESS; in nxge_intr_add()
113 status1 += status2; in nxge_intr_add()
124 status1 += status2; in nxge_intr_add()
171 int status1, status2; in nxge_intr_remove() local
197 status1 = DDI_SUCCESS; in nxge_intr_remove()
205 status1 += status2; in nxge_intr_remove()
214 status1 += status2; in nxge_intr_remove()
430 int status1, status2; in nxge_hio_intr_remove() local
479 status1 += status2; in nxge_hio_intr_remove()
[all …]
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl.c530 switch (SYS_TYPE(*softsp->status1)) { in sysctrl_attach()
1833 status1 = *softsp->status1; in ps_fail_handler()
1863 temp_pres = !(status1 & SYS_NOT_PPS0_PRES); in ps_fail_handler()
1899 temp_pres = !(status1 & SYS_NOT_PPS0_PRES); in ps_fail_handler()
1905 temp_pres = !(status1 & SYS_NOT_PPS0_PRES); in ps_fail_handler()
1912 temp_pres = !(status1 & SYS_NOT_PPS0_PRES); in ps_fail_handler()
1935 !(status1 & SYS_NOT_P_FAN_PRES); in ps_fail_handler()
3051 sysksp->status1.value.c[0] = *(softsp->status1); in sysctrl_kstat_update()
3163 if (list->status1 != NULL) in sysctrl_keyswitch_poll()
3193 if (*(list->status1) & SYS_NOT_SECURE) in update_key_state()
[all …]
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_if.c1696 ipadm_status_t status1 = IPADM_SUCCESS; in ipadm_delete_if() local
1720 return (status1); in ipadm_delete_if()
1734 if (status1 == status2) { in ipadm_delete_if()
1736 return (status1); in ipadm_delete_if()
1738 if (status1 == IPADM_SUCCESS) in ipadm_delete_if()
1741 other = status1; in ipadm_delete_if()
1880 ipadm_status_t status1, status2, other; in ipadm_disable_if() local
1896 if (status1 == IPADM_SUCCESS) in ipadm_disable_if()
1901 if (status1 == status2) { in ipadm_disable_if()
1904 if (status1 == IPADM_SUCCESS) in ipadm_disable_if()
[all …]
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dsysctrl.h394 volatile uchar_t *status1; /* System Status1 register */ member
442 struct kstat_named status1; /* system status 1 */ member
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetgrent.c558 nss_status_t status1; in top_down_search() local
591 status1 = switch_err(rc, error); in top_down_search()
592 if (status1 == NSS_TRYAGAIN) { in top_down_search()
595 return (status1); in top_down_search()
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeData.java571 int status1 = e1.getStatus(); in compareRecords() local
573 cmp = (status1 < status2 ? -1 : (status1 > status2 ? 1 : 0)); in compareRecords()
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.h48 uint32_t status1; member
60 uint32_t status1; member
88 #define ds_txstatus1 u.tx.status1
99 #define ds_rxstatus1 u.rx.status1
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c2041 uint32_t status1; in emlxs_sli3_hba_reset() local
2140 status1 = READ_SLIM_ADDR(hba, ((volatile uint8_t *) in emlxs_sli3_hba_reset()
2147 status, status1, status2); in emlxs_sli3_hba_reset()
4588 uint32_t status1; in emlxs_handle_ff_error() local
4628 status1 = in emlxs_handle_ff_error()
4633 "Maximum adapter temperature exceeded (%d �C).", status1); in emlxs_handle_ff_error()
4635 hba->temperature = status1; in emlxs_handle_ff_error()
4643 status1 = in emlxs_handle_ff_error()
4653 status, status1, status2); in emlxs_handle_ff_error()