Home
last modified time | relevance | path

Searched refs:current_path (Results 1 – 10 of 10) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Drun-ptest3 current_path=$(readlink -f $0)
4 export bindir=$(dirname $current_path)
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/
H A Drun-ptest12 current_path=$(readlink -f $0)
13 export bindir=$(dirname $current_path)
/openbmc/qemu/tests/qtest/
H A Dqos-test.c123 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 Dqos_fuzz.c58 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 Dmultipath.c198 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 Dnvme.h492 struct nvme_ns __rcu *current_path[]; member
/openbmc/libcper/tests/
H A Dtest-utils.cpp163 fs::current_path(base_path); in schema_validate_from_file()
/openbmc/phosphor-pid-control/
H A Dmain.cpp98 for (auto pathSeg : {std::filesystem::current_path(), in searchConfigurationPath()
/openbmc/sdbusplus/tools/
H A Dsdbus++-gen-meson200 current_path="${1}"
/openbmc/phosphor-virtual-sensor/
H A DvirtualSensor.cpp657 for (auto pathSeg : {std::filesystem::current_path(), in parseConfigFile()