Searched refs:striparg (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/geom/raid/
H A Dmd_jmicron.c1036 intmax_t *sizearg, *striparg; local
1148 len = sizeof(*striparg);
1149 striparg = gctl_get_param(req, "strip", &len);
1150 if (striparg != NULL && len == sizeof(*striparg) &&
1151 *striparg > 0) {
1152 if (*striparg < sectorsize) {
1156 if (*striparg % sectorsize != 0) {
1164 strip = *striparg;
H A Dmd_intel.c1704 intmax_t *sizearg, *striparg; local
1832 len = sizeof(*striparg);
1833 striparg = gctl_get_param(req, "strip", &len);
1834 if (striparg != NULL && len == sizeof(*striparg) &&
1835 *striparg > 0) {
1836 if (*striparg < sectorsize) {
1840 if (*striparg % sectorsize != 0) {
1848 strip = *striparg;
2008 len = sizeof(*striparg);
[all...]
H A Dmd_nvidia.c1040 intmax_t *sizearg, *striparg; local
1151 len = sizeof(*striparg);
1152 striparg = gctl_get_param(req, "strip", &len);
1153 if (striparg != NULL && len == sizeof(*striparg) &&
1154 *striparg > 0) {
1155 if (*striparg < sectorsize) {
1159 if (*striparg % sectorsize != 0) {
1167 strip = *striparg;
H A Dmd_sii.c1124 intmax_t *sizearg, *striparg; local
1235 len = sizeof(*striparg);
1236 striparg = gctl_get_param(req, "strip", &len);
1237 if (striparg != NULL && len == sizeof(*striparg) &&
1238 *striparg > 0) {
1239 if (*striparg < sectorsize) {
1243 if (*striparg % sectorsize != 0) {
1251 strip = *striparg;
H A Dmd_promise.c1274 intmax_t *sizearg, *striparg; local
1417 len = sizeof(*striparg);
1418 striparg = gctl_get_param(req, "strip", &len);
1419 if (striparg != NULL && len == sizeof(*striparg) &&
1420 *striparg > 0) {
1421 if (*striparg < sectorsize) {
1425 if (*striparg % sectorsize != 0) {
1429 strip = *striparg;
H A Dmd_ddf.c2260 intmax_t *sizearg, *striparg; local
2409 len = sizeof(*striparg);
2410 striparg = gctl_get_param(req, "strip", &len);
2411 if (striparg != NULL && len == sizeof(*striparg) &&
2412 *striparg > 0) {
2413 if (*striparg < sectorsize) {
2417 if (*striparg % sectorsize != 0) {
2421 strip = *striparg;

Completed in 123 milliseconds