Searched refs:foffset (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/osfmk/kdp/ml/arm/
H A Dkdp_arm_common.c55 uint64_t foffset; member in struct:kern_dump_send_context
143 sc.fileoff = (vm_address_t)kdc->foffset;
162 if ((ret = kdp_send_crashdump_pkt (KDP_SEEK, NULL, sizeof(kdc->foffset) , &kdc->foffset)) < 0) {
172 kdc->foffset += size;
185 uint64_t hoffset = 0, foffset = 0; local
232 foffset = (uint32_t)round_page(header_size); /* offset into file */
249 if ((ret = kdp_send_crashdump_pkt (KDP_SEEK, NULL, sizeof(foffset) , &foffset) < 0)) {
257 kdc_send.foffset
[all...]
/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c469 uint64_t foffset; member in struct:kern_dump_send_context
510 sc.fileoff = (vm_address_t)kdc->foffset;
529 if ((ret = kdp_send_crashdump_pkt (KDP_SEEK, NULL, sizeof(kdc->foffset) , &kdc->foffset)) < 0) {
539 kdc->foffset += size;
553 uint64_t hoffset = 0, foffset = 0; local
599 foffset = (uint32_t)round_page(header_size); /* offset into file */
616 if ((ret = kdp_send_crashdump_pkt (KDP_SEEK, NULL, sizeof(foffset) , &foffset) < 0)) {
624 kdc_send.foffset
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_core.c225 off_t foffset; local
352 foffset = round_page(header_size); /* offset into file */
410 sc64->fileoff = foffset;
423 sc->fileoff = CAST_DOWN_EXPLICIT(uint32_t,foffset); /* will never truncate */
447 error = vn_rdwr_64(UIO_WRITE, vp, vmoffset, vmsize, foffset,
454 foffset += vmsize;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c393 buf_setcpoff (buf_t bp, uint64_t foffset) { argument
394 bp->b_attr.ba_cp_file_off = foffset;
413 bufattr_setcpoff(bufattr_t bap, uint64_t foffset) { argument
414 bap->ba_cp_file_off = foffset;
433 bufattr_setcpoff(__unused bufattr_t bap, __unused uint64_t foffset) { argument
H A Dkpi_vfs.c6291 VNOP_BLOCKMAP(struct vnode *vp, off_t foffset, size_t size, daddr64_t *bpn, size_t *run, void *poff, int flags, vfs_context_t ctx) argument
6306 a.a_foffset = foffset;

Completed in 101 milliseconds