HomeSort by: relevance | last modified time | path
    Searched defs:files (Results 1 - 25 of 76) sorted by relevancy

1 2 3 4

  /src/sys/arch/x68k/stand/xxboot/
conf.c 32 struct open_file files[SOPEN_MAX]; variable in typeref:struct:open_file[]
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[]
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,
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/sys/external/bsd/drm2/dist/drm/i915/gt/
debugfs_engines.c 36 static const struct debugfs_gt_file files[] = { local in function:debugfs_engines_register
40 debugfs_gt_register_files(gt, root, files, ARRAY_SIZE(files));
debugfs_engines.c 36 static const struct debugfs_gt_file files[] = { local in function:debugfs_engines_register
40 debugfs_gt_register_files(gt, root, files, ARRAY_SIZE(files));
  /src/share/man/man0/
Makefile 11 FILES= makewhatis.sed
19 # Takes out some fluff from the PostScript files created by
29 MAN0SRCS+= all.files
30 MAN0SRCS+= ${SECTIONS:@S@man${S}pages.files@}
41 all.files:
59 man${_S}pages.files: all.files
70 man${_S}pages.ps: man${_S}pages.files
108 .include <bsd.files.mk>
Makefile 11 FILES= makewhatis.sed
19 # Takes out some fluff from the PostScript files created by
29 MAN0SRCS+= all.files
30 MAN0SRCS+= ${SECTIONS:@S@man${S}pages.files@}
41 all.files:
59 man${_S}pages.files: all.files
70 man${_S}pages.ps: man${_S}pages.files
108 .include <bsd.files.mk>
  /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 in typeref:typename:const char * const[]
    [all...]
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 in typeref:typename:const char * const[]
    [all...]
Makefile 21 FILES=gold lastdead mess monsters void motd
25 FILES+=${file}
29 CLEANFILES+=map mkdata setup.lo host_phantglobs.lo ${ALLFILES} files.stamp
31 realall: ${FILES}
33 ${FILES}: files.stamp
34 files.stamp: mkdata monsters.asc
35 ${_MKMSG_CREATE} ${FILES}
Makefile 21 FILES=gold lastdead mess monsters void motd
25 FILES+=${file}
29 CLEANFILES+=map mkdata setup.lo host_phantglobs.lo ${ALLFILES} files.stamp
31 realall: ${FILES}
33 ${FILES}: files.stamp
34 files.stamp: mkdata monsters.asc
35 ${_MKMSG_CREATE} ${FILES}
  /src/sys/compat/common/
compat_50_quota.c 74 struct quotaval blocks, files; local in function:compat_50_sys_quotactl
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);
compat_50_quota.c 74 struct quotaval blocks, files; local in function:compat_50_sys_quotactl
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:typename:const struct __anon13e2839a0108[]
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...]
t_fcntl.c 52 } files[] = { variable in typeref:typename:const struct __anon13e2839a0108[]
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/sbin/mount_portal/
activate.c 114 int *files; local in function:send_reply
136 cmsgsize = CMSG_LEN(sizeof(*files));
150 files = (int *)CMSG_DATA(cmsg);
151 files[0] = fd;
activate.c 114 int *files; local in function:send_reply
136 cmsgsize = CMSG_LEN(sizeof(*files));
150 files = (int *)CMSG_DATA(cmsg);
151 files[0] = fd;
  /src/lib/librefuse/refuse/
legacy.h 54 long files; member in struct:fuse_statfs
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 in function:sendquota
289 if (quota_get(qh, &qk, &files) < 0) {
298 quotavals_to_rquota(&blocks, &files,
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 in function:sendquota
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 */

Completed in 156 milliseconds

1 2 3 4