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