Home
last modified time | relevance | path

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

/freebsd/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[ in tvme_fill()
[all...]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dx1p42100.dtsi238 cpu0-0-btm-thermal {
262 cpu0-1-btm-thermal {
286 cpu0-2-btm-thermal {
310 cpu0-3-btm-thermal {
334 cpuss0-btm-thermal {
412 cpu1-0-btm-thermal {
436 cpu1-1-btm-thermal {
460 cpu1-2-btm-thermal {
484 cpu1-3-btm-thermal {
508 cpuss1-btm-thermal {
H A Dx1e80100.dtsi8788 cpu0-0-btm-thermal {
8812 cpu0-1-btm-thermal {
8836 cpu0-2-btm-thermal {
8860 cpu0-3-btm-thermal {
8884 cpuss0-btm-thermal {
8962 cpu1-0-btm-thermal {
8986 cpu1-1-btm-thermal {
9010 cpu1-2-btm-thermal {
9034 cpu1-3-btm-thermal {
9058 cpuss1-btm-thermal {
[all …]
H A Dhamoa.dtsi9019 cpu0-0-btm-thermal {
9043 cpu0-1-btm-thermal {
9067 cpu0-2-btm-thermal {
9091 cpu0-3-btm-thermal {
9115 cpuss0-btm-thermal {
9193 cpu1-0-btm-thermal {
9217 cpu1-1-btm-thermal {
9241 cpu1-2-btm-thermal {
9265 cpu1-3-btm-thermal {
9289 cpuss1-btm-thermal {
[all …]
/freebsd/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()
/freebsd/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.c1421 * @btm: true to allocate from bottom of table, false to allocate from top
1428 ice_alloc_tcam_ent(struct ice_hw *hw, enum ice_block blk, bool btm, in ice_alloc_tcam_ent()
1436 return ice_alloc_hw_res(hw, res_type, 1, btm, tcam_idx); in ice_alloc_tcam_ent()
1427 ice_alloc_tcam_ent(struct ice_hw * hw,enum ice_block blk,bool btm,u16 * tcam_idx) ice_alloc_tcam_ent() argument
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()