Searched refs:path (Results 1 – 12 of 12) sorted by relevance
| /include/xen/ |
| A D | xenbus.h | 25 char *xenbus_read(xenbus_transaction_t xbt, const char *path, char **value); 27 char *xenbus_wait_for_state_change(const char *path, XenbusState *state); 28 char *xenbus_switch_state(xenbus_transaction_t xbt, const char *path, 36 char *xenbus_write(xenbus_transaction_t xbt, const char *path, 44 char *xenbus_rm(xenbus_transaction_t xbt, const char *path); 61 char *xenbus_get_perms(xenbus_transaction_t xbt, const char *path, char **value); 68 char *xenbus_set_perms(xenbus_transaction_t xbt, const char *path, domid_t dom, 94 int xenbus_read_integer(const char *path); 101 int xenbus_read_uuid(const char *path, unsigned char uuid[16]); 107 const char *node, const char *path,
|
| /include/ |
| A D | fdt_region.h | 141 char *path, int path_len, int add_string_tab); 261 char *path, int path_len, int flags, 277 char *path, int path_len, int flags,
|
| A D | fdt_support.h | 33 u32 fdt_getprop_u32_default(const void *fdt, const char *path, 77 void do_fixup_by_path(void *fdt, const char *path, const char *prop, 79 void do_fixup_by_path_u32(void *fdt, const char *path, const char *prop, 82 static inline void do_fixup_by_path_string(void *fdt, const char *path, in do_fixup_by_path_string() argument 85 do_fixup_by_path(fdt, path, prop, status, strlen(status) + 1, 1); in do_fixup_by_path_string() 161 int fdt_fixup_display(void *blob, const char *path, const char *display);
|
| A D | efi_device_path.h | 293 const char *path); 363 const char *path, struct efi_device_path **device,
|
| A D | zfs_common.h | 94 int zfs_ls(device_t dev, const char *path,
|
| A D | bzlib.h | 283 const char *path,
|
| A D | efi_loader.h | 117 void efi_set_bootdev(const char *dev, const char *devnr, const char *path, 123 const char *path, void *buffer, in efi_set_bootdev() argument
|
| /include/dm/ |
| A D | of_access.h | 219 const char *path, 222 static inline struct device_node *of_find_node_by_path(const char *path) in of_find_node_by_path() argument 224 return of_find_node_opts_by_path(NULL, path, NULL); in of_find_node_by_path()
|
| A D | device.h | 993 int dev_disable_by_path(const char *path); 1001 int dev_enable_by_path(const char *path);
|
| A D | uclass.h | 281 int uclass_get_device_by_of_path(enum uclass_id id, const char *path,
|
| A D | ofnode.h | 1037 ofnode ofnode_path(const char *path); 1046 ofnode oftree_path(oftree tree, const char *path);
|
| /include/acpi/ |
| A D | acpi_table.h | 597 } __packed path[0]; member
|
Completed in 31 milliseconds