Searched refs:ZBROP (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/syscall/ |
H A D | brandsys.c | 51 if ((err = ZBROP(p->p_zone)->b_brandsys(cmd, &rval, arg1, arg2, arg3, in brandsys()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | brand.h | 150 #define ZBROP(z) ((z)->zone_brand->b_ops) macro
|
/titanic_41/usr/src/uts/common/os/ |
H A D | zone.c | 2420 ZBROP(zone)->b_init_brand_data(zone); in zone_set_brand() 5151 ZBROP(zone)->b_free_brand_data(zone); in zone_destroy() 5481 error = ZBROP(zone)->b_getattr(zone, attr, buf, &size); in zone_getattr() 5583 err = ZBROP(zone)->b_setattr(zone, attr, buf, bufsize); in zone_setattr()
|