Home
last modified time | relevance | path

Searched refs:outtype (Results 1 – 1 of 1) sorted by relevance

/system/public/zircon/device/
A Dioctl-wrapper.h41 #define IOCTL_WRAPPER_INOUT(name, op, intype, outtype) \ argument
42 static inline ssize_t name(int fd, const intype* in, outtype* out) { \
46 #define IOCTL_WRAPPER_VARIN_OUT(name, op, intype, outtype) \ argument
47 static inline ssize_t name(int fd, const intype* in, size_t in_len, outtype* out) { \
51 #define IOCTL_WRAPPER_IN_VAROUT(name, op, intype, outtype) \ argument
52 static inline ssize_t name(int fd, const intype* in, outtype* out, size_t out_len) { \
56 #define IOCTL_WRAPPER_VARIN_VAROUT(name, op, intype, outtype) \ argument
57 static inline ssize_t name(int fd, const intype* in, size_t in_len, outtype* out, size_t out_len) {…

Completed in 17 milliseconds