Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dmtdparts.c1623 struct mtdids *id_tmp; local
1632 id_tmp = list_entry(entry, struct mtdids, link);
1633 debug("mtdids del: %d %d\n", id_tmp->type, id_tmp->num);
1635 free(id_tmp);
1673 id_tmp = list_entry(entry, struct mtdids, link);
1674 if ((id_tmp->type == type) && (id_tmp->num == num)) {
1709 id_tmp = list_entry(entry, struct mtdids, link);
1711 free(id_tmp);