Home
last modified time | relevance | path

Searched refs:autoload (Results 1 – 24 of 24) sorted by relevance

/openbmc/linux/Documentation/admin-guide/aoe/
H A Dexamples.rst19 Example of AoE autoload script
22 .. literalinclude:: autoload.sh
H A Daoe.rst38 There is also an autoload script that shows how to edit
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel-module-split.bbclass97 autoload = d.getVar('module_autoload_%s' % basename)
98 if autoload and autoload == basename:
100 if autoload and basename not in autoloadlist:
107 if autoload:
108 for m in autoload.split():
118 postinst += d.getVar('autoload_postinst_fragment') % (autoload or basename)
/openbmc/u-boot/board/ti/omap5_uevm/
H A DREADME16 U-Boot # setenv autoload no
/openbmc/u-boot/board/ti/dra7xx/
H A DREADME16 U-Boot # setenv autoload no
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-shells/zsh/zsh/
H A DCVE-2021-45444_2.patch67 +autoload -Uz is-at-least
103 +autoload -Uz +X regexp-replace VCS_INFO_formats
/openbmc/u-boot/doc/
H A DREADME.odroid190 setenv autoload no
193 Odroid # setenv autoload no
233 (Assumes that you have setenv usbethaddr, and have not set autoload to no)
H A DREADME.trace255 fakegocmd=trace pause; usb start; set autoload n; bootp;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/vboxguestdrivers/
H A Dvboxguestdrivers_7.0.14.bb90 # autoload if installed
/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/
H A Dterminfo_fixes.patch86 +TEST_SCRIPTS_NO_SLC = autoload nspace2 prep
/openbmc/linux/Documentation/security/secrets/
H A Dcoco.rst47 the EFI driver will autoload the efi_secret kernel module, which exposes the
/openbmc/u-boot/board/sandbox/
H A DREADME.sandbox250 setenv autoload no
258 setenv autoload no
267 setenv autoload no
/openbmc/u-boot/doc/SPL/
H A DREADME.am335x-network22 "setenv autoload no; " \
/openbmc/openbmc/poky/meta/recipes-support/vim/
H A Dvim.inc135 ${datadir}/${BPN}/${VIMDIR}/autoload \
/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-cards.c93 static unsigned int autoload = UNSET; variable
104 module_param(autoload, int, 0444);
120 MODULE_PARM_DESC(autoload, "obsolete option, please do not use anymore");
3493 if (autoload != UNSET) { in bttv_init_card2()
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.2.3.rst65 - kernel-module-split: make autoload and probeconf distribution specific
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c438 bool autoload; member
775 prog->autoload = false; in bpf_object__init_prog()
779 prog->autoload = true; in bpf_object__init_prog()
3066 if (!prog->autoload) in obj_needs_vmlinux_btf()
5849 if (!prog->autoload) in bpf_object__relocate_core()
6568 if (!prog->autoload) in bpf_object__relocate()
6583 if (!prog->autoload) in bpf_object__relocate()
7320 if (!prog->autoload) { in bpf_object__load_progs()
8587 return prog->autoload; in bpf_program__autoload()
8595 prog->autoload = autoload; in bpf_program__set_autoload()
[all …]
H A Dlibbpf.h311 LIBBPF_API int bpf_program__set_autoload(struct bpf_program *prog, bool autoload);
/openbmc/qemu/docs/about/
H A Dremoved-features.rst466 ``block-dirty-bitmap-add`` "autoload" parameter (removed in 4.2)
469 The "autoload" parameter has been ignored since 2.12.0. All bitmaps
/openbmc/linux/Documentation/admin-guide/media/
H A Dbttv.rst57 directory should be enough for it to be autoload during the driver's
150 autoload=0/1 autoload helper modules (tuner, audio).
/openbmc/qemu/tests/data/qobject/
H A Dqdict.txt1490 autoload.c: 967
1491 autoload.sh: 339
/openbmc/linux/Documentation/admin-guide/
H A Dquickly-build-trimmed-linux.rst739 You can try to avoid this by performing typical tasks that often will autoload
/openbmc/linux/net/netfilter/
H A Dnf_tables_api.c920 u8 family, bool autoload) in nf_tables_chain_type_lookup() argument
930 if (autoload) { in nf_tables_chain_type_lookup()
/openbmc/u-boot/
H A DREADME3613 autoload - if set to "no" (any string beginning with 'n'),