Lines Matching defs:ri
989 scf_instance_t *ri = NULL;
996 if ((ri = scf_instance_create(h)) == NULL ||
1067 if (scf_handle_decode_fmri(h, restarter, NULL, NULL, ri, NULL, NULL,
1087 return (ri);
1091 scf_instance_destroy(ri);
1117 scf_instance_t *ri;
1119 if ((ri = scf_instance_create(h)) == NULL) {
1125 if (scf_handle_decode_fmri(h, SCF_INSTANCE_GLOBAL, NULL, NULL, ri,
1129 scf_instance_destroy(ri);
1135 scf_instance_destroy(ri);
1146 return (ri);