Home
last modified time | relevance | path

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

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