Searched refs:temp_wr (Results 1 - 2 of 2) sorted by relevance

/system/core/libdiskconfig/
H A Dwrite_lst.c61 struct write_list *temp_wr; local
63 temp_wr = lst->next;
65 lst = temp_wr;
H A Dconfig_mbr.c238 struct write_list *temp_wr = NULL; local
253 if ((temp_wr = mk_pri_pentry(dinfo, NULL, cnt, &cur_lba)))
254 wlist_add(&wr_list, temp_wr);
272 temp_wr = mk_pri_pentry(dinfo, pinfo, cnt, &cur_lba);
276 temp_wr = mk_ext_pentry(dinfo, pinfo, &cur_lba, ext_lba, pnext);
279 if (temp_wr)
280 wlist_add(&wr_list, temp_wr);
292 if (!(temp_wr = mk_pri_pentry(dinfo, &blank, cnt, &cur_lba))) {
296 wlist_add(&wr_list, temp_wr);
299 if ((temp_wr
[all...]

Completed in 68 milliseconds