HomeSort by relevance Sort by last modified time
    Searched full:devlist (Results 1 - 17 of 17) sorted by null

  /external/libpcap/
fad-getad.c 150 pcap_if_t *devlist = NULL; local
268 if (add_addr_to_iflist(&devlist, ifa->ifa_name,
284 if (devlist != NULL) {
285 pcap_freealldevs(devlist);
286 devlist = NULL;
290 *alldevsp = devlist;
fad-glifc.c 81 pcap_if_t *devlist = NULL; local
332 if (add_addr_to_iflist(&devlist, ifrp->lifr_name,
351 if (devlist != NULL) {
352 pcap_freealldevs(devlist);
353 devlist = NULL;
357 *alldevsp = devlist;
fad-gifc.c 138 pcap_if_t *devlist = NULL; local
404 if (add_addr_to_iflist(&devlist, ifrp->ifr_name,
420 if (devlist != NULL) {
421 pcap_freealldevs(devlist);
422 devlist = NULL;
426 *alldevsp = devlist;
pcap-snf.c 324 pcap_if_t *devlist = NULL,*curdev,*prevdev; local
351 if (devlist == NULL) /* save first entry */
352 devlist = curdev;
410 *devlistp = devlist;
pcap-dos.c 550 pcap_if_t *devlist = NULL; local
576 if (pcap_add_if(&devlist, dev->name, dev->flags,
583 if (add_addr_to_iflist(&devlist, dev->name, dev->flags, addr, addr_size,
593 if (devlist && ret < 0)
595 pcap_freealldevs (devlist);
596 devlist = NULL;
599 if (!devlist)
602 *alldevsp = devlist;
    [all...]
pcap-win32.c 1420 pcap_if_t *devlist = NULL; local
    [all...]
fad-helpers.c 830 pcap_add_if(pcap_if_t **devlist, const char *name, u_int flags,
835 return (add_or_find_if(&curdev, devlist, name, flags, description,
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/
DevGenisis.c 154 (void) InsertTailList(&daDeviceList, &Node->DevList);
  /external/libmtp/src/
libopenusb1-glue.c 144 * @param devlist dynamic linked list of pointers to usb devices with MTP
150 static mtpdevice_list_t *append_to_mtpdevice_list(mtpdevice_list_t *devlist,
165 if (devlist == NULL) {
168 mtpdevice_list_t *tmp = devlist;
174 return devlist;
180 * @param devlist dynamic linked list of pointers to usb devices with MTP
184 static void free_mtpdevice_list(mtpdevice_list_t *devlist) {
185 mtpdevice_list_t *tmplist = devlist;
187 if (devlist == NULL)
594 mtpdevice_list_t *devlist = NULL local
    [all...]
libusb-glue.c 171 * @param devlist dynamic linked list of pointers to usb devices with MTP
177 static mtpdevice_list_t *append_to_mtpdevice_list(mtpdevice_list_t *devlist,
192 if (devlist == NULL) {
195 mtpdevice_list_t *tmp = devlist;
201 return devlist;
207 * @param devlist dynamic linked list of pointers to usb devices with MTP
211 static void free_mtpdevice_list(mtpdevice_list_t *devlist)
213 mtpdevice_list_t *tmplist = devlist;
215 if (devlist == NULL)
611 mtpdevice_list_t *devlist = NULL local
    [all...]
libusb1-glue.c 168 * @param devlist dynamic linked list of pointers to usb devices with
174 static mtpdevice_list_t *append_to_mtpdevice_list(mtpdevice_list_t *devlist,
189 if (devlist == NULL) {
192 mtpdevice_list_t *tmp = devlist;
198 return devlist;
204 * @param devlist dynamic linked list of pointers to usb devices with MTP
208 static void free_mtpdevice_list(mtpdevice_list_t *devlist)
210 mtpdevice_list_t *tmplist = devlist;
212 if (devlist == NULL)
630 mtpdevice_list_t *devlist = NULL local
    [all...]
  /external/tcpdump/
tcpdump.c 422 pcap_if_t *dev, *devlist; local
426 if (pcap_findalldevs(&devlist, ebuf) < 0)
428 for (i = 0, dev = devlist; dev != NULL; i++, dev = dev->next) {
436 pcap_freealldevs(devlist);
924 pcap_if_t *dev, *devlist; local
929 if (pcap_findalldevs(&devlist, ebuf) < 0)
934 for (i = 0, dev = devlist; i < devnum-1 && dev != NULL;
940 pcap_freealldevs(devlist);
1118 pcap_if_t *devlist; local
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalPasswordSmm.c 84 UINT8 *DevList;
87 DevList = AllocateZeroPool (sizeof (PCI_DEVICE) + Dev->Length);
88 ASSERT (DevList != NULL);
91 CopyMem (DevList, Dev->PciBridgeNode, Dev->Length);
95 DeviceNode = (PCI_DEVICE *) (DevList + Dev->Length);
102 Dev->PciBridgeNode = (PCI_DEVICE *)DevList;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 144 List<BluetoothDevice> devList =
146 for (BluetoothDevice device : devList) {
389 List<BluetoothDevice> devList = getConnectedDevices();
390 for (BluetoothDevice dev : devList) {
  /external/chromium-trace/catapult/devil/devil/utils/
find_usb_devices_test.py 49 DEVLIST = [(1, 11, 'foo'),
66 for (b, d, t) in DEVLIST]
  /external/libmojo/third_party/catapult/devil/devil/utils/
find_usb_devices_test.py 49 DEVLIST = [(1, 11, 'foo'),
66 for (b, d, t) in DEVLIST]
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Device/
Device.h 28 LIST_ENTRY DevList; ///< List of registered device abstractions

Completed in 1301 milliseconds