Lines Matching defs:HpcMenuPreferences
86 struct HpcMenuPreferences { struct
90 size_t _size; // size of HpcMenuPreferences structure. argument
91 int dir;
92 BOOL dir_user;
93 TCHAR dir_user_path[MAX_PATH];
94 BOOL kernel_user;
95 TCHAR kernel_user_file[MAX_PATH];
96 unsigned platid_hi;
97 unsigned platid_lo;
98 int rootfs;
99 TCHAR rootfs_file[MAX_PATH];
101 BOOL boot_serial;
102 BOOL boot_verbose;
103 BOOL boot_single_user;
127 struct HpcMenuPreferences _pref; argument