Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kdp/
H A Dkdp_core.h47 #define KDP_WRQ 2 /* write request */ macro
H A Dkdp_udp.c1528 pkt.len = (unsigned int)(length + ((request == KDP_WRQ) ? modelen + fmask_size : 0) + in create_panic_header()
1544 ui->ui_dport = ((request == KDP_WRQ) ? htons(panicd_port) : last_panic_port); in create_panic_header()
1571 if (request == KDP_WRQ) { in create_panic_header()
1679 if (request == KDP_WRQ) { /* longer timeout for initial request */ in kdp_send_crashdump_pkt()
1747 if (request == KDP_WRQ) { in kdp_send_crashdump_pkt()
2081 if ((panic_error = kdp_send_crashdump_pkt(KDP_WRQ, corename_str, 0, NULL)) < 0) { in kdp_panic_dump()
H A Dkdp_core.c888 …if ((ret = first_stage->kos_funcs.kosf_outproc(first_stage, KDP_WRQ, NULL, 0, NULL)) != KERN_SUCCE… in do_kern_dump()
/xnu-8019.80.24/osfmk/kdp/output_stages/
H A Dout_buffer.c97 if (request == KDP_WRQ || request == KDP_SEEK || request == KDP_EOF) { in buffer_stage_outproc()
H A Dout_zlib.c224 case KDP_WRQ: in zlib_stage_outproc()
H A Dout_aea.c193 case KDP_WRQ: in aea_stage_outproc()
H A Dout_disk.c228 case KDP_WRQ: in disk_stage_outproc()