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)
82 int offset; /* of field in ib_params */
119 ib_params *params;
393 parseoptions(ib_params *params, const char *option)
493 no_setboot(ib_params *params)
504 no_clearboot(ib_params *params)
515 no_editboot(ib_params *params)
527 getmachine(ib_params *param, const char *mach, const char *provider)
582 getfstype(ib_params *param, const char *fstype, const char *provider)
622 getubootpaths(ib_params *param, const char *paths)