Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kdp/
H A Dkdp_udp.c2101 long start_off = msgbufp->msg_bufx; in kdp_panic_dump() local
2105 if (start_off >= msgbufp->msg_bufr) { in kdp_panic_dump()
2106 len = msgbufp->msg_size - start_off; in kdp_panic_dump()
2108 msgbufp->msg_bufc + start_off); in kdp_panic_dump()
2111 start_off = 0; in kdp_panic_dump()
2114 if (start_off != msgbufp->msg_bufr) { in kdp_panic_dump()
2115 len = msgbufp->msg_bufr - start_off; in kdp_panic_dump()
2117 msgbufp->msg_bufc + start_off); in kdp_panic_dump()
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_cluster.c898 off_t start_off = cbp_head->b_clfoffset; in cluster_handle_verification() local
924 verify_error = VNOP_VERIFY(vp, start_off, (uint8_t *)verify_buf, verify_length, in cluster_handle_verification()
967 verify_error = VNOP_VERIFY(vp, start_off, (uint8_t *)verify_buf, verify_length, in cluster_handle_verification()
1340 off_t start_off = cbp_head->b_clfoffset; in cluster_EOT() local
1349 length = (cbp_tail->b_clfoffset + cbp_tail->b_bcount) - start_off; in cluster_EOT()
1363 error = VNOP_VERIFY(vp, start_off, NULL, length, in cluster_EOT()