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

/osnet-11/usr/src/lib/fm/topo/modules/common/disk/common/
H A Ddisk.c47 char *method = NULL, *presence = NULL; local
81 TOPO_BINDING_OCCUPANT_PRESENCE, &presence, &err) == 0) {
86 if ((strcmp(presence, OCCUPANT_NOT_DETECTED) == 0) ||
87 strcmp(presence, OCCUPANT_UNKNOWN) == 0) {
91 topo_mod_strfree(mod, presence);
94 topo_mod_strfree(mod, presence);
185 * node is found. Treat the bay node as empty when presence info
187 * presence info.) Otherwise, consider that the disk is there but no

Completed in 20 milliseconds