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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dimgact.h85 char *ip_vdata; /* file data (up to one page) */ member in struct:image_params
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exec.c359 struct mach_header *mach_header = (struct mach_header *)imgp->ip_vdata;
439 char *vdata = imgp->ip_vdata;
594 struct fat_header *fat_header = (struct fat_header *)imgp->ip_vdata;
662 error = vn_rdwr(UIO_READ, imgp->ip_vp, imgp->ip_vdata,
712 struct mach_header *mach_header = (struct mach_header *)imgp->ip_vdata;
1244 error = vn_rdwr(UIO_READ, imgp->ip_vp, imgp->ip_vdata, PAGE_SIZE, 0,
3040 imgp->ip_vdata = imgp->ip_strings + NCARGS;

Completed in 26 milliseconds