Home
last modified time | relevance | path

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

/freebsd-14.2/sys/geom/nop/
H A Dg_nop.c336 const char *gnopname, int ioerror, u_int count_until_fail, in g_nop_create() argument
431 sc->sc_count_until_fail = count_until_fail; in g_nop_create()
552 count_until_fail = -1; in g_nop_ctl_create()
617 count_until_fail = *val; in g_nop_ctl_create()
618 if (count_until_fail < -1) { in g_nop_ctl_create()
676 count_until_fail == -1 ? 0 : (u_int)count_until_fail, in g_nop_ctl_create()
696 wfailprob, count_until_fail; in g_nop_ctl_configure() local
702 count_until_fail = -1; in g_nop_ctl_configure()
725 count_until_fail = *val; in g_nop_ctl_configure()
791 if (count_until_fail != -1) in g_nop_ctl_configure()
[all …]