Searched refs:running (Results 1 - 25 of 53) sorted by relevance

123

/illumos-gate/usr/src/cmd/lms/SyncLib/Include/
H A DThread.h81 // true if the thread is in running state
82 bool running() const;
/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c362 * 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...]
/illumos-gate/usr/src/cmd/lms/SyncLib/src/
H A DThreadUnix.cpp123 //printf("@@@@ Thread wait (%p), running: %d\n", _osThread, _osThread->_running);
136 if (running() == false) {
151 bool Thread::running() const function in class:Thread
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.fds.ksh37 * not work if not running with kernel permissions.
/illumos-gate/usr/src/uts/i86xpv/ml/
H A Damd64.il28 / Inline functions for the x64 kernel running on the hypervisor
H A Dia32.il28 / Inline functions for the x86 kernel running on the hypervisor
/illumos-gate/usr/src/cmd/sh/
H A Dmsg.c96 const char running[] = "Running"; variable
109 const char jobsrunning[] = "there are running jobs";
H A Ddefs.h465 extern const char running[];
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dshircbot.sh64 typeset running=true
116 while ${_.running} ; do
356 _.running=false
/illumos-gate/usr/src/cmd/lms/
H A Dmain.cpp68 bool isRunning(int running = -1)
71 if (running >= 0)
73 _running = running;
221 "The LMS service is already running!");
250 syslog(LOG_ERR, "The LMS service is already running!");
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.c297 if (!sc->usb.connected || sc->suspended || !sc->running) {
720 if (!sc->usb.connected || sc->suspended || !sc->running)
789 sc->running = B_TRUE;
802 sc->running = B_FALSE;
852 if (!sc->usb.connected || sc->suspended || !sc->running) {
858 if (sc->running && ic->ic_des_esslen) {
878 if (!sc->usb.connected || sc->suspended || !sc->running) {
885 if (sc->running && ic->ic_des_esslen) {
904 if (!sc->usb.connected || sc->suspended || !sc->running) {
972 if (!sc->usb.connected || sc->suspended || !sc->running) {
[all...]
H A Dzyd.h160 boolean_t running; member in struct:zyd_softc
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dlatencytop.c208 int running = 1; local
522 running = lt_display_loop(refresh_interval * 1000 -
542 } while (running != 0);
/illumos-gate/usr/src/uts/i86pc/ml/
H A Damd64.il29 / Inline functions specific to the i86pc kernel running on bare metal.
H A Dia32.il28 / Inline functions specific to the i86pc kernel running on bare metal.
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgserv.c532 * If the server is running, make sure that the contents
534 * If the server is not running, check for the log file;
546 boolean_t sync_needed, running; local
560 running = B_FALSE;
567 running = B_TRUE;
571 return (running || sync_needed);
580 /* No need to write contents file; don't start if not running */
/illumos-gate/usr/src/cmd/auditd/
H A Dauditd.c98 static int running = 1; variable
282 * Here is the main body of the audit daemon. running == 0 means that
286 while (running) {
322 * tell parent I'm running whether or not the initialization
355 running = 0; /* shut down now */
394 running = 0; /* Close down auditing and exit */
423 } /* end while (running) */
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c107 /* running = 1; */
215 /* running = 0; */
290 running = 1;
301 running = 0;
340 running = 1;
349 running = 0;
1204 if (running) {
1220 if (perr != 2 && !running) {
H A Dawk0.c169 uint running = 0; /* Set if not in compile phase */ variable
/illumos-gate/usr/src/uts/common/io/iprb/
H A Diprb.c1226 if (ip->running && !ip->suspended)
1239 if (ip->running && !ip->suspended)
1261 if (ip->running && !ip->suspended)
1270 if (ip->running && !ip->suspended)
1292 ip->running = B_TRUE;
1327 ip->running = B_FALSE;
1342 if ((!ip->suspended) && (ip->running)) {
1654 if (ip->suspended || !ip->running) {
1721 if (ip->running) {
1740 if (ip->running) {
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c311 * property from the running snapshot; on a successful return it
351 if (scf_instance_get_snapshot(res->sr_inst, "running",
384 * running specifies if running snapshot is to be used
388 * property from the running snapshot; on a successful return it
400 boolean_t running, scf_resources_t *res)
406 running ? res->sr_snap : NULL, pg, res->sr_pg) != 0) {
489 * non-persistent property group from the running snapshot.
490 * Try going for the non-running snapshot.
399 get_property_value(const char *fmri, const char *pg, const char *prop, boolean_t running, scf_resources_t *res) argument
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_tdaemon.c231 int i, running, retry = 30; local
244 running = 0;
247 running++;
248 if (running == 0) break;
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console.c358 * if we're running in the full kernel we check the bootenv.rc settings
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dlock_prim.s465 cmp %o1, %o3 ! owner == running thread?
470 mov %g0, %o0 ! return 0 (owner not running)
473 mov %o2, %o0 ! owner running, return cpu
687 * running at high level already.
732 * running at high level already.
767 add %o1, CPU_THREAD_LOCK, %o3 ! pointer to disp_lock while running
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c889 uint64_t running; local
901 running = 0;
910 running = mdb_gethrtime() -
918 running /= NANOSEC;
990 "running time: %lld\n",
991 running);
1013 running,

Completed in 171 milliseconds

123