Home | History | Annotate | Download | only in cgdconfig

Lines Matching defs:print_kvpair_cstr

64 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)
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(f, ts, "verify_method", "gpt");
1074 print_kvpair_cstr(f, ts, "verify_method", "zfs");