Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 92) sorted by relevance

1234

/tools/firmware/hvmloader/
A Dhypercall.h38 #define hcall_addr(name) \ argument
41 #define _hypercall0(type, name) \ argument
52 #define _hypercall1(type, name, a1) \ argument
64 #define _hypercall2(type, name, a1, a2) \ argument
76 #define _hypercall3(type, name, a1, a2, a3) \ argument
90 #define _hypercall4(type, name, a1, a2, a3, a4) \ argument
104 #define _hypercall5(type, name, a1, a2, a3, a4, a5) \ argument
/tools/misc/
A Dxen-livepatch.c75 char *name = NULL; in list_func() local
181 static int get_name(int argc, char *argv[], char *name) in get_name()
200 char name[XEN_LIVEPATCH_NAME_SIZE]; in upload_func() local
281 const char *name; member
317 const char *name; member
393 char name[XEN_LIVEPATCH_NAME_SIZE]; in action_func() local
505 char **apply_argv, *path, *name, *lastdot; in load_func() local
554 const char *name; member
A Dxen-cpuid.c19 const char *name; member
72 const char *name, in decode_featureset()
161 static void print_policy(const char *name, in print_policy()
318 char name[20]; in main() local
A Dxenlockprof.c27 char name[100]; in main() local
A Dxenperf.c20 #define X(name) [__HYPERVISOR_##name] = #name argument
/tools/pygrub/src/fsimage/
A Dfsimage.c125 fsimage_file_getattr(fsimage_file_t *file, char *name) in fsimage_file_getattr()
161 char *name; in fsimage_fs_open_file() local
188 char *name; in fsimage_fs_file_exists() local
218 fsimage_fs_getattr(fsimage_fs_t *fs, char *name) in fsimage_fs_getattr()
253 char *name; in fsimage_open() local
/tools/xenstored/
A Dcore.c602 const char *name; in db_write() local
781 const char *name) in read_node_const()
1233 const char *name; in canonicalize() local
1420 const char *name) in construct_node()
1516 const char *name, in create_node()
1590 const char *name; in do_write() local
1625 const char *name; in do_mkdir() local
1753 const char *name; in do_rm() local
1814 const char *name; in do_set_perms() local
1874 const char *name) in rm_from_parent()
[all …]
A Dtalloc.c101 const char *name; member
400 void talloc_set_name_const(const void *ptr, const char *name) in talloc_set_name_const()
431 void *talloc_named_const(const void *context, size_t size, const char *name) in talloc_named_const()
465 void *talloc_check_name(const void *ptr, const char *name) in talloc_check_name()
613 void *_talloc_realloc(const void *context, void *ptr, size_t size, const char *name) in _talloc_realloc()
827 const char *name = talloc_get_name(TC_PTR_FROM_CHUNK(c)); in talloc_report_depth() local
942 const char *name = talloc_get_name(TC_PTR_FROM_CHUNK(c)); in talloc_report_depth_str() local
1006 void *_talloc_zero(const void *ctx, size_t size, const char *name) in _talloc_zero()
1021 void *_talloc_memdup(const void *t, const void *p, size_t size, const char *name) in _talloc_memdup()
1209 void *_talloc_array(const void *ctx, size_t el_size, unsigned count, const char *name) in _talloc_array()
[all …]
A Dtransaction.c178 const char *name) in find_accessed_node()
190 const char *name) in transaction_get_node_name()
199 const char *transaction_prepend(struct connection *conn, const char *name) in transaction_prepend()
331 void queue_watches(struct connection *conn, const char *name, bool watch_exact) in queue_watches()
A Dwatch.c64 static const char *get_watch_path(const struct watch *watch, const char *name) in get_watch_path()
76 const char *name, const struct node *node, in watch_permitted()
121 void fire_watches(struct connection *conn, const void *ctx, const char *name, in fire_watches()
/tools/tests/cpu-policy/
A Dtest-cpu-policy.c122 const char *name; in test_cpuid_serialise_success() member
246 const char *name; in test_msr_serialise_success() member
298 const char *name; in test_cpuid_deserialise_failure() member
375 const char *name; in test_msr_deserialise_failure() member
426 const char *name; in test_cpuid_out_of_range_clearing() member
571 const char *name; in test_is_compatible_success() member
611 const char *name; in test_is_compatible_failure() member
/tools/libs/light/
A Didl.py162 def __init__(self, enum, value, name, **kwargs): argument
186 def lookup(self, name): argument
194 def __init__(self, type, name, **kwargs): argument
250 def __init__(self, name, fields, **kwargs): argument
258 def __init__(self, name, fields, **kwargs): argument
268 def __init__(self, name, keyvar_type, keyvar_name, fields, **kwargs): argument
A Dlibxl_libfdt_compat.h75 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32()
A Dlibxl_arm.c420 const char *name, in fdt_property_values()
532 const char *name = GCSPRINTF("module@%"PRIx64, acpi_base); in make_chosen_node() local
576 const char *name; in make_cpus_node() local
662 const char *name; in make_memory_nodes() local
692 const char *name = GCSPRINTF("interrupt-controller@%"PRIx64, gicd_base); in make_gicv2_node() local
737 const char *name = GCSPRINTF("interrupt-controller@%"PRIx64, gicd_base); in make_gicv3_node() local
884 const char *name = GCSPRINTF("pcie@%"PRIx64, vpci_ecam_base); in make_vpci_node() local
954 const char *name = GCSPRINTF("virtio@%"PRIx64, base); in make_virtio_mmio_node_common() local
1194 const char *name = strrchr(path, '/'); in copy_node_by_path() local
1497 const char *name = GCSPRINTF("%s@%"PRIx64, uname, base); in finalise_one_node() local
/tools/console/testsuite/
A Dprocpipe.c25 static void usage(const char *name) in usage()
36 static void version(const char *name) in version()
/tools/console/daemon/
A Dmain.c49 static void usage(char *name) in usage()
55 static void version(char *name) in version()
/tools/libs/ctrl/
A Dxc_misc.c579 char *name, in xc_livepatch_upload()
634 char *name, in xc_livepatch_get()
768 char *name, uint32_t *len, in xc_livepatch_list()
967 char *name, in _xc_livepatch_action()
1008 int xc_livepatch_apply(xc_interface *xch, char *name, uint32_t timeout, uint32_t flags) in xc_livepatch_apply()
1013 int xc_livepatch_revert(xc_interface *xch, char *name, uint32_t timeout, uint32_t flags) in xc_livepatch_revert()
1018 int xc_livepatch_unload(xc_interface *xch, char *name, uint32_t timeout, uint32_t flags) in xc_livepatch_unload()
1023 int xc_livepatch_replace(xc_interface *xch, char *name, uint32_t timeout, uint32_t flags) in xc_livepatch_replace()
/tools/libs/stat/
A Dxenstat_solaris.c35 char name[256]; member
69 static int kstat_get(kstat_t *ksp, const char *name, uint64_t *val) in kstat_get()
161 static int init_dev(priv_data_t *priv, int type, const char *name, in init_dev()
187 xenstat_network *net, const char *name) in update_nic()
/tools/xl/
A Dxl_pci.c165 char *name = show_names ? pci->name : NULL; in pciassignable_list() local
193 static int pciassignable_add(const char *bdf, const char *name, int rebind) in pciassignable_add()
233 const char *name = NULL; in main_pciassignable_add() local
A Dxl_cpupool.c43 char *name = NULL; in main_cpupoolcreate() local
250 char *name; in main_cpupoollist() local
481 char *name = NULL; in main_cpupoolnumasplit() local
/tools/libfsimage/ext2fs-lib/
A Dext2fs-lib.c30 ext2lib_mount(fsi_t *fsi, const char *name, const char *options) in ext2lib_mount()
160 fsi_init_plugin(int version, fsi_plugin_t *fp, const char **name) in fsi_init_plugin()
/tools/libfsimage/iso9660/
A Dfsys_iso9660.c186 const char *name = (const char *)idr->name; in iso9660_dir() local
451 fsi_init_plugin(int version, fsi_plugin_t *fp, const char **name) in fsi_init_plugin()
/tools/flask/utils/
A Dget-bool.c29 char name[256]; in all_bools() local
/tools/libfsimage/ufs/
A Dfsys_ufs.c229 dlook(fsi_file_t *ffi, grub_ino_t dir_ino, char *name) in dlook()
266 fsi_init_plugin(int version, fsi_plugin_t *fp, const char **name) in fsi_init_plugin()
/tools/golang/xenlight/
A Dgengotypes.py716 def xenlight_golang_fmt_name(name, exported = True): argument
748 name = b.typename variable

Completed in 54 milliseconds

1234