Home
last modified time | relevance | path

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

12345678910>>...13

/freebsd-12.1/contrib/apr/locks/unix/
H A Dthread_rwlock.c29 apr_status_t stat; in thread_rwlock_cleanup() local
44 apr_status_t stat; in apr_thread_rwlock_create() local
66 apr_status_t stat; in apr_thread_rwlock_rdlock() local
79 apr_status_t stat; in apr_thread_rwlock_tryrdlock() local
95 apr_status_t stat; in apr_thread_rwlock_wrlock() local
108 apr_status_t stat; in apr_thread_rwlock_trywrlock() local
124 apr_status_t stat; in apr_thread_rwlock_unlock() local
/freebsd-12.1/sys/sys/
H A Dstat.h160 struct stat { struct
181 struct timespec st_ctim; /* time of last file status change */ argument
195 struct nstat { argument
/freebsd-12.1/usr.bin/systat/
H A Dip.c65 struct stat { struct
66 struct ipstat i; argument
67 struct udpstat u; argument
164 #define DO(stat) ret->stat = (curstat.stat - sub->stat) / divisor in domode() argument
212 #define DO(stat, row, col) \ in showip() argument
H A Dzarc.c108 #define DO(stat) \ in domode() argument
141 #define DO(stat, row, col, fmt) \ in showzarc() argument
143 #define R(row, stat) DO(rate.hits.stat, row, 31+1, "%3"PRIu64) in showzarc() argument
144 #define H(row, stat) DO(delta.hits.stat, row, 31+1+5, "%7"PRIu64); \ in showzarc() argument
146 #define M(row, stat) DO(delta.misses.stat, row, 31+1+5+8, "%7"PRIu64); \ in showzarc() argument
148 #define E(row, stat) R(row, stat); H(row, stat); M(row, stat); in showzarc() argument
H A Dsctp.c144 #define DO(stat) ret->stat = (curstat.stat - sub->stat) / divisor in domode() argument
281 #define DO(stat, row, col) \ in showsctp() argument
283 #define L(row, stat) DO(stat, row, 0) in showsctp() argument
284 #define R(row, stat) DO(stat, row, 38) in showsctp() argument
H A Dtcp.c166 #define DO(stat) ret->stat = (curstat.stat - sub->stat) / divisor in domode() argument
240 #define DO(stat, row, col) \ in showtcp() argument
242 #define L(row, stat) DO(stat, row, 0) in showtcp() argument
243 #define R(row, stat) DO(stat, row, 38) in showtcp() argument
/freebsd-12.1/sys/dev/rtwn/usb/
H A Drtwn_usb_rx.c71 struct rtwn_rx_stat_common *stat) in rtwn_rx_check_pre_alloc()
111 rtwn_rx_copy_to_mbuf(struct rtwn_softc *sc, struct rtwn_rx_stat_common *stat, in rtwn_rx_copy_to_mbuf()
157 struct rtwn_rx_stat_common *stat = &uc->uc_rx_stat; in rtwn_rxeof_fragmented() local
243 struct rtwn_rx_stat_common *stat; in rtwn_rxeof() local
354 struct rtwn_rx_stat_common stat; in rtwn_rx_frame() local
/freebsd-12.1/contrib/apr/threadproc/unix/
H A Dthread.c43 apr_status_t stat; in apr_threadattr_create() local
70 apr_status_t stat; local
107 int stat; local
151 apr_status_t stat; local
214 apr_status_t stat; local
232 apr_status_t stat; local
H A Dthreadpriv.c55 apr_status_t stat; in apr_threadkey_private_set() local
68 apr_status_t stat; in apr_threadkey_private_delete() local
/freebsd-12.1/sbin/kldstat/
H A Dkldstat.c50 struct module_stat stat; in printmod() local
68 struct kld_file_stat stat; in printfile() local
157 struct module_stat stat; in main() local
/freebsd-12.1/stand/i386/libfirewire/
H A Dfwohci.c88 uint32_t fun, stat; in fwphy_rddata() local
395 fwohci_intr_body(struct fwohci_softc *sc, uint32_t stat, int count)
453 uint32_t stat; local
469 uint32_t stat; local
/freebsd-12.1/tools/regression/posixsem/
H A Dposixsem.c64 #define CSTAT_CLASS(stat) ((stat) >> 16) argument
65 #define CSTAT_ERROR(stat) ((stat) & 0xffff) argument
76 child_worker(int (*func)(void *arg), void *arg, int *stat) in child_worker()
1026 int stat; in wait_twoproc_test() local
1206 int nsems_max, stat; in exhaust_unnamed_sems() local
1261 int i, nsems_max, stat; in exhaust_named_sems() local
1315 int stat; in fdlimit_unnamed_child() local
1326 int nsems_max, stat; in fdlimit_unnamed_sems() local
1359 int stat; in fdlimit_named_child() local
1371 int i, nsems_max, stat; in fdlimit_named_sems() local
/freebsd-12.1/sys/dev/rtwn/rtl8812a/
H A Dr12a_rx.c198 struct r92c_rx_stat *stat; in r12a_check_frame_checksum() local
228 const struct r92c_rx_stat *stat = buf; in r12a_rx_radiotap_flags() local
245 const struct r92c_rx_stat *stat = desc; in r12a_get_rx_stats() local
/freebsd-12.1/sys/kgssapi/
H A Dgss_pname_to_uid.c51 enum clnt_stat stat; in gss_pname_to_uid() local
91 enum clnt_stat stat; in gss_pname_to_unix_cred() local
/freebsd-12.1/usr.sbin/ppp/
H A Dprompt.c422 int stat, fd = p ? p->fd_in : STDIN_FILENO; in prompt_TtyInit() local
456 int stat; in prompt_TtyCommandMode() local
479 int stat; in prompt_TtyTermMode() local
495 int stat; in prompt_TtyOldMode() local
/freebsd-12.1/contrib/gcc/config/
H A Ddfp-bit.c301 int stat; in DFP_EQ() local
312 int stat; in DFP_NE() local
323 int stat; in DFP_LT() local
334 int stat; in DFP_GT() local
345 int stat; in DFP_LE() local
356 int stat; in DFP_GE() local
/freebsd-12.1/contrib/processor-trace/libipt/src/windows/
H A Dpt_section_windows.c41 static int pt_sec_windows_fstat(const char *filename, struct _stat *stat) in pt_sec_windows_fstat()
65 struct _stat stat; in pt_section_mk_status() local
93 struct _stat stat; in check_file_status() local
/freebsd-12.1/sys/dev/rtwn/rtl8192c/
H A Dr92c_rx.c97 const struct r92c_rx_stat *stat = buf; in r92c_rx_radiotap_flags() local
115 const struct r92c_rx_stat *stat = desc; in r92c_get_rx_stats() local
/freebsd-12.1/include/rpcsvc/
H A Dnlm_prot.x49 nlm_stats stat; member
54 nlm_stat stat; member
59 nlm_testrply stat; member
135 nlm_stats stat; member
161 nlm4_stats stat; member
198 nlm4_testrply stat; member
209 nlm4_stat stat; member
241 nlm4_stats stat; member
H A Dyp.x118 ypstat stat; member
123 ypstat stat; member
135 ypstat stat; member
140 ypstat stat; member
162 ypstat stat; member
/freebsd-12.1/lib/libc/rpc/
H A Dclnt_perror.c218 clnt_sperrno(enum clnt_stat stat) in clnt_sperrno()
316 auth_errmsg(enum auth_stat stat) in auth_errmsg()
/freebsd-12.1/sys/nlm/
H A Dnlm_prot.h39 nlm_stats stat; member
47 nlm_stats stat; member
53 nlm_stat stat; member
59 nlm_testrply stat; member
142 nlm_stats stat; member
169 nlm4_stats stat; member
202 nlm4_stats stat; member
211 nlm4_testrply stat; member
224 nlm4_stat stat; member
261 nlm4_stats stat; member
/freebsd-12.1/sys/dev/cxgb/common/
H A Dcxgb_ael1002.c132 unsigned int stat, data; in ael_i2c_rd() local
163 unsigned int stat; in ael_i2c_wr() local
1223 unsigned int stat; in ael2005_get_module_type() local
1316 unsigned int stat; in ael2005_intr_handler() local
1922 unsigned int stat; in ael2020_get_module_type() local
1998 unsigned int stat; in ael2020_intr_clear() local
2073 unsigned int stat; in ael2020_intr_handler() local
2219 unsigned int stat; in t3_qt2045_phy_prep() local
/freebsd-12.1/stand/libsa/
H A Dstat.c40 stat(str, sb) in stat() function
/freebsd-12.1/lib/libc/sys/
H A Dstat.c40 stat(const char *path, struct stat *sb) in stat() function

12345678910>>...13