Home
last modified time | relevance | path

Searched refs:pathname (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/staging/blackbox/
H A Dblackbox_storage.c127 char *pathname = NULL; in get_log_by_pstore() local
157 pathname = getfullpath(filp); in get_log_by_pstore()
158 bbox_print_err("read %s failed! err is [%d]\n", pathname ? pathname : "", ret); in get_log_by_pstore()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dbpf.h1301 int bpf_obj_pin_user(u32 ufd, const char __user *pathname);
1302 int bpf_obj_get_user(const char __user *pathname, int flags);
1523 static inline int bpf_obj_get_user(const char __user *pathname, int flags) in bpf_obj_get_user() argument
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dsyscall.c2325 return bpf_obj_pin_user(attr->bpf_fd, u64_to_user_ptr(attr->pathname)); in bpf_obj_pin()
2334 return bpf_obj_get_user(u64_to_user_ptr(attr->pathname), attr->file_flags); in bpf_obj_get()

Completed in 10 milliseconds