Symbol: devs
crypto/openssh/auth2-chall.c
101
kbdint_alloc(const char *devs)
crypto/openssh/auth2-chall.c
113
if (strcmp(devs, "") == 0) {
crypto/openssh/auth2-chall.c
125
kbdintctxt->devices = xstrdup(devs);
crypto/openssh/auth2-chall.c
193
auth2_challenge(struct ssh *ssh, char *devs)
crypto/openssh/auth2-chall.c
198
devs ? devs : "<no devs>");
crypto/openssh/auth2-chall.c
200
if (authctxt->user == NULL || !devs)
crypto/openssh/auth2-chall.c
203
authctxt->kbdintctxt = kbdint_alloc(devs);
crypto/openssh/auth2-kbdint.c
51
char *lang, *devs;
crypto/openssh/auth2-kbdint.c
54
(r = sshpkt_get_cstring(ssh, &devs, NULL)) != 0 ||
crypto/openssh/auth2-kbdint.c
58
debug("keyboard-interactive devs %s", devs);
crypto/openssh/auth2-kbdint.c
61
authenticated = auth2_challenge(ssh, devs);
crypto/openssh/auth2-kbdint.c
63
free(devs);
lib/libusb/libusb10.c
519
struct libusb_device **devs;
lib/libusb/libusb10.c
531
if ((i = libusb_get_device_list(ctx, &devs)) < 0)
lib/libusb/libusb10.c
538
tdev = devs[j]->os_priv;
lib/libusb/libusb10.c
547
libusb_open(devs[j], &pdev);
lib/libusb/libusb10.c
552
libusb_free_device_list(devs, 1);
libexec/rpc.rstatd/rstat_proc.c
326
updatexfers(int numdevs, int *devs)
libexec/rpc.rstatd/rstat_proc.c
374
devs[j] = t;
sbin/vinum/commands.c
517
int devs = getnumdevs();
sbin/vinum/commands.c
526
statinfo.dinfo = malloc(devs * sizeof(struct statinfo));
sbin/vinum/commands.c
527
namelist = malloc(devs * (DEVSTAT_NAME_LEN + 8));
sbin/vinum/commands.c
528
token = malloc((devs + 1) * sizeof(char *));
sbin/vinum/commands.c
543
for (i = 0; i < devs; i++) {
sbin/vinum/list.c
1227
int devs = getnumdevs();
sbin/vinum/list.c
1236
statinfo.dinfo = malloc(devs * sizeof(struct statinfo));
sbin/vinum/list.c
1237
namelist = malloc(devs * (DEVSTAT_NAME_LEN + 8));
sbin/vinum/list.c
1238
token = malloc((devs + 1) * sizeof(char *));
sbin/vinum/list.c
1253
for (i = 0; i < devs; i++) {
sys/bus/pci/x86_64/pci_bus.c
373
device_t *devs;
sys/bus/pci/x86_64/pci_bus.c
396
if (device_get_children(parent, &devs, &ndevs) == 0) {
sys/bus/pci/x86_64/pci_bus.c
398
if (strcmp(device_get_name(devs[i]),
sys/bus/pci/x86_64/pci_bus.c
401
if (legacy_get_pcibus(devs[i]) == busnum)
sys/bus/pci/x86_64/pci_bus.c
404
kfree(devs, M_TEMP);
sys/bus/u4b/controller/xhci.c
1399
hdev = &sc->sc_hw.devs[index];
sys/bus/u4b/controller/xhci.c
2307
usbd_get_page(&sc->sc_hw.devs[index].input_pc, 0, &buf_inp);
sys/bus/u4b/controller/xhci.c
2336
if (x > sc->sc_hw.devs[index].context_num)
sys/bus/u4b/controller/xhci.c
2337
sc->sc_hw.devs[index].context_num = x;
sys/bus/u4b/controller/xhci.c
2339
x = sc->sc_hw.devs[index].context_num;
sys/bus/u4b/controller/xhci.c
2347
usb_pc_cpu_flush(&sc->sc_hw.devs[index].input_pc);
sys/bus/u4b/controller/xhci.c
2369
usbd_get_page(&sc->sc_hw.devs[index].input_pc, 0, &buf_inp);
sys/bus/u4b/controller/xhci.c
2505
usb_pc_cpu_flush(&sc->sc_hw.devs[index].input_pc);
sys/bus/u4b/controller/xhci.c
2572
pcinp = &sc->sc_hw.devs[index].input_pc;
sys/bus/u4b/controller/xhci.c
2611
sc->sc_hw.devs[index].context_num + 1);
sys/bus/u4b/controller/xhci.c
2625
if (sc->sc_hw.devs[index].nports != 0 &&
sys/bus/u4b/controller/xhci.c
2645
is_hub = sc->sc_hw.devs[index].nports != 0 &&
sys/bus/u4b/controller/xhci.c
2659
sc->sc_hw.devs[index].nports);
sys/bus/u4b/controller/xhci.c
2664
switch (sc->sc_hw.devs[index].state) {
sys/bus/u4b/controller/xhci.c
2685
sc->sc_hw.devs[index].tt);
sys/bus/u4b/controller/xhci.c
2739
pc = &sc->sc_hw.devs[index].device_pc;
sys/bus/u4b/controller/xhci.c
2740
pg = &sc->sc_hw.devs[index].device_pg;
sys/bus/u4b/controller/xhci.c
2752
pc = &sc->sc_hw.devs[index].input_pc;
sys/bus/u4b/controller/xhci.c
2753
pg = &sc->sc_hw.devs[index].input_pg;
sys/bus/u4b/controller/xhci.c
2768
pc = &sc->sc_hw.devs[index].endpoint_pc[i];
sys/bus/u4b/controller/xhci.c
2769
pg = &sc->sc_hw.devs[index].endpoint_pg[i];
sys/bus/u4b/controller/xhci.c
2818
usb_pc_free_mem(&sc->sc_hw.devs[index].device_pc);
sys/bus/u4b/controller/xhci.c
2819
usb_pc_free_mem(&sc->sc_hw.devs[index].input_pc);
sys/bus/u4b/controller/xhci.c
2821
usb_pc_free_mem(&sc->sc_hw.devs[index].endpoint_pc[i]);
sys/bus/u4b/controller/xhci.c
2842
pc = &sc->sc_hw.devs[index].endpoint_pc[epno];
sys/bus/u4b/controller/xhci.c
2846
pepext = &sc->sc_hw.devs[index].endp[epno];
sys/bus/u4b/controller/xhci.c
3836
hdev = &sc->sc_hw.devs[udev->controller_slot_id];
sys/bus/u4b/controller/xhci.c
3870
pcinp = &sc->sc_hw.devs[index].input_pc;
sys/bus/u4b/controller/xhci.c
3952
sc->sc_hw.devs[index].ep_configured &= ~mask;
sys/bus/u4b/controller/xhci.c
3967
if (!(sc->sc_hw.devs[index].ep_configured & mask)) {
sys/bus/u4b/controller/xhci.c
3970
sc->sc_hw.devs[index].ep_configured |= mask;
sys/bus/u4b/controller/xhci.c
4114
sc->sc_hw.devs[index].ep_configured &= ~(1U << epno);
sys/bus/u4b/controller/xhci.c
4147
if (sc->sc_hw.devs[index].ep_configured & mask) {
sys/bus/u4b/controller/xhci.c
4152
pcinp = &sc->sc_hw.devs[index].input_pc;
sys/bus/u4b/controller/xhci.c
4159
sc->sc_hw.devs[index].ep_configured &= ~mask;
sys/bus/u4b/controller/xhci.c
4224
if (sc->sc_hw.devs[temp].state != XHCI_ST_DISABLED) {
sys/bus/u4b/controller/xhci.c
4236
memset(&sc->sc_hw.devs[temp], 0, sizeof(sc->sc_hw.devs[0]));
sys/bus/u4b/controller/xhci.c
4240
sc->sc_hw.devs[temp].state = XHCI_ST_ENABLED;
sys/bus/u4b/controller/xhci.c
4270
sc->sc_hw.devs[index].state = XHCI_ST_DISABLED;
sys/bus/u4b/controller/xhci.c
4377
err = uhub_query_info(udev, &sc->sc_hw.devs[index].nports,
sys/bus/u4b/controller/xhci.c
4378
&sc->sc_hw.devs[index].tt);
sys/bus/u4b/controller/xhci.c
4380
sc->sc_hw.devs[index].nports = 0;
sys/bus/u4b/controller/xhci.c
4387
if (sc->sc_hw.devs[index].state == XHCI_ST_DEFAULT)
sys/bus/u4b/controller/xhci.c
4391
sc->sc_hw.devs[index].state = XHCI_ST_DEFAULT;
sys/bus/u4b/controller/xhci.c
4392
sc->sc_hw.devs[index].ep_configured = 3U;
sys/bus/u4b/controller/xhci.c
4395
sc->sc_hw.devs[index].context_num = 0;
sys/bus/u4b/controller/xhci.c
4406
if (sc->sc_hw.devs[index].state == XHCI_ST_ADDRESSED)
sys/bus/u4b/controller/xhci.c
4409
sc->sc_hw.devs[index].state = XHCI_ST_ADDRESSED;
sys/bus/u4b/controller/xhci.c
4410
sc->sc_hw.devs[index].ep_configured = 3U;
sys/bus/u4b/controller/xhci.c
4421
if (sc->sc_hw.devs[index].state == XHCI_ST_CONFIGURED)
sys/bus/u4b/controller/xhci.c
4425
sc->sc_hw.devs[index].state = XHCI_ST_CONFIGURED;
sys/bus/u4b/controller/xhci.c
4426
sc->sc_hw.devs[index].ep_configured = 3U;
sys/bus/u4b/controller/xhci.c
4429
sc->sc_hw.devs[index].context_num = 0;
sys/bus/u4b/controller/xhci.c
4431
usbd_get_page(&sc->sc_hw.devs[index].input_pc, 0, &buf_inp);
sys/bus/u4b/controller/xhci.c
931
pepext = &sc->sc_hw.devs[index].endp[epno];
sys/bus/u4b/controller/xhci.h
462
struct xhci_hw_dev devs[XHCI_MAX_DEVICES + 1];
sys/dev/acpica/acpi_thermal.c
1013
device_t *devs;
sys/dev/acpica/acpi_thermal.c
1020
devs = NULL;
sys/dev/acpica/acpi_thermal.c
1031
if (devs != NULL) {
sys/dev/acpica/acpi_thermal.c
1032
kfree(devs, M_TEMP);
sys/dev/acpica/acpi_thermal.c
1035
devclass_get_devices(acpi_tz_devclass, &devs, &devcount);
sys/dev/acpica/acpi_thermal.c
1039
sc[i] = device_get_softc(devs[i]);
sys/dev/misc/ipmi/ipmi.c
930
device_t * devs;
sys/dev/misc/ipmi/ipmi.c
934
if (devclass_get_devices(ipmi_devclass, &devs, &count) != 0)
sys/dev/misc/ipmi/ipmi.c
937
device_delete_child(device_get_parent(devs[i]), devs[i]);
sys/dev/misc/ipmi/ipmi.c
938
kfree(devs, M_TEMP);
sys/dev/netif/mii_layer/mlphy.c
204
int devs, i;
sys/dev/netif/mii_layer/mlphy.c
211
device_get_children(msc->ml_mii.mii_dev, &devlist, &devs);
sys/dev/netif/mii_layer/mlphy.c
212
for (i = 0; i < devs; i++) {
sys/dev/netif/mii_layer/mlphy.c
416
int devs, i;
sys/dev/netif/mii_layer/mlphy.c
419
device_get_children(msc->ml_mii.mii_dev, &devlist, &devs);
sys/dev/netif/mii_layer/mlphy.c
420
for (i = 0; i < devs; i++) {
sys/dev/netif/mii_layer/tlphy.c
173
int devs, i;
sys/dev/netif/mii_layer/tlphy.c
175
device_get_children(sc->sc_mii.mii_dev, &devlist, &devs);
sys/dev/netif/mii_layer/tlphy.c
176
for (i = 0; i < devs; i++) {
sys/dev/serial/sio/sio.c
600
device_t *devs;
sys/dev/serial/sio/sio.c
603
devclass_get_devices(sio_devclass, &devs, &count);
sys/dev/serial/sio/sio.c
605
xdev = devs[i];
sys/dev/serial/sio/sio.c
611
kfree(devs, M_TEMP);
sys/dev/sound/pci/hda/hdaa.c
4957
pdevinfo = &devinfo->devs[0];
sys/dev/sound/pci/hda/hdaa.c
5519
devinfo->devs =
sys/dev/sound/pci/hda/hdaa.c
5523
if (devinfo->devs == NULL) {
sys/dev/sound/pci/hda/hdaa.c
5529
devinfo->devs[i].index = i;
sys/dev/sound/pci/hda/hdaa.c
5530
devinfo->devs[i].devinfo = devinfo;
sys/dev/sound/pci/hda/hdaa.c
5531
devinfo->devs[i].playas = -1;
sys/dev/sound/pci/hda/hdaa.c
5532
devinfo->devs[i].recas = -1;
sys/dev/sound/pci/hda/hdaa.c
5533
devinfo->devs[i].digital = 255;
sys/dev/sound/pci/hda/hdaa.c
5539
if (devinfo->devs[j].digital != 255 &&
sys/dev/sound/pci/hda/hdaa.c
5540
(!devinfo->devs[j].digital) !=
sys/dev/sound/pci/hda/hdaa.c
5544
if (devinfo->devs[j].recas >= 0)
sys/dev/sound/pci/hda/hdaa.c
5546
devinfo->devs[j].recas = i;
sys/dev/sound/pci/hda/hdaa.c
5548
if (devinfo->devs[j].playas >= 0)
sys/dev/sound/pci/hda/hdaa.c
5550
devinfo->devs[j].playas = i;
sys/dev/sound/pci/hda/hdaa.c
5552
as[i].pdevinfo = &devinfo->devs[j];
sys/dev/sound/pci/hda/hdaa.c
5555
&devinfo->devs[j];
sys/dev/sound/pci/hda/hdaa.c
5557
devinfo->devs[j].digital = as[i].digital;
sys/dev/sound/pci/hda/hdaa.c
5569
struct hdaa_pcm_devinfo *pdevinfo = &devinfo->devs[i];
sys/dev/sound/pci/hda/hdaa.c
6302
kfree(devinfo->devs, M_HDAA);
sys/dev/sound/pci/hda/hdaa.c
6303
devinfo->devs = NULL;
sys/dev/sound/pci/hda/hdaa.c
6571
struct hdaa_pcm_devinfo *pdevinfo = &devinfo->devs[i];
sys/dev/sound/pci/hda/hdaa.h
212
struct hdaa_pcm_devinfo *devs;
sys/dev/sound/pcm/mixer.c
256
(0 == (m->devs & (1 << dev))))
sys/dev/sound/pcm/mixer.c
334
if ((dev < SOUND_MIXER_NRDEVICES) && (mixer->devs & (1 << dev)))
sys/dev/sound/pcm/mixer.c
475
m->devs = v;
sys/dev/sound/pcm/mixer.c
597
return m->devs;
sys/dev/sound/pcm/mixer.c
61
u_int32_t devs;
sys/dev/sound/pcm/mixer.c
739
if (!(m->devs & (1 << i)))
sys/kern/tty_pty.c
137
cdev_t devs, devc;
sys/kern/tty_pty.c
205
pti->devs = make_dev(&pts98_ops, unit,
sys/kern/tty_pty.c
210
pti->devs->si_flags |= SI_OVERRIDE; /* uid, gid, perms from dev */
sys/kern/tty_pty.c
213
pti->pt_tty.t_dev = pti->devs;
sys/kern/tty_pty.c
216
pti->devs->si_drv1 = pti->devc->si_drv1 = pti;
sys/kern/tty_pty.c
217
pti->devs->si_tty = pti->devc->si_tty = &pti->pt_tty;
sys/kern/tty_pty.c
278
if ((dev = pti->devs) != NULL) {
sys/kern/tty_pty.c
280
pti->devs = NULL;
sys/kern/tty_pty.c
616
pti->devs->si_uid = ap->a_cred->cr_uid;
sys/kern/tty_pty.c
617
pti->devs->si_gid = ap->a_cred->cr_uid ? GID_TTY : 0;
sys/kern/tty_pty.c
618
pti->devs->si_perms = 0600;
sys/kern/tty_pty.c
677
pti->devs->si_uid = 0;
sys/kern/tty_pty.c
678
pti->devs->si_gid = 0;
sys/kern/tty_pty.c
679
pti->devs->si_perms = 0666;
sys/netgraph7/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c
181
static const STRUCT_USB_HOST_ID devs[] = {
sys/netgraph7/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c
194
return (usbd_lookup_id_by_uaa(devs, sizeof(devs), uaa));
usr.bin/fstat/fstat.c
1031
cur->next = devs;
usr.bin/fstat/fstat.c
1032
devs = cur;
usr.bin/fstat/fstat.c
553
for (d = devs; d != NULL; d = d->next)
usr.bin/fstat/fstat.c
94
DEVS *devs;
usr.bin/fstat/fstat.h
38
struct devs *next;
usr.sbin/pciconf/pciconf.c
503
TAILQ_FOREACH(di, &vi->devs, link) {
usr.sbin/pciconf/pciconf.c
59
TAILQ_HEAD(,pci_device_info) devs;
usr.sbin/pciconf/pciconf.c
694
TAILQ_INIT(&cv->devs);
usr.sbin/pciconf/pciconf.c
719
TAILQ_INSERT_TAIL(&cv->devs, cd, link);