Searched refs:list_for_each_entry_safe (Results 1 - 25 of 38) sorted by relevance

12

/external/syslinux/gpxe/src/core/
H A Ddevice.c98 list_for_each_entry_safe ( rootdev, tmp, &devices, dev.siblings ) {
H A Dposix_io.c76 list_for_each_entry_safe ( iobuf, tmp, &file->data, list ) {
/external/libusb/libusb/
H A Dhotplug.c197 list_for_each_entry_safe(hotplug_cb, next, &ctx->hotplug_cbs, list, struct libusb_hotplug_callback) {
343 list_for_each_entry_safe(hotplug_cb, next, &ctx->hotplug_cbs, list,
H A Dcore.c1347 list_for_each_entry_safe(itransfer, tmp, &ctx->flying_transfers, list, struct usbi_transfer) {
2155 list_for_each_entry_safe(dev, next, &ctx->usb_devs, list, struct libusb_device) {
2218 list_for_each_entry_safe(dev, next, &ctx->usb_devs, list, struct libusb_device) {
H A Dlibusbi.h103 #define list_for_each_entry_safe(pos, n, head, member, type) \ macro
/external/ltp/utils/ffsb-6.0-rc2/
H A Dlist.h43 #define list_for_each_entry_safe(pos, n, head, member) \ macro
/external/f2fs-tools/include/
H A Dlist.h84 #define list_for_each_entry_safe(pos, n, head, member) \ macro
/external/syslinux/com32/include/sys/
H A Dmodule.h181 list_for_each_entry_safe(m, n, &modules_head, list)
/external/syslinux/gpxe/src/drivers/bus/
H A Disa.c154 list_for_each_entry_safe ( isa, tmp, &rootdev->dev.children,
H A Deisa.c164 list_for_each_entry_safe ( eisa, tmp, &rootdev->dev.children,
H A Dmca.c159 list_for_each_entry_safe ( mca, tmp, &rootdev->dev.children,
H A Dpci.c323 list_for_each_entry_safe ( pci, tmp, &rootdev->dev.children,
/external/syslinux/gpxe/src/include/gpxe/
H A Dlist.h173 #define list_for_each_entry_safe( pos, tmp, head, member ) \ macro
/external/syslinux/gpxe/src/net/
H A Dretry.c181 list_for_each_entry_safe ( timer, tmp, &timers, list ) {
/external/libnfnetlink/src/
H A Diftable.c131 list_for_each_entry_safe(this, tmp, &h->ifindex_hash[hash], head) {
273 list_for_each_entry_safe(this, tmp, &h->ifindex_hash[i], head) {
/external/libusb/libusb/os/
H A Dthreads_windows.c129 list_for_each_entry_safe(pos, next_pos, &cond->not_waiting, list, struct usbi_cond_perthread) {
/external/syslinux/com32/include/linux/
H A Dlist.h329 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
335 #define list_for_each_entry_safe(pos, n, head, member) \ macro
404 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
410 #define list_for_each_entry_safe(pos, n, head, member) \ macro
/external/ltp/testcases/realtime/include/
H A Dlist.h339 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
345 #define list_for_each_entry_safe(pos, n, head, member) \ macro
/external/syslinux/gpxe/src/drivers/net/
H A D3c509.c412 list_for_each_entry_safe ( t509, tmp, &rootdev->dev.children,
/external/syslinux/gpxe/src/hci/commands/
H A Dimage_cmd.c555 list_for_each_entry_safe ( image, tmp, &images, list ) {
/external/syslinux/gpxe/src/net/infiniband/
H A Dib_mi.c396 list_for_each_entry_safe ( madx, tmp, &mi->madx, list ) {
/external/iptables/libiptc/
H A Dlinux_list.h425 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
431 #define list_for_each_entry_safe(pos, n, head, member) \ macro
/external/libnetfilter_conntrack/include/internal/
H A Dlinux_list.h430 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
436 #define list_for_each_entry_safe(pos, n, head, member) \ macro
/external/libnfnetlink/include/
H A Dlinux_list.h429 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
435 #define list_for_each_entry_safe(pos, n, head, member) \ macro
/external/libusb/include/libusb/
H A Dlibusbi.h103 #define list_for_each_entry_safe(pos, n, head, member, type) \ macro

Completed in 558 milliseconds

12