Searched defs:causes (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c36 * offline, then a svcptr to it is added to the offline service's causes list.
37 * If a causal service is offline, then we recurse to determine its causes and
38 * merge them into the causes list of the service in question (see
39 * add_causes()). Note that by adding a self-pointing svcptr to the causes
41 * we can always merge the unsatisfied dependency's causes into the
45 * repository are unidirectional; it requires determining the causes of all
146 uu_list_t *causes; /* list of svcptrs */ member in struct:__anon1865
631 * Determine the causes of src and add them to the causes list of dst.
649 for (spp = uu_list_first(src->causes);
[all...]

Completed in 61 milliseconds