Home
last modified time | relevance | path

Searched refs:readable (Results 1 – 25 of 496) sorted by relevance

12345678910>>...20

/openbmc/linux/arch/ia64/kernel/
H A Dgate.lds.S15 .hash : { *(.hash) } :readable
23 .note : { *(.note*) } :readable :note
25 .dynamic : { *(.dynamic) } :readable :dynamic
51 } :readable
54 .IA_64.unwind : { *(.IA_64.unwind*) } :readable :unwind
56 .text (GATE_ADDR + PAGE_SIZE) : { *(.text) *(.text.*) } :readable
83 readable PT_LOAD FILEHDR PHDRS FLAGS(4); /* PF_R */
/openbmc/linux/drivers/char/ipmi/
H A Dkcs_bmc_cdev_raw.c25 bool readable; member
59 if (priv->readable) in kcs_bmc_raw_event()
65 priv->readable = true; in kcs_bmc_raw_event()
140 if (priv->readable || (kcs_bmc_read_status(priv->client.dev) & KCS_BMC_STR_IBF)) in kcs_bmc_raw_poll()
183 priv->readable || (str & KCS_BMC_STR_IBF)); in kcs_bmc_raw_read()
204 if (!priv->readable) { in kcs_bmc_raw_read()
214 priv->readable = false; in kcs_bmc_raw_read()
219 if (*ppos == 0 || priv->readable) in kcs_bmc_raw_read()
370 priv->readable = false; in kcs_bmc_raw_add_device()
/openbmc/linux/net/smc/
H A Dsmc_rx.c352 int readable, chunk; in smc_rx_recvmsg() local
371 readable = atomic_read(&conn->bytes_to_rcv); in smc_rx_recvmsg()
372 if (readable >= conn->rmb_desc->len) in smc_rx_recvmsg()
375 if (len < readable) in smc_rx_recvmsg()
436 readable = atomic_read(&conn->bytes_to_rcv); in smc_rx_recvmsg()
438 if (!readable || (msg && splbytes)) { in smc_rx_recvmsg()
453 readable > 1) in smc_rx_recvmsg()
454 readable--; /* always stop at urgent Byte */ in smc_rx_recvmsg()
456 copylen = min_t(size_t, read_remaining, readable); in smc_rx_recvmsg()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/edid-decode/
H A Dedid-decode_git.bb1 SUMMARY = "Decode EDID data in human-readable format"
2 DESCRIPTION = "edid-decode decodes EDID monitor description data in human-readable format."
/openbmc/linux/drivers/mfd/
H A Dwm8350-regmap.c18 u16 readable; /* Mask of readable bits */ member
283 return wm8350_reg_io_map[reg].readable; in wm8350_readable()
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-devices-system-cpu69 Description: human-readable list of CPUs within the same core.
80 Description: human-readable list of CPUs sharing the same physical_package_id.
94 Description: human-readable list of CPUs within the same die.
103 Description: human-readable list of CPUs within the same cluster.
113 Description: human-readable list of cpuX's hardware threads within the same
124 Description: human-readable list of cpuX's hardware threads within the same
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A Dgcc-6.patch16 - si.wants.readable = readcb;
19 + si.wants.readable = static_cast<bool>(readcb);
/openbmc/linux/net/vmw_vsock/
H A Dhyperv_transport.c187 u32 readable = hv_get_bytes_to_read(&chan->inbound); in hvs_channel_readable() local
190 return readable >= HVS_PKT_LEN(0); in hvs_channel_readable()
195 u32 readable = hv_get_bytes_to_read(&chan->inbound); in hvs_channel_readable_payload() local
197 if (readable > HVS_PKT_LEN(0)) { in hvs_channel_readable_payload()
205 if (readable == HVS_PKT_LEN(0)) { in hvs_channel_readable_payload()
745 int hvs_notify_poll_in(struct vsock_sock *vsk, size_t target, bool *readable) in hvs_notify_poll_in() argument
749 *readable = hvs_channel_readable(hvs->chan); in hvs_notify_poll_in()
/openbmc/linux/drivers/misc/lis3lv02d/
H A DKconfig12 via SPI. The accelerometer data is readable via
28 via I2C. The accelerometer data is readable via
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-block-bcache48 skip the cache. Read and written as bytes in human readable
57 readable units.
120 For a cache, bucket size in human readable units, as set at
149 For a cache, total amount of data in human readable units
156 For a cache, sum of all btree writes in human readable units.
H A Dsysfs-kernel-irq22 Description: Human-readable chip name supplied by the associated device
36 Description: Human-readable flow handler name as defined by the irq chip
H A Dsysfs-platform-dell-smbios10 sysfs attributes readable by a process with
H A Dsysfs-bus-iio-bno0558 minimum readable value affects also the reading scaling factor).
16 changing the maximum and minimum readable value affects also the
/openbmc/intel-ipmi-oem/docs/
H A DIntel_IPMI_Platform_Events.md6 IPMI Platform Events in a human readable form by defining a generic framework
30 human-readable format. IPMI Platform Events is one type of these messages, used
50 Generic OEM-agnostic algorithm is proposed to achieve human-readable output for
104 as-is or formatted in certain way, to be introduced in human-readable `Message`.
116 - `Message` - human-readable message, possibly with predefined placeholders for
151 contains human-readable information for each `EventId`:
182 - Human-readable message lookup (`[2], [8]`)
297 human-readable form
/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-devtools/python/
H A Dpython3-json2html_1.3.0.bb1 DESCRIPTION="Python wrapper to convert JSON into a human readable HTML Table representation."
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-hexbytes_1.0.0.bb1 SUMMARY = "Python bytes subclass that decodes hex, with a readable console output."
/openbmc/openbmc/meta-phosphor/recipes-phosphor/mrw/
H A Dmrw-perl-tools-native_git.bb2 DESCRIPTION = "OpenBMC Perl tools for the machine readable workbook"
H A Dmrw-patch-native_git.bb1 SUMMARY = "Phosphor machine readable workbook patching script"
H A Dmrw-native_git.bb1 SUMMARY = "Phosphor OpenBMC machine readable workbook"
H A Dmrw-api-native.bb1 SUMMARY = "Phosphor OpenBMC machine readable workbook API modules"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/acpitool/
H A Dacpitool_0.5.1.bb2 and presents the output in a meaningfull, human-readable format."
/openbmc/openbmc/poky/meta/recipes-support/libyaml/
H A Dlibyaml_0.2.5.bb3 a human-readable data serialization format. "
/openbmc/openbmc/poky/meta/recipes-graphics/spir/
H A Dspirv-headers_1.3.280.0.bb1 SUMMARY = "Machine-readable files for the SPIR-V Registry"
/openbmc/linux/Documentation/devicetree/bindings/security/tpm/
H A Dtpm-i2c.txt6 - label : human readable string describing the device, eg. "tpm"
/openbmc/linux/kernel/bpf/preload/
H A DKconfig16 pinned into BPF FS mount point as human readable files that are

12345678910>>...20