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

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c4733 static entry_t *curr_ent = NULL; local
4824 curr_ent = boot_entry_new(mp, prev, lp);
4825 curr_ent->flags |= BAM_ENTRY_BOOTADM;
4829 curr_ent = boot_entry_new(mp, lp, lp);
4831 curr_ent->flags |= BAM_ENTRY_LU;
4836 curr_ent->entryNum = *entryNum;
4856 curr_ent->flags |= BAM_ENTRY_ROOT;
4861 curr_ent->flags |= BAM_ENTRY_FINDROOT;
4866 curr_ent->flags |=
4868 } else if (kernel_parser(curr_ent, cm
[all...]

Completed in 74 milliseconds