Home
last modified time | relevance | path

Searched defs:sts (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/contrib/netbsd-tests/lib/libc/ttyio/
H A Dt_ptm.c62 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 Dvms_decc_init.c75 int sts; in decc_init() local
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dinit.c1073 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 Dalpm.c288 u_char sts; in alpm_idle() local
304 u_char sts = 0; in alpm_wait() local
/freebsd/sys/dev/amdpm/
H A Damdpm.c289 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 Dinit.c889 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 Dpppoed.c259 struct ngpppoe_sts *sts = (struct ngpppoe_sts *)(msgbuf + sizeof *rep); in Spawn() local
/freebsd/sys/dev/isp/
H A Disp_target.c242 uint8_t sts; in isp_endcmd() local
/freebsd/sys/dev/viapm/
H A Dviapm.c575 u_char sts; in viapm_busy() local
591 u_char sts = 0; in viapm_wait() local
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_congestion_control.c530 cl_status_t sts; in cc_poller_send() local
H A Dosm_perfmgr.c454 cl_status_t sts; in perfmgr_send_mad() local
/freebsd/usr.sbin/ppp/
H A Dether.c219 struct ngpppoe_sts *sts = (struct ngpppoe_sts *)(msgbuf + sizeof *rep); in ether_MessageIn() local
/freebsd/sys/netgraph/
H A Dng_pppoe.c1317 struct ngpppoe_sts *sts; in send_acname() local
2217 struct ngpppoe_sts *sts; in pppoe_send_event() local
/freebsd/sys/dev/amdsmb/
H A Damdsmb.c278 u_char sts, temp; in amdsmb_wait() local
/freebsd/sys/dev/nfsmb/
H A Dnfsmb.c333 u_char sts; in nfsmb_wait() local
/freebsd/sys/dev/ppbus/
H A Dlpt.c864 int sts = 0; in lptintr() local
/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_block.c457 int i, sectsz, sts, sto; in pci_vtblk_init() local
H A Dpci_emul.c1088 uint16_t sts; in pci_emul_add_capability() local
1440 uint16_t sts; in pci_emul_iscap() local
H A Dpci_passthru.c256 int i, ptr, capptr, cap, sts, caplen, table_size; in cfginitmsi() local
/freebsd/usr.sbin/cdcontrol/
H A Dcdcontrol.c786 strstatus(int sts) in strstatus()
/freebsd/sys/dev/mgb/
H A Dif_mgb.h273 uint32_t sts; /* data3 */ member
/freebsd/sys/dev/qat_c2xxx/
H A Dqat_ae.c2535 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 Dhifn7751.c785 u_int32_t sts, num[2]; in hifn_rng() local
/freebsd/contrib/bmake/
H A Dmain.c2080 char sts[16]; in SetErrorVars() local
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt.h986 #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

12