Searched refs:status2 (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_intr.c81 int status1, status2; local
106 if ((status2 = ddi_intr_add_handler(interrupts->htable[vector],
111 c, channel, vector, nxge_ddi_perror(status2)));
112 status1 += status2;
118 if ((status2 = ddi_intr_enable(interrupts->htable[vector]))
122 c, channel, vector, nxge_ddi_perror(status2)));
123 status1 += status2;
170 int status1, status2; local
199 if ((status2 = ddi_intr_disable(interrupts->htable[vector]))
203 c, channel, vector, nxge_ddi_perror(status2)));
427 int status1, status2; local
[all...]
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_if.c1357 ipadm_status_t status2 = IPADM_SUCCESS; local
1372 status2 = i_ipadm_delete_if(iph, ifname, AF_INET6, flags);
1382 return (status2);
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 */
1397 } else if (status1 == IPADM_SUCCESS || status2 == IPADM_SUCCESS) {
1399 other = status2;
1514 ipadm_status_t status1, status2, other; local
[all...]
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dsysctrl.h211 #define STAT2_KSTAT_NAMED "status2"
395 volatile uchar_t *status2; /* System Status2 register */ member in struct:sysctrl_soft_state
443 struct kstat_named status2; /* system status 2 */ member in struct:sysctrl_kstat
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl.c491 softsp->status2 = (uchar_t *)((caddr_t)softsp->csr +
1444 uchar_t status2; local
1454 status2 = *(softsp->status2);
1457 if (status2 & SYS_AC_FAIL) {
1472 ((~status2) & (SYS_PPS0_OK | SYS_CLK_33_OK |
1485 if (status2 & SYS_RACK_FANFAIL ||
1486 !(status2 & SYS_AC_FAN_OK) ||
1487 !(status2 & SYS_KEYSW_FAN_OK)) {
1493 softsp->pps_fan_saved = status2;
1821 uchar_t ps_stat, ps_pres, status1, status2, pppsr; local
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_unix.c376 int status2; local
432 rpid = waitpid(pid2, &status2, 0);
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeData.java574 int status2 = e2.getStatus();
575 cmp = (status1 < status2 ? -1 : (status1 > status2 ? 1 : 0));
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.h49 uint32_t status2; member in struct:ar5416_desc::__anon262::__anon263
61 uint32_t status2; member in struct:ar5416_desc::__anon262::__anon264
89 #define ds_txstatus2 u.tx.status2
100 #define ds_rxstatus2 u.rx.status2
/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu_mca.c1743 uint64_t status, status2, addr, misc; local
1815 &status2)) == CMI_SUCCESS) {
1816 if (!STATUS_EQV(status, status2)) {
1818 status = status2;
/illumos-gate/usr/src/uts/common/io/pcn/
H A Dpcn.c829 uint32_t status, status2; local
842 status2 = pcn_csr_read(pcnp, PCN_CSR_EXTCTL2);
859 if (status2 & PCN_EXTCTL2_STINT) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c2037 uint32_t status2; local
2137 status2 = READ_SLIM_ADDR(hba, ((volatile uint8_t *)
2141 "HS_FFERM: status=0x%x status1=0x%x status2=0x%x",
2142 status, status1, status2);
4584 uint32_t status2; local
4641 status2 =
4647 "status=0x%x status1=0x%x status2=0x%x",
4648 status, status1, status2);

Completed in 106 milliseconds