Home
last modified time | relevance | path

Searched refs:_vtqalloc (Results 1 – 4 of 4) sorted by relevance

/plan9/sys/src/libventi/
H A Dqueue.h3 Queue *_vtqalloc(void);
H A Dsend.c132 q = _vtqalloc(); in vtrecvproc()
165 q = _vtqalloc(); in vtsendproc()
H A Dqueue.c24 _vtqalloc(void) in _vtqalloc() function
H A Dserver.c66 s->q = _vtqalloc(); in vtlisten()