Home
last modified time | relevance | path

Searched defs:bt (Results 1 – 25 of 84) sorted by relevance

1234

/NextBSD/sys/kern/
HDkern_ffclock.c69 ffclock_abstime(ffcounter *ffcount, struct bintime *bt, in ffclock_abstime()
130 ffclock_difftime(ffcounter ffdelta, struct bintime *bt, in ffclock_difftime()
245 ffclock_bintime(struct bintime *bt) in ffclock_bintime()
254 struct bintime bt; in ffclock_nanotime() local
263 struct bintime bt; in ffclock_microtime() local
270 ffclock_getbintime(struct bintime *bt) in ffclock_getbintime()
280 struct bintime bt; in ffclock_getnanotime() local
290 struct bintime bt; in ffclock_getmicrotime() local
298 ffclock_binuptime(struct bintime *bt) in ffclock_binuptime()
307 struct bintime bt; in ffclock_nanouptime() local
[all …]
HDkern_tc.c202 fbclock_binuptime(struct bintime *bt) in fbclock_binuptime()
219 struct bintime bt; in fbclock_nanouptime() local
228 struct bintime bt; in fbclock_microuptime() local
235 fbclock_bintime(struct bintime *bt) in fbclock_bintime()
245 struct bintime bt; in fbclock_nanotime() local
254 struct bintime bt; in fbclock_microtime() local
261 fbclock_getbinuptime(struct bintime *bt) in fbclock_getbinuptime()
303 fbclock_getbintime(struct bintime *bt) in fbclock_getbintime()
346 binuptime(struct bintime *bt) in binuptime()
363 struct bintime bt; in nanouptime() local
[all …]
HDsubr_vmem.c169 #define BT_ISSPAN_P(bt) ((bt)->bt_type <= BT_TYPE_SPAN_STATIC) argument
171 #define BT_END(bt) ((bt)->bt_start + (bt)->bt_size - 1) argument
250 bt_t *bt; in bt_fill() local
294 bt_t *bt; in bt_alloc() local
313 bt_t *bt; in bt_freetrim() local
331 bt_free(vmem_t *vm, bt_t *bt) in bt_free()
412 bt_t *bt; in bt_lookupbusy() local
426 bt_rembusy(vmem_t *vm, bt_t *bt) in bt_rembusy()
437 bt_insbusy(vmem_t *vm, bt_t *bt) in bt_insbusy()
453 bt_remseg(vmem_t *vm, bt_t *bt) in bt_remseg()
[all …]
HDkern_lockstat.c69 struct bintime bt; in _lockstat_nsecs() local
/NextBSD/sys/dev/buslogic/
HDbt.c77 btnextinbox(struct bt_softc *bt) in btnextinbox()
86 btnextoutbox(struct bt_softc *bt) in btnextoutbox()
105 btccbvtop(struct bt_softc *bt, struct bt_ccb *bccb) in btccbvtop()
112 btccbptov(struct bt_softc *bt, u_int32_t ccb_addr) in btccbptov()
119 btsensepaddr(struct bt_softc *bt, struct bt_ccb *bccb) in btsensepaddr()
129 btsensevaddr(struct bt_softc *bt, struct bt_ccb *bccb) in btsensevaddr()
203 struct bt_softc *bt = device_get_softc(dev); in bt_init_softc() local
218 struct bt_softc *bt = device_get_softc(dev); in bt_free_softc() local
275 struct bt_softc *bt = device_get_softc(dev); in bt_port_probe() local
342 struct bt_softc *bt = device_get_softc(dev); in bt_probe() local
[all …]
HDbt_isa.c103 struct bt_softc *bt = device_get_softc(dev); in bt_isa_release_resources() local
191 struct bt_softc *bt = device_get_softc(dev); in bt_isa_attach() local
317 struct bt_softc *bt; in btvlbouncefilter() local
333 struct bt_softc* bt; in btmapsensebuffers() local
HDbt_pci.c93 struct bt_softc *bt = device_get_softc(dev); in bt_pci_release_resources() local
111 struct bt_softc *bt = device_get_softc(dev); in bt_pci_probe() local
158 struct bt_softc *bt = device_get_softc(dev); in bt_pci_attach() local
HDbt_mca.c101 struct bt_softc * bt = device_get_softc(dev); in bt_mca_release_resources() local
209 struct bt_softc * bt = device_get_softc(dev); in bt_mca_attach() local
302 struct bt_softc *bt; in btvlbouncefilter() local
318 struct bt_softc* bt; in btmapsensebuffers() local
HDbt_eisa.c114 struct bt_softc *bt = device_get_softc(dev); in bt_eisa_alloc_resources() local
152 struct bt_softc *bt = device_get_softc(dev); in bt_eisa_release_resources() local
300 struct bt_softc *bt = device_get_softc(dev); in bt_eisa_attach() local
/NextBSD/lib/libc/sys/
HD__vdso_gettimeofday.c55 binuptime(struct bintime *bt, struct vdso_timekeep *tk, int abs) in binuptime()
89 struct bintime bt; in __vdso_gettimeofday() local
112 struct bintime bt; in __vdso_clock_gettime() local
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDbptree.c65 bptree_phys_t *bt; in bptree_alloc() local
92 bptree_phys_t *bt; in bptree_free() local
109 bptree_phys_t *bt; in bptree_is_empty() local
124 bptree_phys_t *bt; in bptree_add() local
/NextBSD/usr.bin/unifdef/
HDunifdef.c874 static Linetype op_strict(long *p, long v, Linetype at, Linetype bt) { in op_strict()
878 static Linetype op_lt(long *p, Linetype at, long a, Linetype bt, long b) { in op_lt()
881 static Linetype op_gt(long *p, Linetype at, long a, Linetype bt, long b) { in op_gt()
884 static Linetype op_le(long *p, Linetype at, long a, Linetype bt, long b) { in op_le()
887 static Linetype op_ge(long *p, Linetype at, long a, Linetype bt, long b) { in op_ge()
890 static Linetype op_eq(long *p, Linetype at, long a, Linetype bt, long b) { in op_eq()
893 static Linetype op_ne(long *p, Linetype at, long a, Linetype bt, long b) { in op_ne()
896 static Linetype op_or(long *p, Linetype at, long a, Linetype bt, long b) { in op_or()
901 static Linetype op_and(long *p, Linetype at, long a, Linetype bt, long b) { in op_and()
906 static Linetype op_blsh(long *p, Linetype at, long a, Linetype bt, long b) { in op_blsh()
[all …]
/NextBSD/sys/dev/ath/ath_hal/ar5210/
HDar5210_beacon.c44 ar5210SetBeaconTimers(struct ath_hal *ah, const HAL_BEACON_TIMERS *bt) in ar5210SetBeaconTimers()
64 HAL_BEACON_TIMERS bt; in ar5210BeaconInit() local
/NextBSD/sys/dev/ath/ath_hal/ar5211/
HDar5211_beacon.c47 ar5211SetBeaconTimers(struct ath_hal *ah, const HAL_BEACON_TIMERS *bt) in ar5211SetBeaconTimers()
67 HAL_BEACON_TIMERS bt; in ar5211BeaconInit() local
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
HDBugReporter.h146 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode) in BugReport()
150 BugReport(BugType& bt, StringRef shortDesc, StringRef desc, in BugReport()
156 BugReport(BugType &bt, StringRef desc, PathDiagnosticLocation l) in BugReport()
167 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode, in BugReport()
/NextBSD/sys/dev/ath/ath_hal/ar5212/
HDar5212_beacon.c45 ar5212SetBeaconTimers(struct ath_hal *ah, const HAL_BEACON_TIMERS *bt) in ar5212SetBeaconTimers()
91 HAL_BEACON_TIMERS bt; in ar5212BeaconInit() local
/NextBSD/sys/dev/ath/ath_hal/ar5416/
HDar5416_beacon.c46 ar5416SetBeaconTimers(struct ath_hal *ah, const HAL_BEACON_TIMERS *bt) in ar5416SetBeaconTimers()
85 HAL_BEACON_TIMERS bt; in ar5416BeaconInit() local
/NextBSD/sys/sys/
HDtimeffc.h259 bintime_fromclock(struct bintime *bt, int whichclock) in bintime_fromclock()
289 getbintime_fromclock(struct bintime *bt, int whichclock) in getbintime_fromclock()
319 binuptime_fromclock(struct bintime *bt, int whichclock) in binuptime_fromclock()
349 getbinuptime_fromclock(struct bintime *bt, int whichclock) in getbinuptime_fromclock()
/NextBSD/sys/arm/xscale/i8134x/
HDi81342_mcu.c41 i81342_sdram_bounds(bus_space_tag_t bt, bus_space_handle_t bh, in i81342_sdram_bounds()
/NextBSD/sys/compat/svr4/
HDsvr4_termios.c155 print_bsd_termios(bt) in print_bsd_termios() argument
243 svr4_to_bsd_termios(st, bt, new) in svr4_to_bsd_termios() argument
345 bsd_to_svr4_termios(bt, st) in bsd_to_svr4_termios() argument
490 struct termios bt; local
/NextBSD/sys/i386/ibcs2/
HDibcs2_ioctl.c119 stios2btios(st, bt) in stios2btios() argument
213 btios2stios(bt, st) in btios2stios() argument
/NextBSD/contrib/jemalloc/src/
HDprof.c259 bt_init(prof_bt_t *bt, void **vec) in bt_init()
311 prof_backtrace(prof_bt_t *bt) in prof_backtrace()
354 prof_backtrace(prof_bt_t *bt) in prof_backtrace()
364 prof_backtrace(prof_bt_t *bt) in prof_backtrace()
525 prof_backtrace(prof_bt_t *bt) in prof_backtrace()
549 prof_gctx_create(tsd_t *tsd, prof_bt_t *bt) in prof_gctx_create()
708 prof_lookup_global(tsd_t *tsd, prof_bt_t *bt, prof_tdata_t *tdata, in prof_lookup_global()
756 prof_lookup(tsd_t *tsd, prof_bt_t *bt) in prof_lookup()
1310 prof_dump_gctx(bool propagate_err, prof_gctx_t *gctx, const prof_bt_t *bt, in prof_dump_gctx()
1673 prof_bt_t *bt = (prof_bt_t *)key; in prof_bt_hash() local
/NextBSD/sys/dev/joy/
HDjoyvar.h32 bus_space_tag_t bt; member
/NextBSD/sys/amd64/vmm/io/
HDvpmtmr.c61 struct bintime bt; in vpmtmr_init() local
/NextBSD/sys/dev/pdq/
HDpdq_freebsd.h141 #define PDQ_OS_IORD_32(bt, bh, off) bus_space_read_4(bt, bh, off) argument
142 #define PDQ_OS_IOWR_32(bt, bh, off, data) bus_space_write_4(bt, bh, off, data) argument
143 #define PDQ_OS_IORD_8(bt, bh, off) bus_space_read_1(bt, bh, off) argument
144 #define PDQ_OS_IOWR_8(bt, bh, off, data) bus_space_write_1(bt, bh, off, data) argument

1234