Home
last modified time | relevance | path

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

12

/dragonfly/sys/dev/disk/buslogic/
H A Dbt.c69 btnextinbox(struct bt_softc *bt) in btnextinbox()
78 btnextoutbox(struct bt_softc *bt) in btnextoutbox()
800 btallocccbs(struct bt_softc *bt) in btallocccbs()
882 btgetccb(struct bt_softc *bt) in btgetccb()
906 struct bt_softc *bt; in btaction() local
1232 struct bt_softc *bt; in btexecuteccb() local
1341 struct bt_softc *bt; in bt_intr() local
2102 struct bt_softc* bt; in btmapmboxes() local
2111 struct bt_softc* bt; in btmapccbs() local
2121 struct bt_softc* bt; in btmapsgs() local
[all …]
H A Dbt_pci.c91 struct bt_softc *bt = device_get_softc(dev); in bt_pci_release_resources() local
121 struct bt_softc *bt = device_get_softc(dev); in bt_pci_attach() local
H A Dbtreg.h659 #define bt_name(bt) device_get_nameunit(bt->dev) argument
661 #define bt_inb(bt, reg) \ argument
664 #define bt_outb(bt, reg, value) \ argument
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_beacon.c44 ar5210SetBeaconTimers(struct ath_hal *ah, const HAL_BEACON_TIMERS *bt) in ar5210SetBeaconTimers()
64 HAL_BEACON_TIMERS bt; in ar5210BeaconInit() local
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_beacon.c47 ar5211SetBeaconTimers(struct ath_hal *ah, const HAL_BEACON_TIMERS *bt) in ar5211SetBeaconTimers()
67 HAL_BEACON_TIMERS bt; in ar5211BeaconInit() local
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_beacon.c45 ar5212SetBeaconTimers(struct ath_hal *ah, const HAL_BEACON_TIMERS *bt) in ar5212SetBeaconTimers()
91 HAL_BEACON_TIMERS bt; in ar5212BeaconInit() local
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_beacon.c46 ar5416SetBeaconTimers(struct ath_hal *ah, const HAL_BEACON_TIMERS *bt) in ar5416SetBeaconTimers()
85 HAL_BEACON_TIMERS bt; in ar5416BeaconInit() local
/dragonfly/usr.bin/unifdef/
H A Dunifdef.c870 static Linetype op_strict(long *p, long v, Linetype at, Linetype bt) { in op_strict()
874 static Linetype op_lt(long *p, Linetype at, long a, Linetype bt, long b) { in op_lt()
877 static Linetype op_gt(long *p, Linetype at, long a, Linetype bt, long b) { in op_gt()
880 static Linetype op_le(long *p, Linetype at, long a, Linetype bt, long b) { in op_le()
883 static Linetype op_ge(long *p, Linetype at, long a, Linetype bt, long b) { in op_ge()
886 static Linetype op_eq(long *p, Linetype at, long a, Linetype bt, long b) { in op_eq()
889 static Linetype op_ne(long *p, Linetype at, long a, Linetype bt, long b) { in op_ne()
892 static Linetype op_or(long *p, Linetype at, long a, Linetype bt, long b) { in op_or()
897 static Linetype op_and(long *p, Linetype at, long a, Linetype bt, long b) { in op_and()
/dragonfly/sys/dev/misc/joy/
H A Djoy.c64 bus_space_tag_t bt; member
184 bus_space_tag_t bt = joy->bt; in joyread() local
/dragonfly/sys/kern/
H A Dkern_clock.c269 struct timespec *bt; in sysctl_get_basetime() local
1534 struct timespec *bt; in microtime() local
1562 struct timespec *bt; in nanotime() local
1600 struct timespec *bt; get_approximate_time_t() local
1679 struct timespec *bt; pps_event() local
[all...]
/dragonfly/sys/dev/misc/orm/
H A Dorm.c80 bus_space_tag_t bt; in orm_identify() local
/dragonfly/sys/dev/drm/
H A Ddrm_mode_config.c420 struct drm_property_blob *blob, *bt; in drm_mode_config_cleanup() local
H A Ddrm_property.c593 struct drm_property_blob *blob, *bt; in drm_property_destroy_user_blobs() local
804 struct drm_property_blob *blob = NULL, *bt; in drm_mode_destroyblob_ioctl() local
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_tdma.c140 HAL_BEACON_TIMERS bt; in ath_tdma_settimers() local
/dragonfly/sys/dev/pccard/cardbus/
H A Dcardbus_cis.c444 bus_space_tag_t bt; in cardbus_read_tuple_mem() local
553 bus_space_tag_t bt; in cardbus_read_tuple_init() local
/dragonfly/contrib/bzip2/
H A Dcompress.c241 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; in sendMTFValues() local
/dragonfly/sys/netproto/smb/
H A Dsmb_subr.c116 char *p, bt; in smb_strdupin() local
/dragonfly/contrib/tre/lib/
H A Dtre-match-backtrack.c504 int so, eo, bt = trans_i->u.backref; in tre_tnfa_run_backtrack() local
/dragonfly/usr.sbin/mpsutil/
H A Dmps_show.c476 char *type, *speed, enchandle[5], slot[3], bt[8]; in show_devices() local
/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_lazy.c28 U32* const bt = ms->chainTable; in ZSTD_updateDUBT() local
70 U32* const bt = ms->chainTable; in ZSTD_insertDUBT1() local
247 U32* const bt = ms->chainTable; in ZSTD_DUBT_findBestMatch() local
H A Dzstd_opt.c378 U32* const bt = ms->chainTable; in ZSTD_insertBt1() local
528 U32* const bt = ms->chainTable; in ZSTD_insertBtAndGetAllMatches() local
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.c750 const HAL_BEACON_TIMERS *bt) in ar9300_beacon_set_beacon_timers()
/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_gf2m.c326 const BIGNUM *at, *bt; in BN_GF2m_add() local
/dragonfly/contrib/gdb-7/gdb/
H A Di386-tdep.c2764 const struct builtin_type *bt = builtin_type (gdbarch); in i386_ymm_type() local
2815 const struct builtin_type *bt = builtin_type (gdbarch); in i386_mmx_type() local
2861 const struct builtin_type *bt = builtin_type (gdbarch); in i386_pseudo_register_type() local
/dragonfly/sys/dev/crypto/tpm/
H A Dtpm.c287 tpm_tis12_probe(bus_space_tag_t bt, bus_space_handle_t bh) in tpm_tis12_probe()

12