Searched defs:bootinfo (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/bootvars/sparc/
H A Dsolaris.py30 from bootmgmt import bootinfo namespace
34 class OBPBootVariables(bootinfo.BootVariables):
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/bootvars/x86/
H A Dsolaris.py34 from bootmgmt import bootinfo namespace
41 class BootenvBootVariables(bootinfo.BootVariables):
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfreebsd.h40 #define RB_BOOTINFO 0x80000000 /* have `struct bootinfo *' arg */
74 * A zero bootinfo field often means that there is no info available.
78 struct bootinfo struct
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootconfig.py45 from bootmgmt import bootinfo, bootloader namespace
960 return bootinfo.BootVariables.get(sysroot=rootpath,
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dsun.c92 u_int32_t bootinfo[3]; /* Info needed by mboot */ member in struct:_SunRawLabel
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dbsd.c955 * Adds NetBSD bootinfo bootdisk and bootwedge. The partition identified
956 * in these bootinfo fields is the root device.
1039 struct grub_netbsd_bootinfo *bootinfo; local
1089 bootinfo = (void *) ((grub_uint8_t *) arg0 + tag_buf_len);
1095 bootinfo->bi_count = tag_count;
1099 bootinfo->bi_data[i] = ((grub_uint8_t *) curarg - (grub_uint8_t *) arg0)
1132 stack[3] = ((grub_uint8_t *) bootinfo - (grub_uint8_t *) arg0) + arg_target;

Completed in 65 milliseconds