Home
last modified time | relevance | path

Searched refs:btm (Results 1 – 7 of 7) sorted by relevance

/src/contrib/ntp/ntpd/
H A Drefclock_bancomm.c168 void tvme_fill(struct vmedate *, uint32_t btm[2]);
491 uint32_t btm[2]; in get_datumtime() local
500 if (ioctl(fd_vme, READTIME, &btm)) { in get_datumtime()
504 tvme_fill(time_vme, btm); in get_datumtime()
508 if (safeReadBinTime(stfp_handle, &btm[1], &btm[0], &dmy) == 0) { in get_datumtime()
512 tvme_fill(time_vme, btm); in get_datumtime()
584 tvme_fill(struct vmedate *time_vme, uint32_t btm[2]) in tvme_fill()
590 dmaj = btm[1]; /* syntax sugar & expansion */ in tvme_fill()
591 dmin = btm[0]; /* just syntax sugar */ in tvme_fill()
/src/sys/contrib/device-tree/src/arm64/qcom/
H A Dx1p42100.dtsi121 cpu0-0-btm-thermal {
145 cpu0-1-btm-thermal {
169 cpu0-2-btm-thermal {
193 cpu0-3-btm-thermal {
217 cpuss0-btm-thermal {
295 cpu1-0-btm-thermal {
319 cpu1-1-btm-thermal {
343 cpu1-2-btm-thermal {
367 cpu1-3-btm-thermal {
391 cpuss1-btm-thermal {
H A Dx1e80100.dtsi8588 cpu0-0-btm-thermal {
8612 cpu0-1-btm-thermal {
8636 cpu0-2-btm-thermal {
8660 cpu0-3-btm-thermal {
8684 cpuss0-btm-thermal {
8762 cpu1-0-btm-thermal {
8786 cpu1-1-btm-thermal {
8810 cpu1-2-btm-thermal {
8834 cpu1-3-btm-thermal {
8858 cpuss1-btm-thermal {
[all …]
/src/libexec/rpc.rstatd/
H A Drstat_proc.c161 struct timeval tm, btm; in updatestat() local
208 len = sizeof btm; in updatestat()
209 if (sysctl(mib, 2, &btm, &len, 0, 0) < 0) { in updatestat()
214 stats_all.s2.boottime.tv_sec = btm.tv_sec; in updatestat()
215 stats_all.s2.boottime.tv_usec = btm.tv_usec; in updatestat()
239 stats_all.s1.v_intr -= hz*(tm.tv_sec - btm.tv_sec) + in updatestat()
240 hz*(tm.tv_usec - btm.tv_usec)/1000000; in updatestat()
/src/sys/dev/ice/
H A Dice_common.h79 ice_alloc_hw_res(struct ice_hw *hw, u16 type, u16 num, bool btm, u16 *res);
H A Dice_flex_pipe.c1428 ice_alloc_tcam_ent(struct ice_hw *hw, enum ice_block blk, bool btm, in ice_alloc_tcam_ent() argument
1436 return ice_alloc_hw_res(hw, res_type, 1, btm, tcam_idx); in ice_alloc_tcam_ent()
H A Dice_common.c2326 ice_alloc_hw_res(struct ice_hw *hw, u16 type, u16 num, bool btm, u16 *res) in ice_alloc_hw_res() argument
2341 if (btm) in ice_alloc_hw_res()