Searched defs:chosen (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Dreed_solomon.c188 gauss_eliminate (gf_single_t *eq, int n, int m, int *chosen) argument
201 chosen[i] = nzidx;
217 int *chosen; local
221 chosen = xmalloc (n * sizeof (int));
223 chosen = (void *) scratch;
227 chosen[i] = -1;
230 gauss_eliminate (eq, n, m, chosen);
234 if (chosen[i] == -1)
239 sol[chosen[i]] = s;
242 free (chosen);
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dmenu.c166 const char *ptr, *chosen, *def; local
181 chosen = grub_env_get ("chosen");
197 if (chosen)
199 oldchosen = grub_strdup (chosen);
210 if (chosen)
211 sz += grub_strlen (chosen);
219 if (chosen)
221 optr = grub_stpcpy (optr, chosen);
231 grub_env_set ("chosen", bu
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Dxnu.c202 struct grub_xnu_devtree_key *chosen; local
215 chosen = grub_xnu_create_key (&grub_xnu_devtree_root, "chosen");
216 if (! chosen)
218 memorymap = grub_xnu_create_key (&(chosen->first_child), "memory-map");
570 struct grub_xnu_devtree_key *chosen; local
578 chosen = grub_xnu_create_key (&grub_xnu_devtree_root, "chosen");
579 if (! chosen)
581 memorymap = grub_xnu_create_key (&(chosen
[all...]

Completed in 29 milliseconds