Lines Matching defs:bopt
367 get_conf_str(char *bopt, char **val)
379 bopt, val);
389 get_conf_opt(char *bopt, boolean_t *kvar)
399 if (get_conf_str(bopt, &val) != DDI_PROP_SUCCESS)
409 bopt, val);
419 get_boot_str(char *bopt, char **val)
424 DDI_PROP_DONTPASS, bopt, val);
430 get_bootopt(char *bopt, boolean_t *kvar)
438 if (get_boot_str(bopt, &val) != DDI_PROP_SUCCESS)
448 bopt, val);
495 get_conf_tunables(char *bopt, int64_t *ivar)
507 DDI_PROP_DONTPASS | DDI_PROP_ROOTNEX_GLOBAL, bopt,