Home
last modified time | relevance | path

Searched refs:LIST_PREV (Results 1 – 5 of 5) sorted by relevance

/freebsd/share/man/man3/
H A DMakefile221 queue.3 LIST_PREV.3 \
/freebsd/contrib/libarchive/unzip/
H A Dla_queue.h556 #define LIST_PREV(elm, head, type, field) \ macro
/freebsd/sys/sys/
H A Dqueue.h736 #define LIST_PREV(elm, head, type, field) \ macro
/freebsd/sys/netinet/
H A Din_fib_dxr.c535 cdp2 = LIST_PREV(cdp, &da->all_chunks, chunk_desc, cd_all_le); in chunk_unref()
/freebsd/sys/cam/ctl/
H A Dctl.c2450 for ( ; ioh; ioh = LIST_PREV(ioh, &lun->ooa_queue, ctl_io_hdr, ooa_links)) { in ctl_ioctl_fill_ooa()