/freebsd-src/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-src/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-src/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-src/usr.bin/netstat/ |
H A D | bpf.c | 77 bpf_flags(struct xbpf_d * bd,char * flagbuf) bpf_flags() argument 109 struct xbpf_d *d, *bd, zerostat; bpf_stats() local [all...] |
/freebsd-src/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) argument 149 BD_RUN_LOCK(bd) global() argument 150 BD_RUN_UNLOCK(bd) global() argument 151 BD_DOMAIN(bd) global() argument 543 bd_clear(struct bufdomain * bd) bd_clear() argument 561 bd_set(struct bufdomain * bd) bd_set() argument 581 struct bufdomain *bd; bdirtysub() local 601 struct bufdomain *bd; bdirtyadd() local 622 bufspace_daemon_wakeup(struct bufdomain * bd) bufspace_daemon_wakeup() argument 645 struct bufdomain *bd; bufspace_adjust() local 672 bufspace_reserve(struct bufdomain * bd,int size,bool metadata) bufspace_reserve() argument 701 bufspace_release(struct bufdomain * bd,int size) bufspace_release() argument 715 bufspace_wait(struct bufdomain * bd,struct vnode * vp,int gbflags,int slpflag,int slptimeo) bufspace_wait() argument 769 struct bufdomain *bd = arg; bufspace_daemon_shutdown() local 795 struct bufdomain *bd = arg; bufspace_daemon() local 1319 struct bufdomain *bd; bufinit() local 1595 struct bufdomain *bd; binsfree() local 1715 buf_alloc(struct bufdomain * bd) buf_alloc() argument 1790 buf_recycle(struct bufdomain * bd,bool kva) buf_recycle() argument 1926 bd_init(struct bufdomain * bd) bd_init() argument 1972 bd_flush(struct bufdomain * bd,struct bufqueue * bq) bd_flush() argument 1997 bd_flushall(struct bufdomain * bd) bd_flushall() argument 2022 struct bufdomain *bd; bq_insert() local 2398 struct bufdomain *bd; bufbdflush() local 3351 struct bufdomain *bd; getnewbuf() local 3415 buf_flush(struct vnode * vp,struct bufdomain * bd,int target) buf_flush() argument 3454 struct bufdomain *bd; buf_daemon() local 3567 flushbufqueues(struct vnode * lvp,struct bufdomain * bd,int target,int flushdeps) flushbufqueues() argument 5538 struct bufdomain *bd; DB_SHOW_COMMAND_FLAGS() local [all...] |
/freebsd-src/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-src/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-src/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() argument 3052 struct bpf_d *bd; bpf_stats_sysctl() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | CrashDebugger.cpp | 90 ReducePassList(BugDriver &bd) : BD(bd) {} in ReducePassList() argument 145 ReduceCrashingGlobalInitializers(BugDriver &bd, BugTester testFn) in ReduceCrashingGlobalInitializers() argument 212 ReduceCrashingFunctions(BugDriver &bd, BugTester testFn) in ReduceCrashingFunctions() argument 344 ReduceCrashingFunctionAttributes(BugDriver &bd, const std::string &FnName, in ReduceCrashingFunctionAttributes() argument 563 ReduceCrashingConditionals(BugDriver &bd, BugTester testFn, bool Direction) in ReduceCrashingConditionals() argument 662 ReduceSimplifyCFG(BugDriver & bd,BugTester testFn) ReduceSimplifyCFG() argument 747 ReduceCrashingInstructions(BugDriver & bd,BugTester testFn) ReduceCrashingInstructions() argument 821 ReduceCrashingMetadata(BugDriver & bd,BugTester testFn) ReduceCrashingMetadata() argument 890 ReduceCrashingNamedMD(BugDriver & bd,BugTester testFn) ReduceCrashingNamedMD() argument 955 ReduceCrashingNamedMDOps(BugDriver & bd,BugTester testFn) ReduceCrashingNamedMDOps() argument [all...] |
H A D | Miscompilation.cpp | 50 ReduceMiscompilingPasses(BugDriver &bd) : BD(bd) {} in ReduceMiscompilingPasses() argument 192 ReduceMiscompilingFunctions(BugDriver &bd, in ReduceMiscompilingFunctions() argument 453 ReduceMiscompiledBlocks(BugDriver &bd, in ReduceMiscompiledBlocks() argument
|
/freebsd-src/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-src/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-src/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | multc3.c | 24 fp_t bd = b * d; in __multc3() local
|
/freebsd-src/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-src/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-src/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-src/sys/arm/include/ |
H A D | db_machdep.h | 85 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + INSN_SIZE)) argument
|
/freebsd-src/sys/riscv/include/ |
H A D | db_machdep.h | 88 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + 4)) argument
|
/freebsd-src/sys/arm64/include/ |
H A D | db_machdep.h | 125 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + 4)) argument
|
/freebsd-src/contrib/unbound/smallapp/ |
H A D | unbound-checkconf.c | 689 char* bd = basedir(ad); morechecks() local 696 char* bd = basedir(ad); morechecks() local
|
/freebsd-src/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-src/sys/arm/ti/cpsw/ |
H A D | if_cpsw.c | 425 struct cpsw_cpdma_bd bd; in cpsw_dump_slot() local 1606 struct cpsw_cpdma_bd bd; cpsw_rx_dequeue() local 1733 struct cpsw_cpdma_bd bd; cpsw_rx_enqueue() local 1844 struct cpsw_cpdma_bd bd; cpswp_tx_enqueue() local 1990 struct cpsw_cpdma_bd bd; cpsw_tx_dequeue() local [all...] |
/freebsd-src/contrib/libarchive/libarchive/ |
H A D | archive_read_support_filter_lz4.c | 378 unsigned char flag, bd; in lz4_filter_read_descriptor() local
|