OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_close
(Results
1 - 4
of
4
) sorted by null
/system/core/toolbox/upstream-netbsd/bin/dd/
dd_hostops.c
44
.
op_close
= close,
dd.h
44
int (*
op_close
)(int);
member in struct:ddfops
64
#define ddop_close(dir, a1) dir.ops->
op_close
(a1)
dd.c
96
.
op_close
= close,
328
io->ops->
op_close
(fd);
/external/libusb/libusb/os/
linux_usbfs.c
1324
static void
op_close
(struct libusb_device_handle *dev_handle)
function
[
all
...]
Completed in 166 milliseconds