Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dmenu_fdisk.c120 fill_ipart(char *bootptr, struct ipart *partp) in fill_ipart() argument
130 partp->bootid = getbyte((uchar_t **)&bootptr); in fill_ipart()
487 char *bootptr; local
528 bootptr = &boot_sec.parts[ipc];
529 (void) fill_ipart(bootptr, &ip);
686 char *bootptr; local
758 bootptr = &mboot.parts[ipc];
759 (void) fill_ipart(bootptr, &ip);
841 char *bootptr; local
883 bootptr = &mboot.parts[ipc];
[all …]
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c3944 char *bootptr; local
3967 fill_ipart(bootptr, &Table[i]);
3969 bootptr += sizeof (struct ipart);
3986 partp->bootid = getbyte(&bootptr);
3987 partp->beghead = getbyte(&bootptr);
3988 partp->begsect = getbyte(&bootptr);
3989 partp->begcyl = getbyte(&bootptr);
3990 partp->systid = getbyte(&bootptr);
3991 partp->endhead = getbyte(&bootptr);
3993 partp->endcyl = getbyte(&bootptr);
[all …]