Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kdp/
H A Dkdp_core.h49 #define KDP_WRQ 2 /* write request */ macro
H A Dkdp_udp.c1530 pkt.len = (unsigned int)(length + ((request == KDP_WRQ) ? modelen + fmask_size : 0) + in create_panic_header()
1546 ui->ui_dport = ((request == KDP_WRQ) ? htons(panicd_port) : last_panic_port); in create_panic_header()
1573 if (request == KDP_WRQ) { in create_panic_header()
1681 if (request == KDP_WRQ) { /* longer timeout for initial request */ in kdp_send_crashdump_pkt()
1749 if (request == KDP_WRQ) { in kdp_send_crashdump_pkt()
2083 if ((panic_error = kdp_send_crashdump_pkt(KDP_WRQ, corename_str, 0, NULL)) < 0) { in kdp_panic_dump()
H A Dkdp_core.c1125 …if ((ret = first_stage->kos_funcs.kosf_outproc(first_stage, KDP_WRQ, NULL, 0, NULL)) != KERN_SUCCE… in do_kern_dump()
/xnu-12377.1.9/osfmk/kdp/output_stages/
H A Dout_buffer.c100 if (request == KDP_WRQ || request == KDP_SEEK || request == KDP_EOF) { in buffer_stage_outproc()
H A Dout_aea.c197 case KDP_WRQ: in aea_stage_outproc()
H A Dout_zlib.c236 case KDP_WRQ: in zlib_stage_outproc()
H A Dout_disk.c231 case KDP_WRQ: in disk_stage_outproc()