Searched defs:running (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 362 * death-by-terminal-signal while the agent lwp is running. 528 int running = 1; local 548 * been running for weeks, deliver some init_lwp events so 568 * The event handling loop continues while running is 1. 569 * running becomes 0 when either the controlled process has 571 * Otherwise, if an error has occurred, running becomes -1. 573 while (running == 1 && !pctx->terminate) { 589 * If we ever find ourselves running behind i.e. we 639 running = -1; 647 running [all...] |
/osnet-11/usr/src/lib/libpkg/common/ |
H A D | pkgserv.c | 535 * If the server is running, make sure that the contents 537 * If the server is not running, check for the log file; 549 boolean_t sync_needed, running; local 563 running = B_FALSE; 570 running = B_TRUE; 574 return (running || sync_needed); 583 /* No need to write contents file; don't start if not running */
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | jobs.c | 604 /* no job control when running with MPX */ 729 register int count = 0, running = 0; local 744 running++; 758 else if(running && shp->login_sh)
|
/osnet-11/usr/src/lib/libscf/common/ |
H A D | midlevel.c | 1347 if ((scf_instance_get_snapshot(ret->inst, "running", ret->snap)) 2745 * If 'running' is true, reads from the running snapshot instead of the 2774 scf_read_propvec(const char *fmri, const char *pgname, boolean_t running, argument 2780 scf_snapshot_t *snap = running ? scf_snapshot_create(h) : NULL; 2797 if (h == NULL || s == NULL || i == NULL || (running && snap == NULL) || 2810 if (running) { 2816 if (scf_instance_get_snapshot(i, "running", snap) != 3549 * Update the running snapshot so that the new restarter is properly 3552 ret = smf_take_snapshot(inst, "running", NUL [all...] |
Completed in 36 milliseconds