Home
last modified time | relevance | path

Searched refs:retrieved (Results 1 – 25 of 86) sorted by relevance

1234

/linux/Documentation/ABI/stable/
H A Dsysfs-firmware-opal-elog5 This directory exposes error log entries retrieved
14 before retrieved by firmware or retrieved/acknowledged by
17 In the event that Linux has retrieved the log entries
H A Dsysfs-acpi-pmprofile9 The integer value is directly passed as retrieved from the FADT.
H A Dsysfs-firmware-opal-dump40 acknowledge that we've retrieved the
/linux/Documentation/hwmon/
H A Dw83627hf.rst7 Addresses scanned: ISA address retrieved from Super I/O registers
10 Addresses scanned: ISA address retrieved from Super I/O registers
13 Addresses scanned: ISA address retrieved from Super I/O registers
16 Addresses scanned: ISA address retrieved from Super I/O registers
19 Addresses scanned: ISA address retrieved from Super I/O registers
H A Dw83627ehf.rst10 Addresses scanned: ISA address retrieved from Super I/O registers
18 Addresses scanned: ISA address retrieved from Super I/O registers
26 Addresses scanned: ISA address retrieved from Super I/O registers
34 Addresses scanned: ISA address retrieved from Super I/O registers
42 Addresses scanned: ISA address retrieved from Super I/O registers
50 Addresses scanned: ISA address retrieved from Super I/O registers
58 Addresses scanned: ISA address retrieved from Super I/O registers
66 Addresses scanned: ISA address retrieved from Super I/O registers
/linux/kernel/liveupdate/
H A Dluo_session.c242 if (session->retrieved) { in luo_session_release()
393 return session->retrieved; in luo_ioctl_type_valid()
395 return !session->retrieved; in luo_ioctl_type_valid()
522 if (session->retrieved) in luo_session_retrieve()
527 session->retrieved = true; in luo_session_retrieve()
/linux/drivers/cxl/core/
H A Dfeatures.c115 int retrieved, alloc_size, copy_feats; in get_supported_features() local
151 retrieved = mbox_cmd.size_out - hdr_size; in get_supported_features()
152 if (retrieved % feat_size) in get_supported_features()
160 if (num_entries * feat_size != retrieved) in get_supported_features()
163 memcpy(entry, mbox_out->ents, retrieved); in get_supported_features()
/linux/Documentation/bpf/
H A Dmap_sk_storage.rst37 Socket-local storage for ``map`` can be retrieved from socket ``sk`` using the
94 Socket-local storage for map ``map_fd`` can be retrieved from a socket using
95 the ``bpf_map_lookup_elem()`` libbpf function. The storage is retrieved from
H A Dmap_devmap.rst68 Net device entries can be retrieved using the ``bpf_map_lookup_elem()``
122 Net device entries can be retrieved using the ``bpf_map_lookup_elem()``
H A Dmap_cgrp_storage.rst11 data for a particular cgroup can be retrieved by looking up the map
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-enum-links.rst44 room to store all the entity's pads. The number of pads can be retrieved
50 outbound links can be retrieved with :ref:`MEDIA_IOC_ENUM_ENTITIES`.
H A Dmedia-controller-intro.rst19 retrieved from sysfs.
H A Dmedia-ioc-g-topology.rst151 :c:type:`media_device_info` and can be retrieved using
236 :c:type:`media_device_info` and can be retrieved using
/linux/Documentation/arch/x86/
H A Dbooting-dt.rst20 or initrd address. It simply holds information which can not be retrieved
/linux/Documentation/wmi/devices/
H A Dwmi-bmof.rst16 The Binary MOF data can be retrieved from the ``bmof`` sysfs attribute of the
/linux/tools/debugging/
H A Dkernel-chktaint16 retrieved from /proc/sys/kernel/tainted on another system.
/linux/Documentation/userspace-api/netlink/
H A Dintro-specs.rst147 they are queued internally and can be retrieved at a later time.
155 Notifications can be retrieved using ``ynl_ntf_dequeue()`` and have
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-intc_sar35 The retrieved information is in the order given below:
H A Dsysfs-bus-papr-pmem8 more bits set in the dimm-health-bitmap retrieved in
/linux/Documentation/arch/arm/sa1100/
H A Dassabet.rst113 Now the kernel can be retrieved from flash like this::
135 For instance, a sample JFFS2 image can be retrieved from the same FTP sites
222 images retrieved from a TFTP server on the network::
/linux/Documentation/driver-api/cxl/platform/acpi/
H A Dsrat.rst51 bridge. With the association, latency and bandwidth numbers can be retrieved
/linux/drivers/scsi/
H A D3w-sas.h319 unsigned char retrieved; member
H A D3w-9xxx.c390 if (event->retrieved == TW_AEN_NOT_RETRIEVED) in twa_aen_queue_event()
402 event->retrieved = TW_AEN_NOT_RETRIEVED; in twa_aen_queue_event()
765 tw_dev->event_queue[event_index]->retrieved = TW_AEN_RETRIEVED; in twa_chrdev_ioctl()
784 tw_dev->event_queue[event_index]->retrieved = TW_AEN_RETRIEVED; in twa_chrdev_ioctl()
813 tw_dev->event_queue[event_index]->retrieved = TW_AEN_RETRIEVED; in twa_chrdev_ioctl()
842 tw_dev->event_queue[event_index]->retrieved = TW_AEN_RETRIEVED; in twa_chrdev_ioctl()
/linux/Documentation/driver-api/
H A Dntb.rst88 1) Initialize memory window with retrieved address of the allocated
104 restrictions retrieved in 2).
115 window. It may fail if retrieved address, for instance, exceeds
/linux/Documentation/networking/device_drivers/ethernet/amazon/
H A Dena.rst303 **phc_cnt** | Number of successful retrieved timestamps (below expire timeout).
304 **phc_exp** | Number of expired retrieved timestamps (above expire timeout).
410 * ``req_id`` is retrieved from the completion descriptor. The ``tx_info`` of
411 the packet is retrieved via the ``req_id``. The data buffers are

1234