Home
last modified time | relevance | path

Searched refs:STATUS (Results 1 – 25 of 34) sorted by relevance

12

/illumos-gate/usr/src/cmd/diff3/
H A Ddiff3.sh78 STATUS=$?
79 if [ $STATUS -eq 1 ]
86 exit $STATUS
92 exit $STATUS
96 if [ $STATUS -gt 1 ]
99 exit $STATUS
103 STATUS=$?
104 if [ $STATUS -eq 1 ]
111 exit $STATUS
117 exit $STATUS
[all …]
/illumos-gate/usr/src/lib/fm/libfmd_snmp/mibs/
H A DSUN-FM-MIB.mib63 STATUS current
69 STATUS current
79 STATUS current
92 STATUS current
116 STATUS current
126 STATUS current
146 STATUS current
156 STATUS current
165 STATUS current
175 STATUS current
[all …]
H A DSUN-IREPORT-MIB.mib63 STATUS current
69 STATUS current
105 STATUS current
113 STATUS current
121 STATUS current
129 STATUS current
137 STATUS current
145 STATUS current
153 STATUS current
161 STATUS current
[all …]
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dfrontend.c70 if (T_info->ti_verbosity >= STATUS) { in frontend()
71 errlog(STATUS, "interesting keywords:\n"); in frontend()
73 errlog(STATUS, "\t%s\n", keywordlist[i].key); in frontend()
81 if (T_info->ti_verbosity >= STATUS) in frontend()
227 if (T_info->ti_verbosity >= STATUS) { in read_spec()
228 errlog(STATUS, in read_spec()
234 if (T_info->ti_verbosity >= STATUS) in read_spec()
235 errlog(STATUS, in read_spec()
300 if (T_info->ti_verbosity >= STATUS) in read_spec()
301 errlog(STATUS, "Error in " in read_spec()
[all …]
H A Dextends.c233 errlog(STATUS, in do_extends()
239 if (T_info->ti_verbosity >= STATUS) in do_extends()
240 errlog(STATUS, in do_extends()
H A Derrlog.h60 #define STATUS 2 macro
H A Dmain.c191 errlog(STATUS, "using %s for spec path\n", T_info.ti_dash_I); in main()
/illumos-gate/usr/src/cmd/bnu/
H A DUutry36 STATUS=/var/uucp/.Status
89 cp /dev/null $STATUS/${SYS} 2>/dev/null
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dregress.sh489 STATUS=$?
497 STATUS=$?
505 STATUS=$?
526 do $i $TEST DONE $STATUS
1044 STATUS=$?
1050 return $STATUS
1082 then if [[ $STATUS == 0 && ! -s $TWD/ERROR || $DIAGNOSTICS != 1 && $(<$i) != $DIAGNOSTICS ]]
1127 if [[ ! $failed && $STATUS != $EXIT ]]
1128 then failed="exit code $EXIT expected -- got $STATUS"
/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu_mca.c599 i, IA32_MSR_MC(i, STATUS), in gcpu_bleat()
608 i, IA32_MSR_MC(i, STATUS), in gcpu_bleat()
616 i, IA32_MSR_MC(i, STATUS), in gcpu_bleat()
624 i, IA32_MSR_MC(i, STATUS), in gcpu_bleat()
1392 (void) cmi_hdl_rdmsr(hdl, IA32_MSR_MC(i, STATUS), in gcpu_mca_init()
1424 (void) cmi_hdl_wrmsr(hdl, IA32_MSR_MC(i, STATUS), in gcpu_mca_init()
1722 (void) cmi_hdl_wrmsr(hdl, IA32_MSR_MC(i, STATUS), 0ULL); in clear_mc()
1752 IA32_MSR_MC(i, STATUS), 0ULL); in clear_mc()
1857 if (cmi_hdl_rdmsr(hdl, IA32_MSR_MC(i, STATUS), &status) != in gcpu_mca_logout()
1905 if (ispoll && (err = cmi_hdl_rdmsr(hdl, IA32_MSR_MC(i, STATUS), in gcpu_mca_logout()
[all …]
H A Dgcpu_poll_ntv.c133 IA32_MSR_MC(i, STATUS), 0ULL); in gcpu_ntv_mca_poll()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/preprocessor/
H A Dtst.logicaland.d36 #if !defined (FLAG) && !defined(STATUS)
H A Dtst.logicalor.d36 #if !defined (FLAG) || !defined(STATUS)
H A Dtst.logicalandor.d36 #if !defined (FLAG) || !defined(STATUS) && !defined(STATE)
H A Dtst.muland.d36 #if !defined (FLAG) && !defined(STATUS) && !defined(STATE)
H A Dtst.mulor.d36 #if !defined (FLAG) || !defined(STATUS) || !defined(STATE)
/illumos-gate/usr/src/cmd/vntsd/
H A Dchars.h72 #define STATUS 5 macro
/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.h116 #define STATUS \ macro
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.h155 #define STATUS \ macro
/illumos-gate/usr/src/boot/common/
H A Disapnp.h107 #define STATUS 0x05 macro
H A Disapnp.c132 outb(_PNP_ADDRESS, STATUS); in isapnp_get_resource_info()
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dxlator.c130 errlog(STATUS, "Architecture set to \"%s\"", TargetArchStr); in xlator_init()
135 errlog(STATUS, "Output will go into %s", in xlator_init()
139 errlog(STATUS, "Using default output filename: %s", in xlator_init()
/illumos-gate/usr/src/lib/libresolv/arpa/
H A Dnameser.h66 #define STATUS 0x2 /* nameserver status query */ macro
/illumos-gate/usr/src/head/arpa/
H A Dnameser_compat.h188 #define STATUS ns_o_status macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c168 #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);}
659 (E1000_READ_REG(hw, STATUS) & E1000_STATUS_FUNC_1)) in e1000_read_mac_addr()
945 status = E1000_READ_REG(hw, STATUS);
1177 status = E1000_READ_REG(hw, STATUS);
1509 status = E1000_READ_REG(hw, STATUS);
2421 status = E1000_READ_REG(hw, STATUS);
2607 status = E1000_READ_REG(hw, STATUS);

12