Home
last modified time | relevance | path

Searched defs:path (Results 851 – 875 of 1901) sorted by relevance

1...<<31323334353637383940>>...77

/openbmc/qemu/tests/qtest/libqos/
H A Dqos_external.c92 void *allocate_objects(QTestState *qts, char **path, QGuestAllocator **p_alloc) in allocate_objects()
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/commands/
H A Dlsupdates.py33 path = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(os.path.absp… variable
/openbmc/sdbusplus/include/sdbusplus/server/
H A Dinterface.hpp104 const std::string& path() in path() function
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dclient.hpp65 auto path(auto& p) const noexcept in path() function in sdbusplus::async::client::client
/openbmc/linux/fs/ext4/
H A Dsymlink.c59 const struct path *path, in ext4_encrypted_symlink_getattr()
/openbmc/bmcweb/src/
H A Dwebserver_cli.cpp55 std::string path = "/xyz/openbmc_project/bmcweb"; in main() local
/openbmc/linux/tools/lib/perf/tests/
H A Dtest-evlist.c226 char path[PATH_MAX]; in test_mmap_thread() local
337 char path[PATH_MAX]; in test_mmap_cpus() local
/openbmc/linux/tools/perf/util/
H A Dthread_map.c79 char path[NAME_MAX + 1 + 6]; in __thread_map__new_all_cpus() local
321 char *path; in get_comm() local
H A Dsymbol.h97 static inline int __symbol__join_symfs(char *bf, size_t size, const char *path) in __symbol__join_symfs()
102 #define symbol__join_symfs(bf, path) __symbol__join_symfs(bf, sizeof(bf), path) argument
/openbmc/linux/drivers/clk/qcom/
H A Dcommon.c129 static int _qcom_cc_register_board_clk(struct device *dev, const char *path, in _qcom_cc_register_board_clk()
185 int qcom_cc_register_board_clk(struct device *dev, const char *path, in qcom_cc_register_board_clk()
/openbmc/linux/fs/
H A Dutimes.c20 int vfs_utimes(const struct path *path, struct timespec64 *times) in vfs_utimes()
83 struct path path; in do_utimes_path() local
H A Dfile_table.c288 static struct file *alloc_file(const struct path *path, int flags, in alloc_file()
326 struct path path; in alloc_file_pseudo() local
/openbmc/u-boot/lib/efi_loader/
H A Defi_device_path.c796 static void path_to_uefi(u16 *uefi, const char *path) in path_to_uefi()
812 const char *path) in efi_dp_from_file()
955 const char *path, in efi_dp_from_name()
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c347 struct list_head *path; in etm_setup_aux() local
452 struct list_head *path; in etm_event_start() local
544 struct list_head *path; in etm_event_stop() local
/openbmc/phosphor-objmgr/src/
H A Dmain.cpp135 const std::string& processName, const std::string& path, in doAssociations()
169 const std::string& path, int timeoutRetries = 0) in doIntrospect()
582 std::vector<std::string>& interfaces) { in main()
/openbmc/phosphor-virtual-sensor/
H A DvirtualSensor.cpp317 auto path = sensorDbusPath + sensorType + "/" + name; in initVirtualSensor() local
653 using path = std::filesystem::path; in parseConfigFile() typedef
818 sdbusplus::message::object_path path; in createVirtualSensorsFromDBus() local
/openbmc/linux/fs/vboxsf/
H A Dshfl_hostintf.h492 struct vmmdev_hgcm_function_parameter path; member
544 struct vmmdev_hgcm_function_parameter path; member
692 struct vmmdev_hgcm_function_parameter path; member
731 struct vmmdev_hgcm_function_parameter path; member
821 struct vmmdev_hgcm_function_parameter path; member
/openbmc/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c631 FILE *fopen_or_die(const char *path, const char *mode) in fopen_or_die()
727 static unsigned int read_sysfs(const char *path, char *buf, size_t buflen) in read_sysfs()
748 static unsigned int write_sysfs(const char *path, char *buf, size_t buflen) in write_sysfs()
848 char path[SYSFS_PATH_MAX]; in get_epb() local
870 char path[SYSFS_PATH_MAX]; in set_epb() local
/openbmc/qemu/qga/
H A Dmain.c499 static bool ga_create_file(const char *path) in ga_create_file()
510 static bool ga_delete_file(const char *path) in ga_delete_file()
726 static gboolean channel_init(GAState *s, const gchar *method, const gchar *path, in channel_init()
887 const gchar *path) in write_persistent_state()
926 const gchar *path, gboolean frozen) in read_persistent_state()
/openbmc/qemu/hw/ppc/
H A Dvof.c45 char *path; /* the path used to open the instance */ member
133 static int path_offset(const void *fdt, const char *path) in path_offset()
429 static uint32_t vof_do_open(void *fdt, Vof *vof, int offset, const char *path) in vof_do_open()
457 const char *prop, const char *path) in vof_client_open_store()
475 char path[VOF_MAX_PATH]; in vof_open() local
/openbmc/linux/fs/btrfs/
H A Dctree.h398 struct btrfs_path *path; member
586 struct btrfs_path *path) in btrfs_del_item()
631 struct btrfs_path *path, in btrfs_insert_empty_item()
673 #define btrfs_for_each_slot(root, key, found_key, path, iter_ret) \ argument
688 static inline int btrfs_next_leaf(struct btrfs_root *root, struct btrfs_path *path) in btrfs_next_leaf()
/openbmc/qemu/hw/core/
H A Dqdev-fw.c88 char path[128]; in qdev_get_fw_dev_path() local
/openbmc/u-boot/fs/btrfs/
H A Dsubvolume.c84 struct btrfs_path path; in list_subvols() local
/openbmc/phosphor-inventory-manager/
H A Dserialize.hpp22 inline fs::path getStoragePath(const std::string& path, in getStoragePath()
/openbmc/openpower-proc-control/extensions/phal/
H A Dfw_update_watch.cpp114 auto path = fs::path(DEVTREE_EXPORT_FILTER_FILE); in exportDevtree() local

1...<<31323334353637383940>>...77