Home
last modified time | relevance | path

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

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