Home
last modified time | relevance | path

Searched refs:bootptr (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/format/
H A Dmenu_fdisk.c117 fill_ipart(char *bootptr, struct ipart *partp) in fill_ipart() argument
127 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 …]
/titanic_41/usr/src/cmd/fdisk/
H A Dfdisk.c672 static void fill_ipart(char *bootptr, struct ipart *partp);
3934 char *bootptr; local
3939 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) argument
3976 partp->bootid = getbyte(&bootptr);
3977 partp->beghead = getbyte(&bootptr);
3978 partp->begsect = getbyte(&bootptr);
3979 partp->begcyl = getbyte(&bootptr);
[all …]