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

/netbsd-6-1-5-RELEASE/sbin/cgdconfig/
H A Dparams.c53 static void print_kvpair_cstr(FILE *, int, const char *, const char *);
639 print_kvpair_cstr(FILE *f, int ts, const char *key, const char *val) function
650 print_kvpair_cstr(f, ts, key, string_tocharstar(val));
663 print_kvpair_cstr(f, ts, key, tmp);
757 print_kvpair_cstr(f, ts, "verify_method", "none");
760 print_kvpair_cstr(f, ts, "verify_method", "disklabel");
763 print_kvpair_cstr(f, ts, "verify_method", "ffs");
766 print_kvpair_cstr(f, ts, "verify_method", "re-enter");

Completed in 50 milliseconds