/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/ |
H A D | cfsd_main.c | 420 struct rpcgen_table *rtp; in cachefsdprog_1() local 441 rtp = &cachefsdprog_1_table[index]; in cachefsdprog_1() 444 if (rtp->len_arg != 0) in cachefsdprog_1() 445 argumentp = (void *)cfsd_calloc(rtp->len_arg); in cachefsdprog_1() 448 if (rtp->len_res != 0) in cachefsdprog_1() 449 resultp = (void *)cfsd_calloc(rtp->len_res); in cachefsdprog_1() 452 if (rtp->xdr_arg && argumentp) { in cachefsdprog_1() 453 if (!svc_getargs(transp, rtp->xdr_arg, (caddr_t)argumentp)) { in cachefsdprog_1() 463 local = (LOCAL)rtp->proc; in cachefsdprog_1() 473 xx = svc_sendreply(transp, rtp->xdr_res, (caddr_t)resultp); in cachefsdprog_1() [all …]
|
/titanic_41/usr/src/lib/libc/port/rt/ |
H A D | sched.c | 264 rtparms_t *rtp = (rtparms_t *)pcparmp->pc_clparms; in set_priority() local 265 rtp->rt_tqnsecs = settq? in set_priority() 268 rtp->rt_pri = prio; in set_priority() 316 rtparms_t *rtp = (rtparms_t *)pcparm.pc_clparms; in setprio() local 317 policy = (rtp->rt_tqnsecs == RT_TQINF? SCHED_FIFO : SCHED_RR); in setprio() 363 rtparms_t *rtp = (rtparms_t *)pcparm.pc_clparms; in getparam() local 364 priority = rtp->rt_pri; in getparam() 365 policy = (rtp->rt_tqnsecs == RT_TQINF? SCHED_FIFO : SCHED_RR); in getparam() 537 rtparms_t *rtp = (rtparms_t *)pcparm.pc_clparms; in sched_rr_get_interval() local 538 if (rtp->rt_tqnsecs != RT_TQINF) { in sched_rr_get_interval() [all …]
|
/titanic_41/usr/src/lib/libslp/clib/ |
H A D | slp_search.c | 76 void *slp_tsearch(const void *ky, void **rtp, int (* compar)()) { in slp_tsearch() argument 78 NODE **rootp = (NODE **)rtp; in slp_tsearch() 100 void *slp_tfind(const void *ky, void *const *rtp, in slp_tfind() argument 103 NODE **rootp = (NODE **)rtp; in slp_tfind()
|
/titanic_41/usr/src/cmd/refer/ |
H A D | refer7.c | 36 reftable[refnum+1] = rtp; in chkdup() 39 strcpy(rtp, tag); in chkdup() 40 while (*rtp++) in chkdup() 42 if (rtp > reftext + NRFTXT) in chkdup() 43 err(gettext("reference pointers too long (%d)"), rtp-reftext); in chkdup()
|
H A D | refer0.c | 41 char *rtp = reftext; variable
|
H A D | refer..c | 45 extern char *rtp, reftext[];
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | tsearch.c | 62 tsearch(const void *ky, void **rtp, int (*compar)()) in tsearch() argument 65 NODE **rootp = (NODE **)rtp; in tsearch() 89 tdelete(const void *ky, void **rtp, int (*compar)()) in tdelete() argument 92 NODE **rootp = (NODE **)rtp; in tdelete()
|
H A D | tfind.c | 58 tfind(const void *ky, void *const *rtp, in tfind() argument 62 NODE **rootp = (NODE **)rtp; in tfind()
|
/titanic_41/usr/src/uts/common/io/hxge/ |
H A D | hxge_hw.c | 714 rtrace_t *rtp; in hxge_rtrace_ioctl() local 733 rtp = (rtrace_t *)nmp->b_rptr; in hxge_rtrace_ioctl() 734 start_blk = rtp->next_idx; in hxge_rtrace_ioctl() 735 num_entries = rtp->last_idx; in hxge_rtrace_ioctl() 742 rtp->next_idx = hpi_rtracebuf.next_idx; in hxge_rtrace_ioctl() 743 rtp->last_idx = hpi_rtracebuf.last_idx; in hxge_rtrace_ioctl() 744 rtp->wrapped = hpi_rtracebuf.wrapped; in hxge_rtrace_ioctl() 746 rtp->buf[i].ctl_addr = hpi_rtracebuf.buf[j].ctl_addr; in hxge_rtrace_ioctl() 747 rtp->buf[i].val_l32 = hpi_rtracebuf.buf[j].val_l32; in hxge_rtrace_ioctl() 748 rtp->buf[i].val_h32 = hpi_rtracebuf.buf[j].val_h32; in hxge_rtrace_ioctl()
|
/titanic_41/usr/src/uts/common/io/nxge/ |
H A D | nxge_hw.c | 1248 rtrace_t *rtp; in nxge_rtrace_ioctl() local 1266 rtp = (rtrace_t *)nmp->b_rptr; in nxge_rtrace_ioctl() 1267 start_blk = rtp->next_idx; in nxge_rtrace_ioctl() 1268 num_entries = rtp->last_idx; in nxge_rtrace_ioctl() 1275 rtp->next_idx = npi_rtracebuf.next_idx; in nxge_rtrace_ioctl() 1276 rtp->last_idx = npi_rtracebuf.last_idx; in nxge_rtrace_ioctl() 1277 rtp->wrapped = npi_rtracebuf.wrapped; in nxge_rtrace_ioctl() 1279 rtp->buf[i].ctl_addr = npi_rtracebuf.buf[j].ctl_addr; in nxge_rtrace_ioctl() 1280 rtp->buf[i].val_l32 = npi_rtracebuf.buf[j].val_l32; in nxge_rtrace_ioctl() 1281 rtp->buf[i].val_h32 = npi_rtracebuf.buf[j].val_h32; in nxge_rtrace_ioctl()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_main.c | 1026 rtparms_t *rtp = (rtparms_t *)pcp.pc_clparms; in main() local 1028 rtp->rt_pri = 35; in main() 1029 rtp->rt_tqsecs = 0; in main() 1030 rtp->rt_tqnsecs = RT_TQDEF; in main()
|
/titanic_41/usr/src/common/ctf/ |
H A D | ctf_types.c | 600 const ctf_type_t *ltp, *rtp; in ctf_type_compat() local 616 (rtp = ctf_lookup_by_id(&rfp, rtype)) == NULL || in ctf_type_compat() 618 ctf_strptr(rfp, rtp->ctt_name)) != 0) in ctf_type_compat()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/ |
H A D | piclwatchdog.c | 558 rtparms_t *rtp = (rtparms_t *)pcp.pc_clparms; in wd_patting_thread() local 559 rtp->rt_pri = wd_pat_thr_priority; in wd_patting_thread() 560 rtp->rt_tqsecs = 0; in wd_patting_thread() 561 rtp->rt_tqnsecs = RT_TQDEF; in wd_patting_thread()
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | llib-lc | 1036 void *tfind(const void *ky, void *const *rtp, int (*compar)()); 1063 void *tsearch(const void *ky, void **rtp, int (*compar)()); 1064 void *tdelete(const void *ky, void **rtp, int (*compar)());
|