HomeSort by relevance Sort by last modified time
    Searched refs:temp_wr (Results 1 - 2 of 2) sorted by null

  /system/core/libdiskconfig/
write_lst.c 61 struct write_list *temp_wr; local
63 temp_wr = lst->next;
65 lst = temp_wr;
config_mbr.c 238 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 = mk_mbr_sig())
    [all...]

Completed in 54 milliseconds