Home
last modified time | relevance | path

Searched refs:ut (Results 26 – 36 of 36) sorted by relevance

12

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dswrand.c878 clock_t ut; /* time in microseconds */ in swrand_schedule_timeout() local
891 ut = 700000 + (clock_t)(srndpool[0] & 0xFFFFF); in swrand_schedule_timeout()
893 TIMEOUT_INTERVAL * drv_usectohz(ut)); in swrand_schedule_timeout()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetut.c424 _compat_updwtmp(const char *file, struct utmp *ut) in _compat_updwtmp() argument
439 utmp_api2frec(ut, &fut); in _compat_updwtmp()
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_random.c885 clock_t ut; /* time in microseconds */ in rnd_schedule_timeout() local
895 ut = 500000 + (clock_t)((((uint32_t)rndpool[findex]) << 12) & 0xFF000); in rnd_schedule_timeout()
897 TIMEOUT_INTERVAL * drv_usectohz(ut)); in rnd_schedule_timeout()
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dwjposer1.in63 %P:'ut'en
68 %P1p:neye'ut'en
214 %P:'ut'az
1073 %Pind:'ut'o
H A Dwjposer1.ok94 %P:'ut'en
99 %P1p:neye'ut'en
325 %P:'ut'az
1495 %Pind:'ut'o
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_loc.c588 int ut = context->cc_unit_type; in context_is_cu_not_tu() local
590 if (ut == DW_UT_type || ut == DW_UT_split_type ) { in context_is_cu_not_tu()
H A Ddwarf_die_deliv.c189 is_unknown_UT_value(int ut) in is_unknown_UT_value() argument
191 switch(ut) { in is_unknown_UT_value()
/illumos-gate/usr/src/cmd/saf/
H A Dsac.c460 struct utmpx ut; in cleanutx() local
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c174 time_t ut[2]; local
188 ut[0] = st.st_atime;
189 ut[1] = st.st_mtime;
190 preserve = utime(oldfile, ut);
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src666 :ut:\
678 :ut:\
1623 :ut:\
2709 :ut:\
3353 :ut:\
4252 :ut:\
4377 :ut:\
4380 :ut:\
4383 :ut:\
4386 :ut:\
[all …]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcaps69 back_color_erase, "bce" "ut" Erases screen with current background

12