Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c115 xmlNodePtr exec_methods; member
9708 if (eelts->exec_methods == NULL) in export_method()
9709 eelts->exec_methods = n; in export_method()
9711 (void) xmlAddSibling(eelts->exec_methods, n); in export_method()
10691 elts.exec_methods == NULL && elts.notify_params == NULL && in export_instance()
10714 (void) xmlAddChildList(n, elts.exec_methods); in export_instance()
10831 (void) xmlAddChildList(snode, elts.exec_methods); in export_service()