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

/illumos-gate/usr/src/lib/libscf/common/
H A Dhighlevel.c48 * Return 1 if the platform has been blacklisted, 0 otherwise.
65 int blacklisted = 0; local
68 * If there's no SMBIOS, assume it's blacklisted.
74 * If we can't read system info, assume it's blacklisted.
78 blacklisted = 1;
85 * been blacklisted.
98 blacklisted = 1;
107 return (blacklisted);
191 * blacklisted.
327 * 5. the platform has been blacklisted
[all...]

Completed in 173 milliseconds