Home
last modified time | relevance | path

Searched defs:struct_type (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dmodel.h87 #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 Dmodel.h96 #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 Dt_free.c42 _tx_free(char *ptr, int struct_type, int api_semantics) in _tx_free()
H A Dtli_wrappers.c50 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 Dt_alloc.c52 _tx_alloc(int fd, int struct_type, int fields, int api_semantics) in _tx_alloc()
H A Dxti_wrappers.c70 _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 Dt_kfree.c67 t_kfree(TIUSER *tiptr, char *ptr, int struct_type) in t_kfree()
H A Dt_kalloc.c69 t_kalloc(TIUSER *tiptr, int struct_type, int fields, char **ptr) in t_kalloc()
/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Drcm_impl.h104 #define RCM_STRUCT_BASE_ADDR(struct_type, x, y) \ argument