Searched defs:struct_type (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | model.h | 87 #define STRUCT_HANDLE(struct_type, handle) \ argument 96 #define STRUCT_DECL(struct_type, handle) \ argument 151 #define SIZEOF_STRUCT(struct_type, umodel) \ argument 158 #define STRUCT_HANDLE(struct_type, handle) \ argument 163 #define STRUCT_DECL(struct_type, handle) \ argument 195 #define SIZEOF_STRUCT(struct_type, umodel) sizeof (struct struct_type) argument
|
/titanic_41/usr/src/uts/common/avs/ns/ |
H A D | model.h | 96 #define STRUCT_HANDLE(struct_type, handle) \ argument 105 #define STRUCT_DECL(struct_type, handle) \ argument 160 #define SIZEOF_STRUCT(struct_type, umodel) \ argument 167 #define STRUCT_HANDLE(struct_type, handle) \ argument 173 #define STRUCT_DECL(struct_type, handle) \ argument 205 #define SIZEOF_STRUCT(struct_type, umodel) sizeof (struct struct_type) argument
|
/titanic_41/usr/src/lib/libnsl/nsl/ |
H A D | t_free.c | 42 _tx_free(char *ptr, int struct_type, int api_semantics) in _tx_free()
|
H A D | tli_wrappers.c | 50 t_alloc(int fd, int struct_type, int fields) in t_alloc() 84 t_free(char *ptr, int struct_type) in t_free()
|
H A D | t_alloc.c | 52 _tx_alloc(int fd, int struct_type, int fields, int api_semantics) in _tx_alloc()
|
H A D | xti_wrappers.c | 70 _xti_alloc(int fd, int struct_type, int fields) in _xti_alloc() 104 _xti_free(void *ptr, int struct_type) in _xti_free()
|
/titanic_41/usr/src/uts/common/ktli/ |
H A D | t_kfree.c | 67 t_kfree(TIUSER *tiptr, char *ptr, int struct_type) in t_kfree()
|
H A D | t_kalloc.c | 69 t_kalloc(TIUSER *tiptr, int struct_type, int fields, char **ptr) in t_kalloc()
|
/titanic_41/usr/src/cmd/rcm_daemon/common/ |
H A D | rcm_impl.h | 104 #define RCM_STRUCT_BASE_ADDR(struct_type, x, y) \ argument
|