Home
last modified time | relevance | path

Searched refs:filetype (Results 1 – 25 of 86) sorted by relevance

1234

/openbmc/qemu/contrib/gitdm/
H A Dfiletypes.txt27 # filetype <type> <regex> [<comment>]
33 # If there is an filetype which is not in order but has values, it will
43 filetype code \.c$ # C
44 filetype code \.c.inc$ # C
45 filetype code \.C$ # C++
46 filetype code \.cpp$ # C++
47 filetype code \.c\+\+$ # C++
48 filetype code \.cxx$ # C++
49 filetype code \.cc$ # C++
50 filetype code \.h$ # C or C++ header
[all …]
/openbmc/openbmc/poky/bitbake/contrib/vim/ftdetect/
H A Dbitbake.vim1 " Vim filetype detection file
14 au BufNewFile,BufRead *.{bb,bbappend,bbclass} set filetype=bitbake
17 au BufNewFile,BufRead *.inc set filetype=bitbake
22 \ set filetype=bitbake |
/openbmc/linux/fs/xfs/
H A Dxfs_dir2_readdir.c33 uint8_t filetype) in xfs_dir3_get_dtype() argument
38 if (filetype >= XFS_DIR3_FT_MAX) in xfs_dir3_get_dtype()
41 return xfs_dir3_filetype_table[filetype]; in xfs_dir3_get_dtype()
107 uint8_t filetype; in xfs_dir2_sf_getdents() local
118 filetype = xfs_dir2_sf_get_ftype(mp, sfep); in xfs_dir2_sf_getdents()
125 xfs_dir3_get_dtype(mp, filetype))) in xfs_dir2_sf_getdents()
183 uint8_t filetype; in xfs_dir2_block_getdents() local
208 filetype = xfs_dir2_data_get_ftype(dp->i_mount, dep); in xfs_dir2_block_getdents()
220 xfs_dir3_get_dtype(dp->i_mount, filetype))) in xfs_dir2_block_getdents()
382 uint8_t filetype; in xfs_dir2_leaf_getdents() local
[all …]
/openbmc/linux/fs/
H A Dfs_types.c37 unsigned char fs_ftype_to_dtype(unsigned int filetype) in fs_ftype_to_dtype() argument
39 if (filetype >= FT_MAX) in fs_ftype_to_dtype()
42 return fs_dtype_by_ftype[filetype]; in fs_ftype_to_dtype()
/openbmc/linux/tools/testing/selftests/tc-testing/
H A DMakefile10 PROBE := $(shell $(LLC) -march=bpf -mcpu=probe -filetype=null /dev/null 2>&1)
28 $(LLC) -march=bpf -mcpu=$(CPU) $(LLC_FLAGS) -filetype=obj -o $@
/openbmc/linux/fs/adfs/
H A Ddir.c227 u16 filetype = adfs_filetype(obj->loadaddr); in adfs_object_fixup() local
229 if (filetype != ADFS_FILETYPE_NONE) { in adfs_object_fixup()
231 obj->name[obj->name_len++] = hex_asc_lo(filetype >> 8); in adfs_object_fixup()
232 obj->name[obj->name_len++] = hex_asc_lo(filetype >> 4); in adfs_object_fixup()
233 obj->name[obj->name_len++] = hex_asc_lo(filetype >> 0); in adfs_object_fixup()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c487 xfs_dir2_sf_put_ftype(mp, sfep, args->filetype); in xfs_dir2_sf_addname_easy()
577 xfs_dir2_sf_put_ftype(mp, sfep, args->filetype); in xfs_dir2_sf_addname_hard()
724 uint8_t filetype; in xfs_dir2_sf_verify() local
784 filetype = xfs_dir2_sf_get_ftype(mp, sfep); in xfs_dir2_sf_verify()
785 if (filetype >= XFS_DIR3_FT_MAX) in xfs_dir2_sf_verify()
889 args->filetype = XFS_DIR3_FT_DIR; in xfs_dir2_sf_lookup()
899 args->filetype = XFS_DIR3_FT_DIR; in xfs_dir2_sf_lookup()
917 args->filetype = xfs_dir2_sf_get_ftype(mp, sfep); in xfs_dir2_sf_lookup()
1105 xfs_dir2_sf_put_ftype(mp, sfep, args->filetype); in xfs_dir2_sf_replace()
H A Dxfs_dir2.c283 args->filetype = name->type; in xfs_dir_createname()
379 args->filetype = name->type; in xfs_dir_lookup()
451 args->filetype = name->type; in xfs_dir_removename()
512 args->filetype = name->type; in xfs_dir_replace()
/openbmc/linux/Documentation/filesystems/
H A Dadfs.rst66 Owner read and filetype UnixExec -> ---x--x--x
72 Other read and filetype UnixExec -> ---x--x--x
77 not a UnixExec filetype, then the permissions will be::
/openbmc/linux/usr/
H A Dgen_initramfs.sh44 filetype() { function
95 local ftype=$(filetype "${location}")
/openbmc/qemu/tests/qapi-schema/include/
H A Dsub-module.json2 # vim: filetype=python
/openbmc/qemu/tests/qapi-schema/
H A Dsub-sub-module.json2 # vim: filetype=python
/openbmc/linux/include/linux/
H A Dfs_types.h71 extern unsigned char fs_ftype_to_dtype(unsigned int filetype);
/openbmc/ipmitool/lib/
H A Dipmi_ekanalyzer.c402 int filetype = ERROR_STATUS; in ipmi_ek_get_file_type() local
404 return filetype; in ipmi_ek_get_file_type()
407 filetype = ON_CARRIER_FRU_FILE; in ipmi_ek_get_file_type()
409 filetype = A1_AMC_FRU_FILE; in ipmi_ek_get_file_type()
411 filetype = A2_AMC_FRU_FILE; in ipmi_ek_get_file_type()
413 filetype = A3_AMC_FRU_FILE; in ipmi_ek_get_file_type()
415 filetype = A4_AMC_FRU_FILE; in ipmi_ek_get_file_type()
417 filetype = B1_AMC_FRU_FILE; in ipmi_ek_get_file_type()
419 filetype = B2_AMC_FRU_FILE; in ipmi_ek_get_file_type()
421 filetype = B3_AMC_FRU_FILE; in ipmi_ek_get_file_type()
[all …]
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_hw.h366 algo, depth, filetype) \ argument
375 (((filetype) & QAT_COMPRESSION_FILE_TYPE_MASK) << \
/openbmc/qemu/qapi/
H A Derror.json2 # vim: filetype=python
H A Dcompat.json2 # vim: filetype=python
H A Dtrace.json2 # vim: filetype=python
H A Dvfio.json2 # vim: filetype=python
H A Dcryptodev.json2 # vim: filetype=python
H A Debpf.json2 # vim: filetype=python
H A Dauthz.json2 # vim: filetype=python
/openbmc/linux/security/
H A Ddevice_cgroup.c611 int filetype, char *buffer) in devcgroup_update_access() argument
629 switch (filetype) { in devcgroup_update_access()
743 switch (filetype) { in devcgroup_update_access()
/openbmc/qemu/storage-daemon/qapi/
H A Dqapi-schema.json2 # vim: filetype=python
/openbmc/linux/sound/pci/hda/
H A Dcs35l56_hda.c401 const char *filetype) in cs35l56_hda_request_firmware_file() argument
409 system_name, amp_name, filetype); in cs35l56_hda_request_firmware_file()
413 system_name, filetype); in cs35l56_hda_request_firmware_file()
417 filetype); in cs35l56_hda_request_firmware_file()

1234