Searched refs:stat (Results 76 - 100 of 2171) sorted by relevance

1234567891011>>

/freebsd-11-stable/sbin/kldunload/
H A Dkldunload.c57 struct kld_file_stat stat; local
103 stat.version = sizeof(stat);
104 if (kldstat(fileid, &stat) < 0)
105 err(EXIT_FAILURE, "can't stat file");
106 (void) printf("Unloading %s, id=%d\n", stat.name,
/freebsd-11-stable/sys/dev/patm/
H A Dif_patm_intr.c110 uint32_t stat, cfg; local
120 stat = patm_nor_read(sc, IDT_NOR_STAT);
121 patm_nor_write(sc, IDT_NOR_STAT, stat & (ints | fbqa));
125 if (stat & IDT_STAT_PHYI) {
133 patm_debug(sc, INTR, "stat=%08x", stat);
139 if (stat & fbqa) {
141 if (stat & IDT_STAT_FBQ0A)
143 if (stat & IDT_STAT_FBQ1A)
145 if (stat
428 u_int stat; local
[all...]
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dlock_proc.c445 res.stat.stat = nlm_granted;
447 res.stat.stat = nlm_denied;
448 memcpy(&res.stat.nlm_testrply_u.holder, holder,
450 res.stat.nlm_testrply_u.holder.l_offset = holder->l_offset;
451 res.stat.nlm_testrply_u.holder.l_len = holder->l_len;
477 res.stat.stat = nlm_granted;
479 res.stat
[all...]
/freebsd-11-stable/contrib/opie/libopie/
H A Dopen.c22 #include <sys/stat.h>
28 #define lstat(x, y) stat(x, y)
34 struct stat st;
/freebsd-11-stable/contrib/pjdfstest/tests/mknod/
H A D11.t62 time=`${fstest} stat . ctime`
65 atime=`${fstest} stat ${n0} atime`
67 mtime=`${fstest} stat ${n0} mtime`
69 ctime=`${fstest} stat ${n0} ctime`
71 mtime=`${fstest} stat . mtime`
73 ctime=`${fstest} stat . ctime`
/freebsd-11-stable/include/
H A Dglob.h47 struct stat;
59 * versions of closedir(3), readdir(3), opendir(3), stat(2)
65 int (*gl_lstat)(const char *, struct stat *);
66 int (*gl_stat)(const char *, struct stat *);
/freebsd-11-stable/lib/libc/gen/
H A Dctermid.c31 #include <sys/stat.h>
45 struct stat sb;
58 if (stat(_PATH_TTY, &sb) == 0 && S_ISCHR(sb.st_mode))
/freebsd-11-stable/tools/regression/tmpfs/
H A Dt_create49 eval $(stat -s . | sed -e 's|st_|dst_|g')
50 eval $(stat -s a)
63 eval $(stat -s b)
68 eval $(stat -s c)
73 eval $(stat -s b/a)
78 eval $(stat -s c/a)
H A Dt_mkdir47 eval $(stat -s ${Work_Dir})
56 eval $(stat -s ${Work_Dir})
69 eval $(stat -s b)
74 eval $(stat -s c)
79 eval $(stat -s b/a)
84 eval $(stat -s c/a)
/freebsd-11-stable/usr.bin/tail/
H A Dextern.h52 struct stat st;
60 void forward(FILE *, const char *, enum STYLE, off_t, struct stat *);
61 void reverse(FILE *, const char *, enum STYLE, off_t, struct stat *);
/freebsd-11-stable/contrib/apr/threadproc/unix/
H A Dthreadpriv.c55 apr_status_t stat; local
57 if ((stat = pthread_setspecific(key->key, priv)) == 0) {
61 return stat;
68 apr_status_t stat; local
70 if ((stat = pthread_key_delete(key->key)) == 0) {
74 return stat;
/freebsd-11-stable/contrib/pjdfstest/tests/chmod/
H A D12.t22 expect 0777 stat ${n0} mode
28 expect 0777 stat ${n0} mode
34 expect 0777 stat ${n0} mode
H A D07.t28 expect 0642 stat ${n1}/${n2} mode
30 expect 0642 stat ${n1}/${n2} mode
33 expect 0642 stat ${n1}/${n2} mode
39 expect 0642,65534,65534 stat ${n1}/${n2} mode,uid,gid
41 expect 0642,65534,65534 stat ${n1}/${n2} mode,uid,gid
44 expect 0642,0,0 stat ${n1}/${n2} mode,uid,gid
51 expect 0642 stat ${n1}/${n2} mode
53 expect 0642 stat ${n1}/${n2} mode
56 expect 0642 stat ${n1}/${n2} mode
/freebsd-11-stable/contrib/pjdfstest/tests/granular/
H A D01.t24 expect 0 -u 65534 -g 65534 stat ${n0} size
27 expect EACCES -u 65534 -g 65534 stat ${n0} size
29 expect 0 -u 65534 -g 65534 stat ${n0} size
/freebsd-11-stable/contrib/pjdfstest/tests/link/
H A D00.t59 ctime1=`${fstest} stat ${n0} ctime`
60 dctime1=`${fstest} stat . ctime`
61 dmtime1=`${fstest} stat . mtime`
64 ctime2=`${fstest} stat ${n0} ctime`
66 dctime2=`${fstest} stat . ctime`
68 dmtime2=`${fstest} stat . mtime`
78 ctime1=`${fstest} stat ${n0} ctime`
79 dctime1=`${fstest} stat . ctime`
80 dmtime1=`${fstest} stat . mtime`
83 ctime2=`${fstest} stat
[all...]
/freebsd-11-stable/lib/libc/rpc/
H A Dcrypt_client.c53 int stat; local
87 stat = result_1->stat;
89 if (result_1->stat == DESERR_NONE ||
90 result_1->stat == DESERR_NOHWDEVICE) {
98 return(stat);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_entry_stat.c30 #include <sys/stat.h>
39 const struct stat *
42 struct stat *st;
43 if (entry->stat == NULL) {
44 entry->stat = calloc(1, sizeof(*st));
45 if (entry->stat == NULL)
56 * stat structure.
59 return (entry->stat);
61 st = entry->stat;
83 * information into struct stat
[all...]
/freebsd-11-stable/contrib/pjdfstest/tests/chown/
H A D05.t22 expect 65534,65533 -u 65534 -g 65534 stat ${n1}/${n2} uid,gid
27 expect 65534,65533 -u 65534 -g 65534 stat ${n1}/${n2} uid,gid
29 expect 65534,65534 -u 65534 -g 65534 stat ${n1}/${n2} uid,gid
31 expect 65534,65533 -u 65534 -g 65533 stat ${n1}/${n2} uid,gid
/freebsd-11-stable/contrib/pjdfstest/tests/ftruncate/
H A D02.t16 expect 123 stat ${nx} size
/freebsd-11-stable/contrib/pjdfstest/tests/mkfifo/
H A D02.t15 expect fifo,0644 stat ${nx} type,mode
H A D03.t17 expect fifo stat ${nx} type
/freebsd-11-stable/contrib/pjdfstest/tests/open/
H A D02.t15 expect regular,0620 stat ${nx} type,mode
/freebsd-11-stable/contrib/pjdfstest/tests/truncate/
H A D02.t16 expect 123 stat ${nx} size
/freebsd-11-stable/sys/kgssapi/
H A Dgss_pname_to_uid.c49 enum clnt_stat stat; local
65 stat = gssd_pname_to_uid_1(&args, &res, cl);
67 if (stat != RPC_SUCCESS) {
68 *minor_status = stat;
89 enum clnt_stat stat; local
106 stat = gssd_pname_to_uid_1(&args, &res, cl);
108 if (stat != RPC_SUCCESS) {
109 *minor_status = stat;
/freebsd-11-stable/contrib/netbsd-tests/net/net/
H A Dt_raw.c4 #include <sys/stat.h>
27 struct stat sb;

Completed in 127 milliseconds

1234567891011>>