Lines Matching +defs:val +defs:callback
622 uint_t *np, scf_property_t *prop, scf_value_t *val, scf_iter_t *iter)
645 r = scf_iter_next_value(iter, val);
651 if (scf_value_get_count(val, &c) != 0)
813 * First callback to print ctid header.
2215 scf_value_t *val;
2230 (val = scf_value_create(h)) == NULL ||
2295 while ((k = scf_iter_next_value(val_iter, val)) == 1) {
2296 if (scf_value_get_as_string(val, val_buf,
2335 scf_value_destroy(val);
2880 * callback function to print notification parameters for SMF state transition
3072 * Note: This is shoehorned into a walk_dependencies() callback prototype so
3179 walk_dependencies(scf_walkinfo_t *wip, scf_walk_callback callback, void *data)
3249 if (callback(data, wip) != 0)