Searched defs:list_for_each_entry (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/usr/ |
H A D | iwmgmt.c | 181 list_for_each_entry ( wlan, networks, list ) { function
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | list.h | 92 #define list_for_each_entry(pos, head, member) \ macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | list.h | 92 #define list_for_each_entry(pos, head, member) \ macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | list.h | 92 #define list_for_each_entry(pos, head, member) \ macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | list.h | 81 * list_for_each_entry(iterator, &bar.foos, entry) { 251 * list_for_each_entry(iterator, &foo->mylist, mylist) { 263 #define list_for_each_entry(pos, head, member) \ macro 273 * See list_for_each_entry for more details.
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/linux/ |
H A D | linux.c | 47 list_for_each_entry(request, &linux_device_requests, list) { 124 list_for_each_entry(setting, settings, list) { function 138 list_for_each_entry(setting, new_settings, list) { function
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | list.h | 359 #define list_for_each_entry( pos, head, member ) \ macro
|
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/ |
H A D | x509.c | 1039 list_for_each_entry ( (*cert), &x509_cache, list ) { function 1475 list_for_each_entry ( link, &certs->links, list ) { 1551 list_for_each_entry ( link, &chain->links, list ) {
|
Completed in 53 milliseconds