Home
last modified time | relevance | path

Searched refs:cl_offset (Results 1 – 6 of 6) sorted by relevance

/titanic_54/usr/src/boot/sys/boot/i386/libi386/
H A Dlinux.h29 uint16_t cl_offset; /* The offset of command line */ member
H A Dlinux.c173 lh.cl_offset = LINUX_CL_OFFSET; in linux_loadkernel()
179 lh.cl_offset = LINUX_CL_OFFSET; in linux_loadkernel()
/titanic_54/usr/src/uts/common/io/
H A Dcmlb.c1071 *startblockp = (diskaddr_t)cl->cl_offset[part]; in cmlb_partinfo()
1646 cl->cl_offset[P0_RAW_DISK] = 0;
1814 cl->cl_offset[FDISK_P1 + count] =
1822 cl->cl_offset[count] =
1827 cl->cl_offset[count] = vp->p_start + cl->cl_solaris_offset;
2157 cl->cl_offset[FDISK_P4 + 1 + count] =
2931 cl->cl_offset[i] =
2959 cl->cl_offset[i] = 0;
3470 cl->cl_offset[0] = 0;
3488 cl->cl_offset[8] = 0;
[all …]
/titanic_54/usr/src/uts/common/sys/
H A Dcmlb_impl.h147 diskaddr_t cl_offset[MAXPART]; /* partition start blocks */ member
/titanic_54/usr/src/grub/grub-0.97/stage2/
H A Dboot.c248 lh->cl_offset = LINUX_CL_OFFSET; in load_image()
256 lh->cl_offset = LINUX_CL_OFFSET; in load_image()
H A Dshared.h420 unsigned short cl_offset; /* The offset of command line */ member