Searched defs:einfo (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/boot/common/
H A Dmboot_extra.c114 bblk_einfo_t *einfo; local
140 einfo = (bblk_einfo_t *)(extra + sizeof (bb_header_ext_t));
141 if (memcmp(einfo->magic, EINFO_MAGIC, EINFO_MAGIC_SIZE) != 0) {
144 BOOT_DEBUG("Found %s, expected %s\n", einfo->magic,
149 return (einfo);
H A Dbblk_einfo.c187 print_einfo(uint8_t flags, bblk_einfo_t *einfo, unsigned long bufsize) argument
194 if (einfo->str_off + einfo->str_size > bufsize) {
196 "buffer size\n"), einfo->str_off);
200 version = (char *)einfo + einfo->str_off;
201 if (einfo->hash_type != BBLK_NO_HASH &&
202 einfo->hash_type < BBLK_HASH_TOT) {
203 if (einfo->hash_off + einfo
271 bblk_einfo_t *einfo = (bblk_einfo_t *)dest; local
399 einfo_get_string(bblk_einfo_t *einfo) argument
408 einfo_get_hash(bblk_einfo_t *einfo) argument
[all...]
/illumos-gate/usr/src/cmd/boot/installboot/sparc/
H A Dinstallboot.c264 bblk_einfo_t *einfo; local
285 einfo = find_einfo(bblock_disk.extra, bblock_disk.extra_size);
286 if (einfo == NULL) {
308 return (einfo_should_update(einfo, &bblock_hs, updt_str));
661 * Retrieves from a device the extended information (einfo) associated to the
665 * - BC_SUCCESS (and prints out einfo contents depending on 'flags')
676 bblk_einfo_t *einfo; local
722 einfo = find_einfo(bblock->extra, bblock->extra_size);
723 if (einfo == NULL) {
738 print_einfo(flags, einfo, siz
[all...]
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c324 bblk_einfo_t *einfo; local
343 einfo = find_einfo(bblock_disk.extra, bblock_disk.extra_size);
344 if (einfo == NULL) {
384 return (einfo_should_update(einfo, &bblock_hs, updt_str));
1287 * Retrieves from a device the extended information (einfo) associated to the
1291 * - BC_SUCCESS (and prints out einfo contents depending on 'flags')
1302 bblk_einfo_t *einfo; local
1341 einfo = find_einfo(bblock->extra, bblock->extra_size);
1342 if (einfo == NULL) {
1355 print_einfo(flags, einfo, bbloc
[all...]
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c358 * 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; local
416 einfo = find_einfo(stage2->extra, stage2->extra_size);
417 if (einfo == NULL) {
431 print_einfo(flags, einfo, size);
1293 bblk_einfo_t *einfo; local
1317 einfo = find_einfo(stage2_disk.extra, stage2_disk.extra_size);
1318 if (einfo == NULL) {
1339 return (einfo_should_update(einfo,
[all...]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c1566 tf_edata_t *einfo; local
1570 if ((einfo = topo_mod_zalloc(mp, sizeof (tf_edata_t))) == NULL) {
1574 einfo->te_name = (char *)xmlGetProp(en, (xmlChar *)Name);
1575 if (einfo->te_name == NULL) {
1585 if (strcmp(einfo->te_name, mp->tm_name) == 0) {
1588 einfo->te_name);
1594 einfo->te_vers = (int)ui;
1596 return (einfo);
1599 if (einfo->te_name != NULL)
1600 xmlFree(einfo
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c1675 property_t *prop, value_t *val, error_info_t *einfo)
1729 assert(einfo != NULL);
1730 assert(einfo->ei_type == EIT_CARDINALITY);
1731 ev1 = uint64_to_str(einfo->ei_u.ei_cardinality.ei_min);
1732 ev2 = uint64_to_str(einfo->ei_u.ei_cardinality.ei_max);
1733 actual = uint64_to_str(einfo->ei_u.ei_cardinality.ei_count);
1752 assert(einfo->ei_type == EIT_PROP_TYPE);
1753 prop_type = einfo->ei_u.ei_prop_type.ei_specified;
1755 prop_type = einfo->ei_u.ei_prop_type.ei_actual;
1762 assert(einfo
1673 add_scf_error(tmpl_errors_t *errs, scf_tmpl_error_type_t ec, pgroup_t *pg_pattern, pgroup_t *pg, pgroup_t *prop_pattern, property_t *prop, value_t *val, error_info_t *einfo) argument
1818 tmpl_errors_add_im(tmpl_errors_t *errs, tmpl_validate_status_t ec, entity_t *e, pgroup_t *pg_pattern, pgroup_t *pg, pgroup_t *prop_pattern, property_t *prop, value_t *val, error_info_t *einfo) argument
2097 error_info_t einfo; local
2588 error_info_t einfo; local
2777 error_info_t einfo; local
3289 error_info_t einfo; local
3336 error_info_t einfo; local
3401 error_info_t einfo; local
3502 error_info_t einfo; local
3697 error_info_t einfo; local
3772 error_info_t einfo; local
[all...]

Completed in 76 milliseconds