Lines Matching refs:curdef
772 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
1042 curdef = atoi(mp->curdefault->arg); in cvt_to_metal()
1045 for (ent = mp->entries; ((ent != NULL) && (ent->entryNum != curdef)); in cvt_to_metal()
1051 bam_error(CANT_FIND_DEFAULT, curdef); in cvt_to_metal()
1094 bam_error(FINDROOT_NOT_FOUND, curdef); in cvt_to_metal()
1099 bam_error(MODULE_NOT_PARSEABLE, curdef); in cvt_to_metal()
1104 bam_error(KERNEL_NOT_FOUND, curdef); in cvt_to_metal()
1236 if (delete_boot_entry(mp, curdef, DBE_QUIET) == BAM_SUCCESS) in cvt_to_metal()