Home
last modified time | relevance | path

Searched defs:bd (Results 1 – 25 of 50) sorted by relevance

12

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dbacklight.h71 #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 Dbiosdisk.c234 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
449 bdinfo_t *bd; in bc_add() local
699 bdinfo_t *bd; in bd_count() local
716 bdinfo_t *bd; in bd_print_common() local
805 bdinfo_t *bd; in bd_disk_get_sectors() local
840 bdinfo_t *bd; in bd_open() local
888 bdinfo_t *bd; in bd_close() local
[all …]
/freebsd/tools/bus_space/examples/
H A Dam79c900_diag.py249 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 Dbpf.c77 bpf_flags(struct xbpf_d *bd, char *flagbuf) in bpf_flags()
109 struct xbpf_d *d, *bd, zerostat; in bpf_stats() local
/freebsd/sys/kern/
H A Dvfs_bio.c561 bd_set(struct bufdomain *bd) in bd_set()
581 struct bufdomain *bd; in bdirtysub() local
601 struct bufdomain *bd; in bdirtyadd() local
645 struct bufdomain *bd; in bufspace_adjust() local
1319 struct bufdomain *bd; in bufinit() local
1595 struct bufdomain *bd; in binsfree() local
2022 struct bufdomain *bd; in bq_insert() local
2398 struct bufdomain *bd; in bufbdflush() local
3351 struct bufdomain *bd; in getnewbuf() local
3454 struct bufdomain *bd; in buf_daemon() local
[all …]
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Drx.c225 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
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.c140 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 Dbpfdesc.h115 #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 Dbpf.c2988 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 DCrashDebugger.cpp90 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 DMiscompilation.cpp50 ReduceMiscompilingPasses(BugDriver &bd) : BD(bd) {} in ReduceMiscompilingPasses()
192 ReduceMiscompilingFunctions(BugDriver &bd, in ReduceMiscompilingFunctions()
453 ReduceMiscompiledBlocks(BugDriver &bd, in ReduceMiscompiledBlocks()
/freebsd/sys/netinet/
H A Din_fib_algo.c98 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/sys/contrib/dev/athk/ath11k/
H A Dcore.c1087 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/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dmultc3.c24 fp_t bd = b * d; in __multc3() local
/freebsd/sys/arm/freescale/imx/
H A Dimx6_sdma.c84 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 Dgss_mo.c608 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 Dmultc3.c25 long double bd = __gcc_qmul(b, d); in __multc3() local
/freebsd/sys/arm/include/
H A Ddb_machdep.h85 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + INSN_SIZE)) argument
/freebsd/sys/riscv/include/
H A Ddb_machdep.h88 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + 4)) argument
/freebsd/sys/arm64/include/
H A Ddb_machdep.h125 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + 4)) argument
/freebsd/contrib/unbound/smallapp/
H A Dunbound-checkconf.c689 char* bd = basedir(ad); in morechecks() local
696 char* bd = basedir(ad); in morechecks() local
/freebsd/contrib/gdtoa/
H A Dstrtod.c102 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; local
H A Dstrtodg.c334 Bigint *ab, *bb, *bb1, *bd, *bd0, *bs, *delta, *rvb, *rvb0; local
/freebsd/sys/arm/ti/cpsw/
H A Dif_cpsw.c425 struct cpsw_cpdma_bd bd; in cpsw_dump_slot() local
1606 struct cpsw_cpdma_bd bd; in cpsw_rx_dequeue() local
1733 struct cpsw_cpdma_bd bd; in cpsw_rx_enqueue() local
1844 struct cpsw_cpdma_bd bd; in cpswp_tx_enqueue() local
1990 struct cpsw_cpdma_bd bd; in cpsw_tx_dequeue() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_lz4.c378 unsigned char flag, bd; in lz4_filter_read_descriptor() local

12