p_offset          293 arch/i386/stand/installboot/installboot.c 	lseek(fd, ph->p_offset, SEEK_SET);
p_offset          397 arch/i386/stand/installboot/installboot.c 	devread(devfd, sblock, pl->p_offset + SBLOCK, SBSIZE, "superblock");
p_offset          412 arch/i386/stand/installboot/installboot.c 	devread(devfd, buf, pl->p_offset + blk, fs->fs_bsize, "inode");
p_offset          430 arch/i386/stand/installboot/installboot.c 	sym_set_value(pbr_symbols, "_p_offset", pl->p_offset);
p_offset          443 arch/i386/stand/installboot/installboot.c 		    fs->fs_fsbtodb, pl->p_offset,
p_offset          600 arch/i386/stand/libsa/biosdev.c 			d_partitions[B_PARTITION(dip->bsddev)].p_offset;
p_offset          267 arch/i386/stand/libsa/diskprobe.c 	dip->disklabel.d_partitions[0].p_offset = 0;
p_offset          272 arch/i386/stand/libsa/diskprobe.c 	dip->disklabel.d_partitions[RAW_PART].p_offset = 0;
p_offset         1226 isofs/udf/udf_vnops.c 	int i, p_offset;
p_offset         1321 isofs/udf/udf_vnops.c 			p_offset =
p_offset         1323 isofs/udf/udf_vnops.c 			if ((p_offset < ump->um_psecs) && (p_offset >= 0)) {
p_offset         1326 isofs/udf/udf_vnops.c 				    p_offset;
p_offset          281 kern/exec_elf.c 	offset = ph->p_offset - bdiff;
p_offset          585 kern/exec_elf.c 			    pp->p_offset, interp, pp->p_filesz)) != 0) {
p_offset          884 kern/exec_elf.c 		if ((error = ELFNAME(read_from)(p, epp->ep_vp, ph->p_offset,
p_offset          297 kern/subr_disk.c 			pp->p_offset = swap32(pp->p_offset);
p_offset          123 lib/libsa/loadfile_elf.c 			if (lseek(fd, (off_t)phdr[i].p_offset, SEEK_SET) == -1)  {
p_offset          164 sys/disklabel.h 		u_int32_t p_offset;	/* starting sector */
p_offset          176 sys/disklabel.h 	u_int32_t p_offset;	/* starting sector */
p_offset          210 sys/disklabel.h #define DL_GETPOFFSET(p)	(((u_int64_t)(p)->p_offseth << 32) + (p)->p_offset)
p_offset          222 sys/disklabel.h 					(p)->p_offset = x; \
p_offset          376 sys/exec_elf.h 	Elf32_Off	p_offset;	/* segment offset */
p_offset          388 sys/exec_elf.h 	Elf64_Off	p_offset;	/* offset */