Searched refs:g_ioctl_arg (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/lib/libgeom/ |
| D | geom_util.c | 72 g_ioctl_arg(int fd, unsigned long cmd, void *arg) in g_ioctl_arg() function 87 return (g_ioctl_arg(fd, cmd, NULL)); in g_ioctl() 98 if (g_ioctl_arg(fd, DIOCGMEDIASIZE, &mediasize) == -1) in g_mediasize() 111 if (g_ioctl_arg(fd, DIOCGSECTORSIZE, §orsize) == -1) in g_sectorsize() 124 if (g_ioctl_arg(fd, DIOCGSTRIPESIZE, &stripesize) == -1) in g_stripesize() 137 if (g_ioctl_arg(fd, DIOCGSTRIPEOFFSET, &stripeoffset) == -1) in g_stripeoffset() 150 if (g_ioctl_arg(fd, DIOCGPROVIDERNAME, name) == -1) in g_providername() 175 return (g_ioctl_arg(fd, DIOCGDELETE, arg)); in g_delete() 186 if (g_ioctl_arg(fd, DIOCGIDENT, lident) == -1) in g_get_ident()
|