Home
last modified time | relevance | path

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

12

/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/src/oem/ibm/
H A Dfile_io.c481 *file_type = le16toh(request->file_type); in decode_rw_file_by_type_memory_req()
541 req->file_type = htole16(file_type); in encode_rw_file_by_type_memory_req()
590 *file_type = le16toh(request->file_type); in decode_new_file_req()
643 req->file_type = htole16(file_type); in encode_new_file_req()
686 *file_type = le16toh(request->file_type); in decode_rw_file_by_type_req()
753 req->file_type = htole16(file_type); in encode_rw_file_by_type_req()
799 *file_type = le16toh(request->file_type); in decode_file_ack_req()
852 req->file_type = htole16(file_type); in encode_file_ack_req()
901 req->file_type = htole16(file_type); in encode_file_ack_with_meta_data_req()
949 *file_type = le16toh(request->file_type); in decode_file_ack_with_meta_data_req()
[all …]
/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,
599 uint16_t file_type; //!< Type of file member
662 uint16_t file_type, uint32_t file_handle,
684 uint16_t file_type; //!< Type of file member
707 uint16_t *file_type, uint32_t *file_handle,
751 uint16_t file_type; //!< Type of file member
[all …]
/openbmc/ipmitool/lib/
H A Dipmi_ekanalyzer.c298 char ** filename, int * file_type );
460 int file_type[MAX_FILE_NUMBER]; in ipmi_ekanalyzer_main() local
487 if (file_type[type_offset] == ERROR_STATUS in ipmi_ekanalyzer_main()
488 || file_type[type_offset] == CONFIG_FILE) { in ipmi_ekanalyzer_main()
592 if (file_type[i] == ERROR_STATUS) { in ipmi_ekanalyzer_main()
619 val2str(file_type[i], in ipmi_ekanalyzer_main()
626 option, filename, file_type); in ipmi_ekanalyzer_main()
629 option, filename, file_type); in ipmi_ekanalyzer_main()
1078 char ** filename, int * file_type ) in ipmi_ekanalyzer_ekeying_match() argument
1299 opt, file_type[index1], file_type[index2]); in ipmi_ek_matching_process()
[all …]
/openbmc/linux/scripts/
H A Dfaddr2line103 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 Ddir.c65 if (de->file_type == EXT4_FT_DIR_CSUM) in is_fake_dir_entry()
275 get_dtype(sb, de->file_type))) in ext4_readdir()
295 get_dtype(sb, de->file_type))) in ext4_readdir()
410 __u8 file_type; member
481 new_fn->file_type = dirent->file_type; in ext4_htree_store_dirent()
539 get_dtype(sb, fname->file_type))) { in call_filldir()
H A Dnamei.c226 u8 file_type; member
2149 de->file_type = EXT4_FT_UNKNOWN; in ext4_insert_dentry()
3679 unsigned ino, unsigned file_type) in ext4_setent() argument
3690 ent->de->file_type = file_type; in ext4_setent()
3706 unsigned ino, unsigned file_type) in ext4_resetent() argument
3727 ext4_setent(handle, &old, ino, file_type); in ext4_resetent()
3931 old_file_type = old.de->file_type; in ext4_rename()
4184 new_file_type = new.de->file_type; in ext4_cross_rename()
4185 retval = ext4_setent(handle, &new, old.inode->i_ino, old.de->file_type); in ext4_cross_rename()
/openbmc/linux/drivers/s390/char/
H A Dvmur.h42 char file_type[12]; member
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c135 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/u-boot/fs/ext4/
H A Dext4_common.h63 int ext4fs_update_parent_dentry(char *filename, int file_type);
/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/linux/fs/erofs/
H A Ddir.c20 d_type = fs_ftype_to_dtype(de->file_type); in erofs_fill_dentries()
H A Dnamei.c187 *d_type = de->file_type; in erofs_namei()
H A Derofs_fs.h279 __u8 file_type; /* file type */ member
/openbmc/u-boot/tools/
H A Dmtk_image.h110 __le16 file_type; member
/openbmc/linux/fs/ext2/
H A Ddir.c251 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 Ddir.c271 de->file_type = nilfs_type_by_mode[(mode & S_IFMT)>>S_SHIFT]; in nilfs_set_de_type()
309 if (de->file_type < NILFS_FT_MAX) in nilfs_readdir()
310 t = nilfs_filetype_table[de->file_type]; in nilfs_readdir()
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/
H A D0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch38 if (! skip_rest_of_patch && ! file_type)
/openbmc/linux/Documentation/filesystems/ext4/
H A Ddirectory.rst90 - file_type
261 - dot.file_type
282 - dotdot.file_type
378 - file_type
/openbmc/linux/include/uapi/linux/
H A Dnilfs2_ondisk.h304 __u8 file_type; /* Dir entry type (file, dir, etc) */ member
/openbmc/linux/fs/f2fs/
H A Ddir.c455 de->file_type = fs_umode_to_ftype(inode->i_mode); in f2fs_set_link()
669 de->file_type = fs_umode_to_ftype(mode); in f2fs_update_dentry()
1009 d_type = fs_ftype_to_dtype(de->file_type); in f2fs_fill_dentries()
/openbmc/linux/fs/ocfs2/
H A Docfs2_fs.h744 __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 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/linux/include/linux/
H A Df2fs_fs.h573 __u8 file_type; /* file type */ member
/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()

12