Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dbrandsys.c49 if ((err = ZBROP(p->p_zone)->b_brandsys(cmd, &rval, arg1, arg2, arg3, in brandsys()
/illumos-gate/usr/src/uts/common/sys/
H A Dbrand.h150 #define ZBROP(z) ((z)->zone_brand->b_ops) macro
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c2549 ZBROP(zone)->b_init_brand_data(zone); in zone_set_brand()
5363 ZBROP(zone)->b_free_brand_data(zone); in zone_destroy()
5702 error = ZBROP(zone)->b_getattr(zone, attr, buf, &size); in zone_getattr()
5815 err = ZBROP(zone)->b_setattr(zone, attr, buf, bufsize); in zone_setattr()