Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kdp/
H A Dkdp_core.c179 struct kdp_output_stage *first_stage = STAILQ_FIRST(&vars->kcos_out_stage); in kdp_core_output() local
182 …if ((err = first_stage->kos_funcs.kosf_outproc(first_stage, KDP_DATA, NULL, length, data)) != KERN… in kdp_core_output()
645 struct kdp_output_stage *first_stage = STAILQ_FIRST(&outstate->kcos_out_stage); in kern_dump_update_header() local
651 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_SEEK, NULL, sizeof(foffset), &fo… in kern_dump_update_header()
657 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_DATA, NULL, kdp_core_header_size… in kern_dump_update_header()
663 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_DATA, NULL, 0, NULL)) != KERN_SU… in kern_dump_update_header()
669 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_FLUSH, NULL, 0, NULL)) != KERN_S… in kern_dump_update_header()
719 struct kdp_output_stage *first_stage = STAILQ_FIRST(&outstate->kcos_out_stage); in kern_dump_seek_to_next_file() local
722 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_SEEK, NULL, sizeof(next_file_off… in kern_dump_seek_to_next_file()
735 struct kdp_output_stage *first_stage = STAILQ_FIRST(&outstate->kcos_out_stage); in kern_dump_write_public_key() local
[all …]