| /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/libpldm/tests/oem/ibm/ |
| H A D | fileio.cpp | 875 uint16_t fileType = 0; in TEST() local 881 request->file_type = htole16(fileType); in TEST() 899 ASSERT_EQ(fileType, retFileType); in TEST() 940 uint16_t fileType = 0; in TEST() local 947 auto rc = decode_rw_file_by_type_memory_req(NULL, 0, &fileType, &fileHandle, in TEST() 960 requestPtr, requestMsg.size() - hdrSize, &fileType, &fileHandle, in TEST() 966 requestPtr, 0, &fileType, &fileHandle, &offset, &length, &address); in TEST() 1004 uint16_t fileType = 0; in TEST() local 1009 uint16_t fileTypeLe = htole16(fileType); in TEST() 1019 0, PLDM_READ_FILE_BY_TYPE_INTO_MEMORY, fileType, fileHandle, offset, in TEST() [all …]
|
| /openbmc/openbmc/poky/bitbake/contrib/vim/ftdetect/ |
| H A D | bitbake.vim | 1 " Vim filetype detection file 22 set filetype bitbake 30 \ set filetype=bitbake |
|
| /openbmc/pldm/oem/ibm/libpldmresponder/ |
| H A D | file_io.cpp | 823 uint16_t fileType{}; in rwFileByTypeIntoMemory() local 829 request, payloadLength, &fileType, &fileHandle, &offset, &length, in rwFileByTypeIntoMemory() 854 handler = getHandlerByType(fileType, fileHandle); in rwFileByTypeIntoMemory() 858 error("Unknown file type '{TYPE}', error - {ERROR} ", "TYPE", fileType, in rwFileByTypeIntoMemory() 906 uint16_t fileType{}; in writeFileByType() local 911 auto rc = decode_rw_file_by_type_req(request, payloadLength, &fileType, in writeFileByType() 926 handler = getHandlerByType(fileType, fileHandle); in writeFileByType() 930 error("Unknown file type '{TYPE}', error - {ERROR}", "TYPE", fileType, in writeFileByType() 963 uint16_t fileType{}; in readFileByType() local 968 auto rc = decode_rw_file_by_type_req(request, payloadLength, &fileType, in readFileByType() [all …]
|
| H A D | file_io_by_type.cpp | 126 std::unique_ptr<FileHandler> getHandlerByType(uint16_t fileType, in getHandlerByType() argument 129 switch (fileType) in getHandlerByType() 152 return std::make_unique<DumpHandler>(fileHandle, fileType); in getHandlerByType() 158 return std::make_unique<CertHandler>(fileHandle, fileType); in getHandlerByType() 171 return std::make_unique<keywordHandler>(fileHandle, fileType); in getHandlerByType() 176 return std::make_unique<PCIeInfoHandler>(fileHandle, fileType); in getHandlerByType()
|
| H A D | file_io_type_dump.hpp | 21 DumpHandler(uint32_t fileHandle, uint16_t fileType) : in DumpHandler() argument 22 FileHandler(fileHandle), dumpType(fileType) in DumpHandler()
|
| H A D | file_io_type_cert.hpp | 27 CertHandler(uint32_t fileHandle, uint16_t fileType) : in CertHandler() argument 28 FileHandler(fileHandle), certType(fileType) in CertHandler()
|
| H A D | file_io_by_type.hpp | 159 * @param[in] fileType - type of file 163 std::unique_ptr<FileHandler> getHandlerByType(uint16_t fileType,
|
| H A D | file_io_type_vpd.hpp | 20 keywordHandler(uint32_t fileHandle, uint16_t /* fileType */) : in keywordHandler()
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/ |
| H A D | redfish-schema-pack_2024.4.bb | 29 FILETYPE=$(echo $f | sed "s/.*://") 31 cp -R --no-dereference --preserve=mode,links -v ${S}/$PATHSEG/*.$FILETYPE \
|
| /openbmc/phosphor-webui/app/common/components/ |
| H A D | file-upload.js | 17 accept="{{$ctrl.fileType}}"/> 58 bindings: {uploadFile: '&', fileType: '@', fileStatus: '@'}
|
| /openbmc/u-boot/include/ |
| H A D | ext_common.h | 34 /* Filetype used in directory entry. */ 40 /* Filetype information as used in inodes. */ 193 __u8 filetype; member
|
| /openbmc/qemu/tests/qapi-schema/ |
| H A D | sub-sub-module.json | 2 # vim: filetype=python
|
| /openbmc/qemu/tests/qapi-schema/include/ |
| H A D | sub-module.json | 2 # vim: filetype=python
|
| /openbmc/qemu/ |
| H A D | version.rc | 9 FILETYPE VFT_APP
|
| /openbmc/qemu/qapi/ |
| H A D | error.json | 2 # vim: filetype=python
|
| H A D | accelerator.json | 2 # vim: filetype=python
|
| H A D | misc-arm.json | 2 # vim: filetype=python
|
| H A D | compat.json | 2 # vim: filetype=python
|
| H A D | ebpf.json | 2 # vim: filetype=python
|
| H A D | vfio.json | 2 # vim: filetype=python
|
| H A D | uefi.json | 2 # vim: filetype=python
|
| H A D | trace.json | 2 # vim: filetype=python
|
| H A D | cryptodev.json | 2 # vim: filetype=python
|
| H A D | pragma.json | 2 # vim: filetype=python
|