Home
last modified time | relevance | path

Searched refs:brand_handle (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libbrand/common/
H A Dlibbrand.c302 struct brand_handle *bhp = (struct brand_handle *)bh; in brand_close()
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()
493 struct brand_handle *bhp = (struct brand_handle *)bh; in brand_get_halt()
502 struct brand_handle *bhp = (struct brand_handle *)bh; in brand_get_shutdown()
510 struct brand_handle *bhp = (struct brand_handle *)bh; in brand_get_initname()
518 struct brand_handle *bhp = (struct brand_handle *)bh; in i_brand_restartinit()
[all …]
H A Dlibbrand_impl.h37 struct brand_handle { struct
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c5513 brand_handle_t brand_handle; in sysboot_func() local
5547 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()