Lines Matching defs:it
235 * Add a pg if it does not exist, or get it if it exists.
945 scf_iter_t *it = scf_iter_create(h);
966 if (val == NULL || it == NULL)
981 if (scf_iter_property_values(it, prop) != 0) {
985 while ((err = scf_iter_next_value(it, val)) == 1) {
989 /* set initial size or double it */
1018 scf_iter_destroy(it);
1195 * If the transition set is invalid, it returns zero.
1399 scf_iter_t *it = scf_iter_create(h);
1412 if (it == NULL || p == NULL)
1420 if (scf_iter_pg_properties(it, pg) != SCF_SUCCESS) {
1426 while ((err = scf_iter_next_property(it, p)) == 1) {
1480 scf_iter_destroy(it);
1488 * Look up pg containing an SMF state transition parameters. If it cannot find
1489 * the pg in the composed view of the instance, it will look in the global