/third_party/libinput/test/ |
D | test-log.c | 51 static int open_restricted(const char *path, int flags, void *data) in open_restricted() function 63 .open_restricted = open_restricted,
|
D | test-udev.c | 36 static int open_restricted(const char *path, int flags, void *data) in open_restricted() function 48 .open_restricted = open_restricted,
|
D | test-misc.c | 37 static int open_restricted(const char *path, int flags, void *data) in open_restricted() function 48 .open_restricted = open_restricted, 598 .open_restricted = open_restricted_leak,
|
D | test-path.c | 64 .open_restricted = open_restricted_count, 69 open_restricted(const char *path, int flags, void *data) in open_restricted() function 82 .open_restricted = open_restricted,
|
D | test-touch.c | 539 static int open_restricted(const char *path, int flags, void *data) in open_restricted() function 551 .open_restricted = open_restricted,
|
D | litest.c | 811 open_restricted(const char *path, int flags, void *userdata) in open_restricted() function 858 .open_restricted = open_restricted,
|
/third_party/libinput/doc/api/ |
D | mainpage.dox | 70 static int open_restricted(const char *path, int flags, void *user_data) 82 .open_restricted = open_restricted,
|
/third_party/libinput/tools/ |
D | shared.c | 275 open_restricted(const char *path, int flags, void *user_data) in open_restricted() function 297 .open_restricted = open_restricted,
|
D | libinput-record.c | 2429 open_restricted(const char *path, int flags, void *user_data) in open_restricted() function 2441 .open_restricted = open_restricted,
|
/third_party/libinput/src/ |
D | evdev-tablet-pad-leds.c | 135 fd = open_restricted(libinput, path, O_RDONLY | O_NONBLOCK | O_CLOEXEC); in pad_led_new()
|
D | libinput.h | 3513 int (*open_restricted)(const char *path, int flags, void *user_data); member
|
D | libinput-private.h | 499 open_restricted(struct libinput *libinput,
|
D | libinput.c | 1852 assert(interface->open_restricted != NULL); in libinput_init() 2043 open_restricted(struct libinput *libinput, in open_restricted() function 2046 return libinput->interface->open_restricted(path, in open_restricted()
|
D | evdev.c | 2312 fd = open_restricted(libinput, devnode, in evdev_device_create() 2920 fd = open_restricted(libinput, devnode, in evdev_device_resume()
|
/third_party/libinput/export_include/ |
D | libinput.h | 3513 int (*open_restricted)(const char *path, int flags, void *user_data); member
|