/openbmc/qemu/contrib/gitdm/ |
H A D | filetypes.txt | 27 # 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 D | bitbake.vim | 1 " 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 D | xfs_dir2_readdir.c | 33 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 D | fs_types.c | 37 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 D | Makefile | 10 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 D | dir.c | 227 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 D | xfs_dir2_sf.c | 487 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 D | xfs_dir2.c | 283 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 D | adfs.rst | 66 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 D | gen_initramfs.sh | 44 filetype() { function 95 local ftype=$(filetype "${location}")
|
/openbmc/qemu/tests/qapi-schema/include/ |
H A D | sub-module.json | 2 # vim: filetype=python
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | sub-sub-module.json | 2 # vim: filetype=python
|
/openbmc/linux/include/linux/ |
H A D | fs_types.h | 71 extern unsigned char fs_ftype_to_dtype(unsigned int filetype);
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_ekanalyzer.c | 402 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 D | icp_qat_hw.h | 366 algo, depth, filetype) \ argument 375 (((filetype) & QAT_COMPRESSION_FILE_TYPE_MASK) << \
|
/openbmc/qemu/qapi/ |
H A D | error.json | 2 # vim: filetype=python
|
H A D | compat.json | 2 # vim: filetype=python
|
H A D | trace.json | 2 # vim: filetype=python
|
H A D | vfio.json | 2 # vim: filetype=python
|
H A D | cryptodev.json | 2 # vim: filetype=python
|
H A D | ebpf.json | 2 # vim: filetype=python
|
H A D | authz.json | 2 # vim: filetype=python
|
/openbmc/linux/security/ |
H A D | device_cgroup.c | 611 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 D | qapi-schema.json | 2 # vim: filetype=python
|
/openbmc/linux/sound/pci/hda/ |
H A D | cs35l56_hda.c | 401 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()
|