HomeSort by: relevance | last modified time | path
    Searched defs:STATUS (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/arch/i386/stand/lib/
biosdisk_ll.c 86 #define STATUS(di) ((di)>>24)
  /src/sys/arch/macppc/dev/
ki2cvar.h 43 #define STATUS 2
68 /* STATUS */
if_bmreg.h 62 #define STATUS 0x0200
140 /* Misc. Bit definitions for BMac Status word */
142 #define RxAbortBit 0x8000 /* status bit in BMac status for rx packets */
  /src/external/bsd/libpcap/dist/
atmuni31.h 54 #define STATUS 0x7d /* status */
55 #define STATUS_ENQ 0x75 /* status ack */
  /src/include/arpa/
nameser_compat.h 120 #define STATUS ns_o_status
  /src/external/bsd/libbind/dist/include/arpa/
nameser_compat.h 155 #define STATUS ns_o_status
  /src/external/bsd/tcpdump/dist/
print-atm.c 93 #define STATUS 0x7d /* status */
94 #define STATUS_ENQ 0x75 /* status ack */
321 { STATUS, "Status" },
nameser.h 74 #define STATUS 0x2 /* nameserver status query */
175 #define T_NINFO 56 /* zone status information */
284 * Status return codes for T_UNSPEC conversion routines
  /src/external/mpl/dhcp/dist/includes/arpa/
nameser_compat.h 104 #define STATUS ns_o_status
  /src/sys/dev/isa/
seagate.c 51 * Find bug? giving problem with tape status
138 * STATUS
179 int flags; /* status of the instruction */
188 * data structure describing current status of the scsi bus. One for each
197 void * maddr_cr_sr; /* Address of control and status reg */
217 #define STATUS (*(volatile u_char *)sea->maddr_cr_sr)
218 #define CONTROL STATUS
486 if ((STATUS & STAT_PARITY) == 0 &&
487 (STATUS & (STAT_SEL | STAT_IO)) != (STAT_SEL | STAT_IO))
495 if (STATUS & STAT_PARITY)
    [all...]
  /src/sys/dev/pci/
voodoofbreg.h 36 #define STATUS 0x00
  /src/external/bsd/tmux/dist/
server-client.c 35 STATUS,
601 pane_status = options_get_number(wo, "pane-border-status");
783 /* Is this on the status line? */
811 where = STATUS;
821 where = STATUS;
830 where = STATUS;
833 where = STATUS;
840 * Not on status line. Adjust position and check for border, pane, or
907 if (where == STATUS)
923 if (where == STATUS)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
go32-nat.c 42 . swapping the FPU status
139 unsigned int status; member in struct:__anon220
269 {4, 2}, /* status word, from npx */
418 go32_nat_target::wait (ptid_t ptid, struct target_waitstatus *status,
511 status->set_exited (a_tss.tss_eax & 0xff);
514 status->set_stopped (GDB_SIGNAL_UNKNOWN);
520 status->set_stopped (sig_map[i].gdb_sig);
521 if (status->sig () != GDB_SIGNAL_TRAP)
522 status->set_signalled (status->sig ())
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
go32-nat.c 42 . swapping the FPU status
139 unsigned int status; member in struct:__anon297
269 {4, 2}, /* status word, from npx */
418 go32_nat_target::wait (ptid_t ptid, struct target_waitstatus *status,
511 status->set_exited (a_tss.tss_eax & 0xff);
514 status->set_stopped (GDB_SIGNAL_UNKNOWN);
520 status->set_stopped (sig_map[i].gdb_sig);
521 if (status->sig () != GDB_SIGNAL_TRAP)
522 status->set_signalled (status->sig ())
    [all...]
  /src/sys/arch/emips/include/
emipsreg.h 520 volatile uint32_t Status;
567 volatile uint32_t STATUS; /*0x00000084 */
602 /* volatile uint32_t STATUS; 0x00000084 */

Completed in 25 milliseconds