Home
last modified time | relevance | path

Searched refs:th_offset (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/kern/
H A Dkern_tc.c76 struct bintime th_offset; member
214 *bt = th->th_offset; in fbclock_binuptime()
280 *bt = th->th_offset; in fbclock_getbinuptime()
364 *bt = th->th_offset; in binuptime()
430 *bt = th->th_offset; in getbinuptime()
1379 th->th_offset.sec++; in tc_windup()
1384 th->th_offset.sec++; in tc_windup()
1408 bt = th->th_offset; in tc_windup()
2188 vdso_th->th_offset = th->th_offset; in tc_fill_vdso_timehands()
2211 vdso_th32->th_offset.sec = th->th_offset.sec; in tc_fill_vdso_timehands32()
[all …]
/freebsd-12.1/sys/sys/
H A Dvdso.h42 struct bintime th_offset; member
116 struct bintime32 th_offset; member
/freebsd-12.1/tools/regression/sockets/sendfile/
H A Dsendfile.c68 uint32_t th_offset; member
109 *offset = ntohl(th->th_offset); in test_th()
262 th->th_offset = htonl(offset); in init_th()
/freebsd-12.1/sys/geom/part/
H A Dg_part_ldm.c125 uint64_t th_offset[LDM_TH_COUNT]; /* TOC header offsets */ member
431 hdr->th_offset[0] = be64dec(buf + LDM_PH_TH1_OFF); in ldm_privhdr_parse()
432 hdr->th_offset[1] = be64dec(buf + LDM_PH_TH2_OFF); in ldm_privhdr_parse()
496 hdr.th_offset[0] >= LDM_DB_SIZE || in ldm_privhdr_check()
497 hdr.th_offset[1] >= LDM_DB_SIZE || in ldm_privhdr_check()
505 hdr.db_offset, hdr.db_size, hdr.th_offset[0], in ldm_privhdr_check()
506 hdr.th_offset[1], hdr.conf_size, hdr.log_size, in ldm_privhdr_check()
588 offset = db->ph.db_offset + db->ph.th_offset[i]; in ldm_tochdr_check()
/freebsd-12.1/lib/libc/sys/
H A D__vdso_gettimeofday.c75 *bt = th->th_offset; in binuptime()