/openbmc/linux/arch/ia64/kernel/ |
H A D | gate.lds.S | 15 .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 D | kcs_bmc_cdev_raw.c | 25 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 D | smc_rx.c | 353 int readable, chunk; in smc_rx_recvmsg() local 372 readable = atomic_read(&conn->bytes_to_rcv); in smc_rx_recvmsg() 373 if (readable >= conn->rmb_desc->len) in smc_rx_recvmsg() 376 if (len < readable) in smc_rx_recvmsg() 437 readable = smc_rx_data_available(conn, peeked_bytes); in smc_rx_recvmsg() 439 if (!readable || (msg && splbytes)) { in smc_rx_recvmsg() 456 readable > 1) in smc_rx_recvmsg() 457 readable--; /* always stop at urgent Byte */ in smc_rx_recvmsg() 459 copylen = min_t(size_t, read_remaining, readable); in smc_rx_recvmsg()
|
/openbmc/linux/drivers/mfd/ |
H A D | wm8350-regmap.c | 18 u16 readable; /* Mask of readable bits */ member 283 return wm8350_reg_io_map[reg].readable; in wm8350_readable()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/edid-decode/ |
H A D | edid-decode_git.bb | 1 SUMMARY = "Decode EDID data in human-readable format" 2 DESCRIPTION = "edid-decode decodes EDID monitor description data in human-readable format."
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-devices-system-cpu | 69 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 D | gcc-6.patch | 16 - si.wants.readable = readcb; 19 + si.wants.readable = static_cast<bool>(readcb);
|
/openbmc/linux/net/vmw_vsock/ |
H A D | hyperv_transport.c | 187 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() 746 int hvs_notify_poll_in(struct vsock_sock *vsk, size_t target, bool *readable) in hvs_notify_poll_in() argument 750 *readable = hvs_channel_readable(hvs->chan); in hvs_notify_poll_in()
|
/openbmc/linux/drivers/misc/lis3lv02d/ |
H A D | Kconfig | 12 via SPI. The accelerometer data is readable via 28 via I2C. The accelerometer data is readable via
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-block-bcache | 48 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 D | sysfs-kernel-irq | 22 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 D | sysfs-bus-iio-bno055 | 8 minimum readable value affects also the reading scaling factor). 16 changing the maximum and minimum readable value affects also the
|
H A D | sysfs-platform-dell-smbios | 10 sysfs attributes readable by a process with
|
H A D | dev-kmsg | 82 The human readable text string starts directly after the ';' 90 readable context of the message, for reliable processing in 114 the output usually produces better human readable results. A
|
/openbmc/intel-ipmi-oem/docs/ |
H A D | Intel_IPMI_Platform_Events.md | 6 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 D | python3-json2html_1.3.0.bb | 1 DESCRIPTION="Python wrapper to convert JSON into a human readable HTML Table representation."
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/ |
H A D | xcb-util-errors_1.0.1.bb | 3 SUMMARY = "xcb-util-errors gives human readable names to error codes and event codes"
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-hexbytes_1.3.0.bb | 1 SUMMARY = "Python bytes subclass that decodes hex, with a readable console output."
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/mrw/ |
H A D | mrw-perl-tools-native_git.bb | 2 DESCRIPTION = "OpenBMC Perl tools for the machine readable workbook"
|
H A D | mrw-native_git.bb | 1 SUMMARY = "Phosphor OpenBMC machine readable workbook"
|
H A D | mrw-patch-native_git.bb | 1 SUMMARY = "Phosphor machine readable workbook patching script"
|
H A D | mrw-api-native.bb | 1 SUMMARY = "Phosphor OpenBMC machine readable workbook API modules"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/acpitool/ |
H A D | acpitool_0.5.1.bb | 2 and presents the output in a meaningfull, human-readable format."
|
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-bsp/u-boot/files/ |
H A D | 0003-aspeed-add-gpio-support.patch | 346 + * @return A GPIO direction in human readable format. 369 + * @return An interrupt trigger settings in human readable format. 400 + * @return An interrupt status in human readable format. 421 + * @return A debounce value in human readable format. 451 + * @return A command source value in human readable format.
|
/openbmc/openbmc/poky/meta/recipes-graphics/spir/ |
H A D | spirv-headers_1.3.296.0.bb | 1 SUMMARY = "Machine-readable files for the SPIR-V Registry"
|