Searched defs:list_del (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/solaris/DRM/include/
H A Ddrm_linux_list.h58 #define list_del(entry) { \ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dlist.h65 list_del(struct list *entry) function
/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 46 milliseconds