Home
last modified time | relevance | path

Searched refs:_bt (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dtime.h59 bintime_addx(struct bintime *_bt, uint64_t _x) in bintime_addx() argument
63 _u = _bt->frac; in bintime_addx()
64 _bt->frac += _x; in bintime_addx()
65 if (_u > _bt->frac) in bintime_addx()
66 _bt->sec++; in bintime_addx()
70 bintime_add(struct bintime *_bt, const struct bintime *_bt2) in bintime_add() argument
74 _u = _bt->frac; in bintime_add()
75 _bt->frac += _bt2->frac; in bintime_add()
76 if (_u > _bt->frac) in bintime_add()
77 _bt->sec++; in bintime_add()
[all …]
/freebsd/
H A DMakefile.inc12444 _bt= _bootstrap-tools
2505 ${_bt}-tools/build/bootstrap-m4: ${_bt}-usr.bin/lex ${_bt}-lib/libopenbsd ${_bt}-usr.bin/yacc
2506 ${_bt}-usr.bin/m4: ${_bt}-lib/libopenbsd ${_bt}-usr.bin/yacc ${_bt}-usr.bin/lex ${_bt}-tools/build/…
2507 _bt_m4_depend=${_bt}-usr.bin/m4
2508 _bt_lex_depend=${_bt}-usr.bin/lex ${_bt_m4_depend}
2522 ${_bt}-lib/libelf: ${_bt_m4_depend}
2523 ${_bt}-lib/libdwarf: ${_bt_m4_depend}
2524 _bt_libelf_depend=${_bt}-lib/libelf
2528 ${_bt}-lib/libkldelf: ${_bt_libelf_depend}
2529 _bt_libkldelf_depend=${_bt}-lib/libkldelf
[all …]
/freebsd/sys/dev/ath/
H A Dif_athvar.h1144 #define ath_hal_beaconsettimers(_ah, _bt) \ argument
1145 ((*(_ah)->ah_setBeaconTimers)((_ah), (_bt)))