| /f-stack/freebsd/kern/ |
| H A D | kern_khelp.c | 74 struct helper *tmph; in khelp_register_helper() 123 struct helper *tmph; in khelp_deregister_helper() 153 struct helper *h; in khelp_init_osd() 190 struct helper *h; in khelp_destroy_osd() 241 struct helper *h; in khelp_get_id() 293 struct helper *h; in khelp_new_hhook_registered() 342 kmd->helper->h_hooks = kmd->hooks; in khelp_modevent() 344 if (kmd->helper->mod_init != NULL) in khelp_modevent() 345 error = kmd->helper->mod_init(); in khelp_modevent() 358 kmd->helper->mod_destroy(); in khelp_modevent() [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/ |
| H A D | zfs_mount_014_neg.ksh | 31 helper="mount.zfs -o zfsutil" 50 log_mustnot ${helper},abc $vdev $mntpoint 53 log_mustnot $helper $NONEXISTFSNAME $mntpoint 56 log_mustnot $helper $fs $NONEXISTFSNAME 57 log_mustnot $helper $fs /dev/null 60 log_mustnot $helper /dev/null $mntpoint 64 log_mustnot $helper 65 log_mustnot $helper $vdev 66 log_mustnot $helper $TESTPOOL
|
| H A D | zfs_mount_013_pos.ksh | 29 typeset -r helper="mount.zfs -o zfsutil" 47 log_must $helper $fs $mntpoint 61 log_must $helper -f $fs $mntpoint 65 log_must ${helper},ro -v $fs $mntpoint 70 log_must ${helper},abc -s ${vdevs[0]} $mntpoint 75 log_must $helper ${vdevs[0]} $mntpoint
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | files.octeon1 | 65 contrib/octeon-sdk/cvmx-helper.c standard 66 contrib/octeon-sdk/cvmx-helper-cfg.c standard 68 contrib/octeon-sdk/cvmx-helper-cfg.c standard 70 contrib/octeon-sdk/cvmx-helper-fpa.c standard 71 contrib/octeon-sdk/cvmx-helper-ilk.c standard 72 contrib/octeon-sdk/cvmx-helper-jtag.c standard 73 contrib/octeon-sdk/cvmx-helper-loop.c standard 74 contrib/octeon-sdk/cvmx-helper-npi.c standard 77 contrib/octeon-sdk/cvmx-helper-spi.c standard 78 contrib/octeon-sdk/cvmx-helper-srio.c standard [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | module_khelp.h | 50 struct helper { struct 62 TAILQ_ENTRY(helper) h_next; argument 67 struct helper *helper; member 78 .helper = hdata, \
|
| H A D | khelp.h | 54 struct helper; 63 int khelp_register_helper(struct helper *h); 65 int khelp_deregister_helper(struct helper *h);
|
| H A D | hhook.h | 73 struct helper; 86 struct helper *hook_helper;
|
| /f-stack/freebsd/arm/nvidia/drm2/ |
| H A D | tegra_fb.c | 118 tegra_fb_probe(struct drm_fb_helper *helper, in tegra_fb_probe() argument 130 if (helper->fb != NULL) in tegra_fb_probe() 136 drm_dev = helper->dev; in tegra_fb_probe() 137 fb = container_of(helper, struct tegra_fb, fb_helper); in tegra_fb_probe() 171 helper->fb = &fb->drm_fb; in tegra_fb_probe() 172 helper->fbdev = info; in tegra_fb_probe() 180 drm_fb_helper_fill_var(info, helper, fb->drm_fb.width, in tegra_fb_probe()
|
| /f-stack/freebsd/contrib/openzfs/scripts/ |
| H A D | zfs-helpers.sh | 51 Install/remove the ZFS helper utilities. 56 -i Install the helper utilities 57 -r Remove the helper utilities
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-dentry-operations.m4 | 26 dnl # Added d_obtain_alias() helper function. 48 dnl # d_prune_aliases() helper function available. 73 dnl # Added d_set_d_op() helper function.
|
| H A D | kernel-insert-inode-locked.m4 | 3 dnl # Added insert_inode_locked() helper function.
|
| H A D | kernel-truncate-setsize.m4 | 3 dnl # Added truncate_setsize() helper function.
|
| H A D | kernel-totalram-pages-func.m4 | 3 dnl # read via the totalram_pages() helper function.
|
| H A D | kernel-lseek-execute.m4 | 3 dnl # lseek_execute helper exported
|
| H A D | kernel-bio.m4 | 82 dnl # The bio_op() helper was introduced as a replacement for explicitly 175 dnl # The bio_set_dev() helper macro was introduced as part of the transition 180 dnl # The bio_set_dev() helper macro was updated to internally depend on
|
| H A D | kernel-blkdev.m4 | 276 dnl # Added bdev_whole() helper.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | renesas,rza2-pinctrl.yaml | 34 RZA2_PIN() helper macro in r7s9210-pinctrl.h. 68 helper macro in r7s9210-pinctrl.h.
|
| H A D | pinmux-node.yaml | 50 For cases like this, the pin controller driver may use pinctrl-pin-array helper 85 For cases like this, the pin controller driver may use the pinmux helper
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/ |
| H A D | power-controller.txt | 9 property is found programmatically, use the helper function
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mips/ |
| H A D | cpu_irq.txt | 3 On MIPS the mips_cpu_irq_of_init() helper can be used to initialize the 8 CPU
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | ti-clkctrl.txt | 43 Example: Preprocessor helper macros in dt-bindings/clock/ti-clkctrl.h
|
| /f-stack/freebsd/contrib/device-tree/Bindings/gpio/ |
| H A D | socionext,uniphier-gpio.yaml | 90 // UNIPHIER_GPIO_PORT() is a helper macro to calculate 29 * 8 + 4.
|
| /f-stack/freebsd/arm/conf/ |
| H A D | IMX53 | 62 device atapci # Only for helper functions
|
| H A D | EFIKA_MX | 71 device atapci # Only for helper functions
|
| /f-stack/freebsd/netinet/khelp/ |
| H A D | h_ertt.c | 104 struct helper ertt_helper = {
|