Searched refs:btm (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_bancomm.c168 void tvme_fill(struct vmedate *, uint32_t btm[2]);
491 uint32_t btm[2]; local
500 if (ioctl(fd_vme, READTIME, &btm)) {
504 tvme_fill(time_vme, btm);
508 if (safeReadBinTime(stfp_handle, &btm[1], &btm[0], &dmy) == 0) {
512 tvme_fill(time_vme, btm);
584 tvme_fill(struct vmedate *time_vme, uint32_t btm[2]) argument
590 dmaj = btm[1]; /* syntax sugar & expansion */
591 dmin = btm[
[all...]
/freebsd-13-stable/libexec/rpc.rstatd/
H A Drstat_proc.c170 struct timeval tm, btm; local
217 len = sizeof btm;
218 if (sysctl(mib, 2, &btm, &len, 0, 0) < 0) {
223 stats_all.s2.boottime.tv_sec = btm.tv_sec;
224 stats_all.s2.boottime.tv_usec = btm.tv_usec;
248 stats_all.s1.v_intr -= hz*(tm.tv_sec - btm.tv_sec) +
249 hz*(tm.tv_usec - btm.tv_usec)/1000000;
/freebsd-13-stable/sys/dev/ice/
H A Dice_common.h72 ice_alloc_hw_res(struct ice_hw *hw, u16 type, u16 num, bool btm, u16 *res);
H A Dice_common.c1724 * @btm: allocate from bottom
1728 ice_alloc_hw_res(struct ice_hw *hw, u16 type, u16 num, bool btm, u16 *res) argument
1743 if (btm)
H A Dice_flex_pipe.c3205 * @btm: true to allocate from bottom of table, false to allocate from top
3212 ice_alloc_tcam_ent(struct ice_hw *hw, enum ice_block blk, bool btm, argument
3220 return ice_alloc_hw_res(hw, res_type, 1, btm, tcam_idx);

Completed in 163 milliseconds