Searched defs:hand_max (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_upgrade.c568 int hand_max; local
585 hand_max = BAM_ENTRY_NUM;
586 hand_list = s_calloc(1, hand_max);
593 if (++hand_num > hand_max) {
594 hand_max *= 2;
596 hand_max * sizeof (int));

Completed in 71 milliseconds