/titanic_41/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 528 int running = 1; in pctx_run() local 573 while (running == 1 && !pctx->terminate) { in pctx_run() 639 running = -1; in pctx_run() 647 running = -1; in pctx_run() 675 running = -1; in pctx_run() 676 if (running == 1 && --nsamples == 0) in pctx_run() 677 running = 0; in pctx_run() 692 running = -1; in pctx_run() 696 if (running == 1) in pctx_run() 697 running = 0; in pctx_run() [all …]
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/dchanger/ |
H A D | DCPanel.java | 168 private boolean running = false; field in DCPanel.Timer 179 running = false; in run() 182 running = true; in run() 202 if (running) { in cancel()
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/java_api/ |
H A D | tst.StateMachine.ksh.out | 33 before go, running: false 34 consumerStarted, running: true 45 consumerStopped, running: false 46 after stop, running: false
|
/titanic_41/usr/src/test/os-tests/doc/ |
H A D | README | 28 and the testrunner without running a full nightly: 46 The pre-requisites for running the OS Unit Test Suite are: 56 While the OS Unit Test Suite is running, one informational line is printed at
|
/titanic_41/usr/src/test/util-tests/doc/ |
H A D | README | 35 Suite and the testrunner without running a full nightly: 53 The pre-requisites for running the OS Unit Test Suite are: 62 While the OS Unit Test Suite is running, one informational line is printed at
|
/titanic_41/usr/src/uts/common/io/zyd/ |
H A D | zyd.c | 297 if (!sc->usb.connected || sc->suspended || !sc->running) { in zyd_send() 720 if (!sc->usb.connected || sc->suspended || !sc->running) in zyd_m_stat() 789 sc->running = B_TRUE; in zyd_m_start() 802 sc->running = B_FALSE; in zyd_m_stop() 852 if (!sc->usb.connected || sc->suspended || !sc->running) { in zyd_m_ioctl() 858 if (sc->running && ic->ic_des_esslen) { in zyd_m_ioctl() 878 if (!sc->usb.connected || sc->suspended || !sc->running) { in zyd_m_setprop() 885 if (sc->running && ic->ic_des_esslen) { in zyd_m_setprop() 904 if (!sc->usb.connected || sc->suspended || !sc->running) { in zyd_m_getprop() 972 if (!sc->usb.connected || sc->suspended || !sc->running) { in zyd_newstate()
|
/titanic_41/usr/src/lib/libshell/common/scripts/ |
H A D | shircbot.sh | 64 typeset running=true 116 while ${_.running} ; do 356 _.running=false
|
/titanic_41/usr/src/test/libc-tests/doc/ |
H A D | README | 36 testrunner without running a full nightly: 58 The pre-requisites for running the this Unit Test Suite are: 69 While the Unit Test Suite is running, one informational line is printed at
|
/titanic_41/usr/src/cmd/lp/filter/postscript/postprint/ |
H A D | README | 31 Things have been tuned for PostScript printers running at 9600 baud, and may not 32 be optimal for fast printers running at higher baud rates. A few simple changes 54 when they get to the printer. Should help if you're running at 19.2KB or
|
/titanic_41/usr/src/cmd/lms/ |
H A D | main.cpp | 68 bool isRunning(int running = -1) in isRunning() argument 71 if (running >= 0) in isRunning() 73 _running = running; in isRunning()
|
/titanic_41/usr/src/cmd/initpkg/init.d/ |
H A D | README.rc2 | 55 file systems are mounted. The name service, if any, is running. 56 The system logger is running. Cron is running.
|
/titanic_41/usr/src/cmd/lms/SyncLib/src/ |
H A D | ThreadUnix.cpp | 136 if (running() == false) { in start() 151 bool Thread::running() const in running() function in Thread
|
/titanic_41/usr/src/cmd/sgs/gprof/common/ |
H A D | gprof.flat.blurb | 3 % the percentage of the total running time of the 6 cumulative a running sum of the number of seconds accounted
|
/titanic_41/usr/src/test/zfs-tests/doc/ |
H A D | README | 28 testrunner without running a full nightly: 46 The pre-requisites for running the ZFS Test Suite are: 74 While the ZFS Test Suite is running, one informational line is printed at the
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/inheritance/ |
H A D | state012.cfg | 33 # Verify that running 'zfs inherit -r' at each level of the data hierarchy 39 # running it at the top level is somewhat redundant as the top level value
|
H A D | state014.cfg | 33 # Verify that running 'zfs inherit -r' at each level of the data hierarchy 39 # running it at the top level is somewhat redundant as the top level value
|
/titanic_41/usr/src/cmd/latencytop/common/ |
H A D | latencytop.c | 208 int running = 1; in main() local 522 running = lt_display_loop(refresh_interval * 1000 - in main() 542 } while (running != 0); in main()
|
/titanic_41/usr/src/tools/opensolaris/ |
H A D | README.opensolaris.tmpl | 36 must be running a recent build. The build schedule is available at 43 Build machines are expected to be running an OpenSolaris build that 46 running snv_141 or later.
|
/titanic_41/usr/src/cmd/lms/SyncLib/Include/ |
H A D | Thread.h | 82 bool running() const;
|
/titanic_41/usr/src/lib/libsaveargs/tests/ |
H A D | README | 8 Actually test the full chunk of the (libproc) side of the code, running
|
/titanic_41/usr/src/cmd/svc/milestone/ |
H A D | README.share | 36 In failure scenarios, smf(5) may or may not be running, depending on 37 which component has failed. If smf(5) is running, and the /usr 47 you may also consider running these scripts with the shell displaying 49 based scripts, this would mean running the method as
|
/titanic_41/usr/src/cmd/auditd/ |
H A D | auditd.c | 98 static int running = 1; variable 286 while (running) { in main() 355 running = 0; /* shut down now */ in main() 394 running = 0; /* Close down auditing and exit */ in main()
|
/titanic_41/usr/src/uts/common/io/iprb/ |
H A D | iprb.c | 1226 if (ip->running && !ip->suspended) in iprb_m_promisc() 1239 if (ip->running && !ip->suspended) in iprb_m_unicst() 1261 if (ip->running && !ip->suspended) in iprb_m_multicst() 1270 if (ip->running && !ip->suspended) in iprb_m_multicst() 1292 ip->running = B_TRUE; in iprb_m_start() 1327 ip->running = B_FALSE; in iprb_m_stop() 1342 if ((!ip->suspended) && (ip->running)) { in iprb_m_stat() 1654 if (ip->suspended || !ip->running) { in iprb_periodic() 1721 if (ip->running) { in iprb_suspend() 1740 if (ip->running) { in iprb_resume()
|
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | pkgserv.c | 546 boolean_t sync_needed, running; in pkgsync_needed() local 560 running = B_FALSE; in pkgsync_needed() 567 running = B_TRUE; in pkgsync_needed() 571 return (running || sync_needed); in pkgsync_needed()
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/privs/ |
H A D | tst.fds.ksh | 37 * not work if not running with kernel permissions.
|