/freebsd/contrib/processor-trace/libipt/src/windows/ |
H A D | pt_section_windows.c | 41 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 D | siena_phy.c | 443 #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 D | ef10_tx.c | 38 #define EFX_TX_QSTAT_INCR(_etp, _stat) \ argument 40 (_etp)->et_stat[_stat]++; \ 44 #define EFX_TX_QSTAT_INCR(_etp, _stat) argument
|
H A D | efx_tx.c | 38 #define EFX_TX_QSTAT_INCR(_etp, _stat) \ argument 40 (_etp)->et_stat[_stat]++; \ 44 #define EFX_TX_QSTAT_INCR(_etp, _stat) argument
|
H A D | ef10_ev.c | 41 #define EFX_EV_QSTAT_INCR(_eep, _stat) \ argument 43 (_eep)->ee_stat[_stat]++; \ 47 #define EFX_EV_QSTAT_INCR(_eep, _stat) argument
|
H A D | efx_ev.c | 41 #define EFX_EV_QSTAT_INCR(_eep, _stat) \ argument 43 (_eep)->ee_stat[_stat]++; \ 47 #define EFX_EV_QSTAT_INCR(_eep, _stat) argument
|
H A D | efx.h | 636 #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 D | unix.h | 43 #define stat _stat
|
/freebsd/contrib/processor-trace/libipt/internal/include/windows/ |
H A D | pt_section_windows.h | 42 struct _stat stat;
|
/freebsd/contrib/unifdef/win32/ |
H A D | unifdef.h | 45 #define stat _stat
|
/freebsd/contrib/ntp/sntp/libopts/compat/ |
H A D | windows-config.h | 87 #define stat _stat /* struct stat from <sys/stat.h> */
|
/freebsd/contrib/tcpdump/ |
H A D | netdissect-stdinc.h | 168 #define stat _stat
|
/freebsd/sys/dev/vmm/ |
H A D | vmm_stat.h | 64 SYSINIT(type##_stat, SI_SUB_KLD, SI_ORDER_ANY, vmm_stat_register, type)
|
/freebsd/sys/sys/ |
H A D | module.h | 273 int modstat(int _modid, struct module_stat *_stat);
|
H A D | linker.h | 408 int kldstat(int _fileid, struct kld_file_stat* _stat);
|
/freebsd/crypto/openssl/crypto/rand/ |
H A D | randfile.c | 41 # define stat _stat
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | by_dir.c | 327 # define stat _stat in get_cert_by_subject_ex()
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_write_disk.c | 197 struct _stat st; in create_reg_file_win()
|
/freebsd/contrib/bc/include/ |
H A D | status.h | 74 #define stat _stat
|
/freebsd/contrib/ntp/sntp/libevent/sample/ |
H A D | http-server.c | 65 #define stat _stat
|
/freebsd/contrib/libevent/sample/ |
H A D | http-server.c | 65 #define stat _stat
|
/freebsd/crypto/openssl/providers/implementations/storemgmt/ |
H A D | file_store.c | 37 # define stat _stat
|
/freebsd/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-port.h | 2035 typedef struct _stat StatStruct; 2044 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
|
/freebsd/crypto/openssl/crypto/conf/ |
H A D | conf_def.c | 31 # define stat _stat
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_cert.c | 30 # define stat _stat
|