Home
last modified time | relevance | path

Searched refs:vmtp (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/lib/libc/net/
H A Dprotocols90 vmtp 81 VMTP # Versatile Message Transport
91 secure-vmtp 82 SECURE-VMTP # SECURE-VMTP
/freebsd-14.2/usr.bin/vmstat/
H A Dvmstat.c594 fill_vmtotal(struct vmtotal *vmtp) in fill_vmtotal() argument
602 size = sizeof(*vmtp); in fill_vmtotal()
603 mysysctl("vm.vmtotal", vmtp, &size); in fill_vmtotal()
604 if (size != sizeof(*vmtp)) in fill_vmtotal()