Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dmtdparts.c1617 struct mtdids *id_tmp; local
1626 id_tmp = list_entry(entry, struct mtdids, link);
1627 debug("mtdids del: %d %d\n", id_tmp->type, id_tmp->num);
1629 free(id_tmp);
1667 id_tmp = list_entry(entry, struct mtdids, link);
1668 if ((id_tmp->type == type) && (id_tmp->num == num)) {
1703 id_tmp = list_entry(entry, struct mtdids, link);
1705 free(id_tmp);