/src/sys/arch/sun2/include/ |
eeprom.h | 44 #define eeprom_va NULL macro
|
eeprom.h | 44 #define eeprom_va NULL macro
|
/src/sys/arch/sparc/sparc/ |
clock.c | 134 char *eeprom_va = NULL; variable in typeref:typename:char * 225 if (eeprom_va == NULL) { 251 buf[bcnt] = eeprom_va[bcnt]; 279 if (eeprom_va == NULL) 282 ep = eeprom_va + off; 302 (void)tsleep(eeprom_va, PZERO - 1, "eeprom", hz/50);
|
clock.c | 134 char *eeprom_va = NULL; variable in typeref:typename:char * 225 if (eeprom_va == NULL) { 251 buf[bcnt] = eeprom_va[bcnt]; 279 if (eeprom_va == NULL) 282 ep = eeprom_va + off; 302 (void)tsleep(eeprom_va, PZERO - 1, "eeprom", hz/50);
|
/src/sys/arch/sun3/dev/ |
eeprom.c | 64 static uint8_t *eeprom_va; /* mapping to actual device */ variable in typeref:typename:uint8_t * 81 if (eeprom_va != NULL) 103 eeprom_va = bus_mapin(ca->ca_bustype, ca->ca_paddr, ee_size); 104 if (eeprom_va == NULL) 120 src = eeprom_va; 210 if (eeprom_va == NULL) 222 ep = eeprom_va + off; 239 (void)tsleep(eeprom_va, PZERO - 1, "eeprom", hz / 50);
|
eeprom.c | 64 static uint8_t *eeprom_va; /* mapping to actual device */ variable in typeref:typename:uint8_t * 81 if (eeprom_va != NULL) 103 eeprom_va = bus_mapin(ca->ca_bustype, ca->ca_paddr, ee_size); 104 if (eeprom_va == NULL) 120 src = eeprom_va; 210 if (eeprom_va == NULL) 222 ep = eeprom_va + off; 239 (void)tsleep(eeprom_va, PZERO - 1, "eeprom", hz / 50);
|