Home
last modified time | relevance | path

Searched refs:type (Results 126 – 150 of 4063) sorted by relevance

12345678910>>...163

/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Dcdtlib.h62 unsigned int type; /* method type, control flags */ member
89 void* cdt_lib(const char* name, Dtdisc_t* disc, const char* type) \
93 if (!type) \
96 if (!strncmp(type, cdt_lib_##m.prefix, n)) \
97 type += n; \
99 if (!strcmp(type, cdt_lib_##m.methods[i]->name + n)) \
106 void* cdt_lib(name, disc, type) const char* name; Dtdisc_t* disc; const char* type; \
110 if (!type) \
113 if (!strncmp(type, cdt_lib_/**/m.prefix, n)) \
114 type += n; \
[all …]
/illumos-gate/usr/src/uts/sun4/os/
H A Dtrap.c97 ti.trap_type = type; in die()
198 type |= T_USER; in trap()
203 switch (type) { in trap()
241 if (type & USER) { in trap()
260 switch (type) { in trap()
277 switch (type) { in trap()
283 if (type & T_USER) { in trap()
420 switch (type) { in trap()
512 switch (type) { in trap()
1394 type |= T_USER; in fpu_trap()
[all …]
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_term.c640 type = bl->norm->Bl.type; in termp_it_pre()
646 switch (type) { in termp_it_pre()
680 switch (type) { in termp_it_pre()
753 switch (type) { in termp_it_pre()
768 switch (type) { in termp_it_pre()
784 switch (type) { in termp_it_pre()
842 switch (type) { in termp_it_pre()
931 type = n->parent->parent->parent->norm->Bl.type; in termp_it_post()
1530 if (n->type == ROFFT_HEAD || n->type == ROFFT_BODY) in termp_ss_post()
1579 if (n->type != ROFFT_BODY && n->type != ROFFT_ELEM) in termp_quote_pre()
[all …]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dcache.c291 cache_get_htab(isns_type_t type) in cache_get_htab() argument
293 if (type > 0 && type < MAX_OBJ_TYPE) { in cache_get_htab()
294 return (imc->t[type]); in cache_get_htab()
312 cache_get_matrix(isns_type_t type) in cache_get_matrix() argument
316 switch (type) { in cache_get_matrix()
347 return (htab_lookup(imc->t[lcp->type], in cache_lookup()
372 return (htab_lookup(imc->t[lcp->type], in cache_rekey()
398 return (htab_add(imc->t[obj->type], obj, flag, uid_p, update_p)); in cache_add()
416 return (htab_remove(imc->t[lcp->type], in cache_remove()
433 cache_dump_htab(isns_type_t type) in cache_dump_htab() argument
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_arm64_tagged.c58 if (expr->type != EXPR_SYMBOL) in expr_has_untagged_symbol()
74 if (expr->type != EXPR_DEREF) in expr_has_untagged_member()
117 if (expr->type == EXPR_PREOP || expr->type == EXPR_POSTOP) in expr_has_memory_addr()
160 invalid.type = &ullong_ctype; in rl_is_tagged()
162 invalid_kernel.type = &ullong_ctype; in rl_is_tagged()
192 struct symbol *type; in match_condition() local
200 if (expr->type != EXPR_COMPARE && in match_condition()
201 expr->type != EXPR_BINOP) in match_condition()
225 type = get_type(val); in match_condition()
226 if (!type || type_bits(type) != 64) in match_condition()
H A Dsmatch_real_absolute.c91 if (stmt->parent->type != STMT_ITERATOR) in in_iterator_pre_statement()
101 struct symbol *type; in match_assign() local
113 type = get_type(expr->left); in match_assign()
114 if (!type) in match_assign()
116 if (type->type != SYM_PTR && type->type != SYM_BASETYPE && in match_assign()
117 type->type != SYM_ENUM) in match_assign()
120 rl = cast_rl(type, rl); in match_assign()
H A Dsparse-llvm.c116 LLVMTypeRef type; in sym_ptr_type() local
120 type = LLVMInt8Type(); in sym_ptr_type()
180 if (sym->type == SYM_NODE) in symbol_type()
186 switch (sym->type) { in symbol_type()
223 if (insn->type) in insn_symbol_type()
260 switch (pseudo->type) { in pseudo_name()
294 switch (expr->type) { in get_sym_value()
373 switch (pseudo->type) { in pseudo_to_value()
810 if (insn->func->type == PSEUDO_REG || insn->func->type == PSEUDO_PHI) in output_op_call()
966 switch (val->type) { in output_op_setval()
[all …]
/illumos-gate/usr/src/lib/libresolv/
H A Dres_query.c71 res_query(name, class, type, answer, anslen) in res_query() argument
73 int class, type; /* class and type of query */
85 printf("res_query(%s, %d, %d)\n", name, class, type);
148 res_search(name, class, type, answer, anslen) in res_search() argument
150 int class, type; /* class and type of query */
167 return (res_query(cp, class, type, answer, anslen));
178 ret = res_querydomain(name, *domain, class, type,
225 res_querydomain(name, domain, class, type, answer, anslen) in res_querydomain() argument
227 int class, type; /* class and type of query */
239 name, class, type);
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_base.c91 for (t = typehead;t && strcmp(t->ops->type,ops->type);t = t->next) in krb5_rc_register_type()
111 char *type) in krb5_rc_resolve_type() argument
118 for (t = typehead;t && strcmp(t->ops->type,type);t = t->next) in krb5_rc_resolve_type()
133 return id->ops->type; in krb5_rc_get_type()
182 char *type; in krb5_rc_resolve_full() local
191 if (!(type = malloc(diff + 1))) in krb5_rc_resolve_full()
193 (void) strncpy(type, string_name, diff); in krb5_rc_resolve_full()
194 type[residual - string_name] = '\0'; in krb5_rc_resolve_full()
197 FREE_RC(type); in krb5_rc_resolve_full()
202 FREE_RC(type); in krb5_rc_resolve_full()
[all …]
/illumos-gate/usr/src/boot/sys/x86/include/
H A Dstdarg.h47 #define va_arg(ap, type) \ argument
48 __builtin_va_arg((ap), type)
63 #define __va_size(type) \ argument
64 (((sizeof(type) + sizeof(long) - 1) / sizeof(long)) * sizeof(long))
69 #define va_arg(ap, type) \ argument
70 (*(type *)((ap) += __va_size(type), (ap) - __va_size(type)))
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Drelocate.c107 if (type == M_R_JMP_SLOT) in count_reloc()
132 if (type == M_R_COPY) in count_reloc()
143 if (type == M_R_JMP_SLOT) in count_reloc()
159 if ((type == M_R_RELATIVE) || (type == M_R_NONE) || in count_reloc()
191 if (type == M_R_JMP_SLOT) in count_reloc()
207 if (IS_PC_RELATIVE(type)) in count_reloc()
253 if (IS_PC_RELATIVE(type)) in count_reloc()
360 if (type != M_R_COPY) in count_reloc()
370 if (type == M_R_JMP_SLOT) in count_reloc()
397 if (type == M_R_JMP_SLOT) in count_reloc()
[all …]
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_decl.c62 inj_decl_lookup(const char *name, inj_itemtype_t type) in inj_decl_lookup() argument
64 inj_hash_t *hash = item2hash(type); in inj_decl_lookup()
83 inj_decl_mem_create(const char *name, inj_memtype_t type) in inj_decl_mem_create() argument
88 dlm->dlm_type = type; in inj_decl_mem_create()
96 inj_itemtype_t type) in inj_decl_mem_create_defined() argument
101 dlm->dlm_type = inj_item2mem(type); in inj_decl_mem_create_defined()
104 yyerror("unknown %s %s", inj_item2str(type), declnm); in inj_decl_mem_create_defined()
242 inj_hash_t *hash = item2hash(type); in inj_decl_finish()
246 decl->decl_type = type; in inj_decl_finish()
248 if (!validators[type](decl)) { in inj_decl_finish()
[all …]
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_pubtypes.c89 Dwarf_Global type = (Dwarf_Global) type_in; in dwarf_pubtypename() local
90 if (type == NULL) { in dwarf_pubtypename()
94 *ret_name = (char *) (type->gl_name); in dwarf_pubtypename()
104 Dwarf_Global type = (Dwarf_Global) type_in; in dwarf_pubtype_type_die_offset() local
106 return dwarf_global_die_offset(type, ret_offset, error); in dwarf_pubtype_type_die_offset()
114 Dwarf_Global type = (Dwarf_Global) type_in; in dwarf_pubtype_cu_offset() local
116 return dwarf_global_cu_offset(type, ret_offset, error); in dwarf_pubtype_cu_offset()
128 Dwarf_Global type = (Dwarf_Global) type_in; in dwarf_pubtype_name_offsets() local
130 return dwarf_global_name_offsets(type, in dwarf_pubtype_name_offsets()
H A Ddwarf_types.c80 Dwarf_Global type = (Dwarf_Global) type_in; in dwarf_typename() local
82 if (type == NULL) { in dwarf_typename()
87 *ret_name = (char *) (type->gl_name); in dwarf_typename()
96 Dwarf_Global type = (Dwarf_Global) type_in; in dwarf_type_die_offset() local
98 return dwarf_global_die_offset(type, ret_offset, error); in dwarf_type_die_offset()
106 Dwarf_Global type = (Dwarf_Global) type_in; in dwarf_type_cu_offset() local
108 return dwarf_global_cu_offset(type, ret_offset, error); in dwarf_type_cu_offset()
118 Dwarf_Global type = (Dwarf_Global) type_in; in dwarf_type_name_offsets() local
119 return dwarf_global_name_offsets(type, in dwarf_type_name_offsets()
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c163 unsigned int type; in setop1() local
165 type = GETTYPE(op); in setop1()
179 if (type == T_NUM) in setop1()
191 unsigned int type; in setop_reduce() local
193 type = GETTYPE(op); in setop_reduce()
470 type = GETTYPE(op); in plural_expr()
480 if (type == T_ERR) { in plural_expr()
660 if ((type == T_NUM) || (type == T_VAR)) { in plural_expr()
858 if (type == T_NUM) { in plural_eval()
871 if (type == T_LOR) { in plural_eval()
[all …]
/illumos-gate/usr/src/lib/libwrap/
H A Dmystdarg.h13 #define VARARGS(func,type,arg) func(type arg, ...) argument
14 #define VASTART(ap,type,name) va_start(ap,name) argument
18 #define VARARGS(func,type,arg) func(va_alist) va_dcl argument
19 #define VASTART(ap,type,name) {type name; va_start(ap); name = va_arg(ap, type) argument
/illumos-gate/usr/src/uts/sparc/sys/
H A Dasm_linkage.h145 .type sym1, #stype; \
157 .type x, #function; \
166 .type x, #function; \
173 .type x, #function; \
183 .type x, #function; \
184 .type y, #function; \
193 .type x, #function; \
194 .type y, #function; \
205 .type x, #function; \
221 .type name, #object; \
[all …]
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Drelocate.c37 conv_reloc_type(Half mach, Word type, Conv_fmt_flags_t fmt_flags, in conv_reloc_type() argument
42 return (conv_reloc_386_type(type, fmt_flags, inv_buf)); in conv_reloc_type()
47 return (conv_reloc_SPARC_type(type, fmt_flags, inv_buf)); in conv_reloc_type()
50 return (conv_reloc_amd64_type(type, fmt_flags, inv_buf)); in conv_reloc_type()
54 return (conv_invalid_val(inv_buf, type, fmt_flags)); in conv_reloc_type()
62 conv_reloc_type_static(Half mach, Word type, Conv_fmt_flags_t fmt_flags) in conv_reloc_type_static() argument
66 return (conv_reloc_type(mach, type, fmt_flags, &inv_buf)); in conv_reloc_type_static()
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_discovery.c142 char **s_inout, int *type) { in next_attr() argument
157 switch (*type) { in next_attr()
161 *type = 1; in next_attr()
165 *type = 0; in next_attr()
168 *type = 2; in next_attr()
206 *type = 0; in next_attr()
220 *type = 0; in next_attr()
242 int type = 0; in aggregate_attrs() local
440 int type = 0; in foreach_context() local
501 cookie->type = fulltype; in find_all_contexts()
[all …]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dutil_validate.c61 int type; member
77 static int g_save(db, type, ptr) in g_save() argument
79 int type;
102 vk.type = type;
138 static int g_validate(db, type, ptr) in g_validate() argument
140 int type;
159 vk.type = type;
192 return((intptr_t)value == (intptr_t)type); /* SUNW15resync */
197 static int g_delete(db, type, ptr) in g_delete() argument
199 int type;
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmacro.c1289 if(type==M_VNAME || type==M_SIZE) in varsub()
1412 if(type==M_VNAME || (type==M_SUBNAME && ap)) in varsub()
1498 if(type==M_NAMESCAN || type==M_NAMECOUNT) in varsub()
1568 if(type) in varsub()
1594 if(type=='%' || type=='#') in varsub()
1646 if(type<0 && (type+= dolmax)<0) in varsub()
1668 type = -type; in varsub()
1693 if(type<0 && (type += vsize)<0) in varsub()
1759 if(type=='/' || type=='#' || type=='%') in varsub()
2017 if(type) in varsub()
[all …]
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dsys118 #define _typ_dev_t 1 /* dev_t is a type */
120 #define _typ_gid_t 1 /* gid_t is a type */
121 #define _typ_mode_t 1 /* mode_t is a type */
122 #define _typ_uid_t 1 /* uid_t is a type */
126 #define _typ_pid_t 1 /* pid_t is a type */
128 #define _typ_wint_t 1 /* wint_t is a type */
131 #define _typ_size_t 1 /* size_t is a type */
133 #define _typ_ino_t 1 /* ino_t is a type */
134 #define _typ_off_t 1 /* off_t is a type */
136 #define _typ_time_t 1 /* time_t is a type */
[all …]
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dsys118 #define _typ_dev_t 1 /* dev_t is a type */
120 #define _typ_gid_t 1 /* gid_t is a type */
121 #define _typ_mode_t 1 /* mode_t is a type */
122 #define _typ_uid_t 1 /* uid_t is a type */
126 #define _typ_pid_t 1 /* pid_t is a type */
128 #define _typ_wint_t 1 /* wint_t is a type */
131 #define _typ_size_t 1 /* size_t is a type */
133 #define _typ_ino_t 1 /* ino_t is a type */
134 #define _typ_off_t 1 /* off_t is a type */
136 #define _typ_time_t 1 /* time_t is a type */
[all …]
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dsys118 #define _typ_dev_t 1 /* dev_t is a type */
120 #define _typ_gid_t 1 /* gid_t is a type */
121 #define _typ_mode_t 1 /* mode_t is a type */
122 #define _typ_uid_t 1 /* uid_t is a type */
126 #define _typ_pid_t 1 /* pid_t is a type */
128 #define _typ_wint_t 1 /* wint_t is a type */
131 #define _typ_size_t 1 /* size_t is a type */
133 #define _typ_ino_t 1 /* ino_t is a type */
134 #define _typ_off_t 1 /* off_t is a type */
136 #define _typ_time_t 1 /* time_t is a type */
[all …]
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dsys118 #define _typ_dev_t 1 /* dev_t is a type */
120 #define _typ_gid_t 1 /* gid_t is a type */
121 #define _typ_mode_t 1 /* mode_t is a type */
122 #define _typ_uid_t 1 /* uid_t is a type */
126 #define _typ_pid_t 1 /* pid_t is a type */
128 #define _typ_wint_t 1 /* wint_t is a type */
131 #define _typ_size_t 1 /* size_t is a type */
133 #define _typ_ino_t 1 /* ino_t is a type */
134 #define _typ_off_t 1 /* off_t is a type */
136 #define _typ_time_t 1 /* time_t is a type */
[all …]

12345678910>>...163