Home
last modified time | relevance | path

Searched refs:statuscode (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/libexec/phttpget/
H A Dphttpget.c451 statuscode = 0; in main()
469 if (statuscode == 0) { in main()
496 statuscode = statuscode * 10 + in main()
501 if (statuscode < 100 || statuscode > 599) in main()
567 if (100 <= statuscode && statuscode <= 199) { in main()
568 statuscode = 0; in main()
578 if (statuscode == 204 || statuscode == 304) { in main()
587 if (statuscode == 200) { in main()
672 statuscode); in main()
673 if (statuscode == 200) in main()
[all …]
/freebsd-14.2/sys/contrib/dev/athk/ath12k/
H A Dwmi.h3799 __le32 statuscode; member
H A Dwmi.c2861 cmd->statuscode = cpu_to_le32(status); in ath12k_wmi_addba_set_resp()
/freebsd-14.2/sys/contrib/dev/athk/ath10k/
H A Dwmi.h6296 __le32 statuscode; member
H A Dwmi.c8238 cmd->statuscode = __cpu_to_le32(status); in ath10k_wmi_op_gen_addba_set_resp()
/freebsd-14.2/sys/contrib/dev/athk/ath11k/
H A Dwmi.h3993 u32 statuscode; member
H A Dwmi.c2895 cmd->statuscode = status; in ath11k_wmi_addba_set_resp()