Home
last modified time | relevance | path

Searched refs:pipev (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Drefer3.c23 int pipev[2], fr1, fr2, fw1, fw2, n; in corout() local
26 pipe(pipev); in corout()
27 fr1 = pipev[0]; in corout()
28 fw1 = pipev[1]; in corout()
29 pipe(pipev); in corout()
30 fr2 = pipev[0]; in corout()
31 fw2 = pipev[1]; in corout()
H A Dglue3.c30 int pipev[2], fr1, fr2, fw1, fw2, n; in corout() local
41 pipe(pipev); in corout()
42 fr1 = pipev[0]; in corout()
43 fw1 = pipev[1]; in corout()
44 pipe(pipev); in corout()
45 fr2 = pipev[0]; in corout()
46 fw2 = pipev[1]; in corout()
/illumos-gate/usr/src/cmd/bhyve/
H A Dmevent.c829 struct mevent *pipev; in mevent_dispatch() local
832 struct mevent *pipev; in mevent_dispatch()
866 pipev = mevent_add(mevent_pipefd[0], EVF_READ, mevent_pipe_read, NULL); in mevent_dispatch()
867 assert(pipev != NULL); in mevent_dispatch()