Searched refs:curr_ent (Results 1 – 1 of 1) sorted by relevance
4884 static entry_t *curr_ent = NULL; in line_parser() local4975 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()5012 curr_ent->flags |= BAM_ENTRY_FINDROOT; in line_parser()5017 curr_ent->flags |= in line_parser()5019 } else if (kernel_parser(curr_ent, cmd, arg, in line_parser()[all …]