/illumos-gate/usr/src/cmd/lms/SyncLib/src/ |
H A D | ThreadUnix.cpp | 123 //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/cmd-inet/lib/nwamd/ |
H A D | util.c | 311 * 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/cmd/latencytop/common/ |
H A D | latencytop.c | 208 int running = 1; local 522 running = lt_display_loop(refresh_interval * 1000 - 542 } while (running != 0);
|
/illumos-gate/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...] |
/illumos-gate/usr/src/cmd/auditd/ |
H A D | auditd.c | 98 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/lib/libpkg/common/ |
H A D | pkgserv.c | 532 * 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/awk_xpg4/ |
H A D | awk0.c | 169 uint running = 0; /* Set if not in compile phase */ variable
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | msg.c | 96 const char running[] = "Running"; variable 109 const char jobsrunning[] = "there are running jobs";
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | jobs.c | 489 /* no job control when running with MPX */ 614 register int count = 0, running = 0; local 629 running++; 643 else if(running && shp->login_sh)
|
/illumos-gate/usr/src/uts/common/io/zyd/ |
H A D | zyd.h | 160 boolean_t running; member in struct:zyd_softc
|
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/ |
H A D | smbsrv.c | 889 uint64_t running; local 901 running = 0; 910 running = mdb_gethrtime() - 918 running /= NANOSEC; 990 "running time: %lld\n", 991 running); 1013 running,
|
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | midlevel.c | 1349 if ((scf_instance_get_snapshot(ret->inst, "running", ret->snap)) 2566 * If 'running' is true, reads from the running snapshot instead of the 2590 scf_read_propvec(const char *fmri, const char *pgname, boolean_t running, argument 2596 scf_snapshot_t *snap = running ? scf_snapshot_create(h) : NULL; 2604 if (h == NULL || s == NULL || i == NULL || (running && snap == NULL) || 2617 if (running) { 2623 if (scf_instance_get_snapshot(i, "running", snap) !=
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | libscf.c | 40 #define SMF_SNAPSHOT_RUNNING "running" 128 * Make sure a service has a "running" snapshot. If it doesn't, make one from 158 "Could not check for running snapshot of %s (%s).\n", fmri, 165 log_framework(LOG_DEBUG, "Took running snapshot for %s.\n", 173 "Could not create running snapshot for %s " 184 * When a service comes up, point the "start" snapshot at the "running" 193 scf_snapshot_t *running, *start = NULL; local 215 running = libscf_get_or_make_running_snapshot(inst, fmri, retake); 216 if (running == NULL) { 281 if (_scf_snapshot_attach(running, star [all...] |
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_tdaemon.c | 231 int i, running, retry = 30; local 244 running = 0; 247 running++; 248 if (running == 0) break;
|
/illumos-gate/usr/src/uts/common/io/iprb/ |
H A D | iprb.h | 92 boolean_t running; member in struct:iprb
|
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/ |
H A D | myri10ge_var.h | 419 int running; /* running? */ member in struct:myri10ge_priv
|
/illumos-gate/usr/src/uts/sun4u/opl/io/ |
H A D | mc-opl.c | 538 * Start the polling thread if it is not running already. 634 * in the running Solaris instance i.e. in physinstall 2176 int running; local 2193 running = cntl & MAC_CNTL_PTRL_START; 2222 if (running) { 2224 * Mac patrol HW is still running. 2231 * the HW patrol is running. SW is not allowed 2232 * to stop the HW patrol while it is running 2258 * is still running. The 2283 * is still running 3367 int running; local [all...] |
/illumos-gate/usr/src/uts/common/xen/public/ |
H A D | domctl.h | 91 /* Domain is currently running. */ 266 uint8_t running; /* currently scheduled on its CPU? */ member in struct:xen_domctl_getvcpuinfo
|
/illumos-gate/usr/src/uts/intel/io/dnet/ |
H A D | dnet.h | 402 boolean_t running; member in struct:dnetinstance
|
/illumos-gate/usr/src/cmd/zoneadm/ |
H A D | zoneadm.c | 174 static int sanity_check(char *zone, int cmd_num, boolean_t running, 238 return (gettext("Prepares a zone for running applications but " 251 "running zones are listed, though this can be " 560 * could be seen as running from the call above, but the zoneid 564 * we got its running state above. This is also not an error and 602 * fetch_zents() calls zone_list(2) to find out how many zones are running 604 * to fetch the list of running zones (stored in the global zents). This 608 * Note that the data about running zones can change while this function 609 * is running, so its possible that the list of zones will have empty slots 669 * shutdown since we retrieved the number of running 1617 sanity_check(char *zone, int cmd_num, boolean_t running, boolean_t unsafe_when_running, boolean_t force) argument [all...] |
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 197 const char * const snap_running = "running"; 558 * a running snapshot, and that snapshot has an instance snaplevel, set pg to 559 * the property group named name in it. If it doesn't have a running 563 * its instances. If one has a running snapshot with a service snaplevel, set 575 * EBADF - found running snapshot is missing a snaplevel 585 /* Search for an instance with a running snapshot. */ 1597 * Let restarter handles refreshing and making new running 1599 * running in early import. 1680 * Similarly, just take a new running snapshot if operating on 1681 * a non-live repository or running durin 3475 upgrade_dependents(const scf_propertygroup_t *li_dpts_pg, const scf_snaplevel_t *snpl, const entity_t *ient, const scf_snaplevel_t *running, void *ent) argument 3898 upgrade_manifestfiles(pgroup_t *pg, const entity_t *ient, const scf_snaplevel_t *running, void *ent) argument 5393 process_old_pg(const scf_propertygroup_t *lipg, entity_t *ient, void *ent, const scf_snaplevel_t *running) argument 5899 upgrade_props(void *ent, scf_snaplevel_t *running, scf_snaplevel_t *snpl, entity_t *ient) argument 6178 scf_snaplevel_t *running; local 7041 scf_snaplevel_t *running; local [all...] |