Searched refs:status1 (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/common/io/nxge/ |
H A D | nxge_intr.c | 81 int status1, status2; in nxge_intr_add() local 104 status1 = DDI_SUCCESS; in nxge_intr_add() 112 status1 += status2; in nxge_intr_add() 123 status1 += status2; in nxge_intr_add() 126 if (status1 == DDI_SUCCESS) { in nxge_intr_add() 170 int status1, status2; in nxge_intr_remove() local 196 status1 = DDI_SUCCESS; in nxge_intr_remove() 204 status1 += status2; in nxge_intr_remove() 213 status1 += status2; in nxge_intr_remove() 216 if (status1 == DDI_SUCCESS) { in nxge_intr_remove() [all …]
|
/titanic_50/usr/src/lib/libipadm/common/ |
H A D | ipadm_if.c | 1356 ipadm_status_t status1 = IPADM_SUCCESS; in ipadm_delete_if() local 1370 status1 = i_ipadm_delete_if(iph, ifname, AF_INET, flags); in ipadm_delete_if() 1380 return (status1); in ipadm_delete_if() 1394 if (status1 == status2) { in ipadm_delete_if() 1396 return (status1); in ipadm_delete_if() 1397 } else if (status1 == IPADM_SUCCESS || status2 == IPADM_SUCCESS) { in ipadm_delete_if() 1398 if (status1 == IPADM_SUCCESS) in ipadm_delete_if() 1401 other = status1; in ipadm_delete_if() 1514 ipadm_status_t status1, status2, other; in ipadm_disable_if() local 1529 status1 = i_ipadm_unplumb_if(iph, ifname, AF_INET6); in ipadm_disable_if() [all …]
|
/titanic_50/usr/src/uts/sun4u/sunfire/io/ |
H A D | sysctrl.c | 488 softsp->status1 = (uchar_t *)((caddr_t)softsp->csr + in sysctrl_attach() 526 switch (SYS_TYPE(*softsp->status1)) { in sysctrl_attach() 1504 if (!(*(softsp->status1) & SYS_NOT_BRD_PRES)) { in system_high_handler() 1821 uchar_t ps_stat, ps_pres, status1, status2, pppsr; in ps_fail_handler() local 1830 status1 = *softsp->status1; in ps_fail_handler() 1860 temp_pres = !(status1 & SYS_NOT_PPS0_PRES); in ps_fail_handler() 1878 temp_pres = !(status1 & SYS_NOT_PPS0_PRES) || in ps_fail_handler() 1887 temp_pres = !(status1 & SYS_NOT_PPS0_PRES) || in ps_fail_handler() 1896 temp_pres = !(status1 & SYS_NOT_PPS0_PRES); in ps_fail_handler() 1902 temp_pres = !(status1 & SYS_NOT_PPS0_PRES); in ps_fail_handler() [all …]
|
/titanic_50/usr/src/uts/sun4u/sunfire/sys/ |
H A D | sysctrl.h | 394 volatile uchar_t *status1; /* System Status1 register */ member 442 struct kstat_named status1; /* system status 1 */ member
|
/titanic_50/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | ProbeData.java | 573 int status1 = e1.getStatus(); in compareRecords() local 575 cmp = (status1 < status2 ? -1 : (status1 > status2 ? 1 : 0)); in compareRecords()
|
/titanic_50/usr/src/lib/nsswitch/ldap/common/ |
H A D | getnetgrent.c | 558 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()
|
/titanic_50/usr/src/uts/common/io/arn/ |
H A D | arn_hw.h | 48 uint32_t status1; member 60 uint32_t status1; member 88 #define ds_txstatus1 u.tx.status1 99 #define ds_rxstatus1 u.rx.status1
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_sli3.c | 2036 uint32_t status1; in emlxs_sli3_hba_reset() local 2135 status1 = READ_SLIM_ADDR(hba, ((volatile uint8_t *) in emlxs_sli3_hba_reset() 2142 status, status1, status2); in emlxs_sli3_hba_reset() 4583 uint32_t status1; in emlxs_handle_ff_error() local 4623 status1 = in emlxs_handle_ff_error() 4628 "Maximum adapter temperature exceeded (%d �C).", status1); in emlxs_handle_ff_error() 4630 hba->temperature = status1; in emlxs_handle_ff_error() 4638 status1 = in emlxs_handle_ff_error() 4648 status, status1, status2); in emlxs_handle_ff_error()
|