Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/config/
H A Dconfig.h148 struct deva { struct
150 struct deva *d_next; /* linked list */ argument
151 struct deva *d_bsame; /* list on same base */ argument
152 int d_isdef; /* set once properly defined */
153 struct devbase *d_devbase; /* the base device */
154 struct nvlist *d_atlist; /* e.g., "at tg" (attr list) */
155 struct nvlist *d_attrs; /* attributes, if any */
156 struct devi *d_ihead; /* first instance, if any */
157 struct devi **d_ipp; /* used for tacking on more instances */
H A Dgram.y93 struct deva *deva; member
H A Dsem.c342 defdevattach(struct deva *deva, struct devbase *dev, struct nvlist *atlist, in defdevattach() argument
434 struct deva *deva; getdevattach() local
[all...]
H A Dmain.c510 deva_has_instances(struct deva *deva, int unit) in deva_has_instances()