HomeSort by: relevance | last modified time | path
    Searched refs:deva (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.bin/config/
sem.h 54 void defdevattach(struct deva *, struct devbase *, struct nvlist *,
57 struct deva *getdevattach(const char *);
sem.c 76 static struct deva errdeva;
89 static void selectbase(struct devbase *, struct deva *);
653 defdevattach(struct deva *deva, struct devbase *dev, struct nvlist *atlist,
662 if (deva == NULL)
663 deva = getdevattach(dev->d_name);
664 if (deva == &errdeva)
670 if (deva->d_isdef) {
672 deva->d_name, deva->d_where.w_srcfile, deva->d_where.w_srcline)
756 struct deva *deva; local in function:getdevattach
    [all...]
defs.h 256 * specified by the device attachments (struct deva).
287 struct deva *d_ahead; /* first attachment, if any */
288 struct deva **d_app; /* used for tacking on attachments */
293 struct deva { struct
295 TAILQ_ENTRY(deva) d_next; /* list of all instances */
296 struct deva *d_bsame; /* list on same base */
327 struct deva *i_atdeva;
487 TAILQ_HEAD(devatq, deva);
598 int deva_has_instances(struct deva *, int);
lint.c 133 struct deva *da;
136 * d_isdef is used to check whether a deva has been seen or not,
146 panic("do_emit_instances: no deva found for %s at %s",
mkioconf.c 271 struct deva *da;
286 struct deva *da;
main.c 1413 deva_has_instances(struct deva *deva, int unit)
1423 for (i = deva->d_ihead; i != NULL; i = i->i_asame)
1437 struct deva *da;
1531 struct deva *da;
1906 struct deva *da;
gram.y 158 struct deva *deva;
203 %type <deva> devattach_opt
  /src/sys/dev/i2c/
w83795g.c 143 uint8_t bank, vend, chip, deva; local in function:w83795g_match
152 iic_smbus_read_byte(ia->ia_tag, ia->ia_addr, W83795G_DEVICEA, &deva, 0);
157 if (chip == CHIP_W83795G && deva == DEVICEA_A)

Completed in 19 milliseconds