Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.h453 extern void lscf_list(const char *);
H A Dsvccfg.y352 list_cmd : SCC_LIST opt_word terminator { lscf_list($2); free($2); }
H A Dsvccfg_libscf.c11758 lscf_list(const char *pattern) in lscf_list() function