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

/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_linux_list.h73 #define list_del(entry) { \ macro
88 list_del(entry); \
93 list_del(entry); \
/illumos-gate/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c211 list_del(struct iodev_snapshot **list, struct iodev_snapshot *pos) function
423 list_del(&iodevs, tmp);
439 list_del(&iodevs, ptmp);
465 list_del(&iodevs, tmp);
905 list_del(&parent->is_children, entry);
922 list_del(&parent->is_children, entry);
927 list_del(&ss->s_iodevs, entry);
/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_data_structures.h175 list_del(n); \
180 #define list_del(p) { (p)->list_next->list_prev = (p)->list_prev; \ macro
189 list_del(newnode); \

Completed in 72 milliseconds