Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/svc/svcs/
H A DMakefile29 MYOBJS = notify_params.o
/titanic_44/usr/src/lib/libscf/
H A DMakefile.com32 notify_params.o \
/titanic_44/usr/src/cmd/svc/svccfg/
H A DMakefile46 notify_params.o
H A Dsvccfg_libscf.c113 xmlNodePtr notify_params; member
10466 if (elts->notify_params == NULL) in export_notify_params()
10467 elts->notify_params = n; in export_notify_params()
10469 (void) xmlAddSibling(elts->notify_params, n); in export_notify_params()
10654 elts.exec_methods == NULL && elts.notify_params == NULL && in export_instance()
10678 (void) xmlAddChildList(n, elts.notify_params); in export_instance()
10795 (void) xmlAddChildList(snode, elts.notify_params); in export_service()