Home
last modified time | relevance | path

Searched defs:stat (Results 251 – 275 of 359) sorted by relevance

1...<<1112131415

/freebsd/sys/dev/ata/chipsets/
H A Data-promise.c945 u_int8_t /* err, */ stat; in ata_promise_mio_softreset() local
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmac.c523 u8 stat; in mt7921_mac_tx_free() local
/freebsd/sys/fs/nfs/
H A Dnfs_commonkrpc.c684 enum clnt_stat stat; in newnfs_request() local
/freebsd/sys/contrib/openzfs/include/sys/
H A Darc_impl.h1021 #define ARCSTAT(stat) (arc_stats.stat.value.ui64) argument
1023 #define ARCSTAT_INCR(stat, val) \ argument
1026 #define ARCSTAT_BUMP(stat) ARCSTAT_INCR(stat, 1) argument
1027 #define ARCSTAT_BUMPDOWN(stat) ARCSTAT_INCR(stat, -1) argument
H A Dzil.h573 #define ZIL_STAT_INCR(zil, stat, val) \ argument
581 #define ZIL_STAT_BUMP(zil, stat) \ argument
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_alg_chain.c928 CpaStatus stat, status = CPA_STATUS_SUCCESS; in LacAlgChain_SessionInit() local
/freebsd/sys/kern/
H A Dkern_linker.c1403 struct kld_file_stat *stat; in sys_kldstat() local
1425 kern_kldstat(struct thread *td, int fileid, struct kld_file_stat *stat) in kern_kldstat()
/freebsd/sys/dev/atkbdc/
H A Dpsm.c1052 int stat[3]; in doinitialize() local
1135 int stat[3]; local
1377 int stat[3]; local
2296 int stat[3]; local
2622 int stat[3]; local
/freebsd/sys/dev/usb/controller/
H A Duhci.h178 struct usb_status stat; member
H A Dohci.h218 struct usb_status stat; member
/freebsd/contrib/libpcap/
H A Dpcap-dos.c150 struct pcap_stat stat; member
H A Dpcap-int.h282 struct pcap_stat stat; /* used for pcap_stats_ex() */ member
H A Dpcap-linux.c186 struct pcap_stat stat; member
752 linux_get_stat(const char * if_name, const char * stat) { in linux_get_stat()
/freebsd/sys/dev/safe/
H A Dsafe.c525 volatile u_int32_t stat; in safe_intr() local
/freebsd/sys/dev/msk/
H A Dif_msk.c4403 uint32_t result, *stat; in msk_sysctl_stat32() local
4424 uint64_t result, *stat; in msk_sysctl_stat64() local
/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_amd.c767 uint32_t fullreg, reg, stat; in amd_ntb_poll_link() local
/freebsd/sys/fs/p9fs/
H A Dp9_client.c1088 p9_client_statfs(struct p9_fid *fid, struct p9_statfs *stat) in p9_client_statfs()
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher.c700 struct fletcher_4_kstat *stat = &fletcher_4_stat_data[i]; in fletcher_4_benchmark_impl() local
/freebsd/sys/arm/ti/cpsw/
H A Dif_cpsw.c2172 uint32_t stat = cpsw_read_4(sc, CPSW_WR_C_MISC_STAT(0)); in cpsw_intr_misc() local
2580 struct cpsw_stat *stat; in cpsw_stats_sysctl() local
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Ddraid.c73 struct stat64 stat; in read_map() local
/freebsd/contrib/bc/include/
H A Dstatus.h74 #define stat _stat macro
/freebsd/contrib/lib9p/
H A Dfcall.h358 struct l9p_stat stat; member
363 struct l9p_stat stat; member
/freebsd/contrib/one-true-awk/
H A Drun.c2451 bool stat; in closefile() local
2491 bool stat = false; in closeall() local
/freebsd/sys/dev/wpi/
H A Dif_wpi.c1911 struct wpi_rx_stat *stat; in wpi_rx_done() local
2059 struct wpi_tx_stat *stat = (struct wpi_tx_stat *)(desc + 1); in wpi_tx_done() local
2268 struct wpi_tx_stat *stat = in wpi_notif_intr() local
/freebsd/crypto/openssl/ssl/
H A Dssl_cert.c33 # define stat _stat macro

1...<<1112131415