Searched refs:FDT_CWD_LEN (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/fdt/
H A Dfdt_loader_cmd.c50 #define FDT_CWD_LEN 256 macro
113 static char cwd[FDT_CWD_LEN] = "/";
806 char tmp[FDT_CWD_LEN];
813 if (len >= FDT_CWD_LEN)
818 if (len >= FDT_CWD_LEN)
839 "path too long: %d, max allowed: %d", len, FDT_CWD_LEN - 1);
1550 char line[FDT_CWD_LEN];

Completed in 60 milliseconds