Home
last modified time | relevance | path

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

/netbsd-src/sys/rump/net/lib/libsockin/
H A Dsockin.c340 struct pollfd *pfds = NULL, *npfds; in sockinworker() local
351 npfds = NULL; in sockinworker()
354 npfds = kmem_alloc(nsock * sizeof(*npfds), in sockinworker()
356 if (npfds || nsock == 0) { in sockinworker()
359 pfds = npfds; in sockinworker()