Lines Matching refs:argsp
344 rt_priocntl(idtype_t idtype, id_t id, int cmd, char *clname, uintptr_t *argsp) in rt_priocntl() argument
346 return (priocntl(idtype, id, cmd, clname, argsp[0], argsp[1], in rt_priocntl()
347 argsp[2], argsp[3], argsp[4], argsp[5], argsp[6], argsp[7], 0)); in rt_priocntl()
363 uintptr_t *argsp = &args[0]; in set_rtprocs() local
388 ADDKEYVAL(argsp, RT_KY_PRI, rtpri); in set_rtprocs()
397 ADDKEYVAL(argsp, RT_KY_TQSECS, hrtime.hrt_secs); in set_rtprocs()
398 ADDKEYVAL(argsp, RT_KY_TQNSECS, hrtime.hrt_rem); in set_rtprocs()
402 ADDKEYVAL(argsp, RT_KY_TQSIG, rtqsig); in set_rtprocs()
403 *argsp = 0; in set_rtprocs()
482 uintptr_t *argsp = &args[0]; in exec_rtcmd() local
499 ADDKEYVAL(argsp, RT_KY_PRI, rtpri); in exec_rtcmd()
508 ADDKEYVAL(argsp, RT_KY_TQSECS, hrtime.hrt_secs); in exec_rtcmd()
509 ADDKEYVAL(argsp, RT_KY_TQNSECS, hrtime.hrt_rem); in exec_rtcmd()
513 ADDKEYVAL(argsp, RT_KY_TQSIG, rtqsig); in exec_rtcmd()
514 *argsp = 0; in exec_rtcmd()