Symbol: firmware_handle_t
sys/arch/arm/nvidia/tegra_xusb.c
740
firmware_handle_t fw;
sys/arch/sgimips/hpc/haud.c
633
firmware_handle_t fhp;
sys/arch/x86/include/cpu_ucode.h
51
int cpu_ucode_amd_firmware_open(firmware_handle_t *, const char *);
sys/arch/x86/include/cpu_ucode.h
55
int cpu_ucode_intel_firmware_open(firmware_handle_t *, const char *);
sys/arch/x86/x86/cpu_ucode.c
90
cpu_ucode_md_open(firmware_handle_t *fwh, int loader_version, const char *fwname)
sys/arch/x86/x86/cpu_ucode_amd.c
122
cpu_ucode_amd_firmware_open(firmware_handle_t *fwh, const char *fwname)
sys/arch/x86/x86/cpu_ucode_intel.c
88
cpu_ucode_intel_firmware_open(firmware_handle_t *fwh, const char *fwname)
sys/dev/acpi/qcompas.c
284
firmware_handle_t fwh = NULL, dtb_fwh = NULL;
sys/dev/firmload.c
204
firmware_open(const char *drvname, const char *imgname, firmware_handle_t *fhp)
sys/dev/firmload.c
209
firmware_handle_t fh;
sys/dev/firmload.c
283
firmware_close(firmware_handle_t fh)
sys/dev/firmload.c
298
firmware_get_size(firmware_handle_t fh)
sys/dev/firmload.c
311
firmware_read(firmware_handle_t fh, off_t offset, void *buf, size_t len)
sys/dev/firmload.c
58
static firmware_handle_t
sys/dev/firmload.c
66
firmware_handle_free(firmware_handle_t fh)
sys/dev/firmload.h
37
int firmware_open(const char *, const char *, firmware_handle_t *);
sys/dev/firmload.h
38
int firmware_close(firmware_handle_t);
sys/dev/firmload.h
40
off_t firmware_get_size(firmware_handle_t);
sys/dev/firmload.h
42
int firmware_read(firmware_handle_t, off_t, void *, size_t);
sys/dev/i2c/nxt2k.c
267
firmware_handle_t fh;
sys/dev/i2c/xc3028.c
160
firmware_handle_t fwh;
sys/dev/i2c/xc5k.c
131
firmware_handle_t fwh;
sys/dev/ic/bwfm.c
173
firmware_handle_t fwh;
sys/dev/ic/bwi.c
1958
firmware_handle_t fwh;
sys/dev/ic/malo.c
1648
firmware_handle_t fw;
sys/dev/ic/rt2661.c
2557
firmware_handle_t fh;
sys/dev/ic/rt2860.c
307
firmware_handle_t fh;
sys/dev/pci/if_ipw.c
1898
firmware_handle_t fwh;
sys/dev/pci/if_iwi.c
2219
firmware_handle_t fwh;
sys/dev/pci/if_iwm.c
544
firmware_handle_t fwh;
sys/dev/pci/if_iwn.c
6002
firmware_handle_t fwh;
sys/dev/pci/if_rtwn.c
2458
firmware_handle_t fwh;
sys/dev/pci/if_wpi.c
1183
firmware_handle_t fw;
sys/dev/pci/qat/qat_ae.c
1862
firmware_handle_t fh = NULL;
sys/dev/pci/qat/qat_ae.c
1901
firmware_handle_t fh = NULL;
sys/dev/pci/veritefb.c
3226
firmware_handle_t fh;
sys/dev/pcmcia/bt3c.c
586
firmware_handle_t fh;
sys/dev/pcmcia/if_malo_pcmcia.c
736
firmware_handle_t fh;
sys/dev/usb/aubtfwl.c
118
firmware_handle_t fwh;
sys/dev/usb/if_athn_usb.c
920
firmware_handle_t fwh;
sys/dev/usb/if_otus.c
943
firmware_handle_t fh;
sys/dev/usb/if_rum.c
254
firmware_handle_t fwh;
sys/dev/usb/if_run.c
536
firmware_handle_t fh;
sys/dev/usb/if_upgt.c
192
firmware_handle_t fh;
sys/dev/usb/if_urtwn.c
3517
firmware_handle_t fwh;
sys/dev/usb/if_zyd.c
254
firmware_handle_t fwh;
sys/dev/usb/stuirda.c
144
firmware_handle_t fh;
sys/dev/usb/udl.c
271
firmware_handle_t fh;
sys/kern/kern_cpu.c
593
firmware_handle_t fwh;
sys/sys/cpu.h
138
int cpu_ucode_md_open(firmware_handle_t *, int, const char *);