Searched defs:run (Results 1 - 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/cmd/sgs/test/ld/assert-deflib/
H A Dtest-deflib.sh63 function run function
80 run "-Wl,-zassert-deflib" 0 \
84 run "-Wl,-zassert-deflib -Wl,-zfatal-warnings" 1 \
88 run "-Wl,-zassert-deflib=libc.so -Wl,-zfatal-warnings" 0 \
92 run "-Wl,-zassert-deflib=libc.so -Wl,-zfatal-warnings" 0 \
97 run "-Wl,-zassert-deflib=lib.so -Wl,-zfatal-warnings" 1 \
101 run "-Wl,-zassert-deflib=libf -Wl,-zfatal-warnings" 1 \
105 run "-Wl,-zassert-deflib=libf.s -Wl,-zfatal-warnings" 1 \
109 run "-Wl,-zassert-deflib=libc.so -Wl,-zfatal-warnings -lelf" 1 \
116 run "
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DStreamListener.java116 public void run() { method in class:StreamListener
H A DActiveDiscoverer.java159 public void run() { method in class:ActiveDiscoverer
H A DListener.java213 public void run() { method in class:Listener
H A DDAAdvertiser.java181 public void run() { method in class:DAAdvertiser
H A DPermSARegTable.java142 public void run() { method in class:PermSARegTable
H A DRequestHandler.java95 // a separate thread in which to run.
123 // a separate thread in which to run.
184 public void run() { method in class:RequestHandler
313 // run() method exits and the thread expires to reduce the
H A DServiceTable.java392 public void run() { method in class:ServiceTable.AgerThread
H A DTransact.java999 // Construct a Transact object to run a convergence transaction in
1019 public void run() { method in class:Transact
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSwingDomainListener.java86 public void run() method in class:SwingDomainListener
H A DSwingResolveListener.java79 public void run() method in class:SwingResolveListener
H A DSwingBrowseListener.java92 public void run() method in class:SwingBrowseListener
H A DSwingQueryListener.java77 public void run() method in class:SwingQueryListener
H A DBrowserApp.java182 public void run() method in class:BrowserApp
253 public void run() method in class:BrowserListModel
H A DSimpleChat.java215 public void run() // invoked on event thread when inbound packet arrives method in class:SimpleChat
311 public void run() method in class:ListenerThread
/illumos-gate/usr/src/cmd/lms/SyncLib/src/
H A DThreadUnix.cpp62 t->run();
63 //printf("@@@@ OSThread::threadFunc (%p) after run\n", t->_osThread);
176 void Thread::run() function in class:Thread
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DPoold.java321 * Flags whether poold should run or exit.
886 public void run() method in class:Poold
891 public void run() {
908 * Stops <code>Poold</code>. Sets a flag indicating that run()
943 p.run();
/illumos-gate/usr/src/tools/scripts/
H A Dwsdiff.py1207 def run(self): member in class:workerThread
1410 # log some information identifying the run
1482 # run unparallelized otherwise bump the number up 20%
/illumos-gate/usr/src/lib/libtnfctl/
H A Dprb_proc.c394 prrun_t run; local
404 (void) memset((char *)&run, 0, sizeof (run));
419 /* issue the run command with the single-step option */
420 run.pr_flags = PRCFAULT | PRSFAULT | PRSTEP;
421 run.pr_fault = faults;
424 run.pr_vaddr = (caddr_t)proc_p->bptaddr;
425 run.pr_flags |= PRSVADDR;
428 retval = ioctl(procfd, PIOCRUN, &run);
556 * prb_proc_setrlc() - sets or clears the run
[all...]
/illumos-gate/usr/src/cmd/sgs/ldd/common/
H A Dldd.c69 * If -f is specified, we will run ldd as root on executables that have
130 static int run(int, char *, char *, const char *, int);
574 return (run(nfile, cname, fname, (const char *)fname, class));
576 return (run(nfile, cname, fname, conv_lddstub(class), class));
616 return (run(nfile, cname, fname, conv_lddstub(ELFCLASS32),
620 return (run(nfile, cname, fname, (const char *)fname,
631 run(int nfile, char *cname, char *fname, const char *ename, int class) function
/illumos-gate/usr/src/cmd/avs/nsctl/
H A Dnskernd.c61 * This stack size needs to be sufficient to run _newlwp() and then
208 * First function run by a NSKERND_NEWLWP thread.
442 * First function run by a NSKERND_LOCK thread.
725 int i, run, rc; local
880 run = 1;
883 while (run) {
888 run = 0;
904 run = 0;
913 run = 0;
934 run
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.c492 int try, run; local
494 for (run = 1, try = (NSC_TRY | NSC_DEFER); run--; try = 0) {
510 run = 1;
511 if (!run && errno != ERESTART)
543 int try, run; local
548 for (run = 1, try = (NSC_TRY | NSC_DEFER); run--; try = 0)
561 run = 1;
562 if (!run
[all...]
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSD.java657 public void run() method in class:AppleService
/illumos-gate/usr/src/cmd/oawk/
H A Drun.c80 run(NODE *a) function
/illumos-gate/usr/src/cmd/awk/
H A Drun.c81 run(Node *a) function

Completed in 123 milliseconds

12