OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_open
(Results
1 - 5
of
5
) sorted by null
/system/core/toolbox/upstream-netbsd/bin/dd/
dd_hostops.c
43
.
op_open
= open,
dd.h
43
int (*
op_open
)(const char *, int, ...);
member in struct:ddfops
63
#define ddop_open(dir, a1, a2, ...) dir.ops->
op_open
(a1, a2, __VA_ARGS__)
dd.c
95
.
op_open
= open,
/external/chromium_org/third_party/libusb/src/libusb/os/
linux_usbfs.c
1262
static int
op_open
(struct libusb_device_handle *handle)
function
[
all
...]
/external/libusb/libusb/os/
linux_usbfs.c
1049
static int
op_open
(struct libusb_device_handle *handle)
function
[
all
...]
Completed in 242 milliseconds