Symbol: devtype
lib/libdevattr/devattr.h
123
const char *devtype);
lib/libdevattr/devattr_monitor.c
214
const char *devtype __unused)
sbin/devfsctl/devfsctl.c
123
static const struct devtype devtypes[] = {
sbin/devfsctl/devfsctl.c
294
id->devtype = devtypes[i].value;
sbin/devfsctl/devfsctl.c
391
if (devtypes[i].value == id->devtype) {
sbin/devfsctl/devfsctl.c
486
dr->dev_type = id->devtype;
sbin/devfsctl/devfsctl.h
60
int devtype;
sbin/udevd/test_udevd.c
409
const char *devtype __unused)
sys/dev/sound/pcm/dsp.c
1013
devtype = PCMDEV(dev);
sys/dev/sound/pcm/dsp.c
1017
(devtype == SND_DEV_DSPHW_PLAY || devtype == SND_DEV_DSPHW_VPLAY ||
sys/dev/sound/pcm/dsp.c
1018
devtype == SND_DEV_DSPHW_REC || devtype == SND_DEV_DSPHW_VREC)) {
sys/dev/sound/pcm/dsp.c
2377
int i, unit, udcmask, cunit, devtype, devhw, devcmax, tumax;
sys/dev/sound/pcm/dsp.c
2400
devtype = -1;
sys/dev/sound/pcm/dsp.c
2408
devtype = dsp_cdevs[i].type;
sys/dev/sound/pcm/dsp.c
2431
udcmask = snd_u2unit(unit) | snd_d2unit(devtype);
sys/dev/sound/pcm/dsp.c
2476
if (((devtype == SND_DEV_DSPHW_VPLAY && d->pvchancount > 0) ||
sys/dev/sound/pcm/dsp.c
2477
(devtype == SND_DEV_DSPHW_VREC && d->rvchancount > 0)) &&
sys/dev/sound/pcm/dsp.c
2507
PCMMKMINOR(unit, devtype, subunit),
sys/dev/sound/pcm/dsp.c
461
int i, error, rderror, wrerror, devtype, wdevunit, rdevunit;
sys/dev/sound/pcm/dsp.c
507
devtype = PCMDEV(i_dev);
sys/dev/sound/pcm/dsp.c
515
if (devtype != dsp_cdevs[i].type || dsp_cdevs[i].alias != NULL)
sys/dev/sound/pcm/dsp.c
988
int j, devtype, ret;
sys/dev/sound/pcm/sndstat.c
286
const char *devtype;
sys/dev/sound/pcm/sndstat.c
291
devtype = device_get_name(dev);
sys/dev/sound/pcm/sndstat.c
292
if (!strcmp(devtype, "pcm"))
sys/dev/sound/pcm/sndstat.c
294
else if (!strcmp(devtype, "midi"))
sys/dev/sound/pcm/sndstat.c
296
else if (!strcmp(devtype, "sequencer"))
sys/dev/virtual/virtio/virtio/virtio.c
92
uintptr_t devtype;
sys/dev/virtual/virtio/virtio/virtio.c
94
devtype = -1;
sys/dev/virtual/virtio/virtio/virtio.c
97
VIRTIO_IVAR_DEVTYPE, &devtype);
sys/dev/virtual/virtio/virtio/virtio.c
99
return ((int) devtype);
sys/kern/kern_device.c
138
dev_dopen(cdev_t dev, int oflags, int devtype, struct ucred *cred,
sys/kern/kern_device.c
148
ap.a_devtype = devtype;
sys/kern/kern_device.c
171
dev_dclose(cdev_t dev, int fflag, int devtype, struct file *fp)
sys/kern/kern_device.c
180
ap.a_devtype = devtype;
sys/sys/device.h
337
int dev_dopen(cdev_t dev, int oflags, int devtype, struct ucred *cred,
sys/sys/device.h
339
int dev_dclose(cdev_t dev, int fflag, int devtype, struct file *fp);