Home | Sort by: relevance | last modified time | path |
/src/sys/arch/arc/include/ | |
platform.h | 38 const char *system_id; /* from root of configuration tree */ member in struct:platform |
/src/sys/arch/evbarm/lubbock/ | |
obio.c | 213 int system_id, baseboard_id, expansion_id, processor_card_id; local in function:obio_attach 227 system_id = bus_space_read_4(sc->sc_iot, sc->sc_obioreg_ioh, 230 baseboard_id = (system_id>>8) & 0x0f; 231 expansion_id = (system_id>>4) & 0x0f; 232 processor_card_id = system_id & 0x0f; |
/src/sys/fs/cd9660/ | |
iso.h | 72 char system_id [ISODCL ( 9, 40)]; /* achars */ member in struct:iso_primary_descriptor 109 char system_id [ISODCL ( 9, 40)]; /* achars */ member in struct:iso_supplementary_descriptor 168 char system_id [ISODCL (85, 116)]; /* achars */ member in struct:iso_extended_attributes |
/src/sys/arch/hppa/include/ | |
som.h | 34 /* system_id */ 47 ((fh)->system_id != SOM_PA10 && \ 48 (fh)->system_id != SOM_PA11 && \ 49 (fh)->system_id != SOM_PA12 && \ 50 (fh)->system_id != SOM_PA20) 53 u_short system_id; member in struct:som_filehdr |