/titanic_50/usr/src/uts/sun4/os/ |
H A D | dtrace_subr.c | 80 krwlock_t *rwp = &CPU->cpu_ft_lock; in dtrace_pid_probe() local 88 rw_enter(rwp, RW_READER); in dtrace_pid_probe() 90 rw_exit(rwp); in dtrace_pid_probe() 93 rw_exit(rwp); in dtrace_pid_probe() 123 krwlock_t *rwp; in dtrace_return_probe() local 165 rwp = &CPU->cpu_ft_lock; in dtrace_return_probe() 166 rw_enter(rwp, RW_READER); in dtrace_return_probe() 169 rw_exit(rwp); in dtrace_return_probe()
|
/titanic_50/usr/src/lib/libc/port/threads/ |
H A D | plockstat.d | 40 probe rw__acquire(rwlock_t *rwp, int wr); 41 probe rw__release(rwlock_t *rwp, int wr); 42 probe rw__block(rwlock_t *rwp, int wr); 43 probe rw__blocked(rwlock_t *rwp, int wr, int successful); 44 probe rw__error(rwlock_t *rwp, int wr, int err);
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | dtrace_subr.c | 180 krwlock_t *rwp; in dtrace_user_probe() local 237 rwp = &CPU->cpu_ft_lock; in dtrace_user_probe() 238 rw_enter(rwp, RW_READER); in dtrace_user_probe() 241 rw_exit(rwp); in dtrace_user_probe() 247 rwp = &CPU->cpu_ft_lock; in dtrace_user_probe() 256 rw_enter(rwp, RW_READER); in dtrace_user_probe() 259 rw_exit(rwp); in dtrace_user_probe() 262 rw_exit(rwp); in dtrace_user_probe()
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | readcf.c | 94 struct rewrite *rwp = NULL; local 198 if (rwp == NULL) 200 RewriteRules[ruleset] = rwp = 201 (struct rewrite *) xalloc(sizeof(*rwp)); 205 rwp->r_next = (struct rewrite *) xalloc(sizeof(*rwp)); 206 rwp = rwp->r_next; 208 rwp->r_next = NULL; 213 rwp->r_lhs = prescan(exbuf, '\t', pvpbuf, 218 if (rwp->r_lhs != NULL) 222 rwp->r_lhs = copyplist(rwp->r_lhs, true, NULL); [all …]
|
/titanic_50/usr/src/uts/sparc/v9/os/ |
H A D | v9dep.c | 482 struct rwindow32 *rwp; in setgwins() local 498 rwp = (struct rwindow32 *) in setgwins() 501 bcopy(&gwins->wbuf[i], rwp, sizeof (struct rwindow)); in setgwins() 503 rwindow_nto32(&gwins->wbuf[i], rwp); in setgwins() 516 struct rwindow *rwp; in setgwins32() local 533 rwp = (struct rwindow *) in setgwins32() 536 rwindow_32ton(&gwins->wbuf[i], rwp); in setgwins32() 538 bcopy(&gwins->wbuf[i], rwp, sizeof (struct rwindow32)); in setgwins32() 555 struct rwindow32 *rwp; in getgwins() local 571 rwp = (struct rwindow32 *) in getgwins() [all …]
|
/titanic_50/usr/src/uts/sparc/os/ |
H A D | syscall.c | 102 caddr_t rwp; in xregrestore() local 107 rwp = sp + STACK_BIAS; in xregrestore() 112 rwp = sp; in xregrestore() 118 rwp, rwinsize); in xregrestore() 123 watched = watch_disable_addr(rwp, rwinsize, S_WRITE); in xregrestore() 125 (void) copyout(&rwindow32, rwp, rwinsize); in xregrestore() 127 watch_enable_addr(rwp, rwinsize, S_WRITE); in xregrestore()
|
/titanic_50/usr/src/lib/libproc/sparc/ |
H A D | Pisadep.c | 185 read_gwin(struct ps_prochandle *P, struct rwindow *rwp, uintptr_t sp) in read_gwin() argument 208 (void) memcpy(rwp, &gwin->wbuf[i], in read_gwin() 220 gq.gq_rwin = rwp; in read_gwin()
|
/titanic_50/usr/src/uts/sparc/fs/proc/ |
H A D | prmachdep.c | 908 caddr_t rwp; in prstop() local 914 rwp = sp; in prstop() 919 rwp = sp + V9BIAS64; in prstop() 923 watched = watch_disable_addr(rwp, rw_size, S_READ); in prstop() 925 copyin(rwp, &lwp->lwp_pcb.pcb_xregs, rw_size) == 0) in prstop() 928 copyin(rwp, &rwindow32, rw_size) == 0) { in prstop() 955 watch_enable_addr(rwp, rw_size, S_READ); in prstop()
|
/titanic_50/usr/src/lib/libproc/sparcv9/ |
H A D | Pisadep.c | 233 read_gwin(struct ps_prochandle *P, struct rwindow *rwp, uintptr_t sp) in read_gwin() argument 256 (void) memcpy(rwp, &gwin->wbuf[i], in read_gwin() 268 gq.gq_rwin = rwp; in read_gwin()
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | sobj.c | 403 rwlock_walk(uintptr_t taddr, const kthread_t *t, rwlock_block_t **rwp) in rwlock_walk() argument 440 rw->rw_next = *rwp; in rwlock_walk() 443 *rwp = rw; in rwlock_walk()
|