Searched refs:fs_open (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/lib/libusb/
H A Dlibusb20_ugen20.c802 struct usb_fs_open fs_open; member in union:__anon424
815 temp.fs_open.max_bufsize = MaxBufSize;
816 temp.fs_open.max_frames = MaxFrameCount;
817 temp.fs_open.ep_index = xfer->trIndex;
818 temp.fs_open.ep_no = ep_no;
826 if (ioctl(xfer->pdev->file, IOUSB(USB_FS_OPEN), &temp.fs_open))
830 xfer->maxFrames = temp.fs_open.max_frames;
833 xfer->maxTotalLength = temp.fs_open.max_bufsize;
834 xfer->maxPacketLen = temp.fs_open.max_packet_length;
/freebsd-current/sys/dev/usb/
H A Dusb_ioctl.h208 struct usb_fs_open fs_open; member in struct:usb_fs_open_stream
/freebsd-current/usr.sbin/makefs/zfs/
H A Dfs.c282 fs_open(const fsnode *cur, struct fs_populate_arg *arg, int flags) function
543 fd = fs_open(cur, arg, O_RDONLY);
/freebsd-current/contrib/lib9p/backend/
H A Dfs.c200 static int fs_open(void *, struct l9p_request *);
1610 fs_open(void *softc, struct l9p_request *req) function
3006 backend->open = fs_open;

Completed in 136 milliseconds