Searched refs:pu_fd (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/lib/libpuffs/
H A Dpuffs.c156 return pu->pu_fd;
184 rv = ioctl(pu->pu_fd, FIONBIO, &x);
545 if (sscanf(comfd, "%d", &pu->pu_fd) != 1) {
551 if (fcntl(pu->pu_fd, F_GETFL) == -1) {
559 al_rv = write(pu->pu_fd, buf, len); \
609 pu->pu_kargp->pa_fd = pu->pu_fd = fd;
H A Dpuffs_priv.h95 int pu_fd; member in struct:puffs_usermount
H A Ddispatcher.c72 puffs_framev_enqueue_justsend(pu, pu->pu_fd,

Completed in 115 milliseconds