Lines Matching defs:devi
285 struct devi *d_ihead; /* first instance, if any */
286 struct devi **d_ipp; /* used for tacking on more instances */
301 struct devi *d_ihead; /* first instance, if any */
302 struct devi **d_ipp; /* used for tacking on more instances */
310 * After everything has been read in and verified, the devi's are
316 struct devi {
321 TAILQ_ENTRY(devi) i_next; /* list of all instances */
322 struct devi *i_bsame; /* list on same base */
323 struct devi *i_asame; /* list on same base attachment */
324 struct devi *i_alias; /* other aliases of this instance */
489 TAILQ_HEAD(devitq, devi);
500 extern int ndevi; /* number of devi's (before packing) */
506 extern int devilevel; /* used for devi->i_level */
521 extern struct devi **packed; /* arrayified table for packed devi's */