Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libefi/
H A Drdwr_efi.c1131 struct blkpg_ioctl_arg ioctl_arg; in call_blkpg_ioctl() local
1148 ioctl_arg.op = command; in call_blkpg_ioctl()
1149 ioctl_arg.flags = 0; in call_blkpg_ioctl()
1150 ioctl_arg.datalen = sizeof (struct blkpg_partition); in call_blkpg_ioctl()
1151 ioctl_arg.data = &linux_part; in call_blkpg_ioctl()
1153 return (ioctl(fd, BLKPG, &ioctl_arg)); in call_blkpg_ioctl()