Home
last modified time | relevance | path

Searched refs:cur_user (Results 1 – 3 of 3) sorted by relevance

/freebsd/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib1873 typeset cur_user=
1890 cur_user="given user \"$username\""
1892 cur_user="current user \"`$LOGNAME`\""
1897 "with $cur_user."
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_rx.c1206 int cur_user; in ath12k_htt_tlv_ppdu_stats_parse() local
1229 cur_user = ath12k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath12k_htt_tlv_ppdu_stats_parse()
1231 if (cur_user < 0) in ath12k_htt_tlv_ppdu_stats_parse()
1233 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath12k_htt_tlv_ppdu_stats_parse()
1249 cur_user = ath12k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath12k_htt_tlv_ppdu_stats_parse()
1251 if (cur_user < 0) in ath12k_htt_tlv_ppdu_stats_parse()
1253 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath12k_htt_tlv_ppdu_stats_parse()
1270 cur_user = ath12k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath12k_htt_tlv_ppdu_stats_parse()
1272 if (cur_user < 0) in ath12k_htt_tlv_ppdu_stats_parse()
1274 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath12k_htt_tlv_ppdu_stats_parse()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_rx.c1256 int cur_user; in ath11k_htt_tlv_ppdu_stats_parse() local
1283 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1285 if (cur_user < 0) in ath11k_htt_tlv_ppdu_stats_parse()
1287 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1306 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1308 if (cur_user < 0) in ath11k_htt_tlv_ppdu_stats_parse()
1310 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1331 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1333 if (cur_user < 0) in ath11k_htt_tlv_ppdu_stats_parse()
1335 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()