Searched refs:start_off (Results 1 – 2 of 2) sorted by relevance
| /xnu-10063.141.1/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-10063.141.1/bsd/vfs/ |
| H A D | vfs_cluster.c | 905 off_t start_off = cbp_head->b_lblkno * cbp_head->b_lblksize; in cluster_iodone() local 920 …error = VNOP_VERIFY(vp, start_off, (uint8_t *)verify_buf, verify_length, 0, &verify_ctx, verify_fl… in cluster_iodone() 1063 off_t start_off = cbp_head->b_lblkno * cbp_head->b_lblksize; in cluster_EOT() local 1072 length = ((cbp_tail->b_lblkno * cbp_tail->b_lblksize) + cbp_tail->b_bcount) - start_off; in cluster_EOT() 1086 error = VNOP_VERIFY(vp, start_off, NULL, length, in cluster_EOT()
|