Lines Matching refs:argsp
293 ts_priocntl(idtype_t idtype, id_t id, int cmd, char *clname, uintptr_t *argsp) in ts_priocntl() argument
295 return (priocntl(idtype, id, cmd, clname, argsp[0], argsp[1], in ts_priocntl()
296 argsp[2], argsp[3], 0)); in ts_priocntl()
311 uintptr_t *argsp = &args[0]; in set_tsprocs() local
334 ADDKEYVAL(argsp, TS_KY_UPRILIM, tsuprilim); in set_tsprocs()
341 ADDKEYVAL(argsp, TS_KY_UPRI, tsupri); in set_tsprocs()
343 *argsp = 0; in set_tsprocs()
432 uintptr_t *argsp = &args[0]; in exec_tscmd() local
449 ADDKEYVAL(argsp, TS_KY_UPRILIM, tsuprilim); in exec_tscmd()
456 ADDKEYVAL(argsp, TS_KY_UPRI, tsupri); in exec_tscmd()
458 *argsp = 0; in exec_tscmd()