OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:winfd
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libusb/src/libusb/os/
poll_windows.h
77
struct
winfd
{
struct
85
extern const struct
winfd
INVALID_WINFD;
95
struct
winfd
usbi_create_fd(HANDLE handle, int access_mode,
97
void usbi_free_fd(struct
winfd
*
winfd
);
98
struct
winfd
fd_to_winfd(int fd);
99
struct
winfd
handle_to_winfd(HANDLE handle);
100
struct
winfd
overlapped_to_winfd(OVERLAPPED* overlapped);
poll_windows.c
70
const struct
winfd
INVALID_WINFD = {-1, INVALID_HANDLE_VALUE, NULL, NULL, NULL, RW_NONE};
71
struct
winfd
poll_fd[MAX_FDS];
318
struct
winfd
usbi_create_fd(HANDLE handle, int access_mode, struct usbi_transfer *itransfer, cancel_transfer *cancel_fn)
321
struct
winfd
wfd = INVALID_WINFD;
376
memcpy(&poll_fd[i], &wfd, sizeof(struct
winfd
));
406
void usbi_free_fd(struct
winfd
*wfd)
424
struct
winfd
fd_to_winfd(int fd)
427
struct
winfd
wfd;
442
memcpy(&wfd, &poll_fd[i], sizeof(struct
winfd
));
450
struct
winfd
handle_to_winfd(HANDLE handle
[
all
...]
wince_usb.h
128
struct
winfd
pollable_fd;
wince_usb.c
597
struct
winfd
wfd = fd_to_winfd(transfer_priv->pollable_fd.fd);
624
struct
winfd
wfd;
[
all
...]
windows_usb.c
[
all
...]
windows_usb.h
291
struct
winfd
pollable_fd;
Completed in 42 milliseconds