Lines Matching defs:objects
567 * iter, inst, snap, and snpl are required scratch objects.
13420 void **objects;
13457 * matching items, their names, and their templates in objects,
13466 objects = safe_malloc(sizeof (*objects));
13498 objects = realloc(objects,
13499 sizeof (*objects) * allocd);
13504 if (objects == NULL || names == NULL ||
13508 objects[i] = pg;
13561 objects = realloc(objects,
13562 sizeof (*objects) * allocd);
13567 if (objects == NULL || names == NULL ||
13573 objects[i] = prop;
13615 objects[i] = NULL;
13622 for (i = 0; objects[i] != NULL; ++i) {
13625 pg = (scf_propertygroup_t *)objects[i];
13635 prop = (scf_property_t *)objects[i];
13647 free(objects);