Home
last modified time | relevance | path

Searched refs:persistent (Results 76 – 100 of 293) sorted by relevance

12345678910>>...12

/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Dnand-macronix.txt8 Enabling the randomizer is a one time persistent and non reversible
/openbmc/telemetry/src/
H A Dtrigger.hpp57 bool persistent = false; member in Trigger
/openbmc/linux/drivers/regulator/
H A Dda9121-regulator.c39 unsigned int persistent[2]; member
645 bool persisting = (chip->persistent[reg_idx] & item->event_bit); in da9121_status_poll_on()
650 chip->persistent[reg_idx] &= ~item->event_bit; in da9121_status_poll_on()
669 if (chip->persistent[0] | chip->persistent[1]) { in da9121_status_poll_on()
721 chip->persistent[reg_idx] |= item->event_bit; in da9121_irq_handler()
/openbmc/docs/
H A DIPMITOOL-cheatsheet.md251 If you want to make your override persistent over reboots use the `persistent`
255 …-H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" chassis bootdev <device> options=persistent
271 …_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" chassis bootdev <device> options=persistent,efiboot
/openbmc/qemu/docs/tools/
H A Dqemu-nbd.rst84 If *filename* has a qcow2 persistent bitmap *NAME*, expose
144 .. option:: -t, --persistent
244 many as 5 simultaneous readers, with a persistent process forked as a
249 qemu-nbd --fork --persistent --shared=5 --socket=/path/to/sock \
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_mr.c99 bool persistent = !!(mr->access & IB_ACCESS_FLUSH_PERSISTENT); in rxe_mr_fill_pages_from_sgt() local
110 if (persistent && !is_pmem_page(page)) { in rxe_mr_fill_pages_from_sgt()
212 bool persistent = !!(mr->access & IB_ACCESS_FLUSH_PERSISTENT); in rxe_set_page() local
215 if (persistent && !is_pmem_page(page)) { in rxe_set_page()
/openbmc/linux/drivers/cxl/
H A DKconfig25 this class code provide support for volatile and / or persistent
77 support for persistent memory attached via CXL. This support is
80 provisioning the persistent memory capacity of CXL memory expanders.
/openbmc/linux/Documentation/networking/
H A Dipvs-sysctl.rst175 persistent templates when the destination server is quiescent.
178 subsequent otherwise persistent connections are sent to a
179 different destination server. By default new persistent
301 the connection type. For persistent services avoid synchronisation
304 sloppy_sctp flags on backup servers. For non-persistent services
/openbmc/linux/fs/coda/
H A DKconfig12 persistent client caches and write back caching.
/openbmc/phosphor-settingsd/
H A Dsettings_manager.mako.hpp82 namespace persistent
101 p += persistent::fileSuffix;
/openbmc/linux/Documentation/devicetree/bindings/reserved-memory/
H A Dramoops.yaml10 ramoops provides persistent RAM storage for oops and panics, so they can be
15 Parts of this storage may be set aside for other persistent log buffers, such
/openbmc/linux/drivers/md/
H A DMakefile16 dm-snap-persistent.o
70 obj-$(CONFIG_DM_PERSISTENT_DATA) += persistent-data/
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/
H A Dmultipath-tools_0.9.8.bb10 cluster management software to manage persistent reservation through \
12 the management task details. It also handles persistent reservation \
/openbmc/linux/fs/9p/
H A DKconfig19 Choose Y here to enable persistent, read-only local
/openbmc/qemu/docs/specs/
H A Dacpi_erst.rst6 storing error records in persistent storage for future reference
11 method for storing error records into persistent storage.
28 Linux uses the persistent storage filesystem, pstore, to record
/openbmc/linux/Documentation/admin-guide/nfs/
H A Dpnfs-scsi-server.rst21 option and the underlying SCSI device support persistent reservations.
/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/files/
H A D0004-config-ast-common-Add-conditional-factory-reset-comm.patch6 Factory reset (removing persistent rwfs) has to occur before we've
/openbmc/linux/fs/ceph/
H A DKconfig27 Choose Y here to enable persistent, read-only local
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-cxl69 for persistent memory: 'locked', 'unlocked' or 'frozen'. This
82 whether it resides in persistent capacity, volatile capacity,
241 types. The 'cap_*' attributes indicate whether persistent
277 into a 'ram' (volatile memory) range and 'pmem' (persistent
280 when a decoder straddles the volatile/persistent partition
353 of defining a new persistent, or volatile memory region
378 be set for persistent regions and it must not conflict with the
/openbmc/qemu/
H A Dqemu-nbd.c76 static int persistent = 0; variable
376 if (negotiated && nb_fds == 0 && !persistent && state == RUNNING) { in nbd_client_closed()
753 persistent = 1; in main()
1042 if (persistent || shared == 0) { in main()
/openbmc/linux/Documentation/devicetree/bindings/security/tpm/
H A Dibmvtpm.txt20 - ibm,loc-code : specifies the unique and persistent location code
/openbmc/phosphor-led-manager/
H A Dmeson.build26 conf_data.set('PERSISTENT_LED_ASSERTED', get_option('persistent-led-asserted').allowed())
/openbmc/qemu/linux-user/
H A Dflatload.c627 abi_ulong persistent = 0; in load_flat_file() local
637 if (flat_set_persistent(relval, &persistent)) in load_flat_file()
647 addr = flat_get_addr_from_rp(addr, relval, flags, &persistent); in load_flat_file()
/openbmc/linux/Documentation/filesystems/
H A D9p.rst91 0b10000000 fscache enabled for persistent caching
101 fscache 0b10001111 (persistent loose cache)
182 cachetag cache tag to use the specified persistent cache.
/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/
H A Dphosphor-hostlogger_git.bb2 DESCRIPTION = "Save log messages from host's console to the persistent storage."

12345678910>>...12