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

  /src/lib/librumpuser/
rumpuser_sp.c 82 static struct spclient spclist[MAXCLI]; variable in typeref:struct:spclient[]
560 struct spclient *spc = &spclist[idx];
598 spc = &spclist[i];
647 if (pfdlist[i].fd == -1 && spclist[i].spc_state == SPCSTATE_NEW)
663 spclist[i].spc_fd = newfd;
664 spclist[i].spc_istatus = SPCSTATUS_BUSY; /* dedicated receiver */
665 spclist[i].spc_refcnt = 1;
667 TAILQ_INIT(&spclist[i].spc_respwait);
1192 spc = &spclist[idx];
1197 pfdlist[0].fd = spclist[0].spc_fd = sarg->sps_sock
    [all...]
rumpuser_sp.c 82 static struct spclient spclist[MAXCLI]; variable in typeref:struct:spclient[]
560 struct spclient *spc = &spclist[idx];
598 spc = &spclist[i];
647 if (pfdlist[i].fd == -1 && spclist[i].spc_state == SPCSTATE_NEW)
663 spclist[i].spc_fd = newfd;
664 spclist[i].spc_istatus = SPCSTATUS_BUSY; /* dedicated receiver */
665 spclist[i].spc_refcnt = 1;
667 TAILQ_INIT(&spclist[i].spc_respwait);
1192 spc = &spclist[idx];
1197 pfdlist[0].fd = spclist[0].spc_fd = sarg->sps_sock
    [all...]

Completed in 22 milliseconds