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

/freebsd-11-stable/sys/geom/raid/
H A Dmd_jmicron.c1034 intmax_t *sizearg, *striparg; local
1146 len = sizeof(*striparg);
1147 striparg = gctl_get_param(req, "strip", &len);
1148 if (striparg != NULL && len == sizeof(*striparg) &&
1149 *striparg > 0) {
1150 if (*striparg < sectorsize) {
1154 if (*striparg % sectorsize != 0) {
1162 strip = *striparg;
H A Dmd_intel.c1701 intmax_t *sizearg, *striparg; local
1829 len = sizeof(*striparg);
1830 striparg = gctl_get_param(req, "strip", &len);
1831 if (striparg != NULL && len == sizeof(*striparg) &&
1832 *striparg > 0) {
1833 if (*striparg < sectorsize) {
1837 if (*striparg % sectorsize != 0) {
1845 strip = *striparg;
2005 len = sizeof(*striparg);
[all...]
H A Dmd_nvidia.c1038 intmax_t *sizearg, *striparg; local
1149 len = sizeof(*striparg);
1150 striparg = gctl_get_param(req, "strip", &len);
1151 if (striparg != NULL && len == sizeof(*striparg) &&
1152 *striparg > 0) {
1153 if (*striparg < sectorsize) {
1157 if (*striparg % sectorsize != 0) {
1165 strip = *striparg;
H A Dmd_sii.c1122 intmax_t *sizearg, *striparg; local
1233 len = sizeof(*striparg);
1234 striparg = gctl_get_param(req, "strip", &len);
1235 if (striparg != NULL && len == sizeof(*striparg) &&
1236 *striparg > 0) {
1237 if (*striparg < sectorsize) {
1241 if (*striparg % sectorsize != 0) {
1249 strip = *striparg;
H A Dmd_promise.c1268 intmax_t *sizearg, *striparg; local
1411 len = sizeof(*striparg);
1412 striparg = gctl_get_param(req, "strip", &len);
1413 if (striparg != NULL && len == sizeof(*striparg) &&
1414 *striparg > 0) {
1415 if (*striparg < sectorsize) {
1419 if (*striparg % sectorsize != 0) {
1423 strip = *striparg;
H A Dmd_ddf.c2257 intmax_t *sizearg, *striparg; local
2406 len = sizeof(*striparg);
2407 striparg = gctl_get_param(req, "strip", &len);
2408 if (striparg != NULL && len == sizeof(*striparg) &&
2409 *striparg > 0) {
2410 if (*striparg < sectorsize) {
2414 if (*striparg % sectorsize != 0) {
2418 strip = *striparg;

Completed in 122 milliseconds