| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/ |
| H A D | 0001-net-http-httputil-avoid-query-parameter-smuggling.patch | 16 raw query untouched if a Director hook does not parse the query
|
| /OK3568_Linux_fs/kernel/certs/ |
| H A D | Kconfig | 92 blacklist keyring and implements a hook whereby a PKCS#7 message can
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/ |
| H A D | 0001-Remove-python-venv.patch | 55 # Install pep8 pre-commit hook
|
| /OK3568_Linux_fs/kernel/net/ |
| H A D | socket.c | 1012 void brioctl_set(int (*hook) (struct net *, unsigned int, void __user *)) in brioctl_set() 1015 br_ioctl_hook = hook; in brioctl_set() 1023 void vlan_ioctl_set(int (*hook) (struct net *, void __user *)) in vlan_ioctl_set() 1026 vlan_ioctl_hook = hook; in vlan_ioctl_set() 1034 void dlci_ioctl_set(int (*hook) (unsigned int, void __user *)) in dlci_ioctl_set() 1037 dlci_ioctl_hook = hook; in dlci_ioctl_set()
|
| /OK3568_Linux_fs/yocto/poky/documentation/test-manual/ |
| H A D | understand-autobuilder.rst | 282 ``pre-commit-hook.sh`` script to verify the JSON file before committing 285 $ ln -s ../../scripts/pre-commit-hook.sh .git/hooks/pre-commit
|
| /OK3568_Linux_fs/kernel/sound/pci/hda/ |
| H A D | patch_conexant.c | 1075 if (!spec->gen.vmaster_mute.hook && spec->dynamic_eapd) in patch_conexant_auto() 1076 spec->gen.vmaster_mute.hook = cx_auto_vmaster_hook; in patch_conexant_auto()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | if_vlan.h | 70 extern void vlan_ioctl_set(int (*hook)(struct net *, void __user *));
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | writing-rules.txt | 113 * Optional hooks: keep hook definition and assignment together in one
|
| H A D | adding-packages-golang.txt | 115 * By adding a post-operation hook (after extract, patch, configure,
|
| H A D | adding-packages-cmake.txt | 150 * By adding a post-operation hook (after extract, patch, configure,
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/acpi/ |
| H A D | scan_handlers.rst | 49 take care of, list_node is the hook to the global list of ACPI scan handlers
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | 88pm860x-codec.c | 1251 int det, int hook, int hs_shrt, int lo_shrt) in pm860x_hs_jack_detect() argument 1258 pm860x->det.hook_det = hook; in pm860x_hs_jack_detect()
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | quirks.c | 69 void (*hook)(struct pci_dev *dev); in pci_do_fixups() local 71 hook = offset_to_ptr(&f->hook_offset); in pci_do_fixups() 73 hook = f->hook; in pci_do_fixups() 75 calltime = fixup_debug_start(dev, hook); in pci_do_fixups() 76 hook(dev); in pci_do_fixups() 77 fixup_debug_report(dev, calltime, hook); in pci_do_fixups()
|
| /OK3568_Linux_fs/kernel/Documentation/x86/ |
| H A D | boot.rst | 199 0208/4 2.00+ realmode_swtch Boot loader hook (see below) 205 0214/4 2.00+ code32_start Boot loader hook (see below) 379 Boot loader hook (see ADVANCED BOOT LOADER HOOKS below.) 537 1. as a boot loader hook (see Advanced Boot Loader Hooks below.) 539 2. if a bootloader which does not install a hook loads a 674 point to the loaded code, or to a boot loader hook. 1320 After completing your hook, you should jump to the address
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/pam/ |
| H A D | libpam_1.5.2.bb | 114 'PAM plugin for %s', hook=pam_plugin_hook, extra_depends='')
|
| /OK3568_Linux_fs/kernel/kernel/dma/ |
| H A D | Kconfig | 48 # Select if the architectures provides the arch_dma_mark_clean hook
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/ |
| H A D | usage-model.rst | 178 hook from each machine_desc, and the first one returning TRUE is used. 240 The most interesting hook in the DT context is .init_machine() which 379 /soc/i2s, and /soc/i2c in its .probe() hook. Easy, right?
|
| /OK3568_Linux_fs/buildroot/package/gettext-gnu/ |
| H A D | 0002-restore-the-ability-to-buld-gettext-tools-seperately-part1.patch | 24 * Makefile.am (distcheck-hook): Compare different copies of libtextstyle.m4.
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | kernel-module-split.bbclass | 178 …ion='%s kernel module', postinst=postinst, postrm=postrm, recursive=True, hook=frob_metadata, extr…
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | tracepoints.rst | 16 A tracepoint placed in code provides a hook to call a function (probe)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/ |
| H A D | video-Remove-trailing-whitespaces.patch | 97 @@ -273,7 +273,7 @@ grub_video_gop_iterate (int (*hook) (const struct grub_video_mode_info *info, vo 402 @@ -976,7 +976,7 @@ grub_video_vbe_iterate (int (*hook) (const struct grub_video_mode_info *info, vo
|
| /OK3568_Linux_fs/buildroot/package/pm-utils/ |
| H A D | 0001-pm-sleep.d-remove-unused-sleep-hooks.patch | 225 -# Modern kernels handle this correctly so we skip this hook by default. 796 -# troubleshooting using this hook is probably the best place to start. 969 - return 0 # avoid spurious hook exit failure message.
|
| /OK3568_Linux_fs/kernel/Documentation/power/powercap/ |
| H A D | dtpm.rst | 174 an optional parent field allowing to hook different devices to an
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/webmin/ |
| H A D | webmin_1.850.bb | 48 …slog,syslog.busybox,urandom,webmin,functions.initscripts,read-only-rootfs-hook.sh" >> init/config-…
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | ieee802154.rst | 89 To hook the MLME interface you have to populate the ml_priv field of your
|