Searched refs:check_path (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
H A D | create_manifest3.py | 327 check_path = pymodule_dep variable 329 check_path = os.path.dirname(pymodule_dep) 330 if folder in check_path :
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | rfc931.diff | 26 /* check_path - examine accessibility */
|
H A D | 10_usagi-ipv6.patch | 644 extern int check_path();
|
/openbmc/linux/kernel/locking/ |
H A D | lockdep.c | 2136 check_path(struct held_lock *target, struct lock_list *src_entry, in check_path() function 2172 ret = check_path(target, &src_entry, hlock_conflict, NULL, &target_entry); in check_noncircular() 2925 ret = check_path(target, &src_entry, hlock_equal, usage_skip, &target_entry); in check_redundant()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.c | 8015 static int check_path(const char *path) in check_path() function 8059 err = check_path(path); in bpf_program__pin() 8083 err = check_path(path); in bpf_program__unpin() 8136 err = check_path(map->pin_path); in bpf_map__pin() 8178 err = check_path(path); in bpf_map__unpin() 10028 err = check_path(path); in bpf_link__pin()
|