HomeSort by: relevance | last modified time | path
    Searched refs:VM_RPC_OPEN (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/vmt/
vmtreg.h 68 #define VM_RPC_OPEN 0x00
77 #define VM_RPC_OPEN_RPCI 0x49435052UL /* with VM_RPC_OPEN. */
vmt_subr.c 62 static int vm_rpc_open(struct vm_rpc *, uint32_t);
227 if (vm_rpc_open(&sc->sc_tclo_rpc, VM_RPC_OPEN_TCLO) != 0) {
782 if (vm_rpc_open(&sc->sc_tclo_rpc, VM_RPC_OPEN_TCLO) != 0) {
876 vm_rpc_open(struct vm_rpc *rpc, uint32_t proto) function in typeref:typename:int
883 frame.ecx = VM_REG_CMD_RPC(VM_RPC_OPEN);
1086 if (vm_rpc_open(&rpci, VM_RPC_OPEN_RPCI) != 0) {

Completed in 14 milliseconds