Searched refs:status2 (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/contrib/kyua/utils/signals/
H A Dinterrupts_test.cpp221 const process::status status2 = child2->wait(); local
222 ATF_REQUIRE(status2.signaled());
223 ATF_REQUIRE_EQ(SIGKILL, status2.termsig());
/freebsd-current/sys/dev/sound/pci/
H A Dhdsp.c397 uint32_t status2; local
409 /* Read current (autosync) clock source from status2 register. */
411 status2 = hdsp_read_4(sc, HDSP_STATUS2_REG);
412 status2 &= HDSP_STATUS2_CLOCK_MASK;
415 /* Translate status2 register value to clock source. */
421 } else if (hdsp_status2_clock_source(clock->type) == status2)
462 uint32_t status2)
476 return ((status2 >> 3) & 0x01);
486 uint32_t status2)
500 return ((status2 >>
461 hdsp_clock_source_locked(enum hdsp_clock_type type, uint32_t status, uint32_t status2) argument
485 hdsp_clock_source_synced(enum hdsp_clock_type type, uint32_t status, uint32_t status2) argument
516 uint32_t status, status2; local
[all...]
/freebsd-current/usr.bin/lockf/tests/
H A Dlockf_test.sh147 status2=$?
150 atf_check test "$status2" -eq 0
/freebsd-current/tools/tools/ath/athalq/
H A Dar9300_ds.c124 MS(txs.status2, AR_tx_rssi_ant00),
125 MS(txs.status2, AR_tx_rssi_ant01),
126 MS(txs.status2, AR_tx_rssi_ant02));
135 MF(txs.status2, AR_tx_ba_status));
358 /* status2 */
360 MS(rxs.status2, AR_data_len),
361 MF(rxs.status2, AR_rx_more),
362 MS(rxs.status2, AR_num_delim),
363 MS(rxs.status2, AR_hw_upload_data));
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_recv_ds.c73 rxs->rs_datalen = rxsp->status2 & AR_data_len;
91 rxs->rs_more = (rxsp->status2 & AR_rx_more) ? 1 : 0;
101 rxs->rs_flags |= (rxsp->status2 & AR_hw_upload_data) ? HAL_RX_HW_UPLOAD_DATA : 0;
H A Dar9300_xmit_ds.c164 ads->status1 = ads->status2 = 0;
190 ds->status2 = __bswap32(ds->status2);
270 ads->status2,
337 if (ads->status2 & AR_tx_ba_status) {
352 ts->ts_rssi_ctl[0] = MS(ads->status2, AR_tx_rssi_ant00);
353 ts->ts_rssi_ctl[1] = MS(ads->status2, AR_tx_rssi_ant01);
354 ts->ts_rssi_ctl[2] = MS(ads->status2, AR_tx_rssi_ant02);
H A Dar9300desc.h32 u_int32_t status2; member in struct:ar9300_txs
44 u_int32_t status2; member in struct:ar9300_rxs
/freebsd-current/sys/dev/gem/
H A Dif_gem.c1691 uint32_t status, status2; local
1705 status2 =
1708 if ((status2 & GEM_MII_INTERRUP_LINK) != 0)
1713 status2 = GEM_READ_4(sc, GEM_MAC_CONTROL_STATUS);
1714 if ((status2 & GEM_MAC_PAUSED) != 0)
1717 __func__, GEM_MAC_PAUSE_TIME(status2));
1718 if ((status2 & GEM_MAC_PAUSE) != 0)
1721 if ((status2 & GEM_MAC_RESUME) != 0)
1740 status2 = GEM_READ_4(sc, GEM_MAC_TX_STATUS);
1741 if ((status2
[all...]
/freebsd-current/sys/dev/cas/
H A Dif_cas.c1963 uint32_t status, status2; local
1984 status2 =
1987 if ((status2 & CAS_PCS_INTR_LINK) != 0)
1992 status2 = CAS_READ_4(sc, CAS_MAC_CTRL_STATUS);
1993 if ((status2 & CAS_MAC_CTRL_PAUSE) != 0)
1997 (status2 & CAS_MAC_CTRL_STATUS_PT_MASK) >>
1999 if ((status2 & CAS_MAC_CTRL_PAUSE) != 0)
2002 if ((status2 & CAS_MAC_CTRL_NON_PAUSE) != 0)
2019 status2 = CAS_READ_4(sc, CAS_MAC_TX_STATUS);
2020 if ((status2
[all...]
/freebsd-current/sys/dev/ath/ath_hal/ar5416/
H A Dar5416desc.h56 uint32_t status2; member in struct:ar5416_rx_desc
91 #define ds_rxstatus2 u.rx.status2
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_ripencc.c293 short rpt_0x46 (TSIPPKT *rpt, unsigned char *status1, unsigned char *status2);
2138 unsigned char *status2
2146 *status2 = buf[1];
3442 status1, status2; local
3463 if (rpt_0x46 (rpt, &status1, &status2))
3475 pbuf += sprintf(pbuf, "status2: %s, %s (%02Xh)",
3476 (status2 & 0x01)?"No BBRAM":"BBRAM OK",
3477 (status2 & 0x10)?"No Ant":"Ant OK",
3478 status2);
/freebsd-current/sys/dev/usb/misc/
H A Dcp2112.c151 uint16_t status2; member in struct:i2c_xfer_status_resp
974 uint16_t, be16toh(xfer_status_resp.status2),
/freebsd-current/contrib/libpcap/
H A Dpcap-linux.c1000 int status2 = 0; local
1112 if ((status2 = iface_bind(handle->fd, handlep->ifindex,
1114 status = status2;

Completed in 126 milliseconds