Searched refs:brand_handle (Results 1 – 3 of 3) sorted by relevance
228 struct brand_handle *bhp; in brand_open()251 if ((bhp = malloc(sizeof (struct brand_handle))) == NULL) in brand_open()253 bzero(bhp, sizeof (struct brand_handle)); in brand_open()312 struct brand_handle *bhp = (struct brand_handle *)bh; in brand_close()387 brand_get_value(struct brand_handle *bhp, const char *zonename, in brand_get_value()455 struct brand_handle *bhp = (struct brand_handle *)bh; in brand_get_attach()464 struct brand_handle *bhp = (struct brand_handle *)bh; in brand_get_boot()472 struct brand_handle *bhp = (struct brand_handle *)bh; in brand_get_brandname()485 struct brand_handle *bhp = (struct brand_handle *)bh; in brand_get_clone()494 struct brand_handle *bhp = (struct brand_handle *)bh; in brand_get_detach()[all …]
39 struct brand_handle { struct
5502 brand_handle_t brand_handle; in sysboot_func() local5536 if ((brand_handle = brand_open(target_brand)) == NULL) { in sysboot_func()5542 err = get_hook(brand_handle, cmdbuf, sizeof (cmdbuf), brand_get_sysboot, in sysboot_func()5544 brand_close(brand_handle); in sysboot_func()