Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_upgrade.c586 int *hand_list; in bam_warn_hand_entries() local
603 hand_list = s_calloc(1, hand_max); in bam_warn_hand_entries()
612 hand_list = s_realloc(hand_list, in bam_warn_hand_entries()
615 hand_list[hand_num - 1] = entry->entryNum; in bam_warn_hand_entries()
625 bam_print_stderr("%d ", hand_list[i]); in bam_warn_hand_entries()