Home
last modified time | relevance | path

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

/openbsd/src/libexec/rpc.rstatd/
Drstat_proc.c172 struct timeval tm, btm; in updatestat() local
209 len = sizeof(btm); in updatestat()
210 if (sysctl(mib, 2, &btm, &len, NULL, 0) == -1) { 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()
238 stats_all.s1.v_intr -= hz*(tm.tv_sec - btm.tv_sec) + in updatestat()
239 hz*(tm.tv_usec - btm.tv_usec)/1000000; in updatestat()
/openbsd/src/gnu/usr.bin/perl/
DREADME.os2323 F<.cmd>, F<.btm>, F<.bat>, F<.pl> as well.
400 following order of appended extensions: no extension, F<.cmd>, F<.btm>,
1604 added in this order: no extension, F<.cmd>, F<.btm>,
1627 found, but F<bash.btm> is found, Perl will investigate its first line etc.
/openbsd/src/gnu/usr.bin/perl/os2/
DChanges102 .cmd, .btm, .bat, .pl as well. This means that if you have
/openbsd/src/sys/dev/pci/
Dif_ice.c15938 ice_alloc_hw_res(struct ice_hw *hw, uint16_t type, uint16_t num, bool btm, in ice_alloc_hw_res() argument
15954 if (btm) in ice_alloc_hw_res()
16200 ice_alloc_tcam_ent(struct ice_hw *hw, enum ice_block blk, bool btm, in ice_alloc_tcam_ent() argument
16208 return ice_alloc_hw_res(hw, res_type, 1, btm, tcam_idx); in ice_alloc_tcam_ent()