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

/osnet-11/usr/src/grub/grub2/grub-core/kern/ieee1275/
H A Dinit.c85 char bootpath[64]; /* XXX check length */ local
89 if (grub_ieee1275_get_property (grub_ieee1275_chosen, "bootpath", &bootpath,
90 sizeof (bootpath), 0))
93 grub_printf ("/chosen/bootpath property missing!\n");
99 type = grub_ieee1275_get_device_type (bootpath);
104 dev = grub_ieee1275_get_aliasdevname (bootpath);
118 *device = grub_ieee1275_encode_devname (bootpath);
121 filename = grub_ieee1275_get_filename (bootpath);
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfsinfo.c94 char *bootpath = 0; local
103 bootpath =
106 if (!bootpath)
109 grub_printf_ (N_("Bootpath: %s\n"), bootpath);
124 grub_free (bootpath);
174 get_bootpath (char *nvlist, grub_uint64_t devguid, char **bootpath, argument
193 *bootpath = 0;
198 *bootpath = grub_zfs_nvlist_lookup_string (nvlist,
225 get_bootpath (child, devguid, bootpath, devid);
229 if (*bootpath || *devi
332 char *bootpath = 0, *devid = 0; local
429 char *bootpath = 0, *devid = 0; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/pc/
H A Dplan9.c114 char *bootdisk = NULL, *bootpart = NULL, *bootpath = NULL; local
378 bootpath = grub_xasprintf ("%s!%s!%s", bootdisk, bootpart, file_name);
380 bootpath = grub_xasprintf ("%s!%s", bootdisk, file_name);
384 if (!bootpath)
412 configsize += (sizeof ("bootfile=") - 1) + grub_strlen (bootpath) + 1;
428 grub_strncpy (config, bootpath, GRUB_PLAN9_CONFIG_PATH_SIZE - 1);
435 configptr = grub_stpcpy (configptr, bootpath);
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dlinux.c386 const char *bootpath; local
389 bootpath = grub_env_get ("root");
390 if (bootpath)
392 "bootpath", bootpath,
393 grub_strlen (bootpath) + 1,
H A Dbsd.c1636 char bootpath[GRUB_NETBSD_MAX_BOOTPATH_LEN]; local
1643 grub_memset (bootpath, 0, sizeof (bootpath));
1644 grub_strncpy (bootpath, name, sizeof (bootpath) - 1);
1645 grub_bsd_add_meta (NETBSD_BTINFO_BOOTPATH, bootpath, sizeof (bootpath));
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1173 * The caller should already allocate MAXPATHLEN memory for bootpath and devid.
1176 vdev_get_bootpath(char *nv, uint64_t inguid, char *devid, char *bootpath, argument
1208 bootpath, DATA_TYPE_STRING, NULL) != 0)
1209 bootpath[0] = '\0';
1215 if (strlen(bootpath) >= MAXPATHLEN ||
1236 bootpath, is_spare) == 0)

Completed in 35 milliseconds