Lines Matching refs:length
35 int length;
46 length = prom_getproplen(node, name);
47 if ((length == -1) || (length == 0))
49 if (length > OBP_MAXPATHLEN)
50 length = OBP_MAXPATHLEN - 1; /* Null terminator */
51 (void) prom_bounded_getprop(node, name, bootargs, length);
67 int length;
77 length = prom_getproplen(node, name);
78 if ((length == -1) || (length == 0))
80 if (length > OBP_MAXPATHLEN)
81 length = OBP_MAXPATHLEN - 1; /* Null terminator */
82 (void) prom_bounded_getprop(node, name, bootpath, length);