Searched refs:start_off (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/osfmk/kdp/ |
| H A D | kdp_udp.c | 2099 long start_off = msgbufp->msg_bufx; in kdp_panic_dump() local 2103 if (start_off >= msgbufp->msg_bufr) { in kdp_panic_dump() 2104 len = msgbufp->msg_size - start_off; in kdp_panic_dump() 2106 msgbufp->msg_bufc + start_off); in kdp_panic_dump() 2109 start_off = 0; in kdp_panic_dump() 2112 if (start_off != msgbufp->msg_bufr) { in kdp_panic_dump() 2113 len = msgbufp->msg_bufr - start_off; in kdp_panic_dump() 2115 msgbufp->msg_bufc + start_off); in kdp_panic_dump()
|
| /xnu-8019.80.24/bsd/vfs/ |
| H A D | vfs_cluster.c | 866 off_t start_off = cbp_head->b_lblkno * cbp_head->b_lblksize; in cluster_iodone() local 881 …error = VNOP_VERIFY(vp, start_off, (uint8_t *)verify_buf, verify_length, 0, &verify_ctx, verify_fl… in cluster_iodone() 1022 off_t start_off = cbp_head->b_lblkno * cbp_head->b_lblksize; in cluster_EOT() local 1031 length = ((cbp_tail->b_lblkno * cbp_tail->b_lblksize) + cbp_tail->b_bcount) - start_off; in cluster_EOT() 1045 error = VNOP_VERIFY(vp, start_off, NULL, length, in cluster_EOT() 1056 … error = VNOP_VERIFY(vp, start_off, NULL, 0, &verify_block_size, NULL, VNODE_VERIFY_DEFAULT, NULL); in cluster_EOT() 1061 buf_vnode(cbp_head), start_off, length, error); in cluster_EOT()
|