Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kdp/output_stages/ !
H A Dout_memory_backing_aware_buffer.c70 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in memory_backing_aware_buffer_stage_outproc()
88 …err = next_stage->kos_funcs.kosf_outproc(next_stage, KDP_DATA, corename, bytes_in_page, panic_data… in memory_backing_aware_buffer_stage_outproc()
106 err = next_stage->kos_funcs.kosf_outproc(next_stage, KDP_DATA, corename, bytes_in_page, buffer); in memory_backing_aware_buffer_stage_outproc()
147 stage->kos_funcs.kosf_reset = memory_backing_aware_buffer_stage_reset; in memory_backing_aware_buffer_stage_initialize()
148 stage->kos_funcs.kosf_outproc = memory_backing_aware_buffer_stage_outproc; in memory_backing_aware_buffer_stage_initialize()
149 stage->kos_funcs.kosf_free = memory_backing_aware_buffer_stage_free; in memory_backing_aware_buffer_stage_initialize()
H A Dout_progress_notify.c69 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in progress_notify_stage_outproc()
110 stage->kos_funcs.kosf_reset = progress_notify_stage_reset; in progress_notify_stage_initialize()
111 stage->kos_funcs.kosf_outproc = progress_notify_stage_outproc; in progress_notify_stage_initialize()
112 stage->kos_funcs.kosf_free = progress_notify_stage_free; in progress_notify_stage_initialize()
H A Dout_buffer.c60 …err = next_stage->kos_funcs.kosf_outproc(next_stage, KDP_DATA, NULL, data->current_size, data->buf… in buffer_stage_flush()
98 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in buffer_stage_outproc()
166 stage->kos_funcs.kosf_reset = buffer_stage_reset; in buffer_stage_initialize()
167 stage->kos_funcs.kosf_outproc = buffer_stage_outproc; in buffer_stage_initialize()
168 stage->kos_funcs.kosf_free = buffer_stage_free; in buffer_stage_initialize()
H A Dout_zlib.c85 ret = next_stage->kos_funcs.kosf_outproc(next_stage, KDP_DATA, NULL, len, buf); in zlib_zoutput()
201 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in zlib_stage_outproc()
221 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in zlib_stage_outproc()
229 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in zlib_stage_outproc()
288 stage->kos_funcs.kosf_reset = zlib_stage_reset; in zlib_stage_initialize()
289 stage->kos_funcs.kosf_outproc = zlib_stage_outproc; in zlib_stage_initialize()
290 stage->kos_funcs.kosf_free = zlib_stage_free; in zlib_stage_initialize()
H A Dout_net.c77 stage->kos_funcs.kosf_reset = net_stage_reset; in net_stage_initialize()
78 stage->kos_funcs.kosf_outproc = net_stage_outproc; in net_stage_initialize()
79 stage->kos_funcs.kosf_free = net_stage_free; in net_stage_initialize()
H A Dout_lz4.c120 ret = next_stage->kos_funcs.kosf_outproc(next_stage, KDP_DATA, corename, in lz4_stage_stream()
133 return next_stage->kos_funcs.kosf_outproc(next_stage, KDP_DATA, corename, 0, NULL); in lz4_stage_stream()
167 return next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, in lz4_stage_outproc()
254 stage->kos_funcs.kosf_reset = lz4_stage_reset; in lz4_stage_initialize()
255 stage->kos_funcs.kosf_outproc = lz4_stage_outproc; in lz4_stage_initialize()
256 stage->kos_funcs.kosf_free = lz4_stage_free; in lz4_stage_initialize()
H A Dout_aea.c137 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in aea_stage_outproc()
191 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in aea_stage_outproc()
199 err = next_stage->kos_funcs.kosf_outproc(next_stage, request, corename, length, panic_data); in aea_stage_outproc()
260 stage->kos_funcs.kosf_reset = aea_stage_reset; in aea_stage_initialize()
261 stage->kos_funcs.kosf_outproc = aea_stage_outproc; in aea_stage_initialize()
262 stage->kos_funcs.kosf_free = aea_stage_free; in aea_stage_initialize()
H A Dout_disk.c329 stage->kos_funcs.kosf_reset = disk_stage_reset; in disk_stage_initialize()
330 stage->kos_funcs.kosf_outproc = disk_stage_outproc; in disk_stage_initialize()
331 stage->kos_funcs.kosf_free = disk_stage_free; in disk_stage_initialize()
H A Dout_shmem.c466 stage->kos_funcs.kosf_reset = shmem_stage_reset; in shmem_stage_initialize()
467 stage->kos_funcs.kosf_outproc = shmem_stage_outproc; in shmem_stage_initialize()
468 stage->kos_funcs.kosf_free = shmem_stage_free; in shmem_stage_initialize()
/xnu-10002.1.13/osfmk/kdp/ !
H A Dkdp_core.c281 …if ((err = first_stage->kos_funcs.kosf_outproc(first_stage, KDP_DATA, NULL, length, data)) != KERN… in kdp_core_output()
749 current_stage->kos_funcs.kosf_reset(current_stage); in kdp_reset_output_vars()
779 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_SEEK, NULL, sizeof(foffset), &fo… in kern_dump_update_header()
785 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_DATA, NULL, kdp_core_header_size… in kern_dump_update_header()
791 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_DATA, NULL, 0, NULL)) != KERN_SU… in kern_dump_update_header()
797 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_FLUSH, NULL, 0, NULL)) != KERN_S… in kern_dump_update_header()
847 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_SEEK, NULL, sizeof(next_file_off… in kern_dump_seek_to_next_file()
872 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_SEEK, NULL, sizeof(foffset), &fo… in kern_dump_write_public_key()
879 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_DATA, NULL, kdp_core_header->pub… in kern_dump_write_public_key()
886 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_DATA, NULL, remainder, NULL)) !=… in kern_dump_write_public_key()
[all …]
H A Dkdp_out_stage.h59 struct kdp_output_stage_funcs kos_funcs; member