Searched refs:STATUS (Results 1 – 25 of 26) sorted by relevance
12
| /mirbsd/src/sys/dev/isa/ |
| D | seagate.c | 215 #define STATUS (*(volatile u_char *)sea->maddr_cr_sr) macro 216 #define CONTROL STATUS 466 if ((STATUS & STAT_PARITY) == 0 && 467 (STATUS & (STAT_SEL | STAT_IO)) != (STAT_SEL | STAT_IO)) 475 if (STATUS & STAT_PARITY) { 481 if ((STATUS & (STAT_SEL | STAT_IO)) == (STAT_SEL | STAT_IO)) { 738 if ((STATUS & (STAT_SEL | STAT_IO)) == in sea_main() 754 if ((STATUS & (STAT_SEL | STAT_IO)) == in sea_main() 852 if (!((target_mask = STATUS) & STAT_SEL)) { 860 for (i = 10; i && (STATUS & (STAT_SEL | STAT_IO | STAT_BSY)) != [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/vms/ |
| D | vmspipe.com | 4 $ perl_on = "on error then exit $STATUS"
|
| /mirbsd/src/sys/dev/microcode/siop/ |
| D | oosiop.ss | 82 JUMP REL(status), WHEN STATUS 122 MOVE 0, 0, WHEN STATUS
|
| D | osiop.ss | 97 JUMP REL(end), IF STATUS 250 MOVE FROM ds_Status, WHEN STATUS
|
| D | siop.ss | 134 JUMP REL(status), WHEN STATUS; 288 MOVE FROM t_status, WHEN STATUS;
|
| /mirbsd/src/sys/netisdn/ |
| D | i4b_isdnq931.h | 166 #define STATUS 0x7d macro
|
| D | i4b_l2if.c | 523 *ptr++ = STATUS; /* message type = connect ack */ in i4b_l3_tx_status()
|
| D | i4b_q931.c | 696 case STATUS: in i4b_decode_q931_message()
|
| /mirbsd/src/sys/dev/pci/ |
| D | if_em_osdep.h | 84 #define E1000_WRITE_FLUSH(a) E1000_READ_REG(a, STATUS)
|
| D | if_em_hw.c | 344 status = E1000_READ_REG(hw, STATUS); in em_set_media_type() 888 status = E1000_READ_REG(hw, STATUS); in em_setup_fiber_serdes_link() 2004 status = E1000_READ_REG(hw, STATUS); in em_check_for_link() 2172 hw->serdes_link_down = !(E1000_STATUS_LU & E1000_READ_REG(hw, STATUS)); in em_check_for_link() 2196 status = E1000_READ_REG(hw, STATUS); in em_get_speed_and_duplex() 3813 (E1000_READ_REG(hw, STATUS) & E1000_STATUS_FUNC_1)) in em_read_mac_addr() 4566 status = E1000_READ_REG(hw, STATUS); in em_get_bus_info()
|
| D | if_em.c | 1026 if (E1000_READ_REG(&sc->hw, STATUS) & E1000_STATUS_TXOFF) { in em_watchdog() 1315 if (E1000_READ_REG(&sc->hw, STATUS) & E1000_STATUS_LU) { in em_media_status() 1924 if (E1000_READ_REG(&sc->hw, STATUS) & E1000_STATUS_LU) { 1952 if (E1000_READ_REG(&sc->hw, STATUS) & E1000_STATUS_LU) { 2191 if (E1000_READ_REG(&sc->hw, STATUS) & E1000_STATUS_LU) 3536 (E1000_READ_REG(&sc->hw, STATUS) & E1000_STATUS_LU)) {
|
| /mirbsd/src/include/arpa/ |
| D | nameser.h | 129 #define STATUS 0x2 /* nameserver status query */ macro
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | makeaperl.SH | 72 =head2 STATUS
|
| D | README.epoc | 142 =head1 SUPPORT STATUS OF PERL ON EPOC
|
| D | README.vos | 338 =head1 TEST STATUS 349 =head1 SUPPORT STATUS
|
| D | configure.com | 996 $ EXIT 2 !$STATUS = "%X00000002" (error) 2733 $! with the 'probe' Makefile appear to be: $STATUS == "%X1000000C" 2793 $ EXIT 2 !$STATUS = "%X00000002" (error)
|
| /mirbsd/src/lib/libssl/src/ |
| D | Makefile | 759 …find * \! -path CVS/\* \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS \! -nam… 770 …`find * \! -path CVS/\* \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS \! -na…
|
| D | Makefile.org | 757 …find * \! -path CVS/\* \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS \! -nam… 768 …`find * \! -path CVS/\* \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS \! -na…
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | go32-nat.c | 689 #define STATUS D_REGS[6] macro 718 return STATUS; in go32_get_dr6()
|
| /mirbsd/src/usr.bin/telnet/ |
| D | README | 232 to the "DO STATUS" command. 738 STATUS:
|
| /mirbsd/src/usr.sbin/httpd/src/ |
| D | Configure | 234 RULE_STATUS=`${SHELL} helpers/CutRule STATUS $file`
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlipc.pod | 435 open(STATUS, "netstat -an 2>&1 |") 437 while (<STATUS>) { 441 close STATUS || die "bad netstat: $! $?";
|
| /mirbsd/src/gnu/share/ |
| D | m4sugar.inc | 203 # m4_fatal(MSG, [EXIT-STATUS]) 212 # m4_assert(EXPRESSION, [EXIT-STATUS = 1])
|
| /mirbsd/src/gnu/usr.bin/lynx/samples/ |
| D | cernrules.txt | 53 # Redirect [STATUS] URL1 URL2
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ |
| D | CPAN.pm | 4981 delete $self->{STATUS};
|
12