Home
last modified time | relevance | path

Searched defs:stat (Results 1 – 25 of 157) sorted by relevance

1234567

/dflybsd-src/sys/sys/
H A Dstat.h100 struct stat { struct
111 struct timespec st_ctim; /* time of last file status change */ argument
112 off_t st_size; /* file size, in bytes */
113 blkcnt_t st_blocks; /* blocks allocated for file */
114 __uint32_t __old_st_blksize; /* old ABI compatibility only */
115 __uint32_t st_flags; /* user defined flags for file */
116 __uint32_t st_gen; /* file generation number */
117 __int32_t st_lspare;
118 blksize_t st_blksize; /* optimal blocksize for I/O */
119 __int64_t st_qspare2;
/dflybsd-src/usr.bin/systat/
H A Dip.c53 struct stat { struct
54 struct ip_stats i; argument
55 struct udpstat u; argument
152 #define DO(stat) ret->stat = (double)(curstat.stat - sub->stat) / divisor in domode() argument
200 #define DO(stat, row, col) \ in showip() argument
H A Dtcp.c149 #define DO(stat) ret->stat = (double)(curstat.stat - sub->stat) / divisor in domode() argument
223 #define DO(stat, row, col) \ in showtcp() argument
225 #define L(row, stat) DO(stat, row, 0) in showtcp() argument
226 #define R(row, stat) DO(stat, row, 35) in showtcp() argument
H A Dip6.c148 #define DO(stat) ret->stat = (curstat.stat - sub->stat) / divisor in domode() argument
187 #define DO(stat, row, col) \ in showip6() argument
H A Dicmp.c146 #define DO(stat) ret->stat = (double)(icmpstat.stat - sub->stat) / divisor in domode() argument
184 #define DO(stat, row, col) \ in showicmp() argument
H A Dicmp6.c143 #define DO(stat) ret->stat = (icmp6stat.stat - sub->stat) / divisor in domode() argument
179 #define DO(stat, row, col) \ in showicmp6() argument
/dflybsd-src/sbin/kldstat/
H A Dkldstat.c48 struct module_stat stat; in printmod() local
60 struct kld_file_stat stat; in printfile() local
144 struct module_stat stat; in main() local
/dflybsd-src/test/testcases/posixipc/common/
H A Dcommon.h56 #define CSTAT_CLASS(stat) ((stat) >> 16) argument
57 #define CSTAT_ERROR(stat) ((stat) & 0xffff) argument
/dflybsd-src/usr.sbin/ppp/
H A Dprompt.c418 int stat, fd = p ? p->fd_in : STDIN_FILENO; in prompt_TtyInit() local
452 int stat; in prompt_TtyCommandMode() local
475 int stat; in prompt_TtyTermMode() local
491 int stat; in prompt_TtyOldMode() local
/dflybsd-src/include/rpcsvc/
H A Dnlm_prot.x48 nlm_stats stat; member
53 nlm_stat stat; member
58 nlm_testrply stat; member
134 nlm_stats stat; member
160 nlm4_stats stat; member
197 nlm4_testrply stat; member
208 nlm4_stat stat; member
240 nlm4_stats stat; member
H A Dyp.x113 ypstat stat; member
118 ypstat stat; member
130 ypstat stat; member
135 ypstat stat; member
157 ypstat stat; member
/dflybsd-src/sys/bus/firewire/
H A Dfwohci.c292 u_int32_t fun, stat; in fwphy_rddata() local
1027 u_int stat, status; local
1477 u_int32_t stat; local
1591 u_int32_t stat; local
1746 fwohci_intr_body(struct fwohci_softc *sc, u_int32_t stat, int count)
1968 u_int32_t stat; local
1983 u_int32_t stat, irstat, itstat; local
2012 u_int32_t stat; local
2046 u_int32_t stat; local
2092 u_int32_t stat, count; local
[all …]
/dflybsd-src/lib/libc/rpc/
H A Dclnt_perror.c211 clnt_sperrno(enum clnt_stat stat) in clnt_sperrno()
302 auth_errmsg(enum auth_stat stat) in auth_errmsg()
H A Dcrypt_client.c54 int stat; in _des_crypt_call() local
/dflybsd-src/contrib/lvm2/dist/daemons/dmeventd/plugins/snapshot/
H A Ddmeventd_snapshot.c73 static void _parse_snapshot_params(char *params, struct snap_status *stat) in _parse_snapshot_params()
113 struct snap_status stat = { 0 }; in process_event() local
/dflybsd-src/contrib/gcc-4.7/libgcc/
H A Ddfp-bit.c277 CMPtype stat; in DFP_EQ() local
288 int stat; in DFP_NE() local
301 int stat; in DFP_LT() local
312 int stat; in DFP_GT() local
323 int stat; in DFP_LE() local
336 int stat; in DFP_GE() local
/dflybsd-src/stand/lib/
H A Dstat.c38 stat(const char *str, struct stat *sb) in stat() function
/dflybsd-src/test/testcases/posixipc/wait_two_proc/
H A Dwait_two_proc.c7 int stat; in main() local
/dflybsd-src/share/examples/ses/srcs/
H A Dsetencstat.c50 ses_encstat stat; local
H A Dchpmon.c56 ses_encstat stat, *carray; local
/dflybsd-src/share/examples/kld/syscall/test/
H A Dcall.c51 struct module_stat stat; in main() local
/dflybsd-src/games/trek/
H A Dshield.c68 char *stat; in shield() local
/dflybsd-src/sbin/kldunload/
H A Dkldunload.c92 struct kld_file_stat stat; in main() local
/dflybsd-src/lib/libc/gen/
H A Dftw.c33 ftw(const char *path, int (*fn)(const char *, const struct stat *, int), in ftw()
/dflybsd-src/lib/libc/xdr/
H A Dxdr_reference.c74 bool_t stat; in xdr_reference() local

1234567