Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_hyper.c776 int curdef, newdef; in cvt_to_hyper() local
807 curdef = atoi(mp->curdefault->arg); in cvt_to_hyper()
810 for (ent = mp->entries; ((ent != NULL) && (ent->entryNum != curdef)); in cvt_to_hyper()
817 "menu.lst file.\n"), curdef); in cvt_to_hyper()
865 "parseable.\n"), curdef); in cvt_to_hyper()
883 curdef); in cvt_to_hyper()
889 "not parseable.\n"), curdef); in cvt_to_hyper()
895 curdef); in cvt_to_hyper()
989 if (delete_boot_entry(mp, curdef, DBE_QUIET) == BAM_SUCCESS) in cvt_to_hyper()
1034 int curdef, newdef; in cvt_to_metal() local
[all …]