Home
last modified time | relevance | path

Searched defs:files (Results 1 – 25 of 105) sorted by relevance

12345

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/scripts/
H A Dsancov.py79 def Merge(files): argument
88 def PrintFiles(files): argument
97 def MergeAndPrint(files): argument
133 def Unpack(files): argument
184 def RawUnpack(files): argument
/openbsd/usr.sbin/config/
H A Dconfig.h217 struct files { struct
218 struct files *fi_next; /* linked list */ argument
219 const char *fi_srcfile; /* the name of the "files" file that got us */ argument
232 * files (e.g. binary-only device drivers) to be linked in. argument
/openbsd/usr.bin/tmux/
H A Dfile.c74 file_create_with_peer(struct tmuxpeer *peer, struct client_files *files, in file_create_with_peer()
500 file_write_left(struct client_files *files) in file_write_left()
558 file_write_open(struct client_files *files, struct tmuxpeer *peer, in file_write_open()
622 file_write_data(struct client_files *files, struct imsg *imsg) in file_write_data()
642 file_write_close(struct client_files *files, struct imsg *imsg) in file_write_close()
719 file_read_open(struct client_files *files, struct tmuxpeer *peer, in file_read_open()
783 file_read_cancel(struct client_files *files, struct imsg *imsg) in file_read_cancel()
801 file_write_ready(struct client_files *files, struct imsg *imsg) in file_write_ready()
821 file_read_data(struct client_files *files, struct imsg *imsg) in file_read_data()
847 file_read_done(struct client_files *files, struct imsg *imsg) in file_read_done()
/openbsd/gnu/llvm/lld/ELF/Arch/
H A DMipsArchTree.cpp65 static void checkFlags(ArrayRef<FileFlags> files) { in checkFlags()
93 static uint32_t getMiscFlags(ArrayRef<FileFlags> files) { in getMiscFlags()
102 static uint32_t getPicFlags(ArrayRef<FileFlags> files) { in getPicFlags()
276 static uint32_t getArchFlags(ArrayRef<FileFlags> files) { in getArchFlags()
/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_debugfs.h157 static inline void drm_debugfs_create_files(const struct drm_info_list *files, in drm_debugfs_create_files()
162 static inline int drm_debugfs_remove_files(const struct drm_info_list *files, in drm_debugfs_remove_files()
174 const struct drm_debugfs_info *files, in drm_debugfs_add_files()
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_gt_debugfs.c77 static const struct intel_gt_debugfs_file files[] = { in gt_debugfs_register() local
112 const struct intel_gt_debugfs_file *files, in intel_gt_debugfs_register_files()
H A Dintel_gt_engines_debugfs.c36 static const struct intel_gt_debugfs_file files[] = { in intel_gt_engines_debugfs_register() local
/openbsd/regress/sys/kern/pledge/ioctl/
H A Dunfdpass.c70 int *files = NULL; in main() local
217 int *files; in child() local
/openbsd/regress/sys/kern/unfdpass/
H A Dunfdpass.c65 int *files = NULL; in main() local
265 int *files; in child() local
/openbsd/gnu/llvm/llvm/tools/opt-viewer/
H A DCMakeLists.txt1 set (files variable
H A Dopt-stats.py46 files = optrecord.find_opt_files(*args.yaml_dirs_or_files) variable
/openbsd/gnu/llvm/libunwind/include/
H A DCMakeLists.txt1 set(files variable
/openbsd/gnu/llvm/lld/wasm/
H A DLTO.h52 std::vector<std::unique_ptr<MemoryBuffer>> files; variable
/openbsd/gnu/llvm/libcxxabi/include/
H A DCMakeLists.txt1 set(files variable
/openbsd/usr.bin/rdist/
H A Dgram.y410 insert(char *label, struct namelist *files, struct namelist *hosts, in insert()
463 append(char *label, struct namelist *files, char *stamp, struct subcmd *scmds) in append()
/openbsd/gnu/llvm/lld/MachO/
H A DLTO.h39 std::vector<std::unique_ptr<llvm::MemoryBuffer>> files; variable
/openbsd/gnu/llvm/libcxx/include/
H A DCMakeLists.txt1 set(files variable
/openbsd/sys/arch/amd64/stand/pxeboot/
H A Dopen.c66 struct open_file files[SOPEN_MAX]; variable
/openbsd/sys/lib/libsa/
H A Dopen.c66 struct open_file files[SOPEN_MAX]; variable
/openbsd/sys/arch/i386/stand/pxeboot/
H A Dopen.c66 struct open_file files[SOPEN_MAX]; variable
/openbsd/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_huc_debugfs.c34 static const struct intel_gt_debugfs_file files[] = { in intel_huc_debugfs_register() local
H A Dintel_gsc_uc_debugfs.c34 static const struct intel_gt_debugfs_file files[] = { in intel_gsc_uc_debugfs_register() local
H A Dintel_uc_debugfs.c48 static const struct intel_gt_debugfs_file files[] = { in intel_uc_debugfs_register() local
/openbsd/gnu/llvm/lld/ELF/
H A DLTO.h50 std::vector<std::unique_ptr<MemoryBuffer>> files; variable
/openbsd/gnu/llvm/lld/COFF/
H A DLTO.h52 std::vector<std::unique_ptr<MemoryBuffer>> files; variable

12345