Home
last modified time | relevance | path

Searched refs:hrt_secs (Results 1 – 13 of 13) sorted by relevance

/titanic_50/usr/src/uts/i86pc/io/
H A Dhrtimers.c200 itv.it_value.tv_sec = cp->hrtc_int.hrt_secs;
228 itv.it_value.tv_sec = cp->hrtc_tod.hrt_secs;
230 itv.it_interval.tv_sec = cp->hrtc_int.hrt_secs;
257 delay_ht.hrt_secs = itv.it_value.tv_sec;
372 td->hrt_secs = ts.tv_sec; in hrt_gettofd()
/titanic_50/usr/src/cmd/dispadmin/
H A Dsubr.c71 product = htp->hrt_secs * htp->hrt_res; in hrtconvert()
73 if (product / htp->hrt_res == htp->hrt_secs) { in hrtconvert()
121 htp->hrt_secs += htp->hrt_rem / htp->hrt_res; in _hrtnewres()
H A Ddispadmin.h63 ulong_t hrt_secs; /* Seconds. */ member
H A Dfssdispadmin.c169 hrtime.hrt_secs = 0; in getadmin()
259 hrtime.hrt_secs = 0; in setadmin()
H A Dfxdispadmin.c194 hrtime.hrt_secs = 0; in get_fxdptbl()
321 hrtime.hrt_secs = 0; in set_fxdptbl()
H A Drtdispadmin.c191 hrtime.hrt_secs = 0; in get_rtdptbl()
349 hrtime.hrt_secs = 0;
H A Diadispadmin.c194 hrtime.hrt_secs = 0; in get_iadptbl()
349 hrtime.hrt_secs = 0;
H A Dtsdispadmin.c191 hrtime.hrt_secs = 0; in get_tsdptbl()
345 hrtime.hrt_secs = 0;
/titanic_50/usr/src/cmd/priocntl/
H A Drtpriocntl.c392 hrtime.hrt_secs = 0; in set_rtprocs()
397 ADDKEYVAL(argsp, RT_KY_TQSECS, hrtime.hrt_secs); in set_rtprocs()
503 hrtime.hrt_secs = 0; in exec_rtcmd()
508 ADDKEYVAL(argsp, RT_KY_TQSECS, hrtime.hrt_secs); in exec_rtcmd()
H A Dfxpriocntl.c396 hrtime.hrt_secs = 0; in set_fxprocs()
401 ADDKEYVAL(argsp, FX_KY_TQSECS, hrtime.hrt_secs); in set_fxprocs()
523 hrtime.hrt_secs = 0; in exec_fxcmd()
528 ADDKEYVAL(argsp, FX_KY_TQSECS, hrtime.hrt_secs); in exec_fxcmd()
H A Dpriocntl.h89 ulong_t hrt_secs; /* Seconds. */ member
H A Dsubr.c595 htp->hrt_secs += htp->hrt_rem / htp->hrt_res;
/titanic_50/usr/src/uts/intel/sys/
H A Dhrtcntl.h114 ulong_t hrt_secs; /* Seconds. */ member