/openbmc/libcper/ |
H A D | cper-utils.c | 16 //Converts the given generic CPER error status to JSON IR. 57 //Converts the given CPER-JSON generic error status into a CPER structure. 79 //Converts a single uniform struct of UINT64s into intermediate JSON IR format, given names for eac… 94 //Converts a single uniform struct of UINT32s into intermediate JSON IR format, given names for eac… 109 //Converts a single object containing UINT32s into a uniform struct. 121 //Converts a single object containing UINT32s into a uniform struct. 133 //Converts a single integer value to an object containing a value, and a readable name if possible. 153 //Converts a single integer value to an object containing a value, readable name and description if… 185 //Converts the given 64 bit bitfield to IR, assuming bit 0 starts on the left. 199 //Converts the given IR bitfield into a standard UINT64 bitfield, with fields beginning from bit 0. [all …]
|
H A D | ir-parse.c | 24 //Converts the given JSON IR CPER representation into CPER binary format, piped to the provided fil… 74 //Converts a CPER-JSON IR header to a CPER header structure. 155 //Converts a single given IR section into CPER, outputting to the given stream. 195 //Converts a single CPER-JSON IR section descriptor into a CPER structure. 253 //Converts IR for a given single section format CPER record into CPER binary.
|
H A D | common-utils.c | 11 //Converts the given BCD byte to a standard integer. 17 //Converts the given integer to a single byte BCD.
|
/openbmc/linux/tools/include/nolibc/ |
H A D | stdlib.h | 193 /* Converts the unsigned long integer <in> to its hex representation into 223 /* converts unsigned long <in> to an hex string using the static itoa_buffer 233 /* Converts the unsigned long integer <in> to its string representation into 264 /* Converts the signed long integer <in> to its string representation into 295 /* converts long integer <in> to a string using the static itoa_buffer and 305 /* converts long integer <in> to a string using the static itoa_buffer and 315 /* converts unsigned long integer <in> to a string using the static itoa_buffer 325 /* Converts the unsigned 64-bit integer <in> to its hex representation into 359 /* converts uint64_t <in> to an hex string using the static itoa_buffer and 369 /* Converts the unsigned 64-bit integer <in> to its string representation into [all …]
|
/openbmc/libcper/sections/ |
H A D | cper-section-arm.c | 45 //Converts the given processor-generic CPER section into JSON IR. 149 //Converts a single ARM Process Error Information structure into JSON IR. 223 //Converts a single ARM cache/TLB error information structure into JSON IR format. 289 //Converts a single ARM bus error information structure into JSON IR format. 362 //Converts a single ARM processor context block into JSON IR. 474 //Converts a single CPER ARM miscellaneous register array to JSON IR format. 497 //Converts a single CPER-JSON ARM error section into CPER binary, outputting to the given stream. 576 //Converts a single ARM error information structure into CPER binary, outputting to the given strea… 647 //Converts a single ARM cache/TLB error information structure into a CPER structure. 676 //Converts a single ARM bus error information structure into a CPER structure. [all …]
|
H A D | cper-section-ia32x64.c | 45 //Converts the IA32/x64 error section described in the given descriptor into intermediate format. 118 //Converts a single IA32/x64 processor error info block into JSON IR format. 193 //Converts a single IA32/x64 cache or TLB check check info block into JSON IR format. 247 //Converts a single IA32/x64 bus check check info block into JSON IR format. 315 //Converts a single IA32/x64 MS check check info block into JSON IR format. 351 //Converts a single IA32/x64 processor context info entry into JSON IR format. 416 //Converts a single CPER IA32 register state into JSON IR format. 479 //Converts a single CPER x64 register state into JSON IR format. 564 //Converts a single IA32/x64 CPER-JSON section into CPER binary, outputting to the provided stream. 630 //Converts a single CPER-JSON IA32/x64 error information structure into CPER binary, outputting to … [all …]
|
H A D | cper-section-ampere.c | 7 //Converts the given processor-generic CPER section into JSON IR. 23 //Converts a single CPER-JSON ARM error section into CPER binary, outputting to the given stream.
|
H A D | cper-section-firmware.c | 13 //Converts a single firmware CPER section into JSON IR. 42 //Converts a single firmware CPER-JSON section into CPER binary, outputting to the given stream.
|
H A D | cper-section-dmar-generic.c | 13 //Converts a single generic DMAr CPER section into JSON IR. 65 //Converts a single generic DMAR CPER-JSON section into CPER binary, outputting to the given stream.
|
H A D | cper-section-ccix-per.c | 15 //Converts a single CCIX PER log CPER section into JSON IR. 59 //Converts a single CCIX PER CPER-JSON section into CPER binary, outputting to the given stream.
|
H A D | cper-section-nvidia.c | 14 //Converts a single NVIDIA CPER section into JSON IR. 60 //Converts a single NVIDIA CPER-JSON section into CPER binary, outputting to the given stream.
|
/openbmc/openpower-occ-control/ |
H A D | i2c_occ.hpp | 40 * It converts '-' to '_' so that it becomes a valid DBus path. 41 * E.g. 3-0050 converts to 3_0050 49 * It converts '_' to '_' so that it becomes a valid i2c name 50 * E.g. 3_0050 converts to 3-0050
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | bcd_time.hpp | 43 * @brief Converts a time_point into a BCD time 51 * @brief Converts the number of milliseconds since the epoch into BCD time 68 * @brief Converts a number to a BCD. 97 * @brief Converts a BCD byte to a decimal number.
|
/openbmc/u-boot/lib/libavb/ |
H A D | avb_util.h | 130 /* Converts a 32-bit unsigned integer from big-endian to host byte order. */ 133 /* Converts a 64-bit unsigned integer from big-endian to host byte order. */ 136 /* Converts a 32-bit unsigned integer from host to big-endian byte order. */ 139 /* Converts a 64-bit unsigned integer from host to big-endian byte order. */ 254 /* Converts any ascii lowercase characters in |str| to uppercase in-place. 259 /* Converts |data_len| bytes of |data| to hex and returns the result. Returns
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | pmbus_utils.hpp | 113 * Converts the specified SensorDataFormat value to a string. 121 * Converts the specified VoutDataFormat value to string. 129 * Converts a linear data format value to a double value. 168 * Converts a linear data format output voltage value to a volts value. 188 * Converts a volts value to the linear data format for output voltage.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/ |
H A D | scripts_no_bash.patch | 32 # This script converts a received sms file into a html file. 42 # This script converts a received sms file into a pure unicode text file. 52 # This script converts a pure unicode text file into an sms file for sending.
|
/openbmc/linux/fs/ |
H A D | fs_types.c | 23 * This function converts the on-disk file type value (FT_*) to the directory 64 * This function converts the file mode value to the on-disk file type (FT_*). 87 * This function converts the file mode value to the directory
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | s390-tod.h | 17 /* Converts ns to s390's clock format */ 23 /* Converts s390's clock format to ns */
|
/openbmc/linux/drivers/rtc/ |
H A D | lib.c | 46 * rtc_time64_to_tm - converts time64_t to rtc_time. 121 /* Converts to the Gregorian calendar. */ in rtc_time64_to_tm() 129 /* Converts to rtc_time's format. */ in rtc_time64_to_tm() 165 * rtc_tm_to_time64 - Converts rtc_time to time64_t.
|
/openbmc/linux/include/video/ |
H A D | videomode.h | 40 * This function converts a struct display_timing to a struct videomode. 52 * This function converts one struct display_timing entry to a struct videomode.
|
/openbmc/linux/drivers/iio/common/ssp_sensors/ |
H A D | ssp_iio_sensor.h | 46 /* Converts time in ms to frequency */ 61 /* Converts frequency to time in ms */
|
/openbmc/linux/sound/soc/tegra/ |
H A D | Kconfig | 101 which converts the sampling frequency of the input signal from 113 converts the multi-bit Pulse Code Modulation (PCM) audio input to 117 interpolation and then converts the oversampled PCM input to 145 converts the sampling frequency of input signal to another
|
/openbmc/linux/include/linux/ |
H A D | clocksource.h | 169 * Helper functions that converts a khz counter frequency to a timsource 182 * Helper functions that converts a hz counter 192 * clocksource_cyc2ns - converts clocksource cycles to nanoseconds 197 * Converts clocksource cycles to nanoseconds, using the given @mult and @shift.
|
/openbmc/u-boot/doc/driver-model/ |
H A D | livetree.txt | 152 ofnode_to_np() - converts ofnode to struct device_node * 153 ofnode_to_offset() - converts ofnode to offset 155 no_to_ofnode() - converts node pointer to ofnode 156 offset_to_ofnode() - converts offset to ofnode
|
/openbmc/phosphor-networkd/src/ |
H A D | util.hpp | 21 /* @brief converts a sockaddr for the specified address family into 38 /** @brief Converts the interface name into a u-boot environment
|