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

/osnet-11/usr/src/lib/libbootmgmt/common/
H A Dlibbootmgmt.c141 static int capable = -1; local
144 if (capable != -1) {
147 return ((capable == 1) ? B_TRUE : B_FALSE);
149 capable = 0;
163 capable = 1;
174 if (!capable && msg)
179 return ((capable == 1) ? B_TRUE : B_FALSE);
703 /* gpt label, system not gpt boot capable */

Completed in 16 milliseconds