Searched refs:start_off (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.81.4/osfmk/kdp/ |
| H A D | kdp_udp.c | 2101 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.81.4/bsd/vfs/ |
| H A D | vfs_cluster.c | 901 off_t start_off = cbp_head->b_clfoffset; in cluster_handle_verification() local 927 verify_error = VNOP_VERIFY(vp, start_off, (uint8_t *)verify_buf, verify_length, in cluster_handle_verification() 970 verify_error = VNOP_VERIFY(vp, start_off, (uint8_t *)verify_buf, verify_length, in cluster_handle_verification() 1343 off_t start_off = cbp_head->b_clfoffset; in cluster_EOT() local 1352 length = (cbp_tail->b_clfoffset + cbp_tail->b_bcount) - start_off; in cluster_EOT() 1366 error = VNOP_VERIFY(vp, start_off, NULL, length, in cluster_EOT()
|