HomeSort by: relevance | last modified time | path
    Searched defs:print_kvpair_cstr (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/cgdconfig/
params.c 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) function in typeref:typename:void
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")
    [all...]
params.c 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) function in typeref:typename:void
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")
    [all...]

Completed in 44 milliseconds