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

/u-boot/drivers/core/
H A Dof_access.c986 int parent_fnl; local
1018 parent_fnl = *parent->name ? strlen(parent->full_name) : 0;
1019 full_name = calloc(1, parent_fnl + 1 + len + 1);
1028 full_name[parent_fnl] = '/';
1029 strlcpy(&full_name[parent_fnl + 1], name, len + 1);

Completed in 47 milliseconds