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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_intr.c81 int status1, status2; local
104 status1 = DDI_SUCCESS;
112 status1 += status2;
123 status1 += status2;
126 if (status1 == DDI_SUCCESS) {
170 int status1, status2; local
196 status1 = DDI_SUCCESS;
204 status1 += status2;
213 status1 += status2;
216 if (status1
427 int status1, status2; local
[all...]
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_if.c1356 ipadm_status_t status1 = IPADM_SUCCESS; local
1370 status1 = i_ipadm_delete_if(iph, ifname, AF_INET, flags);
1380 return (status1);
1388 * status1, if status1 == status2
1389 * IPADM_SUCCESS, if either of status1 or status2 is SUCCESS
1391 * IPADM_ENXIO, if both status1 and status2 are ENXIO
1394 if (status1 == status2) {
1395 /* covers the case when both status1 and status2 are ENXIO */
1396 return (status1);
1514 ipadm_status_t status1, status2, other; local
[all...]
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl.c488 softsp->status1 = (uchar_t *)((caddr_t)softsp->csr +
526 switch (SYS_TYPE(*softsp->status1)) {
1504 if (!(*(softsp->status1) & SYS_NOT_BRD_PRES)) {
1821 uchar_t ps_stat, ps_pres, status1, status2, pppsr; local
1830 status1 = *softsp->status1;
1860 temp_pres = !(status1 & SYS_NOT_PPS0_PRES);
1878 temp_pres = !(status1 & SYS_NOT_PPS0_PRES) ||
1887 temp_pres = !(status1 & SYS_NOT_PPS0_PRES) ||
1896 temp_pres = !(status1
[all...]
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dsysctrl.h210 #define STAT1_KSTAT_NAMED "status1"
394 volatile uchar_t *status1; /* System Status1 register */ member in struct:sysctrl_soft_state
442 struct kstat_named status1; /* system status 1 */ member in struct:sysctrl_kstat
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeData.java573 int status1 = e1.getStatus();
575 cmp = (status1 < status2 ? -1 : (status1 > status2 ? 1 : 0));
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetgrent.c558 nss_status_t status1; local
591 status1 = switch_err(rc, error);
592 if (status1 == NSS_TRYAGAIN) {
595 return (status1);
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.h48 uint32_t status1; member in struct:ar5416_desc::__anon262::__anon263
60 uint32_t status1; member in struct:ar5416_desc::__anon262::__anon264
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.c2036 uint32_t status1; local
2135 status1 = READ_SLIM_ADDR(hba, ((volatile uint8_t *)
2141 "HS_FFERM: status=0x%x status1=0x%x status2=0x%x",
2142 status, status1, status2);
4583 uint32_t status1; local
4623 status1 =
4628 "Maximum adapter temperature exceeded (%d �C).", status1);
4630 hba->temperature = status1;
4638 status1 =
4647 "status=0x%x status1
[all...]

Completed in 108 milliseconds