Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/net/
H A Dprotocols91 vmtp 81 VMTP # Versatile Message Transport
92 secure-vmtp 82 SECURE-VMTP # SECURE-VMTP
/freebsd-13.1/usr.bin/vmstat/
H A Dvmstat.c591 fill_vmtotal(struct vmtotal *vmtp) in fill_vmtotal() argument
599 size = sizeof(*vmtp); in fill_vmtotal()
600 mysysctl("vm.vmtotal", vmtp, &size); in fill_vmtotal()
601 if (size != sizeof(*vmtp)) in fill_vmtotal()