Home
last modified time | relevance | path

Searched refs:appname (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c87 char *appname; variable
137 appname = *argv; in main()
158 "'s' or 'p' argument\n", appname); in main()
181 appname, ch, optarg); in main()
216 "times\n", appname); in main()
266 appname); in main()
315 " input_file\n", appname); in usage()
690 fprintf(stderr, "%s: ", appname); in stop()
702 appname, ofilename); in stop()
711 appname, regfilename); in stop()
[all …]
H A Daicasm.h74 extern char *appname;
H A Daicasm_symbol.c573 fprintf(stderr, "%s: %d of %d register definitions used\n", appname, in symtable_dump()
/openbmc/phosphor-objmgr/src/test/util/
H A Dasio_server_class.hpp7 const char* appname = program_invocation_name; variable
28 std::string fullAppPath = {appname}; in SetUpTestCase()