Home
last modified time | relevance | path

Searched defs:deva (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.bin/config/
H A Ddefs.h293 struct deva { struct
295 TAILQ_ENTRY(deva) d_next; /* list of all instances */ argument
296 struct deva *d_bsame; /* list on same base */ argument
297 int d_isdef; /* set once properly defined */
298 struct devbase *d_devbase; /* the base device */
299 struct nvlist *d_atlist; /* e.g., "at tg" (attr list) */
300 struct attrlist *d_attrs; /* attributes, if any */
301 struct devi *d_ihead; /* first instance, if any */
302 struct devi **d_ipp; /* used for tacking on more instances */
303 struct where d_where;
H A Dsem.c653 defdevattach(struct deva *deva, struct devbase *dev, struct nvlist *atlist, in defdevattach() argument
756 struct deva *deva; getdevattach() local
[all...]
H A Dgram.y158 struct deva *deva; member
H A Dmain.c1413 deva_has_instances(struct deva *deva, int unit) in deva_has_instances() argument
/netbsd-src/sys/dev/i2c/
H A Dw83795g.c143 uint8_t bank, vend, chip, deva; in w83795g_match() local