Lines Matching defs:svcs
10899 * one might cut and paste from svcs(1) or an error message, warn
16464 uu_list_walk_t *svcs;
16524 svcs = uu_list_walk_start(b->sc_bundle_services,
16526 if (svcs == NULL) {
16531 while ((mfsvc = uu_list_walk_next(svcs)) !=
16538 uu_list_walk_end(svcs);
16679 uu_list_walk_t *svcs, *insts;
16700 svcs = uu_list_walk_start(b->sc_bundle_services, 0);
16701 if (svcs == NULL) {
16709 while ((mfsvc = uu_list_walk_next(svcs)) != NULL) {
16713 uu_list_walk_end(svcs);