Searched refs:_stat (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/libpcap/testprogs/
H A Dunix.h43 #define stat _stat
/freebsd-11-stable/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h87 #define stat _stat /* struct stat from <sys/stat.h> */
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dentropy.c490 struct stat _stat; local
501 if (stat(fname, &_stat) < 0) {
513 if (S_ISSOCK(_stat.st_mode))
517 if (S_ISFIFO(_stat.st_mode))
/freebsd-11-stable/sys/dev/sfxge/common/
H A Dsiena_phy.c443 #define SIENA_SIMPLE_STAT_SET(_vmask, _esmp, _smask, _stat, \
447 if ((_stat) != NULL && !EFSYS_MEM_IS_NULL(_esmp)) { \
450 (_stat)[_efx_record] = \
455 #define SIENA_SIMPLE_STAT_SET2(_vmask, _esmp, _smask, _stat, _record) \
456 SIENA_SIMPLE_STAT_SET(_vmask, _esmp, _smask, _stat, \
H A Def10_tx.c41 #define EFX_TX_QSTAT_INCR(_etp, _stat) \
43 (_etp)->et_stat[_stat]++; \
47 #define EFX_TX_QSTAT_INCR(_etp, _stat)
H A Def10_ev.c43 #define EFX_EV_QSTAT_INCR(_eep, _stat) \
45 (_eep)->ee_stat[_stat]++; \
49 #define EFX_EV_QSTAT_INCR(_eep, _stat)
H A Defx_tx.c38 #define EFX_TX_QSTAT_INCR(_etp, _stat) \
40 (_etp)->et_stat[_stat]++; \
44 #define EFX_TX_QSTAT_INCR(_etp, _stat)
H A Defx_ev.c41 #define EFX_EV_QSTAT_INCR(_eep, _stat) \
43 (_eep)->ee_stat[_stat]++; \
47 #define EFX_EV_QSTAT_INCR(_eep, _stat)
H A Defx.h571 #define EFX_MAC_STAT_SUPPORTED(_mask, _stat) \
572 ((_mask)[(_stat) / EFX_MAC_STATS_MASK_BITS_PER_PAGE] & \
573 (1ULL << ((_stat) & (EFX_MAC_STATS_MASK_BITS_PER_PAGE - 1))))
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm_stat.h63 SYSINIT(type##_stat, SI_SUB_KLD, SI_ORDER_ANY, vmm_stat_register, type)
/freebsd-11-stable/sys/sys/
H A Dmodule.h262 int modstat(int _modid, struct module_stat *_stat);
H A Dlinker.h351 int kldstat(int _fileid, struct kld_file_stat* _stat);
/freebsd-11-stable/contrib/tcpdump/
H A Dnetdissect-stdinc.h150 #define stat _stat
/freebsd-11-stable/crypto/openssl/crypto/rand/
H A Drandfile.c105 # define stat _stat
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dby_dir.c357 # define stat _stat
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_disk.c198 struct _stat st;
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbuffer.c2964 #define stat _stat
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c2219 # define stat _stat

Completed in 239 milliseconds