Searched refs:bootptr (Results 1 – 2 of 2) sorted by relevance
117 fill_ipart(char *bootptr, struct ipart *partp) in fill_ipart() argument127 partp->bootid = getbyte((uchar_t **)&bootptr); in fill_ipart()128 partp->beghead = getbyte((uchar_t **)&bootptr); in fill_ipart()129 partp->begsect = getbyte((uchar_t **)&bootptr); in fill_ipart()130 partp->begcyl = getbyte((uchar_t **)&bootptr); in fill_ipart()131 partp->systid = getbyte((uchar_t **)&bootptr); in fill_ipart()132 partp->endhead = getbyte((uchar_t **)&bootptr); in fill_ipart()133 partp->endsect = getbyte((uchar_t **)&bootptr); in fill_ipart()134 partp->endcyl = getbyte((uchar_t **)&bootptr); in fill_ipart()135 partp->relsect = getlong((uchar_t **)&bootptr); in fill_ipart()[all …]
672 static void fill_ipart(char *bootptr, struct ipart *partp);3934 char *bootptr; local3939 bootptr = (char *)iparts; /* Points to start of partition table */3957 fill_ipart(bootptr, &Table[i]);3959 bootptr += sizeof (struct ipart);3972 fill_ipart(char *bootptr, struct ipart *partp) argument3976 partp->bootid = getbyte(&bootptr);3977 partp->beghead = getbyte(&bootptr);3978 partp->begsect = getbyte(&bootptr);3979 partp->begcyl = getbyte(&bootptr);[all …]