Searched refs:subsystem_name (Results 1 – 9 of 9) sorted by relevance
/external/e2fsprogs/lib/ss/ |
D | error.c | 30 (strlen(infop->subsystem_name)+1) in ss_name() 34 strcpy(ret_val, infop->subsystem_name); in ss_name() 41 (strlen(infop->subsystem_name)+ in ss_name() 45 cp1 = infop->subsystem_name; in ss_name()
|
D | invocation.c | 24 int ss_create_invocation(const char *subsystem_name, const char *version_string, in ss_create_invocation() argument 53 new_table->subsystem_name = subsystem_name; in ss_create_invocation() 60 new_table->prompt = malloc((unsigned)strlen(subsystem_name)+4); in ss_create_invocation() 61 strcpy(new_table->prompt, subsystem_name); in ss_create_invocation()
|
D | requests.c | 30 printf("%s version %s\n", info->subsystem_name, in ss_self_identify() 42 printf("%s\n", ss_info(sci_idx)->subsystem_name); in ss_subsystem_name()
|
D | test_ss.c | 31 static char subsystem_name[] = "test_ss"; variable 106 sci_idx = ss_create_invocation(subsystem_name, version, in main()
|
D | std_rqs.ct | 38 subsystem_name,
|
D | get_readline.c | 89 *t = info->subsystem_name; in ss_get_readline()
|
D | ss_internal.h | 45 const char *subsystem_name; member
|
D | list_rqs.c | 56 ss_info (sci_idx) -> subsystem_name); in ss_list_requests()
|
/external/e2fsprogs/lib/ext2fs/ |
D | tst_bitmaps.c | 31 static char subsystem_name[] = "tst_bitmaps"; variable 75 printf("%s: %s\n", subsystem_name, buf); in source_file() 615 "[-f cmd_file]", subsystem_name); in main() 620 sci_idx = ss_create_invocation(subsystem_name, version, in main() 634 subsystem_name, version); in main()
|