Searched defs:entity (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/fm/topo/modules/common/ipmi/common/ |
H A D | ipmi_methods.c | 170 * entity: either "self" or "parent" 177 char *entity; local 187 if ((ret = nvlist_lookup_string(args, "entity", &entity)) != 0) { 188 topo_mod_dprintf(mod, "Failed to lookup 'entity' arg (%s)\n", 193 if (strcasecmp(entity, "self") == 0) { 196 } else if (strcasecmp(entity, "parent") == 0) { 200 topo_mod_dprintf(mod, "Invalid 'entity' value\n");
|
/osnet-11/usr/src/lib/libscf/common/ |
H A D | lowlevel.c | 1079 * entity already set up with different type 1569 * entity already set up with different type 1646 * We delay ENTITY_RESETs until right before the entity is used. By doing 1696 * big, bad entity id, request not applicable to entity, name too long for 2018 * Return 1 if the entity represented by dp is masked. Return 0 2019 * if the entity is not masked. Return -1 if an error is encountered and 2321 * _DELETED will be returned if the entity has been deleted 2323 * entity. 2937 * entity alread 3738 int entity = dst->rd_d.rd_entity; local [all...] |
Completed in 44 milliseconds