Searched refs:bootparams (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dxnu.c953 struct grub_xnu_boot_params *bootparams; local
1009 err = grub_xnu_heap_malloc (sizeof (*bootparams),
1013 bootparams = bp_in;
1016 err = grub_xnu_set_video (bootparams);
1023 bootparams->lfb_mode = 0;
1024 bootparams->lfb_width = 0;
1025 bootparams->lfb_height = 0;
1026 bootparams->lfb_depth = 0;
1027 bootparams->lfb_line_len = 0;
1028 bootparams
[all...]
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dbootparams_getbyname.c25 * nsswitch "bootparams" database.
28 static const char *bootparams = "/etc/bootparams"; variable
65 bootparams,
71 * bootparams has the hostname as part of the data in the file, but the other
105 * in /etc/bootparams for continuation and gives one long

Completed in 30 milliseconds