Searched refs:ABSENT (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/pci/bktr/ |
H A D | bktr_card.c | 432 #define ABSENT (-1) macro 450 if ( i2cRead( bktr, (2 * x) + 1 ) != ABSENT ) { in signCard() 478 if (temp_read != ABSENT) i2c_all_absent = 0; in check_for_i2c_devices() 492 if (i2cRead( bktr, 0xc1) != ABSENT) return 0xc0; in locate_tuner_address() 507 if (i2cRead(bktr, 0xa0) != ABSENT) return 0xa0; in locate_eeprom_address() 508 if (i2cRead(bktr, 0xac) != ABSENT) return 0xac; in locate_eeprom_address() 509 if (i2cRead(bktr, 0xae) != ABSENT) return 0xae; in locate_eeprom_address() 1185 if ( i2cRead( bktr, 0xc1 ) != ABSENT ) { in probeCard() 1191 if ( i2cRead( bktr, 0xc7 ) != ABSENT ) { in probeCard() 1213 if ( i2cRead( bktr, TDA9850_RADDR ) != ABSENT ) in probeCard() [all …]
|
/openbsd/usr.sbin/snmpd/ |
H A D | mib.y | 286 %token ABSENT ACCESS AGENTCAPABILITIES ANY APPLICATION AUGMENTS BEGIN 1004 { "ABSENT", ABSENT }, in yylex()
|