HomeSort by: relevance | last modified time | path
    Searched refs:ivmeth (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/cgdconfig/
params.c 104 p->ivmeth = NULL;
120 string_free(p->ivmeth);
140 if (p2->ivmeth)
141 string_assign(&p->ivmeth, p2->ivmeth);
167 if (!p->ivmeth)
168 p->ivmeth = string_fromcharstar("encblkno1");
215 if (!p->ivmeth) {
220 meth = string_tocharstar(p->ivmeth);
250 p->ivmeth = in
    [all...]
params.h 55 string_t *ivmeth; member in struct:params
cgdconfig.c 198 (void)fprintf(stderr, " %s -G [-enpSv] [-i ivmeth] [-k kgmeth] "
200 (void)fprintf(stderr, " %s -g [-Sv] [-i ivmeth] [-k kgmeth] "
203 (void)fprintf(stderr, " %s -s [-nv] [-i ivmeth] cgd dev alg "
988 ci.ci_ivmethod = string_tocharstar(p->ivmeth);
995 string_tocharstar(p->ivmeth)));
1491 string_free(p->ivmeth);
1494 p->ivmeth = string_dup(oldp->ivmeth);

Completed in 20 milliseconds