Home
last modified time | relevance | path

Searched refs:ctl_ooa_entry (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/cam/ctl/
H A Dctl_ioctl.h254 struct ctl_ooa_entry { struct
269 struct ctl_ooa_entry *entries; /* filled in kernel */ argument
H A Dctl.c467 struct ctl_ooa_entry *kern_entries);
2464 struct ctl_ooa *ooa_hdr, struct ctl_ooa_entry *kern_entries) in ctl_ioctl_fill_ooa()
2478 struct ctl_ooa_entry *entry; in ctl_ioctl_fill_ooa()
2689 struct ctl_ooa_entry *entries; in ctl_ioctl()
2704 sizeof(struct ctl_ooa_entry))) { in ctl_ioctl()
2708 ooa_hdr->alloc_num,sizeof(struct ctl_ooa_entry)); in ctl_ioctl()
2743 sizeof(struct ctl_ooa_entry); in ctl_ioctl()
/freebsd-14.2/usr.sbin/ctladm/
H A Dctladm.c292 len = num_entries * sizeof(struct ctl_ooa_entry); in cctl_dump_ooa()
327 struct ctl_ooa_entry *entry; in cctl_dump_ooa()