Home
last modified time | relevance | path

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

/freebsd/lib/libc/net/
H A Dprotocols87 vmtp 81 VMTP # Versatile Message Transport
88 secure-vmtp 82 SECURE-VMTP # SECURE-VMTP
/freebsd/usr.bin/vmstat/
H A Dvmstat.c573 fill_vmtotal(struct vmtotal *vmtp) in fill_vmtotal() argument
581 size = sizeof(*vmtp); in fill_vmtotal()
582 mysysctl("vm.vmtotal", vmtp, &size); in fill_vmtotal()
583 if (size != sizeof(*vmtp)) in fill_vmtotal()