Searched defs:LIST_DEL (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/sys/dev/ice/ | ||
H A D | ice_osdep.h | 231 #define LIST_DEL(entry) LIST_REMOVE(entry, entries) macro |
/freebsd-src/lib/libusb/ | ||
H A D | libusb01.c | 64 #define LIST_DEL(begin, ent) \ macro |