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

/netbsd-6-1-5-RELEASE/sbin/cgdconfig/
H A Dparams.c91 p->ivmeth = NULL;
107 string_free(p->ivmeth);
127 if (p2->ivmeth)
128 string_assign(&p->ivmeth, p2->ivmeth);
154 if (!p->ivmeth)
155 p->ivmeth = string_fromcharstar("encblkno1");
200 if (!p->ivmeth) {
205 meth = string_tocharstar(p->ivmeth);
235 p->ivmeth
[all...]
H A Dparams.h48 string_t *ivmeth; member in struct:params
H A Dcgdconfig.c133 (void)fprintf(stderr, " %s -G [-nv] [-i ivmeth] [-k kgmeth] "
135 (void)fprintf(stderr, " %s -g [-nv] [-i ivmeth] [-k kgmeth] "
137 (void)fprintf(stderr, " %s -s [-nv] [-i ivmeth] cgd dev alg "
673 ci.ci_ivmethod = string_tocharstar(p->ivmeth);
680 string_tocharstar(p->ivmeth)));
891 string_free(p->ivmeth);
894 p->ivmeth = string_dup(oldp->ivmeth);

Completed in 111 milliseconds