Symbol: read_status
sys/dev/atkbdc/atkbdc.c
303
read_status(sc);
sys/dev/atkbdc/atkbdc.c
388
|| (read_status(p) & KBDS_ANY_BUFFER_FULL));
sys/dev/atkbdc/atkbdc.c
438
while ((f = read_status(kbdc)) & KBDS_INPUT_BUFFER_FULL) {
sys/dev/atkbdc/atkbdc.c
466
while ((f = read_status(kbdc) & KBDS_ANY_BUFFER_FULL) == 0) {
sys/dev/atkbdc/atkbdc.c
485
while ((f = read_status(kbdc) & KBDS_BUFFER_FULL)
sys/dev/atkbdc/atkbdc.c
514
if ((f = read_status(kbdc)) & KBDS_ANY_BUFFER_FULL) {
sys/dev/atkbdc/atkbdc.c
541
while ((f = read_status(kbdc) & KBDS_BUFFER_FULL)
sys/dev/atkbdc/atkbdc.c
570
if ((f = read_status(kbdc)) & KBDS_ANY_BUFFER_FULL) {
sys/dev/atkbdc/atkbdc.c
795
f = read_status(p) & KBDS_BUFFER_FULL;
sys/dev/atkbdc/atkbdc.c
799
f = read_status(p) & KBDS_BUFFER_FULL;
sys/dev/atkbdc/atkbdc.c
829
f = read_status(p) & KBDS_BUFFER_FULL;
sys/dev/atkbdc/atkbdc.c
833
f = read_status(p) & KBDS_BUFFER_FULL;
sys/dev/atkbdc/atkbdc.c
856
if ((f = read_status(p)) & KBDS_ANY_BUFFER_FULL) {
sys/dev/atkbdc/atkbdc.c
895
if ((f = read_status(p)) & KBDS_ANY_BUFFER_FULL) {
sys/dev/atkbdc/atkbdc.c
934
if ((f = read_status(p)) & KBDS_ANY_BUFFER_FULL) {
sys/dev/bxe/bxe_elink.c
12440
.read_status = (read_status_t)NULL,
sys/dev/bxe/bxe_elink.c
12475
.read_status = (read_status_t)elink_link_settings_status,
sys/dev/bxe/bxe_elink.c
12511
.read_status = (read_status_t)elink_link_settings_status,
sys/dev/bxe/bxe_elink.c
12549
.read_status = (read_status_t)elink_warpcore_read_status,
sys/dev/bxe/bxe_elink.c
12580
.read_status = (read_status_t)elink_7101_read_status,
sys/dev/bxe/bxe_elink.c
12611
.read_status = (read_status_t)elink_8073_read_status,
sys/dev/bxe/bxe_elink.c
12639
.read_status = (read_status_t)elink_8705_read_status,
sys/dev/bxe/bxe_elink.c
12668
.read_status = (read_status_t)elink_8706_read_status,
sys/dev/bxe/bxe_elink.c
12700
.read_status = (read_status_t)elink_8726_read_status,
sys/dev/bxe/bxe_elink.c
12731
.read_status = (read_status_t)elink_8727_read_status,
sys/dev/bxe/bxe_elink.c
12766
.read_status = (read_status_t)elink_848xx_read_status,
sys/dev/bxe/bxe_elink.c
12803
.read_status = (read_status_t)elink_848xx_read_status,
sys/dev/bxe/bxe_elink.c
12839
.read_status = (read_status_t)elink_848xx_read_status,
sys/dev/bxe/bxe_elink.c
12873
.read_status = (read_status_t)elink_848xx_read_status,
sys/dev/bxe/bxe_elink.c
12907
.read_status = (read_status_t)elink_848xx_read_status,
sys/dev/bxe/bxe_elink.c
12942
.read_status = (read_status_t)elink_54618se_read_status,
sys/dev/bxe/bxe_elink.c
7373
ext_phy_link_up = params->phy[ELINK_EXT_PHY1].read_status(
sys/dev/bxe/bxe_elink.c
7391
if (params->phy[phy_index].read_status) {
sys/dev/bxe/bxe_elink.c
7393
params->phy[phy_index].read_status(
sys/dev/bxe/bxe_elink.c
7734
if (!phy->read_status)
sys/dev/bxe/bxe_elink.c
7737
cur_link_up = phy->read_status(phy, params,
sys/dev/bxe/bxe_elink.c
7791
if (params->phy[ELINK_INT_PHY].read_status)
sys/dev/bxe/bxe_elink.c
7792
params->phy[ELINK_INT_PHY].read_status(
sys/dev/bxe/bxe_elink.h
342
read_status_t read_status;
sys/dev/sound/macio/davbus.c
143
d->read_status = burgundy_read_status;
sys/dev/sound/macio/davbus.c
339
d->read_status = screamer_read_status;
sys/dev/sound/macio/davbus.c
587
if (d->read_status && d->set_outputs) {
sys/dev/sound/macio/davbus.c
588
mask = (*d->read_status)(d, status);
sys/dev/sound/macio/davbus.c
67
u_int (*read_status)(struct davbus_softc *, u_int);