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

/osnet-11/usr/src/lib/fm/libfmd_snmp/common/
H A Dproblem.c746 int unusable = 0; local
756 * Return immediately as any faulty but not unusable
763 unusable++;
767 * Faulty and not unusable is handled above.
771 else if (unusable > 0)
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c271 uint32_t unusable = 0; local
287 (void) nvlist_lookup_uint32(out, TOPO_METH_UNUSABLE_RET, &unusable);
290 return (unusable);

Completed in 25 milliseconds