Searched refs:ooa_hdr (Results 1 – 1 of 1) sorted by relevance
467 struct ctl_ooa *ooa_hdr,2392 struct ctl_ooa *ooa_hdr, struct ctl_ooa_entry *kern_entries) in ctl_ioctl_fill_ooa() argument2412 if (*cur_fill_num >= ooa_hdr->alloc_num) { in ctl_ioctl_fill_ooa()2616 struct ctl_ooa *ooa_hdr; in ctl_ioctl() local2620 ooa_hdr = (struct ctl_ooa *)addr; in ctl_ioctl()2622 if ((ooa_hdr->alloc_len == 0) in ctl_ioctl()2623 || (ooa_hdr->alloc_num == 0)) { in ctl_ioctl()2626 ooa_hdr->alloc_len, ooa_hdr->alloc_num); in ctl_ioctl()2631 if (ooa_hdr->alloc_len != (ooa_hdr->alloc_num * in ctl_ioctl()2635 __func__, ooa_hdr->alloc_len, in ctl_ioctl()[all …]