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

/netbsd-current/sbin/cgdconfig/
H A Dparams.c64 static void print_kvpair_cstr(FILE *, int, const char *, const char *);
903 print_kvpair_cstr(FILE *f, int ts, const char *key, const char *val) function
914 print_kvpair_cstr(f, ts, key, string_tocharstar(val));
927 print_kvpair_cstr(f, ts, key, tmp);
1055 print_kvpair_cstr(f, ts, "verify_method", "none");
1058 print_kvpair_cstr(f, ts, "verify_method", "disklabel");
1061 print_kvpair_cstr(f, ts, "verify_method", "ffs");
1064 print_kvpair_cstr(f, ts, "verify_method", "re-enter");
1067 print_kvpair_cstr(f, ts, "verify_method", "mbr");
1070 print_kvpair_cstr(
[all...]

Completed in 208 milliseconds