Home
last modified time | relevance | path

Searched refs:_stat (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/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()
93 struct _stat stat; in check_file_status()
/freebsd/sys/dev/sfxge/common/
H A Dsiena_phy.c443 #define SIENA_SIMPLE_STAT_SET(_vmask, _esmp, _smask, _stat, \ argument
447 if ((_stat) != NULL && !EFSYS_MEM_IS_NULL(_esmp)) { \
450 (_stat)[_efx_record] = \
455 #define SIENA_SIMPLE_STAT_SET2(_vmask, _esmp, _smask, _stat, _record) \ argument
456 SIENA_SIMPLE_STAT_SET(_vmask, _esmp, _smask, _stat, \
H A Def10_tx.c38 #define EFX_TX_QSTAT_INCR(_etp, _stat) \ argument
40 (_etp)->et_stat[_stat]++; \
44 #define EFX_TX_QSTAT_INCR(_etp, _stat) argument
H A Defx_tx.c38 #define EFX_TX_QSTAT_INCR(_etp, _stat) \ argument
40 (_etp)->et_stat[_stat]++; \
44 #define EFX_TX_QSTAT_INCR(_etp, _stat) argument
H A Def10_ev.c41 #define EFX_EV_QSTAT_INCR(_eep, _stat) \ argument
43 (_eep)->ee_stat[_stat]++; \
47 #define EFX_EV_QSTAT_INCR(_eep, _stat) argument
H A Defx_ev.c41 #define EFX_EV_QSTAT_INCR(_eep, _stat) \ argument
43 (_eep)->ee_stat[_stat]++; \
47 #define EFX_EV_QSTAT_INCR(_eep, _stat) argument
H A Defx.h636 #define EFX_MAC_STAT_SUPPORTED(_mask, _stat) \ argument
637 ((_mask)[(_stat) / EFX_MAC_STATS_MASK_BITS_PER_PAGE] & \
638 (1ULL << ((_stat) & (EFX_MAC_STATS_MASK_BITS_PER_PAGE - 1))))
/freebsd/contrib/libpcap/testprogs/
H A Dunix.h43 #define stat _stat
/freebsd/contrib/processor-trace/libipt/internal/include/windows/
H A Dpt_section_windows.h42 struct _stat stat;
/freebsd/contrib/unifdef/win32/
H A Dunifdef.h45 #define stat _stat
/freebsd/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h87 #define stat _stat /* struct stat from <sys/stat.h> */
/freebsd/contrib/tcpdump/
H A Dnetdissect-stdinc.h168 #define stat _stat
/freebsd/sys/dev/vmm/
H A Dvmm_stat.h64 SYSINIT(type##_stat, SI_SUB_KLD, SI_ORDER_ANY, vmm_stat_register, type)
/freebsd/sys/sys/
H A Dmodule.h273 int modstat(int _modid, struct module_stat *_stat);
H A Dlinker.h408 int kldstat(int _fileid, struct kld_file_stat* _stat);
/freebsd/crypto/openssl/crypto/rand/
H A Drandfile.c41 # define stat _stat
/freebsd/crypto/openssl/crypto/x509/
H A Dby_dir.c327 # define stat _stat in get_cert_by_subject_ex()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_disk.c197 struct _stat st; in create_reg_file_win()
/freebsd/contrib/bc/include/
H A Dstatus.h74 #define stat _stat
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dhttp-server.c65 #define stat _stat
/freebsd/contrib/libevent/sample/
H A Dhttp-server.c65 #define stat _stat
/freebsd/crypto/openssl/providers/implementations/storemgmt/
H A Dfile_store.c37 # define stat _stat
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2035 typedef struct _stat StatStruct;
2044 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
/freebsd/crypto/openssl/crypto/conf/
H A Dconf_def.c31 # define stat _stat
/freebsd/crypto/openssl/ssl/
H A Dssl_cert.c30 # define stat _stat

12