/titanic_41/usr/src/cmd/dtrace/test/tst/sparc/pid/ |
H A D | tst.embedded.s | 34 ENTRY(waiting) 37 SET_SIZE(waiting) 43 call waiting
|
H A D | tst.branch.s | 34 ENTRY(waiting) 37 SET_SIZE(waiting) 43 call waiting
|
H A D | tst.br.s | 34 ENTRY(waiting) 37 SET_SIZE(waiting) 70 call waiting
|
H A D | tst.embedded.d | 40 pid$1:a.out:waiting:entry
|
H A D | tst.br.d | 37 pid$1:a.out:waiting:entry
|
H A D | tst.branch.d | 40 pid$1:a.out:waiting:entry
|
/titanic_41/usr/src/cmd/dtrace/test/tst/i386/pid/ |
H A D | tst.embedded.s | 34 ENTRY(waiting) 41 SET_SIZE(waiting) 51 call waiting
|
H A D | tst.branch.s | 34 ENTRY(waiting) 41 SET_SIZE(waiting) 52 call waiting
|
H A D | tst.ret.s | 63 ENTRY(waiting) 71 SET_SIZE(waiting) 82 call waiting
|
H A D | tst.embedded.d | 40 pid$1:a.out:waiting:entry
|
H A D | tst.branch.d | 40 pid$1:a.out:waiting:entry
|
H A D | tst.ret.d | 36 pid$1:a.out:waiting:entry
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/pid/ |
H A D | tst.fork.c | 32 waiting(volatile int *a) in waiting() function 56 while (waiting(&a) == 0) in main()
|
H A D | tst.vfork.c | 32 waiting(volatile int *a) in waiting() function 56 while (waiting(&a) == 0) in main()
|
H A D | tst.vfork.d | 37 pid$1:a.out:waiting:entry
|
H A D | tst.fork.d | 37 pid$1:a.out:waiting:entry
|
/titanic_41/usr/src/lib/libc/port/threads/ |
H A D | door_calls.c | 493 volatile uint32_t waiting; member 551 if (--xssp->waiting == 0) in door_xcreate_startf() 566 if (--xssp->waiting == 0) in door_xcreate_startf() 633 xssp->waiting = 0; in door_xcreate_n() 650 xssp->waiting++; in door_xcreate_n() 694 while (xssp->waiting) in door_xcreate_n() 733 xssp->waiting++; in door_xcreate_n() 739 while (xssp->waiting) in door_xcreate_n()
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/json/ |
H A D | tst.usdt.c | 30 waiting(volatile int *a) in waiting() function 42 while (waiting(&a) == 0) in main()
|
/titanic_41/usr/src/uts/common/io/audio/impl/ |
H A D | audio_sun.c | 267 prinfo->waiting = B_FALSE; in devaudio_proc_alloc() 287 prinfo->waiting = B_FALSE; in devaudio_proc_alloc() 377 proc->p_info.play.waiting++; in devaudio_proc_hold() 379 proc->p_info.record.waiting++; in devaudio_proc_hold() 383 proc->p_info.play.waiting--; in devaudio_proc_hold() 385 proc->p_info.record.waiting--; in devaudio_proc_hold() 390 proc->p_info.play.waiting--; in devaudio_proc_hold() 392 proc->p_info.record.waiting--; in devaudio_proc_hold() 849 if (CHANGED8(npr, opr, waiting) && (npr->waiting)) { in devaudio_ioc_setinfo() 850 opr->waiting = npr->waiting; in devaudio_ioc_setinfo() [all …]
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/nfs/ |
H A D | tst.call.c | 47 waiting(volatile int *a) in waiting() function 65 while (waiting(&a) == 0) in dotest()
|
H A D | tst.call.d | 38 pid$1:a.out:waiting:entry
|
/titanic_41/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr_change.c | 536 int always = 1, waiting; in chg_cleanup_waiting_threads() local 539 waiting = 1; in chg_cleanup_waiting_threads() 543 waiting = 0; in chg_cleanup_waiting_threads() 549 if (waiting) in chg_cleanup_waiting_threads() 552 if (!waiting) in chg_cleanup_waiting_threads()
|
/titanic_41/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_health.c | 84 int waiting; /* A user is waiting to be woken up */ member 437 syncdp->waiting = 1; in _rdc_link_down() 441 syncdp->waiting = 0; in _rdc_link_down() 778 if (syncdp->waiting) { in rdc_update_health() 779 syncdp->waiting = 0; in rdc_update_health()
|
/titanic_41/usr/src/lib/libc/i386/sys/ |
H A D | _lwp_mutex_unlock.s | 37 andl $WAITER_MASK, %ecx / was anyone waiting on it?
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | main.c | 163 static int waiting; /* for input from peer or timer expiration */ variable 551 waiting = 0; 603 waiting = 1; 608 waiting = 0; 893 waiting = 1; 898 waiting = 0; 1015 waiting = 1; 1020 waiting = 0; 1781 if (waiting) 1805 if (waiting) [all …]
|