Home
last modified time | relevance | path

Searched refs:path_next (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-a/lib/debugfs/
A Ddev.c262 const char *path_next; in path_to_channel() local
273 path_next = path; in path_to_channel()
276 path_next = next(path + 1, elem); in path_to_channel()
277 if (path_next == NULL) { in path_to_channel()
300 for (path_next = next(path_next, elem); *elem; in path_to_channel()
301 path_next = next(path_next, elem)) { in path_to_channel()
317 if (path_next == NULL) { in path_to_channel()

Completed in 3 milliseconds