Home
last modified time | relevance | path

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

/dflybsd-src/sbin/vinum/
H A Dcommands.c76 int ioctltype; /* for ioctl call */ in vinum_create() local
159 ioctltype = 0; /* saveconfig after update */ in vinum_create()
160 error = ioctl(superdev, VINUM_SAVECONFIG, &ioctltype); /* save the config to disk */ in vinum_create()
1484 int ioctltype; in vinum_saveconfig() local
1490 ioctltype = 1; /* user saveconfig */ in vinum_saveconfig()
1491 if (ioctl(superdev, VINUM_SAVECONFIG, &ioctltype) < 0) in vinum_saveconfig()
1587 int ioctltype; in vinum_concat() local
1660 ioctltype = 0; /* saveconfig after update */ in vinum_concat()
1661 error = ioctl(superdev, VINUM_SAVECONFIG, &ioctltype); /* save the config to disk */ in vinum_concat()
1688 int ioctltype; in vinum_stripe() local
[all …]