Searched defs:subsystem_name (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/lib/ss/
H A Dinvocation.c24 int ss_create_invocation(const char *subsystem_name, const char *version_string, argument
53 new_table->subsystem_name = subsystem_name;
60 new_table->prompt = malloc((unsigned)strlen(subsystem_name)+4);
61 strcpy(new_table->prompt, subsystem_name);
H A Dtest_ss.c31 static char subsystem_name[] = "test_ss"; variable
106 sci_idx = ss_create_invocation(subsystem_name, version,
H A Dss_internal.h45 const char *subsystem_name; member in struct:_ss_data
/external/e2fsprogs/lib/ext2fs/
H A Dtst_bitmaps.c31 static char subsystem_name[] = "tst_bitmaps"; variable
75 printf("%s: %s\n", subsystem_name, buf);
615 "[-f cmd_file]", subsystem_name);
620 sci_idx = ss_create_invocation(subsystem_name, version,
634 subsystem_name, version);

Completed in 1193 milliseconds