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

/ast/src/lib/libcoshell/
H A Dcoclose.c52 Coservice_t* sv; local
74 for (sv = co->service; sv; sv = sv->next)
76 if (sv->fd > 0)
77 close(sv->fd);
78 if (sv->pid)
79 waitpid(sv->pid, &status, 0);
/ast/src/cmd/ss/
H A Dss.c178 register Sys_t** sv; local
244 for (sv = state.base; sv < state.next; sv++)
245 if ((sp = *sv)->fail)
/ast/src/cmd/coshell/
H A Dcommand.c375 Coshell_t** sv; local
630 sv = state.shellv;
637 *sv++ = sp;
639 if (n = sv - state.shellv)
641 *sv = 0;
642 strsort((char**)(sv = state.shellv), n, byrank);
643 if (dat && (attr.global.set & SETPOOL) && attr.global.pool > 0 && attr.global.pool < n) sv[attr.global.pool] = 0;
644 while (sp = *sv++)
662 sv = state.shellv;
666 if (sub == 'a' || sub == 'e' || sp->fd || (sub == 'l' || sub == 's') && sp->temp && !(sp->flags & IGN)) *sv
[all...]
H A Dschedule.c92 unsigned long sv; local
201 sv = ~0;
219 * sp best open match [value is sv]
281 if (v < sv && ap->running < (state.perhost ? state.perhost : ap->cpu * state.percpu) && (!state.maxload || (ap->stat.load / ap->scale) < state.maxload) && (!sp || bypass || IDLE(ap->stat.idle, ap->idle) || !IDLE(sp->stat.idle, sp->idle)))
283 sv = v;
290 if (mp && (!sp || nopen < state.pool + noverride && RNK(mp, a) < PCT(sv, H_RANK))) sp = mp;
/ast/src/lib/libdss/
H A Dcxopen.c76 match_string_exec(Cx_t* cx, void* data, Cxtype_t* st, Cxvalue_t* sv, Cxdisc_t* disc) argument
80 if ((i = regnexec((regex_t*)data, sv->string.data, sv->string.size, 0, NiL, 0)) && i != REG_NOMATCH)

Completed in 16 milliseconds