Home
last modified time | relevance | path

Searched refs:ioc_read (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/
H A Dmontecarlo.c2357 scsb_ioc_rdwr_t ioc_read; in alarm_card_occupant() local
2387 if (scsb_ioc_reg_read(scsb_fd, reg_index, &ioc_read, 1) == 0) in alarm_card_occupant()
2392 alarm_card_present = (BIT_TEST(ioc_read.ioc_rbuf[0]&0xff, 0) ? 1:0); in alarm_card_occupant()