| /src/sys/arch/x68k/stand/xxboot/ |
| conf.c | 32 struct open_file files[SOPEN_MAX]; variable in typeref:struct:open_file
|
| /src/sys/lib/libsa/ |
| files.c | 1 /* $NetBSD: files.c,v 1.2 2022/04/24 06:52:59 mlelstv Exp $ */ 4 * files.c: 12 struct open_file files[SOPEN_MAX]; variable in typeref:struct:open_file
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_debugfs.h | 9 * copy of this software and associated documentation files (the "Software"), 32 const struct drm_info_list *files; member in struct:amdgpu_debugfs 41 const struct drm_info_list *files,
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| getdtablesize.c | 69 int files = -1; local 71 files = sysconf(_SC_OPEN_MAX); 76 files = res.rlim_cur; 84 len = sizeof(files); 85 sysctl(&mib, 2, &files, sizeof(files), NULL, 0); 91 if (files < 0) 92 files = OPEN_MAX; 96 if (files < 0) 97 files = NOFILE [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| debugfs_engines.c | 36 static const struct debugfs_gt_file files[] = { local 40 debugfs_gt_register_files(gt, root, files, ARRAY_SIZE(files));
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| Makefile | 9 clean-files := rn50_reg_safe.h r100_reg_safe.h r200_reg_safe.h rv515_reg_safe.h r300_reg_safe.h r420_reg_safe.h rs600_reg_safe.h r600_reg_safe.h evergreen_reg_safe.h cayman_reg_safe.h
|
| /src/games/phantasia/ |
| setup.c | 4 * setup.c - set up all files for Phantasia 39 / FUNCTION: setup files for Phantasia 3.3.2 60 / Create all necessary files. Note that nothing needs to be 61 / put in these files. 66 static const char *const files[] = { /* all files to create */ 85 FILE *fp; /* for opening files */ 86 struct stat fbuf; /* for getting files statistics */ 104 umask(0117); /* only owner can read/write created files */ 106 /* try to create data files */ 65 static const char *const files[] = { \/* all files to create *\/ variable [all...] |
| /src/sys/compat/common/ |
| compat_50_quota.c | 74 struct quotaval blocks, files; local 119 error = vfs_quotactl_get(mp, &key, &files); 124 quotavals_to_dqblk(&blocks, &files, &dqblk); 133 dqblk_to_quotavals(&dqblk, &blocks, &files); 145 error = vfs_quotactl_put(mp, &key, &files);
|
| /src/tests/kernel/ |
| t_fcntl.c | 52 } files[] = { variable in typeref:struct:__anon7818 66 for (size_t i = 0; i < __arraycount(files); i++) { 67 fd = open(files[i].name, O_RDONLY|O_NOFOLLOW); 68 ATF_REQUIRE_MSG(fd != -1, "Cannot open `%s'", files[i].name); 70 if (files[i].rv) { 71 ATF_REQUIRE_MSG(errno == files[i].rv, 73 files[i].rv, files[i].name); 76 "Can't get path for `%s' (%s)", files[i].name, 78 ATF_REQUIRE_MSG(strcmp(files[i].name, path) == 0 [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/opt-viewer/ |
| opt-stats.py | 5 desc = '''Generate statistics about optimization records from the YAML files 28 help='List of optimization record files or directories searched ' 29 'for optimization record files.') 41 help='Do not display any indicator of how many YAML files were read.') 46 files = optrecord.find_opt_files(*args.yaml_dirs_or_files) variable 47 if not files: 48 parser.error("No *.opt.yaml files found") 52 files, args.jobs, print_progress)
|
| /src/external/bsd/libarchive/dist/cpio/test/ |
| test_option_a.c | 17 } files[] = { variable in typeref:struct:__anon7027 27 * Create a bunch of test files and record their atimes. 28 * For the atime preserve/change tests, the files must have 31 * for a second after creating the files. (Creating all of the files 39 static const int numfiles = sizeof(files) / sizeof(files[0]); 49 assertMakeFile(files[i].name, 0644, "a"); 62 assertEqualInt(0, utime(files[i].name, ×)); 67 assertEqualInt(0, stat(files[i].name, &st)) [all...] |
| /src/external/bsd/zstd/dist/tests/fuzz/ |
| regression_driver.c | 22 FileNamesTable* files; local 33 files = UTIL_createExpandedFNT(fnTable, numFiles, kFollowLinks); 35 files = UTIL_createFNT_fromROTable(fnTable, numFiles); 36 assert(numFiles == files->tableSize); 39 if (!files) { 43 if (files->tableSize == 0) 44 fprintf(stderr, "WARNING: No files passed to %s\n", argv[0]); 45 for (i = 0; i < files->tableSize; ++i) { 46 char const *fileName = files->fileNames[i]; 81 fprintf(stderr, "Tested %u files: ", numFilesTested) [all...] |
| /src/sbin/mount_portal/ |
| activate.c | 114 int *files; local 136 cmsgsize = CMSG_LEN(sizeof(*files)); 150 files = (int *)CMSG_DATA(cmsg); 151 files[0] = fd;
|
| /src/crypto/external/apache2/openssl/dist/util/ |
| find-doc-nits | 118 # Collect all POD files, both internal and public, and regardless of location 122 my %files = (); 123 # We collect files names on the fly, on known tag basis 128 # files OPTIONS 132 # files(TAGS => 'manual'); 133 # files(TAGS => [ 'manual', 'man1' ]); 135 # This function returns an array of files corresponding to a set of tags 138 # selectors. Inclusive selectors are used to add one more set of files to 139 # the returned array, while exclusive selectors limit the set of files added 143 # returned array of files 168 sub files { subroutine [all...] |
| /src/crypto/external/bsd/openssl/dist/util/ |
| find-doc-nits | 114 # Collect all POD files, both internal and public, and regardless of location 118 my %files = (); 119 # We collect files names on the fly, on known tag basis 124 # files OPTIONS 128 # files(TAGS => 'manual'); 129 # files(TAGS => [ 'manual', 'man1' ]); 131 # This function returns an array of files corresponding to a set of tags 134 # selectors. Inclusive selectors are used to add one more set of files to 135 # the returned array, while exclusive selectors limit the set of files added 139 # returned array of files 164 sub files { subroutine [all...] |
| /src/external/bsd/libarchive/dist/libarchive/test/ |
| test_read_format_gtar_sparse.c | 165 } files[] = { variable in typeref:struct:archive_contents 266 verify_archive_file("test_read_format_gtar_sparse_1_13.tar", files); 267 verify_archive_file("test_read_format_gtar_sparse_1_17.tar", files); 279 files); 285 files); 291 files); 304 files);
|
| /src/lib/librefuse/refuse/ |
| legacy.h | 54 long files; member in struct:fuse_statfs
|
| /src/libexec/rpc.rquotad/ |
| rquotad.c | 188 const struct quotaval *files, 203 rq->rq_fhardlimit = limit_to_rquota(files->qv_hardlimit); 204 rq->rq_fsoftlimit = limit_to_rquota(files->qv_softlimit); 205 rq->rq_curfiles = files->qv_usage; 206 rq->rq_ftimeleft = time_to_rquota(files->qv_expiretime, now.tv_sec); 218 struct quotaval blocks, files; local 289 if (quota_get(qh, &qk, &files) < 0) { 298 quotavals_to_rquota(&blocks, &files,
|
| /src/usr.sbin/rbootd/ |
| defs.h | 49 ** Common #define's and external variables. All other files should 79 #define C_MAXFILE 16 /* max number of boot-able files */ 109 char *files[C_MAXFILE]; /* boot-able files */ member in struct:client_s 135 extern const char *BootDir; /* directory w/boot files */ 142 extern char *BootFiles[]; /* list of boot files */
|
| /src/crypto/external/bsd/heimdal/dist/kadmin/ |
| kadmind.c | 105 char **files; local 149 ret = krb5_prepend_config_files_default(config_file, &files); 151 krb5_err(context, 1, ret, "getting configuration files"); 153 ret = krb5_set_config_files(context, files); 154 krb5_free_config_files(files); 156 krb5_err(context, 1, ret, "reading configuration files");
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| pex-msdos.c | 48 const char *files[PEX_MSDOS_FILE_COUNT]; member in struct:pex_msdos 95 ret->files[i] = NULL; 115 if (ms->files[i] == NULL) 117 ms->files[i] = xstrdup (name); 125 /* Get the index into msdos->files associated with an open file 132 if (fd < 0 || fd >= PEX_MSDOS_FILE_COUNT || ms->files[fd] == NULL) 148 free (ms->files[fdindex]); 149 ms->files[fdindex] = NULL; 201 infile = ms->files[inindex]; 212 outfile = ms->files[outindex] [all...] |
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| pex-msdos.c | 48 const char *files[PEX_MSDOS_FILE_COUNT]; member in struct:pex_msdos 95 ret->files[i] = NULL; 115 if (ms->files[i] == NULL) 117 ms->files[i] = xstrdup (name); 125 /* Get the index into msdos->files associated with an open file 132 if (fd < 0 || fd >= PEX_MSDOS_FILE_COUNT || ms->files[fd] == NULL) 148 free (ms->files[fdindex]); 149 ms->files[fdindex] = NULL; 201 infile = ms->files[inindex]; 212 outfile = ms->files[outindex] [all...] |
| /src/external/gpl3/gcc/dist/libiberty/ |
| pex-msdos.c | 48 const char *files[PEX_MSDOS_FILE_COUNT]; member in struct:pex_msdos 95 ret->files[i] = NULL; 115 if (ms->files[i] == NULL) 117 ms->files[i] = xstrdup (name); 125 /* Get the index into msdos->files associated with an open file 132 if (fd < 0 || fd >= PEX_MSDOS_FILE_COUNT || ms->files[fd] == NULL) 148 free (ms->files[fdindex]); 149 ms->files[fdindex] = NULL; 201 infile = ms->files[inindex]; 212 outfile = ms->files[outindex] [all...] |
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| pex-msdos.c | 48 const char *files[PEX_MSDOS_FILE_COUNT]; member in struct:pex_msdos 95 ret->files[i] = NULL; 115 if (ms->files[i] == NULL) 117 ms->files[i] = xstrdup (name); 125 /* Get the index into msdos->files associated with an open file 132 if (fd < 0 || fd >= PEX_MSDOS_FILE_COUNT || ms->files[fd] == NULL) 148 free (ms->files[fdindex]); 149 ms->files[fdindex] = NULL; 201 infile = ms->files[inindex]; 212 outfile = ms->files[outindex] [all...] |
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| pex-msdos.c | 48 const char *files[PEX_MSDOS_FILE_COUNT]; member in struct:pex_msdos 95 ret->files[i] = NULL; 115 if (ms->files[i] == NULL) 117 ms->files[i] = xstrdup (name); 125 /* Get the index into msdos->files associated with an open file 132 if (fd < 0 || fd >= PEX_MSDOS_FILE_COUNT || ms->files[fd] == NULL) 148 free (ms->files[fdindex]); 149 ms->files[fdindex] = NULL; 201 infile = ms->files[inindex]; 212 outfile = ms->files[outindex] [all...] |