Searched refs:bootptr (Results 1 – 2 of 2) sorted by relevance
120 fill_ipart(char *bootptr, struct ipart *partp) in fill_ipart() argument130 partp->bootid = getbyte((uchar_t **)&bootptr); in fill_ipart()131 partp->beghead = getbyte((uchar_t **)&bootptr); in fill_ipart()132 partp->begsect = getbyte((uchar_t **)&bootptr); in fill_ipart()133 partp->begcyl = getbyte((uchar_t **)&bootptr); in fill_ipart()134 partp->systid = getbyte((uchar_t **)&bootptr); in fill_ipart()135 partp->endhead = getbyte((uchar_t **)&bootptr); in fill_ipart()136 partp->endsect = getbyte((uchar_t **)&bootptr); in fill_ipart()137 partp->endcyl = getbyte((uchar_t **)&bootptr); in fill_ipart()138 partp->relsect = getlong((uchar_t **)&bootptr); in fill_ipart()[all …]
664 static void fill_ipart(char *bootptr, struct ipart *partp);3944 char *bootptr; local3949 bootptr = (char *)iparts; /* Points to start of partition table */3967 fill_ipart(bootptr, &Table[i]);3969 bootptr += sizeof (struct ipart);3982 fill_ipart(char *bootptr, struct ipart *partp) argument3986 partp->bootid = getbyte(&bootptr);3987 partp->beghead = getbyte(&bootptr);3988 partp->begsect = getbyte(&bootptr);3989 partp->begcyl = getbyte(&bootptr);[all …]