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.c584 fill_vmtotal(struct vmtotal *vmtp) in fill_vmtotal() argument
592 size = sizeof(*vmtp); in fill_vmtotal()
593 mysysctl("vm.vmtotal", vmtp, &size); in fill_vmtotal()
594 if (size != sizeof(*vmtp)) in fill_vmtotal()