Searched refs:devmap (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/sys/arch/i386/i386/ |
| H A D | esm.c | 225 struct esm_devmap devmap; in esm_attach() local 262 if (esm_get_devmap(sc, i, &devmap) != 0) in esm_attach() 264 esm_devmap(sc, &devmap); in esm_attach() 487 esm_get_devmap(struct esm_softc *sc, int dev, struct esm_devmap *devmap) in esm_get_devmap() argument 509 memcpy(devmap, &resp.devmap[0], sizeof(struct esm_devmap)); in esm_get_devmap() 517 printf(" index: %.2x\n", resp.devmap[0].index); in esm_get_devmap() 518 printf(" Type : %.2x.%.2x\n", resp.devmap[0].dev_major, in esm_get_devmap() 519 resp.devmap[0].dev_minor); in esm_get_devmap() 520 printf(" Rev : %.2x.%.2x\n", resp.devmap[0].rev_major, in esm_get_devmap() 521 resp.devmap[0].rev_minor); in esm_get_devmap() [all …]
|
| H A D | esmreg.h | 138 struct esm_devmap devmap[1]; /* request one map at a time */ member
|
| /openbsd-src/sys/arch/macppc/macppc/ |
| H A D | autoconf.c | 75 static struct devmap *findtype(char **); 108 struct devmap { struct 120 static struct devmap * argument 123 static struct devmap devmap[] = { in findtype() local 149 struct devmap *dp = &devmap[0]; in findtype() 176 struct devmap *dp; in parseofwbp()
|
| /openbsd-src/sys/arch/octeon/octeon/ |
| H A D | autoconf.c | 51 struct devmap { struct 59 static const struct devmap devmap[] = { in findtype() argument 66 const struct devmap *dp = &devmap[0]; in findtype()
|
| /openbsd-src/sys/dev/ic/ |
| H A D | mpi.c | 2469 u_int8_t devmap[256 / NBBY]; in mpi_fc_rescan() local 2473 memset(devmap, 0, sizeof(devmap)); in mpi_fc_rescan() 2489 setbit(devmap, pg.current_target_id); in mpi_fc_rescan() 2497 if (isset(devmap, i)) { in mpi_fc_rescan()
|