HomeSort by: relevance | last modified time | path
    Searched defs:clispc (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/librumpclient/
rumpclient.c 117 static struct spclient clispc = { variable in typeref:struct:spclient
198 if ((rv = handshake_req(&clispc, HANDSHAKE_GUEST,
286 pfd[0].fd = clispc.spc_fd;
588 rv = syscall_req(&clispc, &omask, sysnum, data, dlen, &rdata);
717 EV_SET(&kev[NSIG], clispc.spc_fd,
762 if (clispc.spc_fd != -1)
763 host_close(clispc.spc_fd);
764 clispc.spc_fd = -1;
769 putwait_locked(&clispc, &rw, &rhdr);
771 pthread_mutex_lock(&clispc.spc_mtx)
    [all...]

Completed in 16 milliseconds