Lines Matching refs:ipart
95 static int get_solaris_part(int fd, struct ipart *ipart);
117 fill_ipart(char *bootptr, struct ipart *partp) in fill_ipart()
145 (void) bcopy(bootptr, partp, sizeof (struct ipart)); in fill_ipart()
478 get_solaris_part(int fd, struct ipart *ipart) argument
481 struct ipart ip;
522 ipc = i * sizeof (struct ipart);
552 ipart->bootid = ip.bootid;
553 status = bcmp(&ip, ipart,
554 sizeof (struct ipart));
555 bcopy(&ip, ipart, sizeof (struct ipart));
611 ipart->bootid = ip.bootid;
612 status = bcmp(&ip, ipart, sizeof (struct ipart));
614 bcopy(&ip, ipart, sizeof (struct ipart));
675 copy_solaris_part(struct ipart *ipart) argument
681 struct ipart ip;
742 ipc = i * sizeof (struct ipart);
770 bcopy(&ip, ipart, sizeof (struct ipart));
788 bcopy(&ip, ipart, sizeof (struct ipart));
827 struct ipart ip;
867 ipc = i * sizeof (struct ipart);