Home
last modified time | relevance | path

Searched +defs:path +defs:key (Results 1 – 25 of 125) sorted by relevance

12345

/openbmc/u-boot/fs/btrfs/
H A Dinode.c14 struct btrfs_path path; in btrfs_lookup_inode_ref() local
15 struct btrfs_key *key; in btrfs_lookup_inode_ref() local
53 struct btrfs_path path; in btrfs_lookup_inode() local
88 struct btrfs_path path; in btrfs_readlink() local
89 struct btrfs_key key; in btrfs_readlink() local
143 struct btrfs_key key; in get_parent_inode() local
190 static inline int next_length(const char *path) in next_length()
212 u64 btrfs_lookup_path(struct btrfs_root *root, u64 inr, const char *path, in btrfs_lookup_path()
303 struct btrfs_key key; in btrfs_lookup_path() local
322 struct btrfs_path path; in btrfs_file_read() local
[all …]
H A Ddir-item.c34 btrfs_match_dir_item_name(struct btrfs_path *path, const char *name, in btrfs_match_dir_item_name()
67 struct btrfs_path path; in btrfs_lookup_dir_item() local
68 struct btrfs_key key; in btrfs_lookup_dir_item() local
92 struct btrfs_path path; in btrfs_readdir() local
93 struct btrfs_key key, *found_key; in btrfs_readdir() local
H A Droot.c37 struct btrfs_path path; in btrfs_find_root() local
60 struct btrfs_path path; in btrfs_lookup_root_ref() local
61 struct btrfs_key *key; in btrfs_lookup_root_ref() local
H A Dchunk-map.c18 static int add_chunk_mapping(struct btrfs_key *key, struct btrfs_chunk *chunk) in add_chunk_mapping()
112 struct btrfs_key *key; in btrfs_chunk_map_init() local
146 struct btrfs_path path; in btrfs_read_chunk_tree() local
147 struct btrfs_key key, *found_key; in btrfs_read_chunk_tree() local
/openbmc/phosphor-fan-presence/presence/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U/
H A Dconfig.json4 "path": "/system/chassis/motherboard/fan0", string
8 "key": 6, number
23 "path": "/system/chassis/motherboard/fan1", string
27 "key": 7, number
42 "path": "/system/chassis/motherboard/fan2", string
46 "key": 8, number
61 "path": "/system/chassis/motherboard/fan3", string
65 "key": 9, number
80 "path": "/system/chassis/motherboard/fan4", string
84 "key": 10, number
[all …]
/openbmc/phosphor-fan-presence/presence/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/
H A Dconfig.json4 "path": "/system/chassis/motherboard/fan0", string
8 "key": 6, number
23 "path": "/system/chassis/motherboard/fan1", string
27 "key": 7, number
42 "path": "/system/chassis/motherboard/fan2", string
46 "key": 8, number
61 "path": "/system/chassis/motherboard/fan3", string
65 "key": 9, number
80 "path": "/system/chassis/motherboard/fan4", string
84 "key": 10, number
[all …]
/openbmc/phosphor-fan-presence/presence/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/
H A Dconfig.json4 "path": "/system/chassis/motherboard/fan0", string
8 "key": 6, number
23 "path": "/system/chassis/motherboard/fan1", string
27 "key": 7, number
42 "path": "/system/chassis/motherboard/fan2", string
46 "key": 8, number
61 "path": "/system/chassis/motherboard/fan4", string
65 "key": 10, number
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/
H A Dopcua.json20 "key": "temperature °C", string
21 "path": "${ns=2;i=5}" string
26 "key": "humidity", string
27 "path": "${Root\\.Objects\\.Device1\\.TemperatureAndHumiditySensor\\.Humidity}" string
30 "key": "batteryLevel", string
31 "path": "${Battery\\.batteryLevel}" string
/openbmc/phosphor-fan-presence/presence/config_files/witherspoon/
H A Dconfig.json4 "path": "/system/chassis/motherboard/fan0", string
8 "key": 4, number
23 "path": "/system/chassis/motherboard/fan1", string
27 "key": 5, number
42 "path": "/system/chassis/motherboard/fan2", string
46 "key": 6, number
61 "path": "/system/chassis/motherboard/fan3", string
65 "key": 7, number
/openbmc/phosphor-fan-presence/presence/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/
H A Dconfig.json4 "path": "/system/chassis/motherboard/fan0", string
8 "key": 15, number
28 "path": "/system/chassis/motherboard/fan1", string
32 "key": 14, number
52 "path": "/system/chassis/motherboard/fan2", string
56 "key": 13, number
76 "path": "/system/chassis/motherboard/fan3", string
80 "key": 12, number
/openbmc/phosphor-fan-presence/presence/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Fuji/
H A Dconfig.json4 "path": "/system/chassis/motherboard/fan0", string
8 "key": 15, number
28 "path": "/system/chassis/motherboard/fan1", string
32 "key": 14, number
52 "path": "/system/chassis/motherboard/fan2", string
56 "key": 13, number
76 "path": "/system/chassis/motherboard/fan3", string
80 "key": 12, number
/openbmc/qemu/hw/xen/
H A Dxen-bus-helper.c72 const char *node, const char *key, Error **errp, in xs_node_vprintf()
75 char *path, *value; in xs_node_vprintf() local
94 const char *node, const char *key, Error **errp, in xs_node_printf()
105 const char *node, const char *key, Error **errp, in xs_node_vscanf()
129 const char *node, const char *key, Error **errp, in xs_node_scanf()
146 char *path, *value; in xs_node_read() local
165 const char *key, xs_watch_fn fn, in xs_node_watch()
168 char *path; in xs_node_watch() local
/openbmc/linux/fs/btrfs/tests/
Dqgroup-tests.c
/openbmc/phosphor-fan-presence/presence/example/
H A Dconfig.json14 "path": "/system/chassis/motherboard/fan0", string
30 "path": "/system/chassis/motherboard/fan1", string
35 "key": 123, number
52 "path": "/system/chassis/motherboard/fan2", string
57 "key": 124, number
76 "path": "/system/chassis/motherboard/fan3", string
81 "key": 125, number
/openbmc/phosphor-fan-presence/presence/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/
H A Dconfig.json4 "path": "/system/chassis/motherboard/fan0", string
8 "key": 6, number
23 "path": "/system/chassis/motherboard/fan1", string
27 "key": 7, number
/openbmc/phosphor-fan-presence/presence/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Balcones/
H A Dconfig.json4 "path": "/system/chassis/motherboard/fan0", string
8 "key": 6, number
23 "path": "/system/chassis/motherboard/fan1", string
27 "key": 7, number
/openbmc/phosphor-gpio-monitor/
H A Devdev.hpp81 Evdev(const std::string& path, const unsigned int key, EventPtr& event, in Evdev()
99 const std::string path; member in phosphor::gpio::Evdev
102 const unsigned int key; member in phosphor::gpio::Evdev
/openbmc/qemu/hw/usb/
H A Du2f-emulated.c104 static void u2f_emulated_reset(U2FEmulatedState *key) in u2f_emulated_reset()
111 static void u2f_pending_out_add(U2FEmulatedState *key, in u2f_pending_out_add()
127 static uint8_t *u2f_pending_out_get(U2FEmulatedState *key) in u2f_pending_out_get()
145 U2FEmulatedState *key = EMULATED_U2F_KEY(base); in u2f_emulated_recv_from_guest() local
158 U2FEmulatedState *key = arg; in u2f_emulated_thread() local
197 static ssize_t u2f_emulated_read(const char *path, char *buffer, in u2f_emulated_read()
214 static bool u2f_emulated_setup_counter(const char *path, in u2f_emulated_setup_counter()
241 static u2f_emu_rc u2f_emulated_setup_vdev_manualy(U2FEmulatedState *key) in u2f_emulated_setup_vdev_manualy()
281 U2FEmulatedState *key = container_of(notifier, U2FEmulatedState, notifier); in u2f_emulated_event_handler() local
300 U2FEmulatedState *key = EMULATED_U2F_KEY(base); in u2f_emulated_realize() local
[all …]
/openbmc/qemu/hw/i386/kvm/
H A Dxenstore_impl.c76 static void nobble_tx(gpointer key, gpointer value, gpointer user_data) in nobble_tx()
199 static void do_child_insert(gpointer key, gpointer value, gpointer user_data) in do_child_insert()
262 char path[XENSTORE_ABS_PATH_MAX + 2]; /* Two NUL terminators */ member
369 static int node_rm_recurse(gpointer key, gpointer value, gpointer user_data) in node_rm_recurse()
407 static void copy_deleted_recurse(gpointer key, gpointer value, in copy_deleted_recurse()
771 static void append_directory_item(gpointer key, gpointer value, in append_directory_item()
829 const char *path, XsNode ***rootp) in init_walk_op()
870 xs_transaction_t tx_id, const char *path, GByteArray *data) in xs_impl_read()
890 xs_transaction_t tx_id, const char *path, GByteArray *data) in xs_impl_write()
912 xs_transaction_t tx_id, const char *path, in xs_impl_directory()
[all …]
/openbmc/phosphor-user-manager/
H A Djson_serializer.hpp19 JsonSerializer(std::string path, nlohmann::json js = nlohmann::json()) : in JsonSerializer()
29 nlohmann::json makeJson(const std::string& key, const std::string& value) in makeJson()
48 for (auto key : keys) in getLeafNode() local
58 void serialize(std::string key, const std::string value) in serialize()
63 void deserialize(std::string key, T& value) in deserialize()
71 void erase(std::string key) in erase()
/openbmc/linux/arch/powerpc/boot/
Dplanetcore.c
/openbmc/phosphor-dbus-monitor/src/
H A Dpropertywatchimpl.hpp40 const auto& path = m.first.get(); in start() local
53 auto getObjectFromMapper = [](const auto& path) { in start()
83 auto path = msg.get_path(); in start() local
139 const std::string& busName, const std::string& path, in updateProperties()
151 const std::string& path, const std::string& interface, in propertiesChanged()
157 auto key = std::make_tuple(path, interface, p.first); in propertiesChanged() local
192 sdbusplus::message_t& msg, const std::string& path, in propertiesChanged()
202 const std::string& path, const InterfacesAdded<T>& interfaces) in interfacesAdded()
214 sdbusplus::message::object_path path; in interfacesAdded() local
/openbmc/phosphor-hwmon/
H A Denv.hpp41 inline std::string getEnv(const char* key, const Env* env = &env_impl) in getEnv()
61 std::string key; in getEnv() local
96 inline std::string getIndirectID(std::string path, in getIndirectID()
/openbmc/linux/security/keys/
Dbig_key.c
/openbmc/phosphor-gpio-monitor/presence/
H A Dmain.cpp44 auto path = entry.substr(0, pos); in getDrivers() local
64 std::string path{}; in main() local
65 std::string key{}; in main() local

12345