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

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_upgrade.c569 int *hand_list; local
586 hand_list = s_calloc(1, hand_max);
595 hand_list = s_realloc(hand_list,
598 hand_list[hand_num - 1] = entry->entryNum;
608 bam_print_stderr("%d ", hand_list[i]);

Completed in 59 milliseconds