Lines Matching defs:einfo
358 * Retrieves from a device the extended information (einfo) associated to the
362 * - BC_SUCCESS (and prints out einfo contents depending on 'flags')
372 bblk_einfo_t *einfo;
416 einfo = find_einfo(stage2->extra, stage2->extra_size);
417 if (einfo == NULL) {
431 print_einfo(flags, einfo, size);
1290 bblk_einfo_t *einfo;
1314 einfo = find_einfo(stage2_disk.extra, stage2_disk.extra_size);
1315 if (einfo == NULL) {
1336 return (einfo_should_update(einfo, &stage2_hs, updt_str));