Home
last modified time | relevance | path

Searched refs:STAILQ_LAST (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.41.9/bsd/sys/
H A Dqueue.h401 #define STAILQ_LAST(head, type, field) \ macro
/xnu-8792.41.9/osfmk/kdp/
H A Dkdp_core.c817 last_stage = STAILQ_LAST(&outstate->kcos_out_stage, kdp_output_stage, kos_next); in kern_dump_record_file()