Searched refs:ooa_hdr (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/cam/ctl/
H A Dctl.c400 struct ctl_ooa *ooa_hdr,
2438 struct ctl_ooa *ooa_hdr, struct ctl_ooa_entry *kern_entries)
2460 if (*cur_fill_num >= ooa_hdr->alloc_num) {
2664 struct ctl_ooa *ooa_hdr; local
2668 ooa_hdr = (struct ctl_ooa *)addr;
2670 if ((ooa_hdr->alloc_len == 0)
2671 || (ooa_hdr->alloc_num == 0)) {
2674 ooa_hdr->alloc_len, ooa_hdr->alloc_num);
2679 if (ooa_hdr
2437 ctl_ioctl_fill_ooa(struct ctl_lun *lun, uint32_t *cur_fill_num, struct ctl_ooa *ooa_hdr, struct ctl_ooa_entry *kern_entries) argument
[all...]

Completed in 139 milliseconds