Home
last modified time | relevance | path

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

/openbsd/sys/arch/i386/i386/
H A Desm.c225 struct esm_devmap devmap; in esm_attach() local
264 esm_devmap(sc, &devmap); in esm_attach()
509 memcpy(devmap, &resp.devmap[0], sizeof(struct esm_devmap)); in esm_get_devmap()
519 resp.devmap[0].dev_minor); in esm_get_devmap()
521 resp.devmap[0].rev_minor); in esm_get_devmap()
704 switch (devmap->dev_major) { in esm_devmap()
708 switch (devmap->dev_minor) { in esm_devmap()
823 devmap->rev_major, devmap->rev_minor); in esm_devmap()
844 req.h_dev = devmap->index; in esm_make_sensors()
876 es->es_dev = devmap->index; in esm_make_sensors()
[all …]
H A Desmreg.h138 struct esm_devmap devmap[1]; /* request one map at a time */ member
/openbsd/sys/arch/macppc/macppc/
H A Dautoconf.c75 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/sys/arch/octeon/octeon/
H A Dautoconf.c51 struct devmap { struct
59 static const struct devmap devmap[] = { in findtype() argument
66 const struct devmap *dp = &devmap[0]; in findtype()
/openbsd/sys/dev/ic/
H A Dmpi.c2469 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()