/src/sys/kern/ |
kern_sdt.c | 84 * Hook for the DTrace probe function. The 'sdt' provider will set this 90 * This is a stub for probe calls in case kernel DTrace support isn't 99 struct sdt_probe * const * probe; local in function:sdt_probe_stub 106 __link_set_foreach(probe, sdt_probes_set) 107 printf("%s ", (*probe)->name); 115 * initialize the SDT dtrace probe function 125 * Disable the SDT dtrace probe function
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
qcom-mdm9615-wp8548-mangoh-green.dts | 182 probe-reset; 223 probe-reset; 261 probe-reset;
|
imx7d-mba7.dts | 98 /* probe deferral not supported */
|
r7s72100-gr-peach.dts | 39 probe-type = "map_rom";
|
socfpga_arria10_socdk.dtsi | 71 phy-addr = <0xffffffff>; /* probe for phy addr */
|
/src/sys/arch/hpcarm/hpcarm/ |
netbookpro_machdep.c | 149 enable_console(void (*init)(struct consdev *), void (*probe)(struct consdev *)) 155 cp->cn_probe = probe;
|
/src/sys/compat/freebsd/ |
freebsd_exec_elf32.c | 52 ELFNAME2(freebsd,probe)(struct lwp *l, struct exec_package *epp, void *veh,
|
/src/sys/dev/ic/ |
tpmvar.h | 72 int (*probe)(bus_space_tag_t, bus_space_handle_t); member in struct:tpm_intf
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_platform.c | 100 .probe = nouveau_platform_probe,
|
/src/sys/arch/riscv/include/ |
elf_machdep.h | 131 #define ELF_MD_PROBE_FUNC ELFNAME2(cpu_netbsd,probe)
|
/src/sys/dev/usb/ |
uvideo.c | 220 uint16_t vs_probelen; /* length of probe and 355 /* format probe and commit */ 1091 * doing the format probe/commit. We set to alternate 1104 * Initialize probe and commit data size. This value is 1111 "error getting probe data len: " 1119 DPRINTFN(15,("uvideo_stream_init: device returned invalid probe" 1994 * uvideo_open - probe and commit video format and start receiving 2095 uvideo_probe_and_commit_data_t probe, maxprobe; local in function:uvideo_set_format 2111 uvideo_init_probe_data(&probe); 2112 probe.bFormatIndex = UVIDEO_FORMAT_GET_FORMAT_INDEX(uvfmt) [all...] |
/src/sys/arch/arm/include/ |
elf_machdep.h | 152 #define ELF_MD_PROBE_FUNC ELFNAME2(arm_netbsd,probe)
|
/src/sys/arch/hpcmips/vr/ |
vrc4172pwm.c | 89 1, /* probe broken */ 101 1, /* probe broken */ 151 int probe = 0; local in function:vrc4172pwmprobe 153 int probe = 1; local in function:vrc4172pwmprobe 172 probe = 0; 174 if (probe) {
|
/src/sys/compat/netbsd32/ |
netbsd32_exec_elf32.c | 90 ELFNAME2(netbsd32,probe)(struct lwp *l, struct exec_package *epp,
|
/src/sys/dev/isa/ |
tpm_isa.c | 93 if ((rv = (*tpm_intf_tis12.probe)(bt, bh)) == 0) {
|
/src/sys/external/bsd/drm2/include/linux/ |
i2c.h | 163 int (*probe)(struct i2c_client *, const struct i2c_device_id *); member in struct:i2c_driver
|
/src/sys/arch/mips/include/ |
elf_machdep.h | 213 #define ELF_MD_PROBE_FUNC ELFNAME2(mips_netbsd,probe)
|
/src/sys/arch/aarch64/include/ |
elf_machdep.h | 239 #define ELF_MD_PROBE_FUNC ELFNAME2(aarch64_netbsd,probe)
|
/src/sys/dev/acpi/ |
tpm_acpi.c | 145 if ((rv = (*sc->sc_intf->probe)(sc->sc_bt, sc->sc_bh)) != 0) { 146 aprint_error_dev(sc->sc_dev, "probe failed, rv=%d\n", rv);
|
/src/sys/external/bsd/drm2/dist/drm/vboxvideo/ |
vbox_drv.c | 182 .probe = vbox_pci_probe,
|
/src/sys/external/bsd/drm2/dist/drm/virtio/ |
virtgpu_drv.c | 178 .probe = virtio_gpu_probe,
|
/src/sys/external/isc/atheros_hal/dist/ |
ah_internal.h | 89 const char *(*probe)(uint16_t vendorid, uint16_t devid); member in struct:ath_hal_chip 97 .probe = _probe, \ 110 HAL_BOOL (*probe)(struct ath_hal *ah); member in struct:ath_hal_rf 117 .probe = _probe, \
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/ |
hihope-rev4.dtsi | 16 * but needed to avoid cs2000/rcar_sound probe dead-lock
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_mipi_dsi.c | 1156 return drv->probe(dsi); 1188 if (drv->probe) 1189 drv->driver.probe = mipi_dsi_drv_probe;
|
/src/usr.bin/compress/ |
zopen.c | 226 * secondary probe. Here, the modular division first probe is gives way 298 probe: if ((i -= disp) < 0) 306 goto probe;
|