Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Dmtdparts.c1616 struct mtdids *id_tmp; local
1625 id_tmp = list_entry(entry, struct mtdids, link);
1626 debug("mtdids del: %d %d\n", id_tmp->type, id_tmp->num);
1628 free(id_tmp);
1666 id_tmp = list_entry(entry, struct mtdids, link);
1667 if ((id_tmp->type == type) && (id_tmp->num == num)) {
1702 id_tmp = list_entry(entry, struct mtdids, link);
1704 free(id_tmp);