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

/fuchsia/zircon/bootloader/src/
H A Dnetifc.c180 uint32_t last_parent = 0; local
201 if (i != last_parent) {
202 if (memcmp(paths[i], paths[last_parent], strlen_16(paths[last_parent])) == 0) {
205 last_parent = i;

Completed in 72 milliseconds