Home
last modified time | relevance | path

Searched refs:dump_file (Results 1 - 12 of 12) sorted by relevance

/third_party/python/Lib/distutils/tests/
H A Dtest_config_cmd.py10 from distutils.command.config import dump_file, config namespace
43 dump_file(this_file, 'I am the header')
/third_party/ntfs-3g/ntfsprogs/
H A Dntfscluster.c385 * dump_file
387 static int dump_file(ntfs_volume *vol, ntfs_inode *ino) in dump_file() function
539 result = dump_file(vol, ino); in main()
544 result = dump_file(vol, ino); in main()
558 result = dump_file(vol, ino); in main()
/third_party/python/Lib/distutils/command/
H A Dconfig.py129 dump_file(src, "compiling '%s':" % src)
331 def dump_file(filename, head=None): function
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.c824 struct iwl_fw_error_dump_file *dump_file; in iwl_fw_error_dump_file() local
868 file_len = sizeof(*dump_file) + fifo_len + prph_len + radio_len; in iwl_fw_error_dump_file()
905 file_len = sizeof(*dump_file) + sizeof(*dump_data) * 2 + in iwl_fw_error_dump_file()
914 dump_file = vzalloc(file_len); in iwl_fw_error_dump_file()
915 if (!dump_file) in iwl_fw_error_dump_file()
918 fw_error_dump->fwrt_ptr = dump_file; in iwl_fw_error_dump_file()
920 dump_file->barker = cpu_to_le32(IWL_FW_ERROR_DUMP_BARKER); in iwl_fw_error_dump_file()
921 dump_data = (void *)dump_file->data; in iwl_fw_error_dump_file()
1055 dump_file->file_len = cpu_to_le32(file_len); in iwl_fw_error_dump_file()
1056 return dump_file; in iwl_fw_error_dump_file()
2296 struct iwl_fw_error_dump_file *dump_file; iwl_fw_error_dump() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.c774 struct iwl_fw_error_dump_file *dump_file; in iwl_fw_error_dump_file() local
818 file_len = sizeof(*dump_file) + fifo_len + prph_len + radio_len; in iwl_fw_error_dump_file()
855 file_len = sizeof(*dump_file) + sizeof(*dump_data) * 2 + in iwl_fw_error_dump_file()
864 dump_file = vzalloc(file_len); in iwl_fw_error_dump_file()
865 if (!dump_file) in iwl_fw_error_dump_file()
868 fw_error_dump->fwrt_ptr = dump_file; in iwl_fw_error_dump_file()
870 dump_file->barker = cpu_to_le32(IWL_FW_ERROR_DUMP_BARKER); in iwl_fw_error_dump_file()
871 dump_data = (void *)dump_file->data; in iwl_fw_error_dump_file()
1010 dump_file->file_len = cpu_to_le32(file_len); in iwl_fw_error_dump_file()
1011 return dump_file; in iwl_fw_error_dump_file()
2602 struct iwl_fw_error_dump_file *dump_file; iwl_fw_error_dump() local
[all...]
/third_party/skia/third_party/externals/libwebp/examples/
H A Dcwebp.c651 const char* in_file = NULL, *out_file = NULL, *dump_file = NULL; in main() local
703 dump_file = (const char*)GET_WARGV(argv, ++c); in main()
1156 if (dump_file) { in main()
1160 } else if (!DumpPicture(&picture, dump_file)) { in main()
1162 (const W_CHAR*)dump_file); in main()
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_context.c1043 char *dump_file = malloc(strlen(hud_dump_dir) + sizeof(PATH_SEP) in hud_graph_set_dump_file() local
1045 if (dump_file) { in hud_graph_set_dump_file()
1046 strcpy(dump_file, hud_dump_dir); in hud_graph_set_dump_file()
1047 strcat(dump_file, PATH_SEP); in hud_graph_set_dump_file()
1048 strcat_without_spaces(dump_file, gr->name); in hud_graph_set_dump_file()
1049 gr->fd = fopen(dump_file, "w+"); in hud_graph_set_dump_file()
1054 free(dump_file); in hud_graph_set_dump_file()
/third_party/f2fs-tools/fsck/
H A Ddump.c472 static int dump_file(struct f2fs_sb_info *sbi, struct node_info *ni, in dump_file() function
612 ret = dump_file(sbi, &ni, node_blk, force); in dump_node()
/device/soc/rockchip/common/sdk_linux/scripts/
H A Dresource_tool.c1241 static bool dump_file(FILE *file, const char *unpack_dir, index_tbl_entry entry) in dump_file() function
1362 if (!dump_file(image_file, unpack_dir, entry)) { in unpack_image()
/device/soc/rockchip/rk3588/kernel/scripts/
H A Dresource_tool.c1260 static bool dump_file(FILE *file, const char *unpack_dir, in dump_file() function
1382 if (!dump_file(image_file, unpack_dir, entry)) { in unpack_image()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H A Dstream.c1475 static void dump_file(struct rkispp_device *dev, u32 restart_module) in dump_file() function
1571 dump_file(dev, monitor->restart_module); in restart_module()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
H A Dstream.c1534 static void dump_file(struct rkispp_device *dev, u32 restart_module) in dump_file() function
1641 dump_file(dev, monitor->restart_module); in restart_module()

Completed in 26 milliseconds