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

12

/freebsd-11.0-release/cddl/contrib/opensolaris/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)
/freebsd-11.0-release/contrib/xz/src/liblzma/
H A Dvalidate_map.sh17 STATUS=0
64 STATUS=1
68 exit "$STATUS"
/freebsd-11.0-release/contrib/tcpdump/
H A Datmuni31.h52 #define STATUS 0x7d /* status */ macro
H A Dnameser.h92 #define STATUS 0x2 /* nameserver status query */ macro
H A Dprint-atm.c250 { STATUS, "Status" },
/freebsd-11.0-release/contrib/pnpinfo/
H A Dpnpinfo.h50 #define STATUS 0x05 macro
/freebsd-11.0-release/contrib/libpcap/
H A Datmuni31.h52 #define STATUS 0x7d /* status */ macro
/freebsd-11.0-release/sys/dev/sound/midi/
H A Dmpu401.c70 #define STATUS(m) MPUFOI_READ(m, m->cookie, MPU_STATPORT) macro
129 #define RXRDY(m) ( (STATUS(m) & MPU_INPUTBUSY) == 0)
130 #define TXRDY(m) ( (STATUS(m) & MPU_OUTPUTBUSY) == 0)
137 s = STATUS(m);
145 s = STATUS(m);
165 s = STATUS(m);
/freebsd-11.0-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions.sh141 STATUS="$?"
142 if [ "${STATUS}" != "0" ]
144 exit_err "Error ${STATUS}: ${CMD}"
160 STATUS="$?"
161 if [ "$STATUS" != "0" ]
163 exit_err "Error ${STATUS}: $CMD"
/freebsd-11.0-release/usr.sbin/usbdump/
H A Dusbdump.c300 #define STATUS(x, name) \ macro
342 STATUS(status, OPEN),
343 STATUS(status, TRANSFERRING),
344 STATUS(status, DID_DMA_DELAY),
345 STATUS(status, DID_CLOSE),
346 STATUS(status, DRAINING),
347 STATUS(status, STARTED),
348 STATUS(status, BW_RECLAIMED),
349 STATUS(status, CONTROL_XFR),
350 STATUS(statu
[all...]
/freebsd-11.0-release/include/arpa/
H A Dnameser_compat.h119 #define STATUS ns_o_status macro
/freebsd-11.0-release/sys/boot/common/
H A Disapnp.h114 #define STATUS 0x05 macro
H A Disapnp.c132 outb(_PNP_ADDRESS, STATUS);
/freebsd-11.0-release/sys/powerpc/powermac/
H A Dkiic.c54 #define STATUS 2 macro
80 /* STATUS */
232 kiic_writereg(sc, STATUS, 0);
379 kiic_writereg(sc, STATUS, 0);
/freebsd-11.0-release/sys/dev/ixgb/
H A Dif_ixgb_osdep.h96 #define IXGB_WRITE_FLUSH(a) IXGB_READ_REG(a, STATUS)
H A Dixgb_hw.c922 status_reg = IXGB_READ_REG(hw, STATUS);
1095 status_reg = IXGB_READ_REG(hw, STATUS);
1185 link_status = ((IXGB_READ_REG(hw, STATUS) & IXGB_STATUS_LU) &&
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dmerge.c70 STATUS
113 { PROPSTAT, D_, "status", STATUS,
68 STATUS enumerator in enum:merge_state_e
H A Dproperty.c52 STATUS,
105 { PROPSTAT, D_, "status", STATUS,
239 else if (leaving_state == STATUS)
50 STATUS, enumerator in enum:prop_state_e
/freebsd-11.0-release/sys/dev/vkbd/
H A Dvkbd.c123 #define STATUS (1 << 2) /* status has changed */ macro
318 if (state->ks_flags & STATUS) {
319 state->ks_flags &= ~STATUS;
455 if (state->ks_flags & STATUS)
496 if (!(state->ks_flags & STATUS)) {
497 state->ks_flags |= STATUS;
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dminimon.h63 #define EMSTATUS 17 /* Could not get target STATUS */
155 #define STATUS 34 macro
H A Dgo32-nat.c686 #define STATUS D_REGS[6] macro
715 return STATUS;

Completed in 281 milliseconds

12