Home
last modified time | relevance | path

Searched defs:o (Results 1 – 15 of 15) sorted by relevance

/tools/include/uapi/linux/
Derspan.h27 __u8 o:1, member
38 o:1; member
/tools/virtio/linux/
Ddma-mapping.h24 #define dma_map_page(d, p, o, s, dir) (page_to_phys(p) + (o)) argument
/tools/objtool/
Dorc_gen.c92 struct orc_entry *o) in write_orc_entry()
Delf.c120 const unsigned long *o = key; in symbol_by_offset() local
235 unsigned long o; in find_reloc_by_dest_range() local
/tools/virtio/ringtest/
Dmain.c308 int o = getopt_long(argc, argv, optstring, longopts, NULL); in main() local
/tools/testing/selftests/net/
Drxtimestamp.c254 void config_so_flags(int rcv, struct options o) in config_so_flags()
/tools/virtio/
Dvirtio_test.c348 int o; in main() local
/tools/lib/subcmd/
Dparse-options.c810 const struct option *o = opts; in options__order() local
/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_syntax.c200 char o; member
/tools/perf/util/
Dsymbol-elf.c32 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) argument
37 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o) argument
Dsort.c302 char o = map ? dso__symtab_origin(map->dso) : '!'; in _hist_entry__sym_snprintf() local
/tools/testing/selftests/bpf/
Dtest_sockmap.c184 static int test_start_subtest(const struct _test *t, struct sockmap_options *o) in test_start_subtest()
/tools/perf/
Dbuiltin-kmem.c1172 int o, m; in print_page_summary() local
Dbuiltin-trace.c4648 struct option o = { local
4665 struct option o = { local
/tools/lib/bpf/
Dlibbpf.c476 #define obj_elf_valid(o) ((o)->efile.elf) argument