Home
last modified time | relevance | path

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

/u-boot/cmd/
A Dmtdparts.c1620 struct mtdids *id_tmp; local
1629 id_tmp = list_entry(entry, struct mtdids, link);
1630 debug("mtdids del: %d %d\n", id_tmp->type, id_tmp->num);
1632 free(id_tmp);
1670 id_tmp = list_entry(entry, struct mtdids, link);
1671 if ((id_tmp->type == type) && (id_tmp->num == num)) {
1706 id_tmp = list_entry(entry, struct mtdids, link);
1708 free(id_tmp);

Completed in 5 milliseconds