Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kdp/
H A Dkdp_core.c174 kdp_core_output(void *kdp_core_out_state, uint64_t length, void * data) in kdp_core_output() argument
178 struct kdp_core_out_state *vars = (struct kdp_core_out_state *)kdp_core_out_state; in kdp_core_output()
608 kdp_reset_output_vars(void *kdp_core_out_state, uint64_t totalbytes, bool encrypt_core, bool *out_s… in kdp_reset_output_vars() argument
610 struct kdp_core_out_state *outstate = (struct kdp_core_out_state *)kdp_core_out_state; in kdp_reset_output_vars()
643 kern_dump_update_header(struct kdp_core_out_state *outstate) in kern_dump_update_header()
679 kern_dump_record_file(void *kdp_core_out_state, const char *filename, uint64_t file_offset, uint64_… in kern_dump_record_file() argument
685 struct kdp_core_out_state *outstate = (struct kdp_core_out_state *)kdp_core_out_state; in kern_dump_record_file()
716 kern_dump_seek_to_next_file(void *kdp_core_out_state, uint64_t next_file_offset) in kern_dump_seek_to_next_file() argument
718 struct kdp_core_out_state *outstate = (struct kdp_core_out_state *)kdp_core_out_state; in kern_dump_seek_to_next_file()
733 kern_dump_write_public_key(struct kdp_core_out_state *outstate) in kern_dump_write_public_key()
[all …]
H A Dkdp_out_stage.h35 struct kdp_core_out_state { struct
55 struct kdp_core_out_state * kos_outstate; argument