| /openbmc/phosphor-power/phosphor-regulators/test/ |
| H A D | ffdc_file_tests.cpp | 49 FFDCFile file{FFDCFormat::JSON}; in TEST() local 61 FFDCFile file{FFDCFormat::Custom, 2, 3}; in TEST() local 76 FFDCFile file{FFDCFormat::JSON}; in TEST() local 102 FFDCFile file{FFDCFormat::Text}; in TEST() local 108 FFDCFile file{FFDCFormat::Custom, 2, 3}; in TEST() local 115 FFDCFile file{FFDCFormat::JSON}; in TEST() local 124 FFDCFile file{FFDCFormat::JSON}; in TEST() local 130 FFDCFile file{FFDCFormat::Custom, 3, 2}; in TEST() local 139 FFDCFile file{FFDCFormat::JSON}; in TEST() local 145 FFDCFile file{FFDCFormat::Custom, 2, 5}; in TEST() local [all …]
|
| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | parsing.py | 264 def _parse_headers(file): argument 276 def _parse_timed_blocks(file): argument 291 def _parse_proc_ps_log(writer, file): argument 340 def _parse_taskstats_log(writer, file): argument 426 def _parse_proc_stat_log(file): argument 449 def _parse_reduced_log(file, sample_class): argument 455 def _parse_proc_disk_stat_log(file): argument 496 def _parse_reduced_proc_meminfo_log(file): argument 515 def _parse_proc_meminfo_log(file): argument 539 def _parse_monitor_disk_log(file): argument [all …]
|
| /openbmc/phosphor-power/test/ |
| H A D | temporary_file_tests.cpp | 69 TemporaryFile file{}; in TEST() local 145 TemporaryFile file{}; in TEST() local 223 TemporaryFile file{}; in TEST() local 234 TemporaryFile file{}; in TEST() local 248 TemporaryFile file{}; in TEST() local 272 TemporaryFile file{}; in TEST() local 295 TemporaryFile file{}; in TEST() local 320 TemporaryFile file{}; in TEST() local
|
| /openbmc/u-boot/common/ |
| H A D | console.c | 104 static int console_setfile(int file, struct stdio_dev * dev) in console_setfile() 185 static int console_getc(int file) in console_getc() 195 static int console_tstc(int file) in console_tstc() 218 static void console_putc(int file, const char c) in console_putc() 230 static void console_puts_noserial(int file, const char *s) in console_puts_noserial() 242 static void console_puts(int file, const char *s) in console_puts() 254 static inline void console_doenv(int file, struct stdio_dev *dev) in console_doenv() 259 static inline int console_getc(int file) in console_getc() 264 static inline int console_tstc(int file) in console_tstc() 269 static inline void console_putc(int file, const char c) in console_putc() [all …]
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-authz-listfile.c | 48 gchar *file = qemu_authz_listfile_test_save( in test_authz_default_deny() local 66 gchar *file = qemu_authz_listfile_test_save( in test_authz_default_allow() local 84 gchar *file = qemu_authz_listfile_test_save( in test_authz_explicit_deny() local 107 gchar *file = qemu_authz_listfile_test_save( in test_authz_explicit_allow() local 131 gchar *file = qemu_authz_listfile_test_save( in test_authz_complex() local
|
| /openbmc/qemu/util/ |
| H A D | qemu-thread-common.h | 29 const char *file, int line) in qemu_mutex_pre_lock() 35 const char *file, int line) in qemu_mutex_post_lock() 45 const char *file, int line) in qemu_mutex_pre_unlock()
|
| H A D | qemu-thread-posix.c | 88 void qemu_mutex_lock_impl(QemuMutex *mutex, const char *file, const int line) in qemu_mutex_lock_impl() 100 int qemu_mutex_trylock_impl(QemuMutex *mutex, const char *file, const int line) in qemu_mutex_trylock_impl() 116 void qemu_mutex_unlock_impl(QemuMutex *mutex, const char *file, const int line) in qemu_mutex_unlock_impl() 147 void qemu_rec_mutex_lock_impl(QemuRecMutex *mutex, const char *file, int line) in qemu_rec_mutex_lock_impl() 152 int qemu_rec_mutex_trylock_impl(QemuRecMutex *mutex, const char *file, int line) in qemu_rec_mutex_trylock_impl() 157 void qemu_rec_mutex_unlock_impl(QemuRecMutex *mutex, const char *file, int line) in qemu_rec_mutex_unlock_impl() 219 void qemu_cond_wait_impl(QemuCond *cond, QemuMutex *mutex, const char *file, const int line) in qemu_cond_wait_impl() 233 const char *file, const int line) in qemu_cond_timedwait_ts() 248 const char *file, const int line) in qemu_cond_timedwait_impl()
|
| H A D | qemu-thread-win32.c | 81 void qemu_mutex_lock_impl(QemuMutex *mutex, const char *file, const int line) in qemu_mutex_lock_impl() 89 int qemu_mutex_trylock_impl(QemuMutex *mutex, const char *file, const int line) in qemu_mutex_trylock_impl() 102 void qemu_mutex_unlock_impl(QemuMutex *mutex, const char *file, const int line) in qemu_mutex_unlock_impl() 122 void qemu_rec_mutex_lock_impl(QemuRecMutex *mutex, const char *file, int line) in qemu_rec_mutex_lock_impl() 128 int qemu_rec_mutex_trylock_impl(QemuRecMutex *mutex, const char *file, int line) in qemu_rec_mutex_trylock_impl() 134 void qemu_rec_mutex_unlock_impl(QemuRecMutex *mutex, const char *file, int line) in qemu_rec_mutex_unlock_impl() 166 void qemu_cond_wait_impl(QemuCond *cond, QemuMutex *mutex, const char *file, const int line) in qemu_cond_wait_impl() 175 const char *file, const int line) in qemu_cond_timedwait_impl()
|
| /openbmc/qemu/docs/sphinx/ |
| H A D | hxtool.py | 40 def serror(file, lnum, errtext): argument 48 def parse_defheading(file, lnum, line): argument 62 def parse_archheading(file, lnum, line): argument 75 def parse_srst(file, lnum, line): argument
|
| /openbmc/u-boot/arch/arm/mach-rockchip/ |
| H A D | make_fit_atf.py | 57 def append_atf_node(file, atf_index, phy_addr, elf_entry): argument 75 def append_fdt_node(file, dtbs): argument 91 def append_conf_section(file, cnt, dtname, atf_cnt): argument 106 def append_conf_node(file, dtbs, atf_cnt): argument
|
| /openbmc/qemu/rust/qemu-api/ |
| H A D | build.rs | 12 let file = if let Ok(root) = env::var("MESON_BUILD_ROOT") { in main() localVariable 20 let file = Path::new(&file); in main() localVariable
|
| /openbmc/u-boot/drivers/misc/ |
| H A D | qfw.c | 37 struct fw_file *file; in bios_linker_allocate() local 131 struct fw_file *file; in bios_linker_add_checksum() local 152 struct fw_file *file; in write_acpi_tables() local 227 struct fw_file *file; in acpi_get_rsdp_addr() local 303 struct fw_file *file; in qemu_fwcfg_read_firmware_list() local 341 struct fw_file *file; in qemu_fwcfg_find_file() local
|
| /openbmc/witherspoon-pfault-analysis/ |
| H A D | pmbus.cpp | 91 std::ifstream file; in getDeviceName() local 119 std::ifstream file; in readBit() local 174 std::ifstream file; in read() local 205 std::ifstream file; in readString() local 240 std::unique_ptr<FILE, FileCloser> file{fopen(path.c_str(), "rb")}; in readBinary() local 278 std::ofstream file; in write() local
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_file.c | 221 static efi_status_t EFIAPI efi_file_open(struct efi_file_handle *file, in efi_file_open() 275 static efi_status_t EFIAPI efi_file_close(struct efi_file_handle *file) in efi_file_close() 282 static efi_status_t EFIAPI efi_file_delete(struct efi_file_handle *file) in efi_file_delete() 389 static efi_status_t EFIAPI efi_file_read(struct efi_file_handle *file, in efi_file_read() 422 static efi_status_t EFIAPI efi_file_write(struct efi_file_handle *file, in efi_file_write() 460 static efi_status_t EFIAPI efi_file_getpos(struct efi_file_handle *file, in efi_file_getpos() 488 static efi_status_t EFIAPI efi_file_setpos(struct efi_file_handle *file, in efi_file_setpos() 527 static efi_status_t EFIAPI efi_file_getinfo(struct efi_file_handle *file, in efi_file_getinfo() 614 static efi_status_t EFIAPI efi_file_setinfo(struct efi_file_handle *file, in efi_file_setinfo() 624 static efi_status_t EFIAPI efi_file_flush(struct efi_file_handle *file) in efi_file_flush()
|
| /openbmc/phosphor-power/ |
| H A D | pmbus.cpp | 92 std::ifstream file; getDeviceName() local 120 std::ifstream file; readBit() local 176 std::ifstream file; read() local 216 std::ifstream file; readString() local 252 std::unique_ptr<FILE, FileCloser> file{fopen(path.c_str(), "rb")}; readBinary() local 290 std::ofstream file; write() local 321 std::ofstream file; writeBinary() local [all...] |
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | kxgettext.c | 65 const char *file; member 69 static struct file_line *file_line__new(const char *file, int lineno) in file_line__new() 93 const char *file, int lineno) in message__new() 133 static int message__add_file_line(struct message *self, const char *file, in message__add_file_line() 149 static int message__add(const char *msg, char *option, const char *file, in message__add()
|
| /openbmc/qemu/scripts/ |
| H A D | analyze-migration.py | 120 def __init__(self, file, version_id, ramargs, section_key): argument 230 def __init__(self, file, version_id, device, section_key): argument 270 def __init__(self, file, version_id, device, section_key): argument 306 def __init__(self, file, desc): argument 343 def __init__(self, desc, file): argument 363 def __init__(self, desc, file): argument 380 def __init__(self, desc, file): argument 407 def __init__(self, desc, file): argument 416 def __init__(self, desc, file): argument 423 def __init__(self, desc, file): argument [all …]
|
| /openbmc/u-boot/fs/cbfs/ |
| H A D | cbfs.c | 220 void file_cbfs_get_next(const struct cbfs_cachenode **file) in file_cbfs_get_next() 291 const char *file_cbfs_name(const struct cbfs_cachenode *file) in file_cbfs_name() 297 u32 file_cbfs_size(const struct cbfs_cachenode *file) in file_cbfs_size() 303 u32 file_cbfs_type(const struct cbfs_cachenode *file) in file_cbfs_type() 309 long file_cbfs_read(const struct cbfs_cachenode *file, void *buffer, in file_cbfs_read()
|
| /openbmc/openbmc-tools/i2c/ |
| H A D | tree.py | 52 def parse_from_file(file): argument 83 file = sys.argv[1] variable
|
| /openbmc/phosphor-pid-control/pid/ec/ |
| H A D | logging.cpp | 61 static void DumpContextHeader(std::ofstream& file) in DumpContextHeader() 74 static void DumpContextData(std::ofstream& file, in DumpContextData() 90 static void DumpCoeffsHeader(std::ofstream& file) in DumpCoeffsHeader() 103 static void DumpCoeffsData(std::ofstream& file, in DumpCoeffsData()
|
| /openbmc/phosphor-webui/app/common/services/ |
| H A D | nbdServerService.js | 18 this.addConnection = function(index, nbdServer, file) { argument 19 this.nbdServerMap[index] = {'server': nbdServer, 'file': file}; property in AnonymousFunction81a77d5f0200.addConnection.nbdServerMap
|
| /openbmc/phosphor-bmc-code-mgmt/eeprom-device/pt5161l/ |
| H A D | pt5161l.cpp | 26 std::ifstream file(path); in getVersion() local 55 std::ifstream file(fw_load_status); in isDeviceReady() local
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | package.py | 21 def runstrip(file, elftype, strip, extra_strip_sections=''): argument 203 def file_translate(file): argument 210 def file_reverse_translate(file): argument 771 def source_info(file, d, fatal=True): argument 791 def splitdebuginfo(file, dvar, dv, d): argument 838 def splitstaticdebuginfo(file, dvar, dv, d): argument 878 def inject_minidebuginfo(file, dvar, dv, d): argument 1615 def linux_so(file, pkg, pkgver, d): argument 1648 def darwin_so(file, needed, sonames, pkgver): argument 1700 def mingw_dll(file, needed, sonames, pkgver): argument
|
| /openbmc/pldm/libpldmresponder/test/ |
| H A D | libpldmresponder_bios_table_test.cpp | 31 fs::path file(dir / "t1"); in TEST_F() local 47 fs::path file(dir / "t1"); in TEST_F() local
|
| /openbmc/phosphor-bmc-code-mgmt/bmc/test/ |
| H A D | utest.cpp | 53 std::ofstream file; in TEST_F() local 70 std::ofstream file; in TEST_F() local 90 std::ofstream file; in TEST_F() local 107 std::ofstream file; in TEST_F() local 122 std::ofstream file; in TEST_F() local 161 std::ofstream file; in TEST_F() local 413 for (const auto& file : srcFiles) in TEST_F() local
|