Home
last modified time | relevance | path

Searched refs:kstat_kv_u32 (Results 1 – 11 of 11) sorted by relevance

/openbsd/sys/net/
H A Difq.c255 kstat_kv_u32(&kd->kd_qlen) = ifq->ifq_len; in ifq_kstat_copy()
256 kstat_kv_u32(&kd->kd_maxqlen) = ifq->ifq_maxlen; in ifq_kstat_copy()
258 kstat_kv_u32(&kd->kd_oactives) = ifq->ifq_oactives; in ifq_kstat_copy()
652 kstat_kv_u32(&kd->kd_qlen) = ml_len(&ifiq->ifiq_ml); in ifiq_kstat_copy()
H A Dif_pfsync.c337 kstat_kv_u32(&pd->pd_qdrop) = mq_drops(&s->s_sendq); in pfsync_kstat_copy()
339 kstat_kv_u32(&pd->pd_defer_len) = s->s_deferred; in pfsync_kstat_copy()
H A Dif_aggr.c3062 kstat_kv_u32(&pk->nselectch) = p->p_nselectch; in aggr_port_kstat_read()
/openbsd/sys/sys/
H A Dkstat.h121 #define kstat_kv_u32(_kv) (_kv)->kv_v.v_u32 macro
/openbsd/sys/dev/ofw/
H A Dofw_thermal.c585 kstat_kv_u32(&tzk->tzk_tp) = 0; in thermal_zone_kstat_update()
592 kstat_kv_u32(&tzk->tzk_tp) = tz->tz_tp->tp_node; in thermal_zone_kstat_update()
/openbsd/usr.bin/kstat/
H A Dkstat.c426 printf("%" PRIu32, kstat_kv_u32(kv)); in kstat_kv()
/openbsd/sys/dev/ic/
H A Dre.c2538 kstat_kv_u32(&kvs->rx_er) = lemtoh32(&rs->re_rx_er); in re_kstat_copy()
2541 kstat_kv_u32(&kvs->tx_1col) = lemtoh32(&rs->re_tx_1col); in re_kstat_copy()
2542 kstat_kv_u32(&kvs->tx_mcol) = lemtoh32(&rs->re_tx_mcol); in re_kstat_copy()
2545 kstat_kv_u32(&kvs->rx_ok_mul) = lemtoh32(&rs->re_rx_ok_mul); in re_kstat_copy()
/openbsd/sys/dev/pci/
H A Dif_bge.c3920 kstat_kv_u32(&kvs[bge_stat_out_ucast_pkt]) += ucast; in bge_stats_update_regs()
3921 kstat_kv_u32(&kvs[bge_stat_out_mcast_pkt]) += mcast; in bge_stats_update_regs()
3922 kstat_kv_u32(&kvs[bge_stat_out_bcast_pkt]) += bcast; in bge_stats_update_regs()
3923 kstat_kv_u32(&kvs[bge_stat_collisions]) += collisions; in bge_stats_update_regs()
3924 kstat_kv_u32(&kvs[bge_stat_if_in_drops]) += discards; in bge_stats_update_regs()
3925 kstat_kv_u32(&kvs[bge_stat_if_in_errors]) += inerrors; in bge_stats_update_regs()
4992 kstat_kv_u32(kvs) += CSR_READ_4(sc, in bge_kstat_read()
H A Dif_rge.c2820 kstat_kv_u32(&kvs->rx_er) = lemtoh32(&rs->rge_rx_er); in rge_kstat_copy()
2823 kstat_kv_u32(&kvs->tx_1col) = lemtoh32(&rs->rge_tx_1col); in rge_kstat_copy()
2824 kstat_kv_u32(&kvs->tx_mcol) = lemtoh32(&rs->rge_tx_mcol); in rge_kstat_copy()
2827 kstat_kv_u32(&kvs->rx_ok_mul) = lemtoh32(&rs->rge_rx_ok_mul); in rge_kstat_copy()
H A Dif_msk.c2427 kstat_kv_u32(&kvs[i]) = msk_mib_read32(sc_if, m->reg); in msk_kstat_read()
H A Dif_myx.c2178 kstat_kv_u32(&mk->mk_rdma_tags_available) = in myx_kstat_read()