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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c809 fru_present(char *path) function
813 int fru_present = 0; local
826 fru_present = 1;
828 return (fru_present);
965 if (fd == -1 && errno == ENOENT && fru_present(frup->fru)) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c3436 boolean_t fru_present = B_FALSE; local
3447 fru_present = B_TRUE;
3454 if (fru_present == B_FALSE) {
3497 if (fru_present == B_FALSE) {

Completed in 75 milliseconds