Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/boot/bootadm/
H A Dbootadm_hyper.c772 int curdef, newdef; in cvt_to_hyper() local
802 curdef = atoi(mp->curdefault->arg); in cvt_to_hyper()
805 for (ent = mp->entries; ((ent != NULL) && (ent->entryNum != curdef)); in cvt_to_hyper()
811 bam_error(CANT_FIND_DEFAULT, curdef); in cvt_to_hyper()
857 bam_error(KERNEL_NOT_PARSEABLE, curdef); in cvt_to_hyper()
874 bam_error(FINDROOT_NOT_FOUND, curdef); in cvt_to_hyper()
879 bam_error(MODULE_NOT_PARSEABLE, curdef); in cvt_to_hyper()
884 bam_error(KERNEL_NOT_FOUND, curdef); in cvt_to_hyper()
978 if (delete_boot_entry(mp, curdef, DBE_QUIET) == BAM_SUCCESS) in cvt_to_hyper()
1020 int curdef, newdef; in cvt_to_metal() local
[all …]