Home
last modified time | relevance | path

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

/arch/powerpc/boot/
Dvirtex.c83 char path[MAX_PATH_LEN]; in platform_specific_init()
89 if (getprop(devp, "linux,stdout-path", path, MAX_PATH_LEN) > 0) { in platform_specific_init()
Dserial.c89 char path[MAX_PATH_LEN]; in serial_get_stdout_devp()
95 if (getprop(devp, "linux,stdout-path", path, MAX_PATH_LEN) > 0) { in serial_get_stdout_devp()
Dops.h19 #define MAX_PATH_LEN 256 macro
176 char path[MAX_PATH_LEN]; in find_node_by_alias()
177 if (getprop(devp, alias, path, MAX_PATH_LEN) > 0) in find_node_by_alias()