/openbsd/sys/sys/ |
H A D | kstat.h | 27 #define KSTAT_T_KV 1 macro
|
/openbsd/sys/dev/pci/ |
H A D | if_ixv.c | 1402 KSTAT_T_KV, 0); in ixv_kstats() 1433 KSTAT_T_KV, 0); in ixv_rxq_kstats() 1457 KSTAT_T_KV, 0); in ixv_txq_kstats()
|
H A D | if_ix.c | 3829 KSTAT_T_KV, 0); in ix_kstats() 3860 KSTAT_T_KV, 0); in ix_rxq_kstats() 3884 KSTAT_T_KV, 0); in ix_txq_kstats()
|
H A D | if_vmx.c | 1904 KSTAT_T_KV, 0); in vmx_kstat_create()
|
H A D | if_msk.c | 2365 KSTAT_T_KV, 0); in msk_kstat_attach()
|
H A D | if_myx.c | 2246 ks = kstat_create(DEVNAME(sc), 0, "myx-stats", 0, KSTAT_T_KV, 0); in myx_kstat_attach()
|
H A D | if_igc.c | 2796 ks = kstat_create(DEVNAME(sc), 0, "igc-stats", 0, KSTAT_T_KV, 0); in igc_kstat_attach()
|
H A D | if_mcx.c | 8536 ks = kstat_create(DEVNAME(sc), 0, ksp->ksp_name, 0, KSTAT_T_KV, 0); in mcx_kstat_attach_ppcnt() 8670 KSTAT_T_KV, 0); in mcx_kstat_attach_tmps() 8785 KSTAT_T_KV, 0); in mcx_kstat_attach_queues()
|
H A D | if_rge.c | 2883 KSTAT_T_KV, 0); in rge_kstat_attach()
|
H A D | if_em.c | 3860 KSTAT_T_KV, 0); in em_kstat_attach()
|
H A D | if_bge.c | 5010 KSTAT_T_KV, 0); in bge_kstat_attach()
|
/openbsd/sys/net/ |
H A D | ifq.c | 302 "txq", ifq->ifq_idx, KSTAT_T_KV, 0); in ifq_init() 686 "rxq", ifiq->ifiq_idx, KSTAT_T_KV, 0); in ifiq_init()
|
H A D | if_aggr.c | 3088 KSTAT_T_KV, 0); in aggr_port_kstat_attach()
|
H A D | if_pfsync.c | 438 KSTAT_T_KV, 0); in pfsync_clone_create()
|
/openbsd/usr.bin/kstat/ |
H A D | kstat.c | 586 case KSTAT_T_KV: in kstat_print()
|
/openbsd/sys/dev/ofw/ |
H A D | ofw_thermal.c | 617 ks = kstat_create("dt", 0, "thermal-zone", unit++, KSTAT_T_KV, 0); in thermal_zone_kstat_attach()
|
/openbsd/sys/arch/arm64/arm64/ |
H A D | cpu.c | 2478 ks = kstat_create(ci->ci_dev->dv_xname, 0, "mach", 0, KSTAT_T_KV, 0); in cpu_kstat_attach() 2586 KSTAT_T_KV, 0); in cpu_opp_kstat_attach()
|
/openbsd/sys/dev/ic/ |
H A D | ufshci.c | 2062 ks = kstat_create(sc->sc_dev.dv_xname, 0, "ccbs", 0, KSTAT_T_KV, 0); in ufshci_kstat_attach() 2083 ks = kstat_create(sc->sc_dev.dv_xname, 0, "slots", 0, KSTAT_T_KV, 0); in ufshci_kstat_attach()
|
H A D | re.c | 2601 KSTAT_T_KV, 0); in re_kstat_attach()
|
/openbsd/sys/arch/octeon/dev/ |
H A D | if_cnmac.c | 1453 KSTAT_T_KV, 0); in cnmac_kstat_attach()
|
H A D | if_ogx.c | 1783 ks = kstat_create(DEVNAME(sc), 0, "ogx-stats", 0, KSTAT_T_KV, 0); in ogx_kstat_attach()
|
/openbsd/sys/dev/fdt/ |
H A D | if_dwge.c | 1805 KSTAT_T_KV, 0); in dwge_kstat_attach()
|
H A D | if_cad.c | 1889 KSTAT_T_KV, 0); in cad_kstat_attach()
|
H A D | if_mvneta.c | 1975 KSTAT_T_KV, 0); in mvneta_kstat_attach()
|
/openbsd/sys/dev/usb/ |
H A D | if_umb.c | 3225 ks = kstat_create(DEVNAM(sc), 0, "mbim-signal", 0, KSTAT_T_KV, 0); in umb_kstat_attach()
|