Searched refs:STATUS (Results 1 - 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/cmd/diff3/
H A Ddiff3.sh80 STATUS=$?
81 if [ $STATUS -eq 1 ]
88 exit $STATUS
94 exit $STATUS
98 if [ $STATUS -gt 1 ]
101 exit $STATUS
105 STATUS=$?
106 if [ $STATUS -eq 1 ]
113 exit $STATUS
119 exit $STATUS
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/preprocessor/
H A Dtst.logicaland.d38 #if !defined (FLAG) && !defined(STATUS)
H A Dtst.logicalandor.d38 #if !defined (FLAG) || !defined(STATUS) && !defined(STATE)
H A Dtst.logicalor.d38 #if !defined (FLAG) || !defined(STATUS)
H A Dtst.muland.d38 #if !defined (FLAG) && !defined(STATUS) && !defined(STATE)
H A Dtst.mulor.d38 #if !defined (FLAG) || !defined(STATUS) || !defined(STATE)
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dfrontend.c72 if (T_info->ti_verbosity >= STATUS) {
73 errlog(STATUS, "interesting keywords:\n");
75 errlog(STATUS, "\t%s\n", keywordlist[i].key);
83 if (T_info->ti_verbosity >= STATUS)
84 errlog(STATUS, "Skipping %s\n", T_info->ti_liblist);
229 if (T_info->ti_verbosity >= STATUS) {
230 errlog(STATUS,
236 if (T_info->ti_verbosity >= STATUS)
237 errlog(STATUS,
302 if (T_info->ti_verbosity >= STATUS)
[all...]
H A Derrlog.h62 #define STATUS 2 macro
H A Dextends.c235 errlog(STATUS,
241 if (T_info->ti_verbosity >= STATUS)
242 errlog(STATUS,
H A Dmain.c193 errlog(STATUS, "using %s for spec path\n", T_info.ti_dash_I);
/illumos-gate/usr/src/cmd/vntsd/
H A Dchars.h72 #define STATUS 5 macro
H A Dcmd.c403 IAC, DONT, STATUS, IAC, DONT, FC, IAC, DONT, TM, IAC, DONT, ENV,
/illumos-gate/usr/src/cmd/bnu/
H A DUutry36 STATUS=/var/uucp/.Status
86 # remove old status file (can't actually remove, since $STATUS isn't
89 cp /dev/null $STATUS/${SYS} 2>/dev/null
/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.h104 * STATUS is used to initialize an array of type Status that translates the
116 #define STATUS \ macro
H A Dpostcomm.c131 Status status[] = STATUS; /* for converting status strings */
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.h145 * STATUS is used to initialize an array of type Status that translates the
155 #define STATUS \ macro
/illumos-gate/usr/src/lib/libresolv/arpa/
H A Dnameser.h68 #define STATUS 0x2 /* nameserver status query */ macro
/illumos-gate/usr/src/boot/sys/boot/common/
H A Disapnp.h114 #define STATUS 0x05 macro
H A Disapnp.c132 outb(_PNP_ADDRESS, STATUS);
/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu_mca.c590 i, IA32_MSR_MC(i, STATUS),
599 i, IA32_MSR_MC(i, STATUS),
607 i, IA32_MSR_MC(i, STATUS),
615 i, IA32_MSR_MC(i, STATUS),
1169 * but all 0's to MCi_{STATUS,ADDR,CTL}. So we will perform
1302 (void) cmi_hdl_rdmsr(hdl, IA32_MSR_MC(i, STATUS),
1334 (void) cmi_hdl_wrmsr(hdl, IA32_MSR_MC(i, STATUS),
1632 (void) cmi_hdl_wrmsr(hdl, IA32_MSR_MC(i, STATUS), 0ULL);
1662 IA32_MSR_MC(i, STATUS), 0ULL);
1766 if (cmi_hdl_rdmsr(hdl, IA32_MSR_MC(i, STATUS),
[all...]
H A Dgcpu_poll_ntv.c131 IA32_MSR_MC(i, STATUS), 0ULL);
/illumos-gate/usr/src/head/arpa/
H A Dnameser_compat.h188 #define STATUS ns_o_status macro
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dxlator.c132 errlog(STATUS, "Architecture set to \"%s\"", TargetArchStr);
137 errlog(STATUS, "Output will go into %s",
141 errlog(STATUS, "Using default output filename: %s",
/illumos-gate/usr/src/uts/i86xpv/cpu/generic_cpu/
H A Dgcpu_mca_xpv.c122 mcrp->cmr_msrnum = IA32_MSR_MC(mib->mc_bank, STATUS);
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhci.h263 #define STATUS 0x13 macro

Completed in 130 milliseconds

12