Searched refs:pl_stage (Results 1 – 2 of 2) sorted by relevance
217 rv = write_out(fd, plist->pl_stage, sector_size, 0); in install_stage1_cb()477 bblock = plist->pl_stage; in compare_einfo_cb()558 if (plist->pl_stage == NULL) in read_stage1_cb()559 plist->pl_stage = calloc(1, sector_size); in read_stage1_cb()561 if (plist->pl_stage == NULL) { in read_stage1_cb()566 if (pread(fd, plist->pl_stage, sector_size, 0) == -1) { in read_stage1_cb()627 plist->pl_stage = bblock; in read_stage2_cb()714 plist->pl_stage = stage; in read_einfo_file_cb()828 plist->pl_stage = calloc(1, sizeof (ib_bootblock_t)); in read_einfo_esp_cb()829 if (plist->pl_stage == NULL) { in read_einfo_esp_cb()[all …]
115 void *pl_stage; member