Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c4884 static entry_t *curr_ent = NULL; in line_parser() local
4975 curr_ent = boot_entry_new(mp, prev, lp); in line_parser()
4976 curr_ent->flags |= BAM_ENTRY_BOOTADM; in line_parser()
4980 curr_ent = boot_entry_new(mp, lp, lp); in line_parser()
4982 curr_ent->flags |= BAM_ENTRY_LU; in line_parser()
4987 curr_ent->entryNum = *entryNum; in line_parser()
5007 curr_ent->flags |= BAM_ENTRY_ROOT; in line_parser()
5017 curr_ent->flags |= in line_parser()
5021 (void) module_parser(curr_ent, cmd, in line_parser()
5042 curr_ent->flags |= BAM_ENTRY_LIBBE; in line_parser()
[all …]