/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | backlight.h | 71 #define bl_get_data(bd) (bd)->data argument 78 #define backlight_device_unregister(bd) linux_backlight_device_unregister(bd) argument 81 backlight_update_status(struct backlight_device *bd) in backlight_update_status() 87 backlight_force_update(struct backlight_device *bd, int reason) in backlight_force_update() 93 backlight_get_brightness(struct backlight_device *bd) in backlight_get_brightness() 100 backlight_device_set_brightness(struct backlight_device *bd, int brightness) in backlight_device_set_brightness() 110 backlight_enable(struct backlight_device *bd) in backlight_enable() 119 backlight_disable(struct backlight_device *bd) in backlight_disable() 128 backlight_is_blank(struct backlight_device *bd) in backlight_is_blank()
|
/freebsd/stand/i386/libi386/ |
H A D | biosdisk.c | 211 bdinfo_t *bd = NULL; in bd_get_bdinfo() local 234 bdinfo_t *bd; in bd_bios2unit() local 256 bdinfo_t *bd; in bd_unit2bios() local 306 bdinfo_t *bd; in fd_init() local 339 bdinfo_t *bd; in bd_init() local 382 bd_get_diskinfo_cd(struct bdinfo *bd) in bd_get_diskinfo_cd() 449 bdinfo_t *bd; in bc_add() local 515 bd_get_diskinfo_std(struct bdinfo *bd) in bd_get_diskinfo_std() 548 bd_get_diskinfo_ext(struct bdinfo *bd) in bd_get_diskinfo_ext() 604 bd_int13probe(bdinfo_t *bd) in bd_int13probe() [all …]
|
/freebsd/tools/bus_space/examples/ |
H A D | am79c900_diag.py | 249 bd = bufdesc.from_address(addr_rxdesc + ctypes.sizeof(bufdesc) * i) variable 256 bd = bufdesc.from_address(addr_txdesc + ctypes.sizeof(bufdesc) * i) variable 307 bd = bufdesc.from_address(addr_txdesc) variable 328 bd = bufdesc.from_address(addr_rxdesc + ctypes.sizeof(bufdesc) * i) variable
|
/freebsd/usr.bin/netstat/ |
H A D | bpf.c | 76 bpf_flags(struct xbpf_d *bd, char *flagbuf) in bpf_flags() 108 struct xbpf_d *d, *bd, zerostat; in bpf_stats() local
|
/freebsd/sys/kern/ |
H A D | vfs_bio.c | 144 #define BD_LOCKPTR(bd) (&(bd)->bd_cleanq->bq_lock) argument 145 #define BD_LOCK(bd) mtx_lock(BD_LOCKPTR((bd))) argument 146 #define BD_UNLOCK(bd) mtx_unlock(BD_LOCKPTR((bd))) argument 147 #define BD_ASSERT_LOCKED(bd) mtx_assert(BD_LOCKPTR((bd)), MA_OWNED) argument 148 #define BD_RUN_LOCKPTR(bd) (&(bd)->bd_run_lock) argument 149 #define BD_RUN_LOCK(bd) mtx_lock(BD_RUN_LOCKPTR((bd))) argument 150 #define BD_RUN_UNLOCK(bd) mtx_unlock(BD_RUN_LOCKPTR((bd))) argument 151 #define BD_DOMAIN(bd) (bd - bdomain) argument 543 bd_clear(struct bufdomain *bd) in bd_clear() 561 bd_set(struct bufdomain *bd) in bd_set() [all …]
|
/freebsd/sys/contrib/dev/iwlwifi/pcie/ |
H A D | rx.c | 225 struct iwl_rx_transfer_desc *bd = rxq->bd; in iwl_pcie_restock_bd() local 232 __le64 *bd = rxq->bd; in iwl_pcie_restock_bd() local [all...] |
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | core.c | 140 void ath12k_core_free_bdf(struct ath12k_base *ab, struct ath12k_board_data *bd) in ath12k_core_free_bdf() 149 struct ath12k_board_data *bd, in ath12k_core_parse_bd_ie_board() 238 struct ath12k_board_data *bd, in ath12k_core_fetch_board_data_api_n() 352 struct ath12k_board_data *bd, in ath12k_core_fetch_board_data_api_1() 366 int ath12k_core_fetch_bdf(struct ath12k_base *ab, struct ath12k_board_data *bd) in ath12k_core_fetch_bdf()
|
/freebsd/sys/net/ |
H A D | bpfdesc.h | 115 #define BPFD_LOCK(bd) mtx_lock(&(bd)->bd_lock) argument 116 #define BPFD_UNLOCK(bd) mtx_unlock(&(bd)->bd_lock) argument 117 #define BPFD_LOCK_ASSERT(bd) mtx_assert(&(bd)->bd_lock, MA_OWNED) argument 119 #define BPF_PID_REFRESH(bd, td) (bd)->bd_pid = (td)->td_proc->p_pid argument 120 #define BPF_PID_REFRESH_CUR(bd) (bd)->bd_pid = curthread->td_proc->p_pid argument
|
H A D | bpf.c | 2988 struct bpf_d *bd; in bpf_zero_counters() local 3012 bpfstats_fill_xbpf(struct xbpf_d *d, struct bpf_d *bd) in bpfstats_fill_xbpf() 3052 struct bpf_d *bd; in bpf_stats_sysctl() local
|
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | CrashDebugger.cpp | 90 ReducePassList(BugDriver &bd) : BD(bd) {} in ReducePassList() 145 ReduceCrashingGlobalInitializers(BugDriver &bd, BugTester testFn) in ReduceCrashingGlobalInitializers() 212 ReduceCrashingFunctions(BugDriver &bd, BugTester testFn) in ReduceCrashingFunctions() 344 ReduceCrashingFunctionAttributes(BugDriver &bd, const std::string &FnName, in ReduceCrashingFunctionAttributes() 563 ReduceCrashingConditionals(BugDriver &bd, BugTester testFn, bool Direction) in ReduceCrashingConditionals() 662 ReduceSimplifyCFG(BugDriver &bd, BugTester testFn) in ReduceSimplifyCFG() 747 ReduceCrashingInstructions(BugDriver &bd, BugTester testFn) in ReduceCrashingInstructions() 821 ReduceCrashingMetadata(BugDriver &bd, BugTester testFn) in ReduceCrashingMetadata() 890 ReduceCrashingNamedMD(BugDriver &bd, BugTester testFn) in ReduceCrashingNamedMD() 955 ReduceCrashingNamedMDOps(BugDriver &bd, BugTester testFn) in ReduceCrashingNamedMDOps()
|
H A D | Miscompilation.cpp | 50 ReduceMiscompilingPasses(BugDriver &bd) : BD(bd) {} in ReduceMiscompilingPasses() 192 ReduceMiscompilingFunctions(BugDriver &bd, in ReduceMiscompilingFunctions() 453 ReduceMiscompiledBlocks(BugDriver &bd, in ReduceMiscompiledBlocks()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | core.c | 1087 void ath11k_core_free_bdf(struct ath11k_base *ab, struct ath11k_board_data *bd) in ath11k_core_free_bdf() 1096 struct ath11k_board_data *bd, in ath11k_core_parse_bd_ie_board() 1189 struct ath11k_board_data *bd, in ath11k_core_fetch_board_data_api_n() 1308 struct ath11k_board_data *bd, in ath11k_core_fetch_board_data_api_1() 1323 int ath11k_core_fetch_bdf(struct ath11k_base *ab, struct ath11k_board_data *bd) in ath11k_core_fetch_bdf() 1380 int ath11k_core_fetch_regdb(struct ath11k_base *ab, struct ath11k_board_data *bd) in ath11k_core_fetch_regdb()
|
/freebsd/sys/netinet/ |
H A D | in_fib_algo.c | 98 const struct bsearch4_data *bd = (const struct bsearch4_data *)algo_data; in bsearch4_lookup() local 148 struct bsearch4_data *bd; in bsearch4_init() local 185 struct bsearch4_data *bd = (struct bsearch4_data *)_data; in bsearch4_destroy() local 199 struct bsearch4_data *bd = (struct bsearch4_data *)_data; in bsearch4_add_route_cb() local 421 bsearch4_build(struct bsearch4_data *bd) in bsearch4_build() 466 struct bsearch4_data *bd = (struct bsearch4_data *)_data; in bsearch4_end_dump() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | multc3.c | 24 fp_t bd = b * d; in __multc3() local
|
/freebsd/sys/arm/freescale/imx/ |
H A D | imx6_sdma.c | 84 struct sdma_buffer_descriptor *bd; in sdma_intr() local 244 struct sdma_buffer_descriptor *bd; in sdma_configure() local
|
/freebsd/crypto/heimdal/lib/gssapi/mech/ |
H A D | gss_mo.c | 608 gss_buffer_desc bd; in gss_display_mech_attr() local 617 gss_buffer_desc bd; in gss_display_mech_attr() local 626 gss_buffer_desc bd; in gss_display_mech_attr() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ppc/ |
H A D | multc3.c | 25 long double bd = __gcc_qmul(b, d); in __multc3() local
|
/freebsd/sys/arm/include/ |
H A D | db_machdep.h | 85 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + INSN_SIZE)) argument
|
/freebsd/sys/riscv/include/ |
H A D | db_machdep.h | 88 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + 4)) argument
|
/freebsd/sys/arm64/include/ |
H A D | db_machdep.h | 122 next_instr_address(pc,bd) global() argument
|
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-checkconf.c | 692 char* bd = basedir(ad); in morechecks() local 699 char* bd = basedir(ad); in morechecks() local
|
/freebsd/contrib/gdtoa/ |
H A D | strtod.c | 102 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; local
|
H A D | strtodg.c | 334 Bigint *ab, *bb, *bb1, *bd, *bd0, *bs, *delta, *rvb, *rvb0; local
|
/freebsd/sys/arm/ti/cpsw/ |
H A D | if_cpsw.c | 425 struct cpsw_cpdma_bd bd; in cpsw_dump_slot() local 1602 struct cpsw_cpdma_bd bd; in cpsw_rx_dequeue() local 1729 struct cpsw_cpdma_bd bd; in cpsw_rx_enqueue() local 1840 struct cpsw_cpdma_bd bd; in cpswp_tx_enqueue() local 1986 struct cpsw_cpdma_bd bd; in cpsw_tx_dequeue() local
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_filter_lz4.c | 378 unsigned char flag, bd; in lz4_filter_read_descriptor() local
|