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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/i386/
H A Dkdp_vm.c296 unsigned int hoffset = 0, foffset = 0, nfoffset = 0, vmoffset = 0; local
359 foffset = round_page_32(header_size); /* offset into file */
361 if ((foffset - header_size) < (4*sizeof(struct segment_command))) {
362 foffset += ((4*sizeof(struct segment_command)) - (foffset-header_size));
365 max_header_size = foffset;
386 if ((panic_error = kdp_send_crashdump_pkt (KDP_SEEK, NULL, sizeof(foffset) , &foffset) < 0)) {
461 sc->fileoff = foffset;
486 if ((panic_error = kdp_send_crashdump_pkt (KDP_SEEK, NULL, sizeof(foffset) ,
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_vm.c320 unsigned int hoffset = 0, foffset = 0, nfoffset = 0, vmoffset = 0; local
382 foffset = round_page_32(header_size); /* offset into file */
384 if ((foffset - header_size) < (4*sizeof(struct segment_command))) {
386 foffset += ((4*sizeof(struct segment_command)) - (foffset-header_size));
389 max_header_size = foffset;
408 if ((panic_error = kdp_send_crashdump_pkt(KDP_SEEK, NULL, sizeof(foffset) , &foffset) < 0)) {
494 sc->fileoff = foffset;
516 if ((panic_error = kdp_send_crashdump_pkt(KDP_SEEK, NULL, sizeof(foffset) ,
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_core.c194 off_t foffset; local
325 foffset = round_page(header_size); /* offset into file */
383 sc64->fileoff = foffset;
396 sc->fileoff = CAST_DOWN(uint32_t,foffset);
420 off_t xfer_foffset = foffset;
437 foffset += vmsize;
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dkpi_vfs.c4991 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
5003 a.a_foffset = foffset;

Completed in 34 milliseconds