Home
last modified time | relevance | path

Searched refs:mib (Results 1 – 5 of 5) sorted by relevance

/qemu/hw/net/
H A Dmcf_fec.c58 uint32_t mib[FEC_MIB_SIZE]; member
214 s->mib[MIB_RMON_T_PACKETS]++; in mcf_fec_tx_stats()
215 s->mib[MIB_RMON_T_OCTETS] += size; in mcf_fec_tx_stats()
217 s->mib[MIB_RMON_T_FRAG]++; in mcf_fec_tx_stats()
219 s->mib[MIB_RMON_T_P64]++; in mcf_fec_tx_stats()
221 s->mib[MIB_RMON_T_P65TO127]++; in mcf_fec_tx_stats()
233 s->mib[MIB_IEEE_T_FRAME_OK]++; in mcf_fec_tx_stats()
505 s->mib[MIB_RMON_R_PACKETS]++; in mcf_fec_rx_stats()
508 s->mib[MIB_RMON_R_FRAG]++; in mcf_fec_rx_stats()
510 s->mib[MIB_RMON_R_P64]++; in mcf_fec_rx_stats()
[all …]
/qemu/bsd-user/
H A Dmain.c260 int mib[4]; in save_proc_pathname() local
263 mib[0] = CTL_KERN; in save_proc_pathname()
264 mib[1] = KERN_PROC; in save_proc_pathname()
265 mib[2] = KERN_PROC_PATHNAME; in save_proc_pathname()
266 mib[3] = -1; in save_proc_pathname()
269 if (sysctl(mib, 4, qemu_proc_pathname, &len, NULL, 0)) { in save_proc_pathname()
/qemu/util/
H A Dcutils.c1094 static int mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1}; in qemu_init_exec_dir()
1096 static int mib[4] = {CTL_KERN, KERN_PROC_ARGS, -1, KERN_PROC_PATHNAME}; in qemu_init_exec_dir()
1101 if (!sysctl(mib, ARRAY_SIZE(mib), buf, &len, NULL, 0) && in qemu_init_exec_dir()
/qemu/bsd-user/freebsd/
H A Dos-sys.c336 int mib[2] = {snamep[0], snamep[1]}; in do_freebsd_sysctl_oid() local
340 if (sysctl(mib, 2, &lvalue, &len, NULL, 0) == -1) { in do_freebsd_sysctl_oid()
/qemu/tests/tcg/i386/
H A Dx86.csv87 # TODO: Describe mib.
310 "BNDLDX bnd1, mib","BNDLDX mib, bnd1","bndldx mib, bnd1","0F 1A /r","V","V","MPX","modrm_memonly","…
317 "BNDSTX mib, bnd1","BNDSTX bnd1, mib","bndstx bnd1, mib","0F 1B /r","V","V","MPX","modrm_memonly","…