Home
last modified time | relevance | path

Searched defs:path (Results 251 – 275 of 1901) sorted by relevance

1...<<11121314151617181920>>...77

/openbmc/openpower-debug-collector/dump/
H A Ddump_monitor.cpp17 const sdbusplus::message::object_path& path, const PropertyMap& properties) in executeCollectionScript()
127 void DumpMonitor::updateProgressStatus(const std::string& path, in updateProgressStatus()
174 void DumpMonitor::initiateDumpCollection(const std::string& path, in initiateDumpCollection()
/openbmc/linux/fs/btrfs/
H A Drelocation.c411 struct btrfs_path *path; in build_backref_tree() local
951 struct btrfs_path *path; in get_new_location() local
1634 struct btrfs_path *path; in merge_reloc_root() local
2495 struct btrfs_path *path) in link_to_upper()
2708 struct btrfs_path *path; in relocate_tree_blocks() local
3232 struct btrfs_path *path; in __add_tree_block() local
3583 struct btrfs_path *path; in relocate_block_group() local
3746 struct btrfs_path *path; in __insert_orphan_inode() local
3776 struct btrfs_path *path; in delete_orphan_inode() local
3954 struct btrfs_path *path; in btrfs_relocate_block_group() local
[all …]
/openbmc/u-boot/fs/btrfs/
H A Droot.c37 struct btrfs_path path; in btrfs_find_root() local
60 struct btrfs_path path; in btrfs_lookup_root_ref() local
/openbmc/linux/fs/
H A Dnsfs.c59 static int __ns_get_path(struct path *path, struct ns_common *ns) in __ns_get_path()
110 int ns_get_path_cb(struct path *path, ns_get_path_helper_t *ns_get_cb, in ns_get_path_cb()
137 int ns_get_path(struct path *path, struct task_struct *task, in ns_get_path()
151 struct path path = {}; in open_related_ns() local
H A Dnamespace.c715 struct vfsmount *lookup_mnt(const struct path *path) in lookup_mnt()
1385 bool path_is_mountpoint(const struct path *path) in path_is_mountpoint()
1855 static inline bool path_mounted(const struct path *path) in path_mounted()
1887 int path_umount(struct path *path, int flags) in path_umount()
1905 struct path path; in ksys_umount() local
2034 struct vfsmount *collect_mounts(const struct path *path) in collect_mounts()
2690 struct path path; in SYSCALL_DEFINE3() local
3234 const struct path *path, int mnt_flags) in do_add_mount()
3606 int path_mount(const char *dev_name, struct path *path, in path_mount()
3688 struct path path; in do_mount() local
[all …]
/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/inventory/phosphor-inventory-manager/
H A Dassociations.json3 "path": "system/board/Mt_Jefferson_Motherboard/FAN0", string
40 "path": "system/board/Mt_Jefferson_Motherboard/FAN1", string
77 "path": "system/board/Mt_Jefferson_Motherboard/FAN2", string
114 "path": "system/board/Mt_Jefferson_Motherboard/FAN3", string
/openbmc/qemu/hw/9pfs/
H A D9p-local.c60 int local_open_nofollow(FsContext *fs_ctx, const char *path, int flags, in local_open_nofollow()
97 int local_opendir_nofollow(FsContext *fs_ctx, const char *path) in local_opendir_nofollow()
110 static void unlinkat_preserve_errno(int dirfd, const char *path, int flags) in unlinkat_preserve_errno()
1136 static int local_remove(FsContext *ctx, const char *path) in local_remove()
1201 char *path = fs_path->data; in local_lgetxattr() local
1209 char *path = fs_path->data; in local_llistxattr() local
1217 char *path = fs_path->data; in local_lsetxattr() local
1225 char *path = fs_path->data; in local_lremovexattr() local
1341 static void v9fs_path_init_dirname(V9fsPath *path, const char *str) in v9fs_path_init_dirname()
1391 static int local_ioc_getversion(FsContext *ctx, V9fsPath *path, in local_ioc_getversion()
[all …]
/openbmc/linux/fs/reiserfs/
H A Dstree.c930 int comp_items(const struct item_head *stored_ih, const struct treepath *path) in comp_items()
949 static inline int prepare_for_direct_item(struct treepath *path, in prepare_for_direct_item()
990 static inline int prepare_for_direntry_item(struct treepath *path, in prepare_for_direntry_item()
1036 struct treepath *path, in prepare_for_delete_or_cut()
1193 struct treepath *path, int size) in init_tb_struct()
1252 struct treepath *path, const struct cpu_key *item_key, in reiserfs_delete_item()
1558 struct treepath *path, in maybe_indirect_to_direct()
1596 struct inode *inode, struct treepath *path) in indirect_to_direct_roll_back()
1638 struct treepath *path, in reiserfs_cut_from_item()
2043 static void check_research_for_paste(struct treepath *path, in check_research_for_paste()
[all …]
/openbmc/linux/security/tomoyo/
H A Drealpath.c94 static char *tomoyo_get_absolute_path(const struct path *path, char * const buffer, in tomoyo_get_absolute_path()
237 char *tomoyo_realpath_from_path(const struct path *path) in tomoyo_realpath_from_path()
301 struct path path; in tomoyo_realpath_nofollow() local
/openbmc/telemetry/tests/src/
H A Ddbus_environment.hpp96 static T getProperty(const std::string& path, in getProperty()
118 setProperty(const std::string& path, const std::string& interfaceName, in setProperty()
135 callMethod(const std::string& path, const std::string& interface, in callMethod()
/openbmc/bmcweb/redfish-core/lib/
H A Dstorage.hpp292 const std::string& path) in getDriveAsset()
347 const std::string& path) in getDrivePresent()
371 const std::string& path) in getDriveState()
444 const std::string& connectionName, const std::string& path) in getDriveItemProperties()
610 const std::string& path, in addAllDriveInfo()
660 const std::string& path = drive->first; in afterGetSubtreeSystemsStorageDrive() local
891 sdbusplus::message::object_path path(drivePath); in matchAndFillDrive() local
1028 const std::string& path) in populateStorageController()
1122 for (const std::string& path : controllerList) in populateStorageControllerCollection() local
/openbmc/openbmc-build-scripts/scripts/
H A Dunit-test.py112 def GetPath(self, name, path=None): argument
132 def GetPathRegex(self, name, regex_str, path=None): argument
535 def __init__(self, package, path): argument
632 def __init__(self, package=None, path=None): argument
748 def __init__(self, package=None, path=None): argument
817 def _project_name(path): argument
824 def __init__(self, package=None, path=None): argument
1169 def __init__(self, name=None, path=None): argument
/openbmc/linux/tools/perf/arch/arm/util/
H A Dcs-etm.c78 char path[PATH_MAX]; in cs_etm_validate_context_id() local
149 char path[PATH_MAX]; in cs_etm_validate_timestamp() local
251 char msg[BUFSIZ], path[PATH_MAX], *sink; in cs_etm_set_sink_attr() local
567 char path[PATH_MAX]; in cs_etm_is_etmv4() local
586 static int cs_etm_get_ro(struct perf_pmu *pmu, int cpu, const char *path) in cs_etm_get_ro()
602 static int cs_etm_get_ro_signed(struct perf_pmu *pmu, int cpu, const char *path) in cs_etm_get_ro_signed()
618 static bool cs_etm_pmu_path_exists(struct perf_pmu *pmu, int cpu, const char *path) in cs_etm_pmu_path_exists()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackage.py72 def is_kernel_module(path): argument
77 def is_kernel_module_signed(path): argument
90 def is_elf(path): argument
107 def is_static_lib(path): argument
349 def _setdir(self, path, mode, uid, gid, walk, fmode, fuid, fgid): argument
360 def _setlink(self, path, link): argument
411 def fix_perms(path, mode, uid, gid, dir): argument
/openbmc/linux/fs/configfs/
H A Dsymlink.c57 struct config_item *target, char *path) in configfs_get_target_path()
117 static int get_target(const char *symname, struct path *path, in get_target()
144 struct path path; in configfs_symlink() local
/openbmc/phosphor-ipmi-blobs/test/
H A Dmanager_expire_unittest.cpp25 std::string path = "/asdf/asdf"; in TEST() local
44 std::string path = "/asdf/asdf"; in TEST() local
/openbmc/phosphor-mboxd/vpnor/
H A Dpnor_partition.hpp53 fs::path path = getPartitionFilePath(flags); in read() local
69 fs::path path = getPartitionFilePath(flags); in write() local
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_debug.c46 static void dump_4_rf_regs(struct adapter *adapter, int path, int offset) in dump_4_rf_regs()
61 int i, path = 0; in rf_reg_dump() local
/openbmc/openpower-hw-diags/analyzer/
H A Dcreate_pel.cpp130 auto path = io_userDataFiles.back().getPath(); in __captureSignatureList() local
169 auto path = io_userDataFiles.back().getPath(); in __captureRegisterDump() local
270 auto path = io_userDataFiles.back().getPath(); in __captureHostbootScratchRegisters() local
327 auto path = io_userDataFiles.back().getPath(); in __captureScratchRegSignature() local
/openbmc/qemu/qga/
H A Dcommands-posix-ssh.c60 mkdir_for_user(const char *path, const struct passwd *p, in mkdir_for_user()
85 write_authkeys(const char *path, const GStrv keys, in write_authkeys()
265 g_autofree char *path = NULL; in test_authorized_keys_set() local
282 g_autofree char *path = NULL; in test_authorized_keys_equal() local
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dgit.py18 def __init__(self, path, is_topdir=False): argument
48 def init(path, bare=False): argument
/openbmc/openbmc/poky/scripts/
H A Dtask-time56 def save_times_for_task(path): argument
82 def save_times_for_dir(path): argument
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_mapper_entry.cpp15 LDAPMapperEntry::LDAPMapperEntry(sdbusplus::bus_t& bus, const char* path, in LDAPMapperEntry()
28 LDAPMapperEntry::LDAPMapperEntry(sdbusplus::bus_t& bus, const char* path, in LDAPMapperEntry()
/openbmc/sdbusplus/src/server/
H A Dinterface.cpp12 static slot_t makeObjVtable(SdBusInterface* intf, sd_bus* bus, const char* path, in makeObjVtable()
26 interface::interface(sdbusplus::bus_t& bus, const char* path, in interface()
/openbmc/phosphor-inventory-manager/
H A Dfunctor.cpp36 std::string path(_path); in operator ()() local
41 const std::string& path, sdbusplus::bus_t& bus, Manager& mgr) const in operator ()() argument

1...<<11121314151617181920>>...77