Lines Matching refs:ib_params
61 static void getmachine(ib_params *, const char *, const char *);
62 static void getfstype(ib_params *, const char *, const char *);
63 static void getubootpaths(ib_params *, const char *);
64 static void parseoptions(ib_params *, const char *);
70 static ib_params installboot_params;
72 #define OFFSET(field) offsetof(ib_params, field)
119 ib_params *params; in main()
393 parseoptions(ib_params *params, const char *option) in parseoptions()
493 no_setboot(ib_params *params) in no_setboot()
504 no_clearboot(ib_params *params) in no_clearboot()
515 no_editboot(ib_params *params) in no_editboot()
527 getmachine(ib_params *param, const char *mach, const char *provider) in getmachine()
582 getfstype(ib_params *param, const char *fstype, const char *provider) in getfstype()
622 getubootpaths(ib_params *param, const char *paths) in getubootpaths()