ioctl_map_entry
LIST_ENTRY(ioctl_map_entry) entries;
struct ioctl_map_entry *e;
struct ioctl_map_entry *ne;
ne = kmalloc(sizeof(struct ioctl_map_entry), M_IOCTLMAP,
struct ioctl_map_entry *ne;
struct ioctl_map_entry;
LIST_HEAD(, ioctl_map_entry) mapping;