Home
last modified time | relevance | path

Searched refs:file_type (Results 1 – 14 of 14) sorted by relevance

/openbmc/openbmc/meta-phosphor/scripts/
H A Drun-repotest130 unset file_type
134 file_type="shell"
138 file_type="json"
144 file_type="shell"
148 file_type="json"
153 if [ -n "$file_type" ]; then
154 check_cmd="check_${file_type}"
/openbmc/libpldm/include/libpldm/oem/ibm/
H A Dfile_io.h444 uint16_t file_type; //!< Type of file member
475 uint16_t *file_type,
510 uint16_t file_type, uint32_t file_handle,
533 uint16_t file_type; //!< Type of file member
556 uint16_t *file_type, uint32_t *file_handle,
579 int encode_new_file_req(uint8_t instance_id, uint16_t file_type,
599 uint16_t file_type; //!< Type of file member
627 size_t payload_length, uint16_t *file_type,
662 uint16_t file_type, uint32_t file_handle,
684 uint16_t file_type; //!< Type of file member
[all …]
/openbmc/libpldm/src/oem/ibm/
H A Dfile_io.c467 uint16_t *file_type, in decode_rw_file_by_type_memory_req() argument
471 if (msg == NULL || file_type == NULL || file_handle == NULL || in decode_rw_file_by_type_memory_req()
482 *file_type = le16toh(request->file_type); in decode_rw_file_by_type_memory_req()
522 uint16_t file_type, uint32_t file_handle, in encode_rw_file_by_type_memory_req() argument
542 req->file_type = htole16(file_type); in encode_rw_file_by_type_memory_req()
577 uint16_t *file_type, uint32_t *file_handle, in decode_new_file_req() argument
580 if (msg == NULL || file_type == NULL || file_handle == NULL || in decode_new_file_req()
591 *file_type = le16toh(request->file_type); in decode_new_file_req()
624 int encode_new_file_req(uint8_t instance_id, uint16_t file_type, in encode_new_file_req() argument
644 req->file_type = htole16(file_type); in encode_new_file_req()
[all …]
/openbmc/ipmitool/lib/
H A Dipmi_ekanalyzer.c206 char ** filename, int * file_type );
209 char ** filename, int * file_type );
235 static int ipmi_ek_matching_process( int * file_type, int index1, int index2,
287 static tboolean ipmi_ek_display_link_descriptor( int file_type,
298 char ** filename, int * file_type );
460 int file_type[MAX_FILE_NUMBER]; in ipmi_ekanalyzer_main() local
486 file_type[type_offset] = ipmi_ek_get_file_type(argv[argument_offset]); in ipmi_ekanalyzer_main()
487 if (file_type[type_offset] == ERROR_STATUS in ipmi_ekanalyzer_main()
488 || file_type[type_offset] == CONFIG_FILE) { in ipmi_ekanalyzer_main()
591 file_type[i] = ipmi_ek_get_file_type (argv[index]); in ipmi_ekanalyzer_main()
[all …]
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c134 int file_type; in read_splashfile() local
153 file_type = JPG_FILE; in read_splashfile()
155 file_type = BMP_FILE; in read_splashfile()
161 if (file_type == BMP_FILE) { in read_splashfile()
169 *file_typep = file_type; in read_splashfile()
184 int file_type; in fw_cfg_bootsplash() local
213 file_data = read_splashfile(filename, &file_size, &file_type); in fw_cfg_bootsplash()
222 if (file_type == JPG_FILE) { in fw_cfg_bootsplash()
/openbmc/u-boot/fs/ext4/
H A Dext4_common.h63 int ext4fs_update_parent_dentry(char *filename, int file_type);
H A Dext4_common.c472 int ext4fs_update_parent_dentry(char *filename, int file_type) in ext4fs_update_parent_dentry() argument
/openbmc/u-boot/tools/
H A Dmtk_image.h110 __le16 file_type; member
H A Dmtk_image.c592 gfh->file_info.file_type = cpu_to_le16(1); in put_ghf_header()
/openbmc/u-boot/drivers/usb/gadget/
H A Df_thor.c256 int file_type, ret = 0; in process_rqt_download() local
271 file_type = rqt->int_data[0]; in process_rqt_download()
272 if (file_type == FILE_TYPE_PIT) { in process_rqt_download()
286 f_name, 0, thor_file_size, file_type); in process_rqt_download()
/openbmc/pldm/oem/ibm/test/
H A Dlibpldmresponder_fileio_test.cpp826 request->file_type = PLDM_FILE_TYPE_PEL; in TEST()
914 request->file_type = 0xFFFF; in TEST()
957 request->file_type = 0xFFFF; in TEST()
/openbmc/libpldm/tests/oem/ibm/
H A Dfileio.cpp881 request->file_type = htole16(fileType); in TEST()
1132 request->file_type = htole16(fileType); in TEST()
1542 request->file_type = htole16(fileType); in TEST()
1902 request->file_type = htole16(fileType); in TEST()
2159 request->file_type = htole16(fileType); in TEST()
/openbmc/libpldm/abi/x86_64/
H A Dgcc.dump8297 'name' => 'file_type',
8372 'name' => 'file_type',
8446 'name' => 'file_type',
8521 'name' => 'file_type',
8596 'name' => 'file_type',
8648 'name' => 'file_type',
8712 'name' => 'file_type',
8777 'name' => 'file_type',
8837 'name' => 'file_type',
8889 'name' => 'file_type',
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch1113 - * file_type field.
1119 - __u8 file_type;