Searched refs:pathname (Results 1 – 6 of 6) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/staging/blackbox/ |
D | blackbox_storage.c | 127 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/ |
D | bpf.h | 1301 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/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/ |
D | osdep_service.c | 2686 static int isDirReadable(const char *pathname, u32 *sz) in isDirReadable() argument 2691 return kern_path(pathname, LOOKUP_FOLLOW, &path); in isDirReadable()
|
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
D | syscall.c | 2325 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()
|
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/ |
D | siutils.c | 5458 char pathname[SI_DEVPATH_BUFSZ + 32]; in BCMATTACHFN() local 5486 snprintf(pathname, SI_DEVPATH_BUFSZ, rstr_devpathD, idx); in BCMATTACHFN() 5487 if ((p = getvar(NULL, pathname)) == NULL) in BCMATTACHFN()
|
/device/board/isoftstone/zhiyuan/kernel/driver/ramfs/ |
D | rootfs_arm64.cpio.gz |
|