Searched refs:btm (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/ntp/ntpd/ |
| H A D | refclock_bancomm.c | 168 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()
|
| /freebsd-14.2/libexec/rpc.rstatd/ |
| H A D | rstat_proc.c | 168 struct timeval tm, btm; in updatestat() local 215 len = sizeof btm; in updatestat() 216 if (sysctl(mib, 2, &btm, &len, 0, 0) < 0) { in updatestat() 221 stats_all.s2.boottime.tv_sec = btm.tv_sec; in updatestat() 222 stats_all.s2.boottime.tv_usec = btm.tv_usec; in updatestat() 246 stats_all.s1.v_intr -= hz*(tm.tv_sec - btm.tv_sec) + in updatestat() 247 hz*(tm.tv_usec - btm.tv_usec)/1000000; in updatestat()
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | atlas7-evb.dts | 72 btm {
|
| H A D | atlas7.dtsi | 1788 btm { 1834 btm@11010000 { 1835 compatible = "sirf,nocfw-btm";
|
| /freebsd-14.2/sys/dev/ice/ |
| H A D | ice_common.h | 79 ice_alloc_hw_res(struct ice_hw *hw, u16 type, u16 num, bool btm, u16 *res);
|
| H A D | ice_flex_pipe.c | 1428 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 D | ice_common.c | 2317 ice_alloc_hw_res(struct ice_hw *hw, u16 type, u16 num, bool btm, u16 *res) in ice_alloc_hw_res() argument 2332 if (btm) in ice_alloc_hw_res()
|