Searched refs:pathname (Results 1 – 3 of 3) sorted by relevance
/samples/bpf/ |
D | libbpf.c | 106 int bpf_obj_pin(int fd, const char *pathname) in bpf_obj_pin() argument 109 .pathname = ptr_to_u64((void *)pathname), in bpf_obj_pin() 116 int bpf_obj_get(const char *pathname) in bpf_obj_get() argument 119 .pathname = ptr_to_u64((void *)pathname), in bpf_obj_get()
|
D | libbpf.h | 18 int bpf_obj_pin(int fd, const char *pathname); 19 int bpf_obj_get(const char *pathname);
|
/samples/mic/mpssd/ |
D | mpssd.c | 1433 char pathname[PATH_MAX]; in open_state_fd() local 1436 snprintf(pathname, PATH_MAX - 1, "%s/%s/%s", in open_state_fd() 1439 fd = open(pathname, O_RDONLY); in open_state_fd() 1442 mic->name, pathname, strerror(errno)); in open_state_fd()
|