Lines Matching defs:path
63 const char *path; member
90 char *path; member
174 static bool perm_path_matches(const char *path, struct perms_ *dp) in perm_path_matches()
190 static mode_t get_device_perm(const char *path, const char **links, in get_device_perm()
232 static void make_device(const char *path, in make_device()
274 static void add_platform_device(const char *path) in add_platform_device()
300 static struct platform_node *find_platform_device(const char *path) in find_platform_device()
317 static void remove_platform_device(const char *path) in remove_platform_device()
337 static int find_pci_device_prefix(const char *path, char *buf, ssize_t buf_sz) in find_pci_device_prefix()
533 const char *path, int block, int major, int minor, char **links) in handle_device()
562 const char *path = uevent->path; in handle_platform_device_event() local
967 static void coldboot(const char *path) in coldboot()