Home
last modified time | relevance | path

Searched refs:notify_params (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svcs/
H A DMakefile29 MYOBJS = notify_params.o
/illumos-gate/usr/src/lib/libscf/
H A DMakefile.com33 notify_params.o \
/illumos-gate/usr/src/cmd/svc/svccfg/
H A DMakefile44 notify_params.o
H A Dsvccfg_libscf.c116 xmlNodePtr notify_params; member
10501 if (elts->notify_params == NULL) in export_notify_params()
10502 elts->notify_params = n; in export_notify_params()
10504 (void) xmlAddSibling(elts->notify_params, n); in export_notify_params()
10691 elts.exec_methods == NULL && elts.notify_params == NULL && in export_instance()
10715 (void) xmlAddChildList(n, elts.notify_params); in export_instance()
10832 (void) xmlAddChildList(snode, elts.notify_params); in export_service()