/freebsd/tools/tools/ath/athalq/ |
H A D | ar5212_ds.c | 50 MF(txs.u.tx.status1, AR_Done), in ar5212_decode_txstatus() 68 MF(txs.u.tx.status1, AR_Done), in ar5212_decode_txstatus() 69 MS(txs.u.tx.status1, AR_SeqNum), in ar5212_decode_txstatus() 70 MS(txs.u.tx.status1, AR_AckSigStrength), in ar5212_decode_txstatus() 71 MS(txs.u.tx.status1, AR_FinalTSIndex)); in ar5212_decode_txstatus() 73 MF(txs.u.tx.status1, AR_CompSuccess), in ar5212_decode_txstatus() 74 MF(txs.u.tx.status1, AR_XmitAtenna)); in ar5212_decode_txstatus()
|
H A D | ar9300_ds.c | 71 (unsigned int) MS(txs.status1, AR_tx_desc_id), in ar9300_decode_txstatus() 73 printf(" DescId=0x%08x\n", txs.status1); in ar9300_decode_txstatus() 349 MS(rxs.status1, AR_rx_rssi_ant00), in ar9300_decode_rxstatus() 350 MS(rxs.status1, AR_rx_rssi_ant01), in ar9300_decode_rxstatus() 351 MS(rxs.status1, AR_rx_rssi_ant02), in ar9300_decode_rxstatus() 356 MS(rxs.status1, AR_rx_rate)); in ar9300_decode_rxstatus()
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212desc.h | 39 uint32_t status1;/* DMA status 1 */ member 43 uint32_t status1;/* DMA status 1 */ member 53 #define ds_txstatus1 u.tx.status1 55 #define ds_rxstatus1 u.rx.status1
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_recv_ds.c | 78 rxs->rs_rssi_ctl[0] = MS(rxsp->status1, AR_rx_rssi_ant00); in ar9300_proc_rx_desc_fast() 79 rxs->rs_rssi_ctl[1] = MS(rxsp->status1, AR_rx_rssi_ant01); in ar9300_proc_rx_desc_fast() 80 rxs->rs_rssi_ctl[2] = MS(rxsp->status1, AR_rx_rssi_ant02); in ar9300_proc_rx_desc_fast() 90 rxs->rs_rate = MS(rxsp->status1, AR_rx_rate); in ar9300_proc_rx_desc_fast()
|
H A D | ar9300_xmit_ds.c | 164 ads->status1 = ads->status2 = 0; in ar9300_clear_tx_desc_status() 189 ds->status1 = __bswap32(ds->status1); 269 ads->status1, in ar9300_proc_tx_desc() 304 ts->ts_desc_id = MS(ads->status1, AR_tx_desc_id); in ar9300_proc_tx_desc()
|
H A D | ar9300desc.h | 31 u_int32_t status1; member 43 u_int32_t status1; member
|
/freebsd/contrib/kyua/utils/signals/ |
H A D | interrupts_test.cpp | 218 const process::status status1 = child1->wait(); in ATF_TEST_CASE_BODY() local 219 ATF_REQUIRE(status1.signaled()); in ATF_TEST_CASE_BODY() 220 ATF_REQUIRE_EQ(SIGKILL, status1.termsig()); in ATF_TEST_CASE_BODY()
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx_pci.c | 1249 u_int status1; 1299 status1 = aic_pci_read_config(ahc->dev_softc, in ahc_pci_test_register_access() 1302 status1, /*bytes*/1); in ahc_pci_test_register_access() 1311 status1 = aic_pci_read_config(ahc->dev_softc, in ahc_pci_test_register_access() 1313 if ((status1 & STA) != 0) in ahc_pci_test_register_access() 1320 status1 = aic_pci_read_config(ahc->dev_softc, in ahc_pci_test_register_access() 1323 status1, /*bytes*/1); in ahc_pci_test_register_access() 2005 u_int status1; in read_brdctl() 2011 status1 = aic_pci_read_config(ahc->dev_softc, in ahc_pci_intr() 2014 if ((status1 in ahc_pci_intr() 1256 u_int status1; ahc_pci_test_register_access() local 2012 u_int status1; ahc_pci_intr() local [all...] |
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | am572x-idk-common.dtsi | 74 label = "status1:red:cpu1"; 81 label = "status1:green:usr"; 87 label = "status1:blue:mmc0";
|
H A D | am571x-idk.dts | 74 label = "status1:red:usr"; 80 label = "status1:green:usr"; 86 label = "status1:blue:mmc0";
|
H A D | am335x-icev2.dts | 125 label = "status1:red:mmc0"; 132 label = "status1:green:usr"; 138 label = "status1:yellow:usr";
|
H A D | omap4-panda-common.dtsi | 53 label = "pandaboard::status1";
|
H A D | motorola-mapphone-common.dtsi |
|
/freebsd/usr.bin/lockf/tests/ |
H A D | lockf_test.sh | 146 status1=$? 151 atf_check test "$status1" -eq 0
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416desc.h | 55 uint32_t status1; member 90 #define ds_rxstatus1 u.rx.status1
|
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/ |
H A D | keystone-k2g-ice.dts | 158 label = "status1:red:mmc0"; 165 label = "status1:green:usr"; 171 label = "status1:yellow:usr";
|
/freebsd/sys/dev/usb/misc/ |
H A D | cp2112.c | 150 uint8_t status1; member 825 "status1 = 0x%02x\n", in cp2112iic_intr_read_callback() 973 uint8_t, xfer_status_resp.status1, in cp2112iic_check_req_status() 988 switch (xfer_status_resp.status1) { in cp2112iic_check_req_status() 1001 xfer_status_resp.status1); in cp2112iic_check_req_status()
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-death-test-test.cc | 275 const int status1 = NormalExitStatus(1); in TEST() local 281 EXPECT_PRED1(pred1, status1); in TEST() 283 EXPECT_FALSE(pred0(status1)); in TEST()
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | imx8mm-phg.dts | 35 label = "status1";
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_ripencc.c | 293 short rpt_0x46 (TSIPPKT *rpt, unsigned char *status1, unsigned char *status2); 2137 unsigned char *status1, in rpt_0x46() argument 2145 *status1 = buf[0]; in rpt_0x46() 3442 status1, status2; in rpt_rcvr_health() local 3463 if (rpt_0x46 (rpt, &status1, &status2)) in rpt_rcvr_health() 3469 text = (status1 < COUNTOF(sc_text)) in rpt_rcvr_health() 3470 ? sc_text[status1] in rpt_rcvr_health() 3472 pbuf += sprintf(pbuf, "\nRcvr status1: %s (%02Xh); ", in rpt_rcvr_health() 3473 text, status1); in rpt_rcvr_health()
|
/freebsd/sys/dev/pci/ |
H A D | pci.c | 6918 uint16_t status, status1; in DB_COMMAND_FLAGS() local 6922 status1 = status = pci_read_config(dev, PCIR_STATUS, 2); in DB_COMMAND_FLAGS() 6923 status1 &= PCIM_STATUS_MDPERR | PCIM_STATUS_STABORT | in DB_COMMAND_FLAGS() 6926 if (status1 != 0) { in DB_COMMAND_FLAGS() 6927 status &= ~status1; in DB_COMMAND_FLAGS()
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | dialog.subr | 1076 # $tag1 $item1 $status1 $tag2 $item2 $status2 ... 1172 # $tag1 $item1 $status1 $tag2 $item2 $status2 ... 1196 # $tag1 $item1 $status1 $help1 \ 1312 # $tag1 $item1 $status1 $help1 \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 4405 int status1 = COMMON_INTERCEPTOR_ON_EXIT(ctx); 4407 if (status == 0) status = status1;
|