/illumos-gate/usr/src/cmd/sgs/test/ld/assert-deflib/ |
H A D | test-deflib.sh | 63 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 D | StreamListener.java | 116 public void run() { method in class:StreamListener
|
H A D | ActiveDiscoverer.java | 159 public void run() { method in class:ActiveDiscoverer
|
H A D | Listener.java | 213 public void run() { method in class:Listener
|
H A D | DAAdvertiser.java | 181 public void run() { method in class:DAAdvertiser
|
H A D | PermSARegTable.java | 142 public void run() { method in class:PermSARegTable
|
H A D | RequestHandler.java | 95 // 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 D | ServiceTable.java | 392 public void run() { method in class:ServiceTable.AgerThread
|
H A D | Transact.java | 999 // 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 D | SwingDomainListener.java | 86 public void run() method in class:SwingDomainListener
|
H A D | SwingResolveListener.java | 79 public void run() method in class:SwingResolveListener
|
H A D | SwingBrowseListener.java | 92 public void run() method in class:SwingBrowseListener
|
H A D | SwingQueryListener.java | 77 public void run() method in class:SwingQueryListener
|
H A D | BrowserApp.java | 182 public void run() method in class:BrowserApp 253 public void run() method in class:BrowserListModel
|
H A D | SimpleChat.java | 215 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 D | ThreadUnix.cpp | 62 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 D | Poold.java | 321 * 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 D | wsdiff.py | 1207 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 D | prb_proc.c | 394 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 D | ldd.c | 69 * 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 D | nskernd.c | 61 * 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 D | nsc_dev.c | 492 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 D | DNSSD.java | 657 public void run() method in class:AppleService
|
/illumos-gate/usr/src/cmd/oawk/ |
H A D | run.c | 80 run(NODE *a) function
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | run.c | 81 run(Node *a) function
|