/openbmc/linux/tools/lib/subcmd/ |
H A D | parse-options.h | 99 int short_name; member 120 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .val… 121 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), … 122 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name… 124 { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), \ 127 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .va… 128 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l)… 129 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), … 130 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), … 131 #define OPT_UINTEGER(s, l, v, h) { .type = OPTION_UINTEGER, .short_name = (s), .long_name = (l),… [all …]
|
H A D | parse-options.c | 23 fprintf(stderr, " Error: switch `%c' %s", opt->short_name, reason); in opterror() 41 fprintf(stderr, " Warning: switch `%c' %s", opt->short_name, reason); in optwarning() 87 if (((flags & OPT_SHORT) && p->excl_opt->short_name) || in get_value() 90 p->excl_opt->short_name); in get_value() 349 if (options->short_name == *p->opt) { in parse_short_opt() 615 if ((excl_short_opt && ctx->excl_opt->short_name) || in parse_options_step() 617 char opt = ctx->excl_opt->short_name; in parse_options_step() 713 if (opts->short_name) in print_option_help() 714 pos += fprintf(stderr, "-%c", opts->short_name); in print_option_help() 718 if (opts->long_name && opts->short_name) in print_option_help() [all …]
|
/openbmc/linux/drivers/hid/ |
H A D | hid-led.c | 73 const char *short_name; member 255 .short_name = "thingm", 358 .short_name = "riso_kagaku", 368 .short_name = "dream_cheeky", 379 .short_name = "thingm", 390 .short_name = "delcom", 401 .short_name = "luxafor", 417 config->short_name, minor, color_name, rgb->num); in hidled_init_led() 420 config->short_name, minor, color_name); in hidled_init_led()
|
/openbmc/linux/tools/perf/util/ |
H A D | vdso.c | 127 static struct dso *__machine__addnew_vdso(struct machine *machine, const char *short_name, in __machine__addnew_vdso() argument 132 dso = dso__new(short_name); in __machine__addnew_vdso() 361 return !strcmp(dso->short_name, DSO__NAME_VDSO) || in dso__is_vdso() 362 !strcmp(dso->short_name, DSO__NAME_VDSO32) || in dso__is_vdso() 363 !strcmp(dso->short_name, DSO__NAME_VDSOX32); in dso__is_vdso()
|
H A D | dsos.c | 115 static int __dso__cmp_short_name(const char *short_name, struct dso_id *id, struct dso *b) in __dso__cmp_short_name() argument 117 int rc = strcmp(short_name, b->short_name); in __dso__cmp_short_name() 123 return __dso__cmp_short_name(a->short_name, &a->id, b); in dso__cmp_short_name()
|
H A D | bpf-event.c | 130 const char *short_name = NULL; in synthesize_bpf_prog_name() local 140 short_name = btf__name_by_offset(btf, t->name_off); in synthesize_bpf_prog_name() 144 short_name = info->name; in synthesize_bpf_prog_name() 146 short_name = "F"; in synthesize_bpf_prog_name() 147 if (short_name) in synthesize_bpf_prog_name() 149 "_%s", short_name); in synthesize_bpf_prog_name()
|
H A D | maps.c | 485 int ret = strcmp(dso_a->short_name, dso_b->short_name); in map__strcmp() 504 return strcmp(name, dso->short_name); in map__strcmp_name() 565 if (strcmp(dso->short_name, name) == 0) { in maps__find_by_name() 585 if (strcmp(dso->short_name, name) == 0) { in maps__find_by_name()
|
H A D | dso.c | 1223 const char *short_name, int dso_type) in machine__findnew_kernel() argument 1235 dso__set_short_name(dso, short_name, false); in machine__findnew_kernel() 1281 free((char *)dso->short_name); in dso__set_short_name() 1283 dso->short_name = name; in dso__set_short_name() 1372 zfree((char **)&dso->short_name); in dso__delete() 1445 const char *name = dso->short_name + 1; in dso__kernel_module_get_build_id() 1468 size_t ret = fprintf(fp, "dso: %s (", dso->short_name); in dso__fprintf() 1470 if (dso->short_name != dso->long_name) in dso__fprintf()
|
H A D | dso.h | 184 const char *short_name; member 376 const char *short_name, int dso_type);
|
H A D | unwind-libdw.c | 87 mod = dwfl_report_elf(ui->dwfl, dso->short_name, filename, -1, in __report_module() 94 mod = dwfl_report_elf(ui->dwfl, dso->short_name, filename, -1, in __report_module()
|
H A D | map.c | 264 name = dso->short_name; in __map__is_bpf_prog() 281 name = dso->short_name; in __map__is_bpf_image()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-buildid-list.c | 36 } else if (dso->short_name != NULL) { in buildid__map_cb() 37 printf(" %s", dso->short_name); in buildid__map_cb()
|
H A D | builtin-probe.c | 247 params->command = opt->short_name; in opt_show_lines() 267 params->command = opt->short_name; in opt_show_vars() 279 params->command = opt->short_name; in opt_add_probe_event() 290 params->command = opt->short_name; in opt_set_filter_with_command()
|
H A D | builtin-kallsyms.c | 41 symbol->name, dso->short_name, dso->long_name, in __cmd_kallsyms()
|
/openbmc/linux/net/bluetooth/ |
H A D | eir.c | 32 short_len = strnlen(hdev->short_name, sizeof(hdev->short_name)); in eir_append_local_name() 35 hdev->short_name, in eir_append_local_name()
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | export-to-postgresql.py | 1006 def dso_table(dso_id, machine_id, short_name, long_name, build_id, *x): argument 1007 short_name = toserverstr(short_name) 1010 n1 = len(short_name) 1014 value = struct.pack(fmt, 5, 8, dso_id, 8, machine_id, n1, short_name, n2, long_name, n3, build_id)
|
/openbmc/linux/tools/perf/tests/ |
H A D | hists_common.c | 186 dso->short_name, in print_hists_in() 215 dso->short_name, in print_hists_out()
|
H A D | hists_cumulate.c | 167 #define DSO(he) (map__dso(he->ms.map)->short_name) 171 #define CDSO(cl) (map__dso(cl->ms.map)->short_name)
|
H A D | vmlinux-kallsyms.c | 304 dso->short_name : in test__vmlinux_matches_kallsyms()
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils/ |
H A D | 0001-yaffs_guts.h-define-YTIME_T-if-not-already-defined.patch | 23 YCHAR short_name[YAFFS_SHORT_NAME_LENGTH + 1];
|
/openbmc/openbmc-test-automation/lib/ |
H A D | gen_misc.py | 441 def get_host_name_ip(host=None, short_name=0): argument 464 if short_name:
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | 0001-cargo-do-not-write-host-information-into-compilation.patch | 43 // to consider hashing `unit.kind.short_name()` instead.
|
/openbmc/linux/scripts/dtc/ |
H A D | dt_to_config | 455 if ($short_name) { 1000 "short-name" => \$short_name,
|
/openbmc/linux/include/net/bluetooth/ |
H A D | mgmt.h | 127 __u8 short_name[MGMT_MAX_SHORT_NAME_LENGTH]; member 168 __u8 short_name[MGMT_MAX_SHORT_NAME_LENGTH]; member 913 __u8 short_name[MGMT_MAX_SHORT_NAME_LENGTH]; member
|
/openbmc/linux/fs/vboxsf/ |
H A D | shfl_hostintf.h | 426 u16 short_name[14]; member
|