Searched refs:KDP_SEEK (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/osfmk/kdp/
H A Dkdp_core.h45 #define KDP_SEEK 6 /* Seek to specified offset */ macro
H A Dkdp_udp.c1615 panic_error = kdp_send_crashdump_pkt(KDP_SEEK, corename,
1620 panic_error = kdp_send_crashdump_pkt(KDP_SEEK, corename,
1714 else if (request == KDP_SEEK) {
/xnu-2422.115.4/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c532 if ((ret = kdp_send_crashdump_pkt (KDP_SEEK, NULL, sizeof(kdc->hoffset) , &kdc->hoffset)) < 0) {
544 if ((ret = kdp_send_crashdump_pkt (KDP_SEEK, NULL, sizeof(kdc->foffset) , &kdc->foffset)) < 0) {
620 if ((ret = kdp_send_crashdump_pkt (KDP_SEEK, NULL, sizeof(hoffset) , &hoffset)) < 0) {
631 if ((ret = kdp_send_crashdump_pkt (KDP_SEEK, NULL, sizeof(foffset) , &foffset) < 0)) {
665 if ((ret = kdp_send_crashdump_pkt (KDP_SEEK, NULL, sizeof(hoffset), &hoffset)) < 0) {

Completed in 26 milliseconds