OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pfdlist
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/librumpuser/
rumpuser_sp.c
81
static struct pollfd
pfdlist
[MAXCLI];
variable in typeref:struct:pollfd[]
565
pfdlist
[idx].fd = -1;
566
pfdlist
[idx].revents = 0;
647
if (
pfdlist
[i].fd == -1 && spclist[i].spc_state == SPCSTATE_NEW)
662
pfdlist
[i].fd = newfd;
1189
pfdlist
[idx].fd = -1;
1190
pfdlist
[idx].events = POLLIN;
1197
pfdlist
[0].fd = spclist[0].spc_fd = sarg->sps_sock;
1198
pfdlist
[0].events = POLLIN;
1222
if (
pfdlist
[idx].fd != -1)
[
all
...]
rumpuser_sp.c
81
static struct pollfd
pfdlist
[MAXCLI];
variable in typeref:struct:pollfd[]
565
pfdlist
[idx].fd = -1;
566
pfdlist
[idx].revents = 0;
647
if (
pfdlist
[i].fd == -1 && spclist[i].spc_state == SPCSTATE_NEW)
662
pfdlist
[i].fd = newfd;
1189
pfdlist
[idx].fd = -1;
1190
pfdlist
[idx].events = POLLIN;
1197
pfdlist
[0].fd = spclist[0].spc_fd = sarg->sps_sock;
1198
pfdlist
[0].events = POLLIN;
1222
if (
pfdlist
[idx].fd != -1)
[
all
...]
Completed in 22 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025