Lines Matching defs:instance

796  * walker will compare the node name and instance number to determine if an
799 * the instance number.
825 * have no choice but to fall back to the instance ID.
897 * Return a current instance of the node. This is somewhat complicated because
1331 uint64_t instance = snp->sen_instance;
1347 topo_mod_dprintf(mod, "adding %s %llu", nodename, instance);
1380 nodename, (topo_instance_t)instance, NULL, auth, part, revision,
1388 instance, fmri)) == NULL) {
1398 * <ses-class-description> <instance>
1399 * <default-type-label> <instance>
1409 instance);
1997 * is set as the instance nubmer for the node.
2000 * max possible instance number.
2182 * Instantiate a new subchassis instance in the topology.
2192 uint64_t instance = scp->sec_instance;
2213 SUBCHASSIS, (topo_instance_t)instance, NULL, auth, NULL, NULL,
2221 instance, fmri)) == NULL) {
2232 * <ses-class-description> <instance>
2233 * <default-type-label> <instance>
2242 instance);
2245 "SUBCHASSIS %llu", instance);
2439 "on ses element type %d and instance %d "
2450 "and instance %d (CSN %s).",
2547 "\telement type (%d) and instance (%d)",
2729 * Instantiate a new chassis instance in the topology.
2985 "instance %u\nand target (%s) under Chassis with CSN %s",
3124 uint64_t instance, type;
3328 * Get the current instance number and see if we already know
3333 &instance) == 0);
3336 &instance);
3343 snp->sen_instance == instance)
3400 sdp->sed_name, type, instance);
3403 snp->sen_instance = instance;
3450 * Create a new target instance and take a snapshot.