Home
last modified time | relevance | path

Searched defs:stat (Results 76 – 100 of 359) sorted by relevance

12345678910>>...15

/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/
H A Dtdel.c65 int stat; local
H A Dthash4.c66 int stat; local
H A Dtverify.c68 int stat; local
H A Dtread2.c67 int stat; local
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp601 statistic const *stat = &theStats[s]; in printTimerStats() local
619 statistic const *stat = &theStats[s]; in printTimerStats() local
636 statistic const *stat = &theStats[s]; in printCounterStats() local
644 statistic const *stat = &theStats[s]; in printCounterStats() local
660 counter const *stat = &theCounters[c]; in printCounters() local
/freebsd/usr.bin/tip/tip/
H A Dremote.c66 int stat; in getremcap() local
/freebsd/lib/libc/gen/
H A Dnftw.c30 nftw(const char *path, int (*fn)(const char *, const struct stat *, int, in nftw()
/freebsd/usr.sbin/pw/
H A Drm_r.c124 struct statfs stat; in try_dataset_remove() local
/freebsd/sys/rpc/
H A Dsvc_auth_unix.c62 enum auth_stat stat; in _svcauth_unix() local
/freebsd/contrib/lua/src/
H A Dloadlib.c405 int stat = lookforfunc(L, path, init); in ll_loadlib() local
525 static int checkload (lua_State *L, int stat, const char *filename) { in checkload()
559 int stat; in loadfunc() local
583 int stat; in searcher_Croot() local
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_ctldir.c98 const struct path *path, struct kstat *stat, u32 request_mask, in zpl_root_getattr_impl()
398 const struct path *path, struct kstat *stat, u32 request_mask, in zpl_snapdir_getattr_impl()
550 const struct path *path, struct kstat *stat, u32 request_mask, in zpl_shares_getattr_impl()
/freebsd/lib/libc/xdr/
H A Dxdr_array.c75 bool_t stat = TRUE; in xdr_array() local
H A Dxdr_sizeof.c128 bool_t stat; in xdr_sizeof() local
/freebsd/include/rpcsvc/
H A Dcrypt.x74 int stat; member
/freebsd/sys/xdr/
H A Dxdr_array.c68 bool_t stat = TRUE; in xdr_array() local
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_premature_exit_test.cc50 StatStruct stat; in FileExists() local
/freebsd/lib/libc/db/test/hash.tests/
H A Dtread2.c55 int stat; local
H A Dtverify.c56 int stat; local
/freebsd/lib/libc/rpc/
H A Dsvc_auth_unix.c56 enum auth_stat stat; in _svcauth_unix() local
H A Dpmap_rmt.c82 enum clnt_stat stat; in pmap_rmtcall() local
/freebsd/crypto/krb5/src/lib/rpc/
H A Dxdr_array.c73 bool_t stat = TRUE; in xdr_array() local
H A Dpmap_rmt.c95 enum clnt_stat stat; in pmap_rmtcall() local
239 enum clnt_stat stat; in clnt_broadcast() local
H A Dsvc_auth_unix.c60 enum auth_stat stat; in gssrpc__svcauth_unix() local
/freebsd/tools/tools/ipw/
H A Dipwstats.c244 const struct statistic *stat; in get_statistics() local
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dddt.c365 #define _DDT_KSTAT_STAT(ddt, stat) \ argument
367 #define DDT_KSTAT_BUMP(ddt, stat) \ argument
369 #define DDT_KSTAT_ADD(ddt, stat, val) \ argument
371 #define DDT_KSTAT_SUB(ddt, stat, val) \ argument
373 #define DDT_KSTAT_SET(ddt, stat, val) \ argument
375 #define DDT_KSTAT_ZERO(ddt, stat) DDT_KSTAT_SET(ddt, stat, 0) argument
377 #define DDT_KSTAT_BUMP(ddt, stat) do {} while (0) argument
378 #define DDT_KSTAT_ADD(ddt, stat, val) do {} while (0) argument
379 #define DDT_KSTAT_SUB(ddt, stat, val) do {} while (0) argument
380 #define DDT_KSTAT_SET(ddt, stat, val) do {} while (0) argument
[all …]

12345678910>>...15