Searched refs:dev_list (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap-bt-linux.c79 struct hci_dev_list_req *dev_list; local
96 dev_list = malloc(HCI_MAX_DEV * sizeof(*dev_req) + sizeof(*dev_list));
97 if (!dev_list)
100 HCI_MAX_DEV * sizeof(*dev_req) + sizeof(*dev_list));
112 memset(dev_list, 0, sizeof(*dev_list));
113 dev_list->dev_num = HCI_MAX_DEV;
115 if (ioctl(sock, HCIGETDEVLIST, (void *) dev_list) < 0)
123 dev_req = dev_list
[all...]
H A Dpcap-rdmasniff.c376 struct ibv_device **dev_list; local
386 dev_list = ibv_get_device_list(&numdev);
387 if (!dev_list) {
391 ibv_free_device_list(dev_list);
410 if (strlen(dev_list[i]->name) == namelen &&
411 !strncmp(device, dev_list[i]->name, namelen)) {
418 priv->rdma_device = dev_list[i];
425 ibv_free_device_list(dev_list);
432 struct ibv_device **dev_list; local
437 dev_list
[all...]
/netbsd-current/sys/arch/arm/cortex/
H A Dgicv3_its.h46 LIST_ENTRY(gicv3_its_device) dev_list; member in struct:gicv3_its_device
H A Dgicv3_its.c371 LIST_FOREACH(dev, &its->its_devices, dev_list)
380 LIST_INSERT_HEAD(&its->its_devices, dev, dev_list);
/netbsd-current/external/gpl3/gdb.old/dist/sim/m68hc11/
H A Dinterp.c82 struct sim_info_list *dev_list; local
89 dev_list = dev_list_68hc11;
91 dev_list = dev_list_68hc12;
93 for (i = 0; dev_list[i].name; i++)
94 if (strcmp (cmd, dev_list[i].name) == 0)
97 if (dev_list[i].name == 0)
103 hw_dev = sim_hw_parse (sd, dev_list[i].device);
106 sim_io_eprintf (sd, "Device '%s' not found\n", dev_list[i].device);
/netbsd-current/external/gpl3/gdb/dist/sim/m68hc11/
H A Dinterp.c85 struct sim_info_list *dev_list; local
92 dev_list = dev_list_68hc11;
94 dev_list = dev_list_68hc12;
96 for (i = 0; dev_list[i].name; i++)
97 if (strcmp (cmd, dev_list[i].name) == 0)
100 if (dev_list[i].name == 0)
106 hw_dev = sim_hw_parse (sd, "%s", dev_list[i].device);
109 sim_io_eprintf (sd, "Device '%s' not found\n", dev_list[i].device);
/netbsd-current/sys/dev/dm/
H A Ddm_ioctl.c290 prop_array_t dev_list; local
299 dev_list = dm_dev_prop_list();
301 prop_dictionary_set(dm_dict, DM_IOCTL_CMD_DATA, dev_list);
302 prop_object_release(dev_list);

Completed in 306 milliseconds