Lines Matching defs:first
352 /* print entries in BootOrder first */
455 /* If this is an update, then let's compare versions first */
602 * won't create the directories for them in the first
672 static int insert_into_order(uint16_t slot, bool first) {
682 /* are we the first and only one? */
691 /* we do not require to be the first one, all is fine */
692 if (!first)
695 /* move us to the first slot */
708 if (first) {
740 bool first) {
765 if (first || r == false) {
775 return insert_into_order(slot, first);