rtprio
typedef int (__sys_rtprio_t)(int, pid_t, struct rtprio *);
typedef int (__sys_rtprio_thread_t)(int, lwpid_t, struct rtprio *);
struct rtprio;
int __sys_rtprio(int function, pid_t pid, struct rtprio * rtp);
int __sys_rtprio_thread(int function, lwpid_t lwpid, struct rtprio * rtp);
struct rtprio rtp;
struct rtprio rtp;
struct rtprio rtp;
_rtp_to_schedparam(const struct rtprio *rtp, int *policy,
struct rtprio *rtp)
int _rtp_to_schedparam(const struct rtprio *rtp, int *policy,
struct rtprio *rtp) __hidden;
struct rtprio rtp;
rc = rtprio(RTP_SET, 0, &rtp);
struct rtprio rtp;
rc = rtprio(RTP_SET, 0, &rtp);
linux_up_rtprio_if(struct thread *td1, struct rtprio *rtp)
struct rtprio rtp2;
linux_rtprio2ioprio(struct rtprio *rtp)
linux_ioprio2rtprio(int ioprio, struct rtprio *rtp)
struct rtprio rtp;
struct rtprio rtp;
struct rtprio rtp;
struct rtprio rtp;
struct rtprio rtp;
struct rtprio *rtp;
struct rtprio rtp;
cierror = copyin(uap->rtp, &rtp, sizeof(struct rtprio));
return (copyout(&rtp, uap->rtp, sizeof(struct rtprio)));
struct rtprio *rtp;
struct rtprio rtp;
cierror = copyin(uap->rtp, &rtp, sizeof(struct rtprio));
struct rtprio rtp2;
return (copyout(&rtp, uap->rtp, sizeof(struct rtprio)));
rtp_to_pri(struct rtprio *rtp, struct thread *td)
pri_to_rtp(struct thread *td, struct rtprio *rtp)
struct rtprio rtp, *rtpp;
error = copyin(param->rtp, &rtp, sizeof(struct rtprio));
thread_create(struct thread *td, struct rtprio *rtp,
struct rtprio rtp;
struct rtprio rtp;
struct rtprio rtp;
int thread_create(struct thread *td, struct rtprio *rtp,
int rtp_to_pri(struct rtprio *, struct thread *);
void pri_to_rtp(struct thread *, struct rtprio *);
int rtprio(int, pid_t, struct rtprio *);
int rtprio_thread(int, lwpid_t, struct rtprio *);
char rtp_l_[PADL_(struct rtprio *)]; struct rtprio * rtp; char rtp_r_[PADR_(struct rtprio *)];
char rtp_l_[PADL_(struct rtprio *)]; struct rtprio * rtp; char rtp_r_[PADR_(struct rtprio *)];
struct rtprio *rtp; /* Real-time scheduling priority */
struct rtprio rtp;
ATF_REQUIRE_EQ(0, rtprio(RTP_LOOKUP, 0, &rtp));
ATF_REQUIRE_EQ(-1, rtprio(-1, -1, NULL));
struct rtprio rtp;
error = rtprio(RTP_SET, 0, &rtp);
struct rtprio rtp;
error = rtprio(RTP_SET, 0, &rtp);
struct rtprio rtp;
error = rtprio(RTP_SET, 0, &rtp);
struct rtprio rtp;
error = rtprio(RTP_SET, 0, &rtp);
struct rtprio rtp;
error = rtprio(RTP_SET, 0, &rtp);
struct rtprio rtp;
error = rtprio(RTP_SET, 0, &rtp);
struct rtprio rtp;
error = rtprio(RTP_SET, childproc, &rtp);
struct rtprio rtp;
error = rtprio(RTP_SET, childproc, &rtp);
struct rtprio rtp;
error = rtprio(RTP_SET, childproc, &rtp);
if (rtprio(RTP_SET, proc, &rtp) != 0)
struct rtprio rtp;
if (rtprio(RTP_LOOKUP, proc, &rtp) != 0)
struct rtprio rtp = {};
if (rtprio(RTP_SET, getpid(), &rtp) != 0) {
struct rtprio rtp;
if (rtprio(RTP_SET, getpid(), &rtp) != 0)
struct rtprio rtp;
if (rtprio(RTP_SET, 0, &rtp) == -1)