Searched refs:LIST_CONCAT (Results 1 – 6 of 6) sorted by relevance
| /src/sys/sys/ |
| H A D | queue_mergesort.h | 196 LIST_INSERT_HEAD, LIST_INSERT_AFTER_4, LIST_CONCAT, LIST_REMOVE_HEAD)
|
| H A D | queue.h | 661 #define LIST_CONCAT(head1, head2, type, field) do { \ macro
|
| /src/tests/sys/sys/ |
| H A D | queue_test.c | 204 LIST_CONCAT(first, second, list_id_elem, ie_entry)
|
| /src/contrib/libarchive/unzip/ |
| H A D | la_queue.h | 484 #define LIST_CONCAT(head1, head2, type, field) do { \ macro
|
| /src/sys/dev/ixl/ |
| H A D | ixl_pf_main.c | 1244 LIST_CONCAT(&tmp, &vsi->ftl, ixl_mac_filter, ftle); in ixl_reconfigure_filters() 1554 LIST_CONCAT(&vsi->ftl, to_add, ixl_mac_filter, ftle); in ixl_add_hw_filters()
|
| /src/sys/ufs/ffs/ |
| H A D | ffs_softdep.c | 12167 LIST_CONCAT(&bmsafemap->sm_freehd, &bmsafemap->sm_freewr, in handle_written_bmsafemap() 12224 LIST_CONCAT(&bmsafemap->sm_newblkhd, &bmsafemap->sm_newblkwr, in handle_written_bmsafemap() 12226 LIST_CONCAT(&bmsafemap->sm_freehd, &bmsafemap->sm_freewr, in handle_written_bmsafemap()
|