Home
last modified time | relevance | path

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

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