Home
last modified time | relevance | path

Searched refs:helper (Results 1 – 25 of 41) sorted by relevance

12

/f-stack/freebsd/kern/
H A Dkern_khelp.c74 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 Dzfs_mount_014_neg.ksh31 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 Dzfs_mount_013_pos.ksh29 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 Dfiles.octeon165 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 Dmodule_khelp.h50 struct helper { struct
62 TAILQ_ENTRY(helper) h_next; argument
67 struct helper *helper; member
78 .helper = hdata, \
H A Dkhelp.h54 struct helper;
63 int khelp_register_helper(struct helper *h);
65 int khelp_deregister_helper(struct helper *h);
H A Dhhook.h73 struct helper;
86 struct helper *hook_helper;
/f-stack/freebsd/arm/nvidia/drm2/
H A Dtegra_fb.c118 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 Dzfs-helpers.sh51 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 Dkernel-dentry-operations.m426 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 Dkernel-insert-inode-locked.m43 dnl # Added insert_inode_locked() helper function.
H A Dkernel-truncate-setsize.m43 dnl # Added truncate_setsize() helper function.
H A Dkernel-totalram-pages-func.m43 dnl # read via the totalram_pages() helper function.
H A Dkernel-lseek-execute.m43 dnl # lseek_execute helper exported
H A Dkernel-bio.m482 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 Dkernel-blkdev.m4276 dnl # Added bdev_whole() helper.
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Drenesas,rza2-pinctrl.yaml34 RZA2_PIN() helper macro in r7s9210-pinctrl.h.
68 helper macro in r7s9210-pinctrl.h.
H A Dpinmux-node.yaml50 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 Dpower-controller.txt9 property is found programmatically, use the helper function
/f-stack/freebsd/contrib/device-tree/Bindings/mips/
H A Dcpu_irq.txt3 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 Dti-clkctrl.txt43 Example: Preprocessor helper macros in dt-bindings/clock/ti-clkctrl.h
/f-stack/freebsd/contrib/device-tree/Bindings/gpio/
H A Dsocionext,uniphier-gpio.yaml90 // UNIPHIER_GPIO_PORT() is a helper macro to calculate 29 * 8 + 4.
/f-stack/freebsd/arm/conf/
H A DIMX5362 device atapci # Only for helper functions
H A DEFIKA_MX71 device atapci # Only for helper functions
/f-stack/freebsd/netinet/khelp/
H A Dh_ertt.c104 struct helper ertt_helper = {

12