Home
last modified time | relevance | path

Searched refs:lscf_setprop (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/svc/svccfg/
H A Dsvccfg.y421 lscf_setprop($2, NULL, $4, NULL);
427 (void) lscf_setprop($2, $4, $5, NULL);
438 (void) lscf_setprop($2, $4, NULL, $6);
H A Dsvccfg_libscf.c13807 lscf_setprop(const char *pgname, const char *type, const char *value, in lscf_setprop() function