/openbmc/openbmc/meta-phosphor/scripts/ |
H A D | run-repotest | 130 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/src/oem/ibm/ |
H A D | file_io.c | 467 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/libpldm/include/libpldm/oem/ibm/ |
H A D | file_io.h | 444 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/ipmitool/lib/ |
H A D | ipmi_ekanalyzer.c | 206 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/linux/scripts/ |
H A D | faddr2line | 103 local file_type 115 local file_type=$(${READELF} --file-header $objfile | 117 if [[ $file_type = "EXEC" ]] || [[ $file_type == "DYN" ]]; then
|
/openbmc/linux/fs/ext4/ |
H A D | dir.c | 65 if (de->file_type == EXT4_FT_DIR_CSUM) in is_fake_dir_entry() 275 get_dtype(sb, de->file_type))) in ext4_readdir() 303 get_dtype(sb, de->file_type))) in ext4_readdir() 418 __u8 file_type; member 489 new_fn->file_type = dirent->file_type; in ext4_htree_store_dirent() 547 get_dtype(sb, fname->file_type))) { in call_filldir()
|
H A D | namei.c | 226 u8 file_type; member 2151 de->file_type = EXT4_FT_UNKNOWN; in ext4_insert_dentry() 3681 unsigned ino, unsigned file_type) in ext4_setent() argument 3692 ent->de->file_type = file_type; in ext4_setent() 3708 unsigned ino, unsigned file_type) in ext4_resetent() argument 3729 ext4_setent(handle, &old, ino, file_type); in ext4_resetent() 3933 old_file_type = old.de->file_type; in ext4_rename() 4186 new_file_type = new.de->file_type; in ext4_cross_rename() 4187 retval = ext4_setent(handle, &new, old.inode->i_ino, old.de->file_type); in ext4_cross_rename()
|
/openbmc/qemu/hw/nvram/ |
H A D | fw_cfg.c | 135 int file_type; in read_splashfile() local 154 file_type = JPG_FILE; in read_splashfile() 156 file_type = BMP_FILE; in read_splashfile() 162 if (file_type == BMP_FILE) { in read_splashfile() 170 *file_typep = file_type; in read_splashfile() 185 int file_type; in fw_cfg_bootsplash() local 214 file_data = read_splashfile(filename, &file_size, &file_type); in fw_cfg_bootsplash() 223 if (file_type == JPG_FILE) { in fw_cfg_bootsplash()
|
/openbmc/linux/drivers/s390/char/ |
H A D | vmur.h | 42 char file_type[12]; member
|
/openbmc/u-boot/fs/ext4/ |
H A D | ext4_common.h | 63 int ext4fs_update_parent_dentry(char *filename, int file_type);
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | f_thor.c | 256 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/linux/fs/erofs/ |
H A D | dir.c | 20 d_type = fs_ftype_to_dtype(de->file_type); in erofs_fill_dentries()
|
H A D | erofs_fs.h | 279 __u8 file_type; /* file type */ member
|
H A D | namei.c | 187 *d_type = de->file_type; in erofs_namei()
|
/openbmc/u-boot/tools/ |
H A D | mtk_image.h | 110 __le16 file_type; member
|
/openbmc/linux/fs/ext2/ |
H A D | dir.c | 251 de->file_type = fs_umode_to_ftype(inode->i_mode); in ext2_set_de_type() 253 de->file_type = 0; in ext2_set_de_type() 309 d_type = fs_ftype_to_dtype(de->file_type); in ext2_readdir()
|
/openbmc/linux/fs/nilfs2/ |
H A D | dir.c | 265 de->file_type = nilfs_type_by_mode[(mode & S_IFMT)>>S_SHIFT]; in nilfs_set_de_type() 303 if (de->file_type < NILFS_FT_MAX) in nilfs_readdir() 304 t = nilfs_filetype_table[de->file_type]; in nilfs_readdir()
|
/openbmc/linux/Documentation/filesystems/ext4/ |
H A D | directory.rst | 90 - file_type 261 - dot.file_type 282 - dotdot.file_type 378 - file_type
|
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/ |
H A D | 0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch | 38 if (! skip_rest_of_patch && ! file_type)
|
/openbmc/linux/fs/f2fs/ |
H A D | dir.c | 479 de->file_type = fs_umode_to_ftype(inode->i_mode); in f2fs_set_link() 693 de->file_type = fs_umode_to_ftype(mode); in f2fs_update_dentry() 1033 d_type = fs_ftype_to_dtype(de->file_type); in f2fs_fill_dentries()
|
/openbmc/linux/include/uapi/linux/ |
H A D | nilfs2_ondisk.h | 304 __u8 file_type; /* Dir entry type (file, dir, etc) */ member
|
/openbmc/linux/fs/ocfs2/ |
H A D | ocfs2_fs.h | 744 __u8 file_type; member 1591 de->file_type = fs_umode_to_ftype(mode); in ocfs2_set_de_type()
|
/openbmc/pldm/oem/ibm/test/ |
H A D | libpldmresponder_fileio_test.cpp | 826 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 D | fileio.cpp | 881 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/linux/include/linux/ |
H A D | f2fs_fs.h | 573 __u8 file_type; /* file type */ member
|