Searched defs:curkey (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dxnu.c723 struct grub_xnu_devtree_key *curkey; local
767 curkey = grub_xnu_create_key (&(cfgtablekey->first_child), guidbuf);
768 if (! curkey)
771 curval = grub_xnu_create_value (&(curkey->first_child), "guid");
781 curval = grub_xnu_create_value (&(curkey->first_child), "table");
799 curval = grub_xnu_create_value (&(curkey->first_child), "alias");
/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Dxnu.c1317 struct grub_xnu_devtree_key **curkey = &grub_xnu_devtree_root; local
1340 curkey = &(grub_xnu_create_key (curkey, name)->first_child);
1358 curvalue = grub_xnu_create_value (curkey, name);

Completed in 31 milliseconds