Home
last modified time | relevance | path

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

/dports/sysutils/monit/monit-5.29.0/src/
H A Dcontrol.c226 for (Dependant_T d = s->dependantlist; d; d = d->next ) { in _doStart()
355 for (Dependant_T d = s->dependantlist; d; d = d->next ) { in _doMonitor()
385 for (Dependant_T d = child->dependantlist; d; d = d->next) { in _doDepend()
H A Dgc.c260 if ((*s)->dependantlist) in _gc_service()
261 _gcpdl(&(*s)->dependantlist); in _gc_service()
H A Dmonit.c428 for (Dependant_T d = s->dependantlist; d; d = d->next ) { in _hasParentInTheSameGroup()
H A Dmonit.h1214 Dependant_T dependantlist; /**< Dependant service list */ member
H A Dp.y3691 if (current->dependantlist) in adddependant()
3692 d->next = current->dependantlist; in adddependant()
3697 current->dependantlist = d; in adddependant()
5218 for (d = s->dependantlist; d; d = d->next) { in check_depend()
H A Dy.tab.c8732 if (current->dependantlist) in adddependant()
8733 d->next = current->dependantlist; in adddependant()
8738 current->dependantlist = d; in adddependant()
10259 for (d = s->dependantlist; d; d = d->next) { in check_depend()
H A Dutil.c827 for (Dependant_T o = s->dependantlist; o; o = o->next)
H A Dvalidate.c1465 for (Dependant_T d = s->dependantlist; d; d = d->next ) { in _checkSkip()
/dports/sysutils/monit/monit-5.29.0/src/http/
H A Dcervlet.c1245 for (Dependant_T d = s->dependantlist; d; d = d->next) { in do_service()