/openbmc/linux/Documentation/admin-guide/aoe/ |
H A D | examples.rst | 19 Example of AoE autoload script 22 .. literalinclude:: autoload.sh
|
H A D | aoe.rst | 38 There is also an autoload script that shows how to edit
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | kernel-module-split.bbclass | 97 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 D | README | 16 U-Boot # setenv autoload no
|
/openbmc/u-boot/board/ti/dra7xx/ |
H A D | README | 16 U-Boot # setenv autoload no
|
/openbmc/u-boot/doc/ |
H A D | README.odroid | 190 setenv autoload no 193 Odroid # setenv autoload no 233 (Assumes that you have setenv usbethaddr, and have not set autoload to no)
|
H A D | README.trace | 255 fakegocmd=trace pause; usb start; set autoload n; bootp;
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/vboxguestdrivers/ |
H A D | vboxguestdrivers_7.1.4.bb | 91 # autoload if installed
|
/openbmc/linux/Documentation/security/secrets/ |
H A D | coco.rst | 47 the EFI driver will autoload the efi_secret kernel module, which exposes the
|
/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/ |
H A D | terminfo_fixes.patch | 86 +TEST_SCRIPTS_NO_SLC = autoload nspace2 prep
|
/openbmc/u-boot/board/sandbox/ |
H A D | README.sandbox | 250 setenv autoload no 258 setenv autoload no 267 setenv autoload no
|
/openbmc/u-boot/doc/SPL/ |
H A D | README.am335x-network | 22 "setenv autoload no; " \
|
/openbmc/openbmc/poky/meta/recipes-support/vim/ |
H A D | vim.inc | 133 ${datadir}/${BPN}/${VIMDIR}/autoload \
|
/openbmc/linux/drivers/media/pci/bt8xx/ |
H A D | bttv-cards.c | 93 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 D | release-notes-4.2.3.rst | 65 - kernel-module-split: make autoload and probeconf distribution specific
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.c | 438 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() 7324 if (!prog->autoload) { in bpf_object__load_progs() 8591 return prog->autoload; in bpf_program__autoload() 8594 int bpf_program__set_autoload(struct bpf_program *prog, bool autoload) in bpf_program__set_autoload() argument [all …]
|
H A D | libbpf.h | 311 LIBBPF_API int bpf_program__set_autoload(struct bpf_program *prog, bool autoload);
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | bttv.rst | 57 directory should be enough for it to be autoload during the driver's 150 autoload=0/1 autoload helper modules (tuner, audio).
|
/openbmc/qemu/docs/about/ |
H A D | removed-features.rst | 572 ``block-dirty-bitmap-add`` "autoload" parameter (removed in 4.2) 575 The "autoload" parameter has been ignored since 2.12.0. All bitmaps
|
/openbmc/qemu/tests/data/qobject/ |
H A D | qdict.txt | 1490 autoload.c: 967 1491 autoload.sh: 339
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | quickly-build-trimmed-linux.rst | 739 You can try to avoid this by performing typical tasks that often will autoload
|
/openbmc/linux/net/netfilter/ |
H A D | nf_tables_api.c | 928 u8 family, bool autoload) in nf_tables_chain_type_lookup() argument 938 if (autoload) { in nf_tables_chain_type_lookup() 10761 /* module autoload needs to happen after GC sequence update because it in nf_tables_abort()
|
/openbmc/u-boot/ |
H A D | README | 3613 autoload - if set to "no" (any string beginning with 'n'),
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |