Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dmtdparts.c135 static char last_ids[MTDIDS_MAXLEN + 1]; variable
1631 last_ids[0] = '\0';
1733 memset(last_ids, 0, sizeof(last_ids));
1755 debug("last_ids : %s\n", last_ids);
1796 if ((last_ids[0] != '\0') && (strcmp(last_ids, ids) == 0)) {
1807 strncpy(last_ids, ids, MTDIDS_MAXLEN);