Searched refs:list_del (Results 1 - 25 of 56) sorted by relevance

123

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/efi/
H A Dsnponly.c88 list_del ( &snponly_dev.dev.siblings );
99 list_del ( &snponly_dev.dev.siblings );
/vbox/src/VBox/Devices/PC/ipxe/src/hci/
H A Dlinux_args.c173 list_del(&setting->list);
176 list_del(&request->list);
182 list_del(&setting->list);
/vbox/src/VBox/Additions/solaris/DRM/include/
H A Ddrm_linux_list.h58 #define list_del(entry) { \ macro
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/drivers/net/
H A Dundionly.c94 list_del ( &undi->dev.siblings );
107 list_del ( &undi->dev.siblings );
H A Dundi.c116 list_del ( &undi->dev.siblings );
134 list_del ( &undi->dev.siblings );
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Ddevice.c85 list_del ( &rootdev->dev.siblings );
104 list_del ( &rootdev->dev.siblings );
H A Dprocess.c78 list_del ( &process->list );
104 list_del ( &process->list );
H A Dmenu.c148 list_del ( &menu->list );
152 list_del ( &item->list );
H A Dposix_io.c78 list_del ( &iobuf->list );
282 list_del ( &iobuf->list );
335 list_del ( &file->list );
H A Dmalloc.c285 list_del ( &pre->list );
355 list_del ( &block->list );
375 list_del ( &block->list );
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dinfiniband.c112 list_del ( &cq->list );
130 list_del ( &cq->list );
249 list_del ( &qp->send.list );
250 list_del ( &qp->recv.list );
251 list_del ( &qp->list );
310 list_del ( &qp->send.list );
311 list_del ( &qp->recv.list );
314 list_del ( &qp->list );
678 list_del ( &ibdev->open_list );
727 list_del (
[all...]
H A Dretry.c110 list_del ( &timer->list );
158 list_del ( &timer->list );
H A Darp.c140 list_del ( &arp->list );
169 list_del ( &iobuf->list );
179 list_del ( &arp->list );
262 list_del ( &iobuf->list );
H A Dnetdevice.c256 list_del ( &iobuf->list );
374 list_del ( &iobuf->list );
538 list_del ( &netdev->open_list );
575 list_del ( &netdev->list );
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/bus/
H A Disa.c132 list_del ( &isa->dev.siblings );
158 list_del ( &isa->dev.siblings );
H A Deisa.c142 list_del ( &eisa->dev.siblings );
167 list_del ( &eisa->dev.siblings );
H A Dmca.c137 list_del ( &mca->dev.siblings );
162 list_del ( &mca->dev.siblings );
H A Dpci.c328 list_del ( &pci->dev.siblings );
353 list_del ( &pci->dev.siblings );
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/linux/
H A Dlinux.c84 list_del(&device->dev.siblings);
100 list_del(&device->dev.siblings);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dlist.h65 list_del(struct list *entry) function
/vbox/src/VBox/Devices/PC/ipxe/src/tests/
H A Dlist_test.c172 /* Test list_add(), list_add_tail() and list_del() */
185 list_del ( &list_tests[4].list ); /* delete middle */
187 list_del ( &list_tests[2].list ); /* delete first */
189 list_del ( &list_tests[7].list ); /* delete last */
191 list_del ( &list_tests[1].list ); /* delete all */
192 list_del ( &list_tests[8].list ); /* delete all */
203 list_del ( &list_tests[1].list );
380 list_del ( &list_tests[9].list );
385 list_del ( &list_tests[6].list );
390 list_del (
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dlist.h65 list_del(struct list *entry) function
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dlist.h65 list_del(struct list *entry) function
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dlist.h71 * list_del(&foo->entry);
74 * Note: calling list_del(&bar.foos) will set bar.foos to an empty
86 * Note: You must not call list_del() on the iterator if you continue the
92 * list_del(&iterator->entry);
174 * Using list_del on a pure list head (like in the example at the top of
179 * list_del(&newfoo->mylist);
184 list_del(struct list *entry) function
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dlist.h128 static inline void list_del ( struct list_head *list ) { function
131 #define list_del( list ) do { \ macro
133 list_del ( (list) ); \

Completed in 3386 milliseconds

123