Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.y579 lscf_listnotify("all", 0);
584 lscf_listnotify("all", 1);
586 lscf_listnotify($2, 0);
593 lscf_listnotify($3, 1);
H A Dsvccfg.h476 extern void lscf_listnotify(const char *, int);
H A Dsvccfg_libscf.c15874 lscf_listnotify(const char *set, int global) in lscf_listnotify() function