Searched defs:brand_ops (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | brand.h | 105 struct brand_ops { struct 106 void (*b_init_brand_data)(zone_t *); 107 void (*b_free_brand_data)(zone_t *); 108 int (*b_brandsys)(int, int64_t *, uintptr_t, uintptr_t, uintptr_t, 110 void (*b_setbrand)(struct proc *); 111 int (*b_getattr)(zone_t *, int, void *, size_t *); 112 int (*b_setattr)(zone_t *, int, void *, size_t); 136 struct brand_ops *b_ops; argument
|