| /src/external/bsd/libpcap/dist/ |
| pcap-bt-linux.c | 78 struct hci_dev_list_req *dev_list; local 95 dev_list = malloc(HCI_MAX_DEV * sizeof(*dev_req) + sizeof(*dev_list)); 96 if (!dev_list) 99 HCI_MAX_DEV * sizeof(*dev_req) + sizeof(*dev_list)); 111 memset(dev_list, 0, sizeof(*dev_list)); 112 dev_list->dev_num = HCI_MAX_DEV; 114 if (ioctl(sock, HCIGETDEVLIST, (void *) dev_list) < 0) 122 dev_req = dev_list->dev_req [all...] |
| pcap-rdmasniff.c | 374 struct ibv_device **dev_list; local 384 dev_list = ibv_get_device_list(&numdev); 385 if (!dev_list) { 389 ibv_free_device_list(dev_list); 408 if (strlen(dev_list[i]->name) == namelen && 409 !strncmp(device, dev_list[i]->name, namelen)) { 416 priv->rdma_device = dev_list[i]; 423 ibv_free_device_list(dev_list); 430 struct ibv_device **dev_list; local 435 dev_list = ibv_get_device_list(&numdev) [all...] |
| /src/sys/arch/arm/cortex/ |
| gicv3_its.h | 46 LIST_ENTRY(gicv3_its_device) dev_list; member in struct:gicv3_its_device
|
| gicv3_its.c | 416 LIST_FOREACH(dev, &its->its_devices, dev_list) 454 LIST_INSERT_HEAD(&its->its_devices, dev, dev_list);
|
| /src/sys/dev/dm/ |
| dm_ioctl.c | 290 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);
|