Home
last modified time | relevance | path

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

/external/u-boot/drivers/core/
Dof_access.c232 int statlen; in of_device_is_available() local
237 status = of_get_property(device, "status", &statlen); in of_device_is_available()
241 if (statlen > 0) { in of_device_is_available()