Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dsmdb.py481 def print_type_size(struct_type, member): argument
493 def print_data_info(struct_type, member): argument
547 def function_type_value(struct_type, member): argument
706 def constraint(struct_type, member): argument
743 struct_type = sys.argv[2] variable
747 struct_type = sys.argv[2] variable
762 struct_type = "%" variable
765 struct_type = sys.argv[2] variable
790 struct_type = "%" variable
793 struct_type = sys.argv[2] variable
/illumos-gate/usr/src/uts/common/sys/
H A Dmodel.h85 #define STRUCT_HANDLE(struct_type, handle) \ argument
94 #define STRUCT_DECL(struct_type, handle) \ argument
149 #define SIZEOF_STRUCT(struct_type, umodel) \ argument
156 #define STRUCT_HANDLE(struct_type, handle) \ argument
162 #define STRUCT_DECL(struct_type, handle) \ argument
190 #define SIZEOF_STRUCT(struct_type, umodel) sizeof (struct struct_type) argument
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_free.c40 _tx_free(char *ptr, int struct_type, int api_semantics) in _tx_free()
H A Dtli_wrappers.c48 t_alloc(int fd, int struct_type, int fields) in t_alloc()
82 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.c67 _xti_alloc(int fd, int struct_type, int fields) in _xti_alloc()
101 _xti_free(void *ptr, int struct_type) in _xti_free()
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kfree.c65 t_kfree(TIUSER *tiptr, char *ptr, int struct_type) in t_kfree()
H A Dt_kalloc.c67 t_kalloc(TIUSER *tiptr, int struct_type, int fields, char **ptr) in t_kalloc()
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_function_ptrs.c399 struct symbol *struct_type) in print_initializer_list()
430 struct symbol *struct_type; in global_variable() local
H A Dsmatch_struct_assignment.c90 struct symbol *struct_type; in get_right_base_expr() local
234 struct symbol *struct_type, *tmp, *type; in __struct_members_copy() local
H A Dcheck_memcpy_overflow.c336 const char *struct_type; in register_ignored_structs_from_file() local
H A Dcheck_uninitialized.c35 struct symbol *struct_type, *tmp, *base_type; in mark_members_uninitialized() local
H A Dsmatch_flow.c1378 struct symbol *struct_type, *type; in fake_member_assigns_helper() local
H A Dsmatch_db.c304 void sql_insert_function_type_info(int type, const char *struct_type, const char *member, const cha… in sql_insert_function_type_info()
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_impl.h102 #define RCM_STRUCT_BASE_ADDR(struct_type, x, y) \ argument