Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.y423 lscf_setprop($2, NULL, $4, NULL);
429 (void) lscf_setprop($2, $4, $5, NULL);
440 (void) lscf_setprop($2, $4, NULL, $6);
H A Dsvccfg.h496 extern int lscf_setprop(const char *, const char *, const char *,
H A Dsvccfg_libscf.c13844 lscf_setprop(const char *pgname, const char *type, const char *value, in lscf_setprop() function