Searched refs:ooa_hdr (Results 1 – 1 of 1) sorted by relevance
400 struct ctl_ooa *ooa_hdr,2438 struct ctl_ooa *ooa_hdr, struct ctl_ooa_entry *kern_entries) in ctl_ioctl_fill_ooa() argument2460 if (*cur_fill_num >= ooa_hdr->alloc_num) { in ctl_ioctl_fill_ooa()2664 struct ctl_ooa *ooa_hdr; in ctl_ioctl() local2668 ooa_hdr = (struct ctl_ooa *)addr; in ctl_ioctl()2670 if ((ooa_hdr->alloc_len == 0) in ctl_ioctl()2671 || (ooa_hdr->alloc_num == 0)) { in ctl_ioctl()2674 ooa_hdr->alloc_len, ooa_hdr->alloc_num); in ctl_ioctl()2679 if (ooa_hdr->alloc_len != (ooa_hdr->alloc_num * in ctl_ioctl()2683 __func__, ooa_hdr->alloc_len, in ctl_ioctl()[all …]