/freebsd/contrib/netbsd-tests/lib/libc/ttyio/ |
H A D | t_ptm.c | 62 struct stat stm, sts; in ATF_TC_BODY() local 127 struct stat stm, sts; in ATF_TC_BODY() local
|
/freebsd/crypto/openssl/apps/ |
H A D | vms_decc_init.c | 75 int sts; in decc_init() local
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | init.c | 1073 int sts; in mt7996_set_stream_vht_txbf_caps() local 1108 int sts = hweight16(phy->mt76->chainmask); in mt7996_set_stream_he_txbf_caps() local 1328 int sts = hweight16(phy->mt76->chainmask); in mt7996_init_eht_caps() local
|
/freebsd/sys/dev/alpm/ |
H A D | alpm.c | 288 u_char sts; in alpm_idle() local 304 u_char sts = 0; in alpm_wait() local
|
/freebsd/sys/dev/amdpm/ |
H A D | amdpm.c | 289 u_short sts; in amdpm_idle() local 306 u_short sts = 0; in amdpm_wait() local
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | init.c | 889 int sts; in mt7915_set_stream_vht_txbf_caps() local 922 int sts = hweight8(phy->mt76->chainmask); in mt7915_set_stream_he_txbf_caps() local
|
/freebsd/libexec/pppoed/ |
H A D | pppoed.c | 259 struct ngpppoe_sts *sts = (struct ngpppoe_sts *)(msgbuf + sizeof *rep); in Spawn() local
|
/freebsd/sys/dev/isp/ |
H A D | isp_target.c | 242 uint8_t sts; in isp_endcmd() local
|
/freebsd/sys/dev/viapm/ |
H A D | viapm.c | 575 u_char sts; in viapm_busy() local 591 u_char sts = 0; in viapm_wait() local
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_congestion_control.c | 530 cl_status_t sts; in cc_poller_send() local
|
H A D | osm_perfmgr.c | 454 cl_status_t sts; in perfmgr_send_mad() local
|
/freebsd/usr.sbin/ppp/ |
H A D | ether.c | 219 struct ngpppoe_sts *sts = (struct ngpppoe_sts *)(msgbuf + sizeof *rep); in ether_MessageIn() local
|
/freebsd/sys/netgraph/ |
H A D | ng_pppoe.c | 1317 struct ngpppoe_sts *sts; in send_acname() local 2217 struct ngpppoe_sts *sts; in pppoe_send_event() local
|
/freebsd/sys/dev/amdsmb/ |
H A D | amdsmb.c | 278 u_char sts, temp; in amdsmb_wait() local
|
/freebsd/sys/dev/nfsmb/ |
H A D | nfsmb.c | 333 u_char sts; in nfsmb_wait() local
|
/freebsd/sys/dev/ppbus/ |
H A D | lpt.c | 864 int sts = 0; in lptintr() local
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_virtio_block.c | 457 int i, sectsz, sts, sto; in pci_vtblk_init() local
|
H A D | pci_emul.c | 1088 uint16_t sts; in pci_emul_add_capability() local 1440 uint16_t sts; in pci_emul_iscap() local
|
H A D | pci_passthru.c | 256 int i, ptr, capptr, cap, sts, caplen, table_size; in cfginitmsi() local
|
/freebsd/usr.sbin/cdcontrol/ |
H A D | cdcontrol.c | 786 strstatus(int sts) in strstatus()
|
/freebsd/sys/dev/mgb/ |
H A D | if_mgb.h | 273 uint32_t sts; /* data3 */ member
|
/freebsd/sys/dev/qat_c2xxx/ |
H A D | qat_ae.c | 2535 uint32_t fcu, sts; in qat_aefw_auth() local 2566 uint32_t fcu, sts, loaded; in qat_aefw_suof_load() local
|
/freebsd/sys/dev/hifn/ |
H A D | hifn7751.c | 785 u_int32_t sts, num[2]; in hifn_rng() local
|
/freebsd/contrib/bmake/ |
H A D | main.c | 2080 char sts[16]; in SetErrorVars() local
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt.h | 986 #define BNXT_FW_IS_HEALTHY(sts) (((sts) & BNXT_FW_STATUS_HEALTH_MSK) ==\ argument 989 #define BNXT_FW_IS_BOOTING(sts) (((sts) & BNXT_FW_STATUS_HEALTH_MSK) < \ argument 992 #define BNXT_FW_IS_ERR(sts) (((sts) & BNXT_FW_STATUS_HEALTH_MSK) > \ argument 995 #define BNXT_FW_IS_RECOVERING(sts) (BNXT_FW_IS_ERR(sts) && \ argument
|