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

/freebsd-10-stable/sys/geom/nop/
H A Dg_nop.c182 int ioerror, u_int rfailprob, u_int wfailprob, off_t offset, off_t size,
256 sc->sc_wfailprob = wfailprob;
347 intmax_t *error, *rfailprob, *wfailprob, *offset, *secsize, *size, local
378 wfailprob = gctl_get_paraml(req, "wfailprob", sizeof(*wfailprob));
379 if (wfailprob == NULL) {
380 gctl_error(req, "No '%s' argument", "wfailprob");
383 if (*wfailprob < -1 || *wfailprob > 10
181 g_nop_create(struct gctl_req *req, struct g_class *mp, struct g_provider *pp, int ioerror, u_int rfailprob, u_int wfailprob, off_t offset, off_t size, u_int secsize, u_int stripesize, u_int stripeoffset) argument
464 intmax_t *error, *rfailprob, *wfailprob; local
[all...]

Completed in 43 milliseconds