Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDmapped_ioctl.h52 struct ioctl_map_entry;
78 LIST_HEAD(, ioctl_map_entry) mapping;
/dragonfly/sys/kern/
HDsys_generic.c545 struct ioctl_map_entry { struct
548 LIST_ENTRY(ioctl_map_entry) entries; argument
588 struct ioctl_map_entry *e; in mapped_ioctl()
747 struct ioctl_map_entry *ne; in mapped_ioctl_register_handler()
752 ne = kmalloc(sizeof(struct ioctl_map_entry), M_IOCTLMAP, in mapped_ioctl_register_handler()
771 struct ioctl_map_entry *ne; in mapped_ioctl_unregister_handler()