Searched defs:imp_prop (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c257 static scf_property_t *imp_prop = NULL; variable
6901 imp_prop)) != 0) {
7675 SCF_PROPERTY_ENABLED, imp_prop) == 0) {
8061 (imp_prop = scf_property_create(g_hndl)) == NULL ||
8162 scf_property_destroy(imp_prop);
8163 imp_prop = NULL;
8546 imp_prop) != 0) {
8567 if (scf_property_get_value(imp_prop, ud_val) != 0) {
8865 SCF_PROPERTY_ENABLED, imp_prop) != 0) {

Completed in 121 milliseconds