Searched refs:current_path (Results 1 – 10 of 10) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
H A D | run-ptest | 3 current_path=$(readlink -f $0) 4 export bindir=$(dirname $current_path)
|
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/ |
H A D | run-ptest | 12 current_path=$(readlink -f $0) 13 export bindir=$(dirname $current_path)
|
/openbmc/qemu/tests/qtest/ |
H A D | qos-test.c | 123 static char **current_path; variable 127 return current_path[0]; in qos_get_current_command_line() 132 return allocate_objects(qts, current_path + 1, p_alloc); in qos_allocate_objects() 170 current_path = path; in run_one_test()
|
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | qos_fuzz.c | 58 static char **current_path; variable 62 return allocate_objects(qts, current_path + 1, p_alloc); in qos_allocate_objects() 79 current_path = path; in qos_build_main_args()
|
/openbmc/linux/drivers/nvme/host/ |
H A D | multipath.c | 198 if (ns == rcu_access_pointer(head->current_path[node])) { in nvme_mpath_clear_current_path() 199 rcu_assign_pointer(head->current_path[node], NULL); in nvme_mpath_clear_current_path() 237 rcu_assign_pointer(head->current_path[node], NULL); in nvme_mpath_revalidate_paths() 294 rcu_assign_pointer(head->current_path[node], found); in __nvme_find_path() 312 struct nvme_ns *old = srcu_dereference(head->current_path[node], in nvme_round_robin_path() 352 rcu_assign_pointer(head->current_path[node], found); in nvme_round_robin_path() 404 ns = srcu_dereference(head->current_path[node], &head->srcu); in nvme_numa_path()
|
H A D | nvme.h | 492 struct nvme_ns __rcu *current_path[]; member
|
/openbmc/libcper/tests/ |
H A D | test-utils.cpp | 163 fs::current_path(base_path); in schema_validate_from_file()
|
/openbmc/phosphor-pid-control/ |
H A D | main.cpp | 98 for (auto pathSeg : {std::filesystem::current_path(), in searchConfigurationPath()
|
/openbmc/sdbusplus/tools/ |
H A D | sdbus++-gen-meson | 200 current_path="${1}"
|
/openbmc/phosphor-virtual-sensor/ |
H A D | virtualSensor.cpp | 657 for (auto pathSeg : {std::filesystem::current_path(), in parseConfigFile()
|