Home
last modified time | relevance | path

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

/freebsd/sys/cam/ctl/
H A Dctl_ioctl.h256 struct ctl_ooa_entry { struct
271 struct ctl_ooa_entry *entries; /* filled in kernel */ argument
H A Dctl.c401 struct ctl_ooa_entry *kern_entries);
2438 struct ctl_ooa *ooa_hdr, struct ctl_ooa_entry *kern_entries) in ctl_ioctl_fill_ooa()
2452 struct ctl_ooa_entry *entry; in ctl_ioctl_fill_ooa()
2665 struct ctl_ooa_entry *entries; in ctl_ioctl()
2680 sizeof(struct ctl_ooa_entry))) { in ctl_ioctl()
2684 ooa_hdr->alloc_num,sizeof(struct ctl_ooa_entry)); in ctl_ioctl()
2719 sizeof(struct ctl_ooa_entry); in ctl_ioctl()
/freebsd/usr.sbin/ctladm/
H A Dctladm.c296 len = num_entries * sizeof(struct ctl_ooa_entry); in cctl_dump_ooa()
331 struct ctl_ooa_entry *entry; in cctl_dump_ooa()