Searched refs:brand_handle (Results 1 – 3 of 3) sorted by relevance
218 struct brand_handle *bhp; in brand_open()241 if ((bhp = malloc(sizeof (struct brand_handle))) == NULL) in brand_open()243 bzero(bhp, sizeof (struct brand_handle)); in brand_open()302 struct brand_handle *bhp = (struct brand_handle *)bh; in brand_close()377 brand_get_value(struct brand_handle *bhp, const char *zonename, in brand_get_value()445 struct brand_handle *bhp = (struct brand_handle *)bh; in brand_get_attach()454 struct brand_handle *bhp = (struct brand_handle *)bh; in brand_get_boot()462 struct brand_handle *bhp = (struct brand_handle *)bh; in brand_get_brandname()475 struct brand_handle *bhp = (struct brand_handle *)bh; in brand_get_clone()484 struct brand_handle *bhp = (struct brand_handle *)bh; in brand_get_detach()[all …]
37 struct brand_handle { struct
5513 brand_handle_t brand_handle; in sysboot_func() local5547 if ((brand_handle = brand_open(target_brand)) == NULL) { in sysboot_func()5553 err = get_hook(brand_handle, cmdbuf, sizeof (cmdbuf), brand_get_sysboot, in sysboot_func()5555 brand_close(brand_handle); in sysboot_func()