Home
last modified time | relevance | path

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

/glibc-2.36/hurd/hurd/
Dioctl.h29 typedef int (*ioctl_handler_t) (int fd, int request, void *arg); typedef
38 ioctl_handler_t handler;
49 ioctl_handler_t handler);
60 (ioctl_handler_t) (handler), NULL }; \
79 ioctl_handler_t _hurd_lookup_ioctl_handler (int request);
/glibc-2.36/hurd/
Dhurdioctl.c32 ioctl_handler_t in symbol_set_define()
/glibc-2.36/sysdeps/mach/hurd/
Dioctl.c228 ioctl_handler_t handler = _hurd_lookup_ioctl_handler (request); in __ioctl()
/glibc-2.36/ChangeLog.old/
DChangeLog.59965 (ioctl_handler_t): New typedef. Use it throughout.
DChangeLog.17862 `ioctl_handler_t'.