Searched defs:g_nop_softc (Results 1 – 1 of 1) sorted by relevance
52 struct g_nop_softc { struct53 int sc_error;54 off_t sc_offset;55 off_t sc_explicitsize;56 off_t sc_stripesize;57 off_t sc_stripeoffset;58 u_int sc_rfailprob;59 u_int sc_wfailprob;60 u_int sc_delaymsec;61 u_int sc_rdelayprob;[all …]