Searched refs:ooa_hdr (Results 1 – 1 of 1) sorted by relevance
466 struct ctl_ooa *ooa_hdr,2464 struct ctl_ooa *ooa_hdr, struct ctl_ooa_entry *kern_entries) in ctl_ioctl_fill_ooa() argument2484 if (*cur_fill_num >= ooa_hdr->alloc_num) { in ctl_ioctl_fill_ooa()2687 struct ctl_ooa *ooa_hdr; in ctl_ioctl() local2691 ooa_hdr = (struct ctl_ooa *)addr; in ctl_ioctl()2693 if ((ooa_hdr->alloc_len == 0) in ctl_ioctl()2694 || (ooa_hdr->alloc_num == 0)) { in ctl_ioctl()2697 ooa_hdr->alloc_len, ooa_hdr->alloc_num); in ctl_ioctl()2702 if (ooa_hdr->alloc_len != (ooa_hdr->alloc_num * in ctl_ioctl()2706 __func__, ooa_hdr->alloc_len, in ctl_ioctl()[all …]