| /dflybsd-src/contrib/wpa_supplicant/src/p2p/ |
| H A D | p2p_parse.c | 41 char devtype[WPS_DEV_TYPE_BUFSIZE]; in p2p_parse_attribute() local 182 wps_dev_type_bin2str(msg->pri_dev_type, devtype, in p2p_parse_attribute() 183 sizeof(devtype)), in p2p_parse_attribute() 480 char devtype[WPS_DEV_TYPE_BUFSIZE]; in p2p_parse_wps_ie() local 483 wps_dev_type_bin2str(msg->wps_pri_dev_type, devtype, in p2p_parse_wps_ie() 484 sizeof(devtype))); in p2p_parse_wps_ie() 720 char devtype[WPS_DEV_TYPE_BUFSIZE]; in p2p_group_info_text() local 738 devtype, in p2p_group_info_text() 739 sizeof(devtype))); in p2p_group_info_text() 748 devtype, sizeof(devtype))); in p2p_group_info_text() [all …]
|
| /dflybsd-src/sys/dev/virtual/virtio/virtio/ |
| H A D | virtio.c | 92 uintptr_t devtype; in virtio_get_device_type() local 94 devtype = -1; in virtio_get_device_type() 97 VIRTIO_IVAR_DEVTYPE, &devtype); in virtio_get_device_type() 99 return ((int) devtype); in virtio_get_device_type()
|
| /dflybsd-src/contrib/file/magic/Magdir/ |
| H A D | finger | 12 >5 belong x \b, devtype %x 16 >5 belong x \b, devtype %x
|
| H A D | apple | 401 >>8 ubeshort x \b, devtype %u
|
| /dflybsd-src/sys/dev/sound/pcm/ |
| H A D | sndstat.c | 286 const char *devtype; in sndstat_register() local 291 devtype = device_get_name(dev); in sndstat_register() 292 if (!strcmp(devtype, "pcm")) in sndstat_register() 294 else if (!strcmp(devtype, "midi")) in sndstat_register() 296 else if (!strcmp(devtype, "sequencer")) in sndstat_register()
|
| H A D | dsp.c | 461 int i, error, rderror, wrerror, devtype, wdevunit, rdevunit; in dsp_open() local 507 devtype = PCMDEV(i_dev); in dsp_open() 515 if (devtype != dsp_cdevs[i].type || dsp_cdevs[i].alias != NULL) in dsp_open() 988 int j, devtype, ret; in dsp_ioctl_channel() local 1013 devtype = PCMDEV(dev); in dsp_ioctl_channel() 1017 (devtype == SND_DEV_DSPHW_PLAY || devtype == SND_DEV_DSPHW_VPLAY || in dsp_ioctl_channel() 1018 devtype == SND_DEV_DSPHW_REC || devtype == SND_DEV_DSPHW_VREC)) { in dsp_ioctl_channel() 2377 int i, unit, udcmask, cunit, devtype, devhw, devcmax, tumax; in dsp_clone() local 2400 devtype = -1; in dsp_clone() 2408 devtype = dsp_cdevs[i].type; in dsp_clone() [all …]
|
| /dflybsd-src/sbin/devfsctl/ |
| H A D | devfsctl.c | 64 struct devtype { struct 123 static const struct devtype devtypes[] = { 294 id->devtype = devtypes[i].value; in new_id() 391 if (devtypes[i].value == id->devtype) { in dump_config_entry() 486 dr->dev_type = id->devtype; in rule_fill()
|
| H A D | devfsctl.h | 60 int devtype; member
|
| /dflybsd-src/test/stress/stress2/misc/ |
| H A D | fpclone.sh | 120 fpclone_open(struct cdev *dev, int oflags, int devtype, d_thread_t *td) 134 fpclone_close(struct cdev *dev, int fflag, int devtype, d_thread_t *td)
|
| H A D | cdevsw.sh | 134 tclone_open(struct cdev *dev, int oflags, int devtype, d_thread_t *td) 155 tclone_close(struct cdev *dev, int fflag, int devtype, d_thread_t *td)
|
| /dflybsd-src/contrib/wpa_supplicant/src/wps/ |
| H A D | wps_dev_attr.c | 344 char devtype[WPS_DEV_TYPE_BUFSIZE]; in wps_process_primary_dev_type() local 354 wps_dev_type_bin2str(dev->pri_dev_type, devtype, in wps_process_primary_dev_type() 355 sizeof(devtype))); in wps_process_primary_dev_type()
|
| H A D | wps.c | 606 char devtype[WPS_DEV_TYPE_BUFSIZE]; in wps_attr_text() local 610 devtype, in wps_attr_text() 611 sizeof(devtype))); in wps_attr_text()
|
| H A D | wps_registrar.c | 3600 char devtype[WPS_DEV_TYPE_BUFSIZE]; in wps_registrar_get_info() local 3617 wps_dev_type_bin2str(d->dev.pri_dev_type, devtype, in wps_registrar_get_info() 3618 sizeof(devtype)), in wps_registrar_get_info()
|
| /dflybsd-src/sys/kern/ |
| H A D | kern_device.c | 138 dev_dopen(cdev_t dev, int oflags, int devtype, struct ucred *cred, in dev_dopen() argument 148 ap.a_devtype = devtype; in dev_dopen() 171 dev_dclose(cdev_t dev, int fflag, int devtype, struct file *fp) in dev_dclose() argument 180 ap.a_devtype = devtype; in dev_dclose()
|
| /dflybsd-src/share/examples/drivers/ |
| H A D | make_device_driver.sh | 250 ${1}open(dev_t dev, int oflags, int devtype, struct proc *p) 264 ${1}close(dev_t dev, int fflag, int devtype, struct proc *p)
|
| /dflybsd-src/sys/sys/ |
| H A D | device.h | 337 int dev_dopen(cdev_t dev, int oflags, int devtype, struct ucred *cred, 339 int dev_dclose(cdev_t dev, int fflag, int devtype, struct file *fp);
|
| /dflybsd-src/contrib/wpa_supplicant/src/ap/ |
| H A D | wps_hostapd.c | 177 char devtype[WPS_DEV_TYPE_BUFSIZE]; in hostapd_wps_pin_needed_cb() local 186 wps_dev_type_bin2str(dev->pri_dev_type, devtype, in hostapd_wps_pin_needed_cb() 187 sizeof(devtype))); in hostapd_wps_pin_needed_cb() 203 wps_dev_type_bin2str(dev->pri_dev_type, devtype, in hostapd_wps_pin_needed_cb() 204 sizeof(devtype))); in hostapd_wps_pin_needed_cb() 258 char devtype[WPS_DEV_TYPE_BUFSIZE]; in hostapd_wps_enrollee_seen_cb() local 266 wps_dev_type_bin2str(pri_dev_type, devtype, in hostapd_wps_enrollee_seen_cb() 267 sizeof(devtype)), in hostapd_wps_enrollee_seen_cb()
|
| /dflybsd-src/lib/libdevattr/ |
| H A D | devattr.h | 123 const char *devtype);
|
| H A D | devattr_monitor.c | 214 const char *devtype __unused) in udev_monitor_filter_add_match_subsystem_devtype()
|
| /dflybsd-src/sbin/udevd/ |
| H A D | test_udevd.c | 409 const char *devtype __unused) in udev_monitor_filter_add_match_subsystem_devtype()
|
| /dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/ |
| H A D | wps_supplicant.c | 1438 char devtype[WPS_DEV_TYPE_BUFSIZE]; in wpas_wps_pin_needed_cb() local 1447 wps_dev_type_bin2str(dev->pri_dev_type, devtype, in wpas_wps_pin_needed_cb() 1448 sizeof(devtype))); in wpas_wps_pin_needed_cb()
|
| H A D | p2p_supplicant.c | 2360 char devtype[WPS_DEV_TYPE_BUFSIZE]; in wpas_dev_found() local 2404 devtype, sizeof(devtype)), in wpas_dev_found() 2419 wps_dev_type_bin2str(info->pri_dev_type, devtype, in wpas_dev_found() 2420 sizeof(devtype)), in wpas_dev_found() 2629 char devtype[WPS_DEV_TYPE_BUFSIZE]; in wpas_prov_disc_req() local 2657 wps_dev_type_bin2str(pri_dev_type, devtype, in wpas_prov_disc_req() 2658 sizeof(devtype)), in wpas_prov_disc_req()
|
| H A D | ctrl_iface.c | 6540 char devtype[WPS_DEV_TYPE_BUFSIZE]; in p2p_ctrl_peer() local 6592 devtype, sizeof(devtype)), in p2p_ctrl_peer() 6611 wps_dev_type_bin2str(t, devtype, in p2p_ctrl_peer() 6612 sizeof(devtype))); in p2p_ctrl_peer()
|
| /dflybsd-src/contrib/cvs-1.12/src/ |
| H A D | rcs.c | 4440 char devtype[16]; in RCS_checkout() local 4443 devtype, &devnum_long) < 2) in RCS_checkout() 4447 if (STREQ (devtype, "character")) in RCS_checkout() 4449 else if (STREQ (devtype, "block")) in RCS_checkout()
|