Searched refs:ip_vdata (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dimgact.h85 char *ip_vdata; /* file data (up to one page) */ member in struct:image_params
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c429 char *vdata = imgp->ip_vdata;
591 struct fat_header *fat_header = (struct fat_header *)imgp->ip_vdata;
659 error = vn_rdwr(UIO_READ, imgp->ip_vp, imgp->ip_vdata,
709 struct mach_header *mach_header = (struct mach_header *)imgp->ip_vdata;
1319 error = vn_rdwr(UIO_READ, imgp->ip_vp, imgp->ip_vdata, PAGE_SIZE, 0,
3747 imgp->ip_vdata = imgp->ip_strings + ( NCARGS + PAGE_SIZE );

Completed in 23 milliseconds