/openbmc/ |
D | opengrok1.0.log | [all...] |
D | opengrok2.0.log | [all...] |
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/aufs-util/aufs-util/ |
H A D | aufs-util-don-t-strip-executables.patch | 9 …WARNING: File '/sbin/mount.aufs' from aufs-util was already stripped, this will prevent future deb… 10 …WARNING: File '/sbin/auplink' from aufs-util was already stripped, this will prevent future debugg… 11 …WARNING: File '/sbin/umount.aufs' from aufs-util was already stripped, this will prevent future de… 12 …WARNING: File '/sbin/auibusy' from aufs-util was already stripped, this will prevent future debugg… 13 …WARNING: File '/usr/lib/libau.so.2.6' from aufs-util was already stripped, this will prevent futur… 15 To prevent this, we remove -s from LDFLAGS.
|
/openbmc/qemu/include/qemu/ |
H A D | memfd.h | 13 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ 14 #define F_SEAL_SHRINK 0x0002 /* prevent file from shrinking */ 15 #define F_SEAL_GROW 0x0004 /* prevent file from growing */ 16 #define F_SEAL_WRITE 0x0008 /* prevent writes */
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | fcntl.h | 41 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ 42 #define F_SEAL_SHRINK 0x0002 /* prevent file from shrinking */ 43 #define F_SEAL_GROW 0x0004 /* prevent file from growing */ 44 #define F_SEAL_WRITE 0x0008 /* prevent writes */ 45 #define F_SEAL_FUTURE_WRITE 0x0010 /* prevent future writes while mapped */ 46 #define F_SEAL_EXEC 0x0020 /* prevent chmod modifying exec bits */
|
/openbmc/linux/include/uapi/linux/ |
H A D | fcntl.h | 41 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ 42 #define F_SEAL_SHRINK 0x0002 /* prevent file from shrinking */ 43 #define F_SEAL_GROW 0x0004 /* prevent file from growing */ 44 #define F_SEAL_WRITE 0x0008 /* prevent writes */ 45 #define F_SEAL_FUTURE_WRITE 0x0010 /* prevent future writes while mapped */ 46 #define F_SEAL_EXEC 0x0020 /* prevent chmod modifying exec bits */
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/ |
H A D | ActivationBlocksTransition.interface.yaml | 3 prevent a state transition of the associated managed element while the 6 The specific state transition(s) to prevent are left to the implementation. 7 A typical use of this would be to prevent (delay) the power-on of a managed
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/ |
H A D | ErrorBlocksTransition.interface.yaml | 3 prevent a state transition of the associated managed element while the 6 The specific state transition(s) to prevent are left to the implementation. 7 A typical use of this would be to prevent the power-on of a managed host
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-pci-drivers-xhci_hcd | 35 disabled state to prevent USB device descriptor change while 48 disabled state to prevent USB device descriptor change while 60 disabled state to prevent USB device descriptor change while 73 disabled state to prevent USB descriptor change while
|
/openbmc/qemu/include/migration/ |
H A D | blocker.h | 22 * @migrate_add_blocker - prevent all modes of migration from proceeding 37 * @migrate_add_blocker_internal - prevent all modes of migration from 66 * @migrate_add_blocker_normal - prevent normal migration mode from proceeding 81 * @migrate_add_blocker_modes - prevent some modes of migration from proceeding
|
/openbmc/linux/mm/ |
H A D | memfd.c | 174 * may prevent some kinds of access to the file. Currently, the in memfd_add_seals() 176 * SEAL_SEAL: Prevent further seals from being set on this file in memfd_add_seals() 177 * SEAL_SHRINK: Prevent the file from shrinking in memfd_add_seals() 178 * SEAL_GROW: Prevent the file from growing in memfd_add_seals() 179 * SEAL_WRITE: Prevent write access to the file in memfd_add_seals() 180 * SEAL_EXEC: Prevent modification of the exec bits in the file mode in memfd_add_seals() 183 * must prevent seals from being removed. Therefore, sealing a file in memfd_add_seals()
|
/openbmc/linux/drivers/md/ |
H A D | dm-builtin.c | 12 * The release method suffers from module unload race. We may prevent the 15 * method), however there is no way to prevent the module from being 37 * higher-priority processes that prevent the low-priority process from
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_rdonly_maps.c | 27 /* prevent compiler to optimize everything out */ in skip_loop() 46 /* prevent compiler to optimize everything out */ in part_loop() 65 /* prevent compiler to optimize everything out */ in full_loop()
|
/openbmc/linux/drivers/net/ethernet/microchip/ |
H A D | lan743x_ptp.h | 29 /* gpio_lock: used to prevent concurrent access to gpio settings */ 74 /* command_lock: used to prevent concurrent ptp commands */ 89 /* tx_ts_lock: used to prevent concurrent access to timestamp arrays */
|
/openbmc/linux/drivers/cpuidle/ |
H A D | coupled.c | 95 * @prevent: flag to prevent coupled idle while a cpu is hotplugging 104 int prevent; member 405 * the waiting count first to prevent another cpu looping back in and seeing 480 while (coupled->prevent) { in cpuidle_enter_state_coupled() 491 /* Read barrier ensures online_count is read after prevent is cleared */ in cpuidle_enter_state_coupled() 529 if (coupled->prevent) { in cpuidle_enter_state_coupled() 670 coupled->prevent++; in cpuidle_coupled_register_device() 703 * cpuidle_coupled_prevent_idle - prevent cpus from entering a coupled state 714 coupled->prevent++; in cpuidle_coupled_prevent_idle() 734 * see prevent == 0. in cpuidle_coupled_allow_idle() [all …]
|
/openbmc/linux/Documentation/userspace-api/ |
H A D | no_new_privs.rst | 7 programs and file capabilities. To prevent the parent program from 9 careful to prevent the parent from doing anything that could subvert the 41 Note that ``no_new_privs`` does not prevent privilege changes that do not
|
/openbmc/linux/drivers/clk/sifive/ |
H A D | sifive-prci.c | 123 * Context: Any context. Caller must prevent the records pointed to by 143 * Context: Any context. Caller must prevent the records pointed to by 309 * Context: Any context. Caller must prevent concurrent changes to the 330 * Context: Any context. Caller must prevent concurrent changes to the 352 * Context: Any context. Caller must prevent concurrent changes to the 373 * Context: Any context. Caller must prevent concurrent changes to the 394 * Context: Any context. Caller must prevent concurrent changes to the 415 * Context: Any context. Caller must prevent concurrent changes to the 436 * Context: Any context. Caller must prevent concurrent changes to the
|
/openbmc/linux/arch/x86/kernel/ |
H A D | sev_verify_cbit.S | 47 * prevent forward progress than to work with a non-random value here. 77 * The check failed, prevent any forward progress to prevent ROP
|
/openbmc/linux/Documentation/core-api/ |
H A D | debug-objects.rst | 79 can deactivate an active object in order to prevent damage to the 102 can deactivate an active object in order to prevent damage to the 126 deactivate an active object in order to prevent damage to the subsystem. 156 prevent the usage of invalid objects, which are still available in 166 deactivate an active object in order to prevent damage to the subsystem. 182 prevent damage to the subsystem.
|
/openbmc/openbmc/meta-arm/kas/ |
H A D | corstone1000-image-configuration.yml | 6 # Intentionally blank to prevent perf from being added to the image in base.yml 26 # prevent the kernel image from being included in the intramfs rootfs
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/openldap/ |
H A D | 0001-build-top.mk-unset-STRIP_OPTS.patch | 10 prevent future debugging! [already-stripped] 14 prevent future debugging! [already-stripped]
|
/openbmc/webui-vue/docs/guide/quickstart/ |
H A D | forms.md | 12 `.prevent` event modifier on submit to prevent the submit event from reloading 49 <b-form novalidate @submit.prevent="handleSubmit">
|
/openbmc/linux/drivers/misc/lkdtm/ |
H A D | fortify.c | 30 /* Store result to global to prevent the code from being eliminated */ in lkdtm_FORTIFY_STR_OBJECT() 59 /* Store result to global to prevent the code from being eliminated */ in lkdtm_FORTIFY_STR_MEMBER() 95 /* Store result to global to prevent the code from being eliminated */ in lkdtm_FORTIFY_MEM_OBJECT() 124 /* Store result to global to prevent the code from being eliminated */ in lkdtm_FORTIFY_MEM_MEMBER()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | entry_32.S | 162 b . /* Prevent prefetch past rfi */ 241 b . /* Prevent prefetch past rfi */ 300 b . /* Prevent prefetch past rfi */ 350 b . /* Prevent prefetch past rfi */ 379 b . /* Prevent prefetch past rfi */ 438 b .; /* prevent prefetch past exc_lvl_rfi */
|
/openbmc/linux/Documentation/power/ |
H A D | freezing-of-tasks.rst | 106 1. The principal reason is to prevent filesystems from being damaged after 125 to allocate additional memory and we prevent them from doing that by 130 3. The third reason is to prevent user space processes and some kernel threads 160 4. Another reason for freezing tasks is to prevent user space processes from 213 VI. Are there any precautions to be taken to prevent freezing failures? 238 mutex_[un]lock(&system_transition_mutex). That would prevent freezing failures.
|