Home
last modified time | relevance | path

Searched refs:ctype (Results 126 – 150 of 167) sorted by relevance

1234567

/illumos-gate/usr/src/uts/sun/sys/dada/targets/
H A Ddaddef.h369 char ctype; /* controller type */ member
/illumos-gate/usr/src/tools/smatch/src/
H A Dast-inspect.c131 ast_append_child(node, "ctype.base_type:", sym->ctype.base_type,inspect_symbol); in inspect_symbol()
H A Dsmatch_container_of.c397 cur = ALIGN(cur, tmp->ctype.alignment); in get_member_from_offset()
622 FOR_EACH_PTR(cur_func_sym->ctype.base_type->arguments, arg) { in handle_passed_container()
H A Dsmatch_flow.c172 if (expr->symbol->ctype.modifiers & MOD_INLINE) in is_inline_func()
181 if (expr->symbol->ctype.modifiers & MOD_NORETURN) in is_noreturn_func()
1753 if (use_static && sym->ctype.modifiers & MOD_STATIC) in get_last_scoped_symbol()
1755 if (!use_static && !(sym->ctype.modifiers & MOD_STATIC)) in get_last_scoped_symbol()
1769 if (!(sym->ctype.modifiers & MOD_INLINE)) in interesting_function()
H A Dcheck_implicit_dependencies.c67 FOR_EACH_PTR(sym->ctype.base_type->arguments, arg) { in match_syscall_definition()
H A Dexample.c750 if (sym->ctype.modifiers & MOD_NONLOCAL) { in get_generic_operand()
1042 if (insn->orig_type && (insn->orig_type->ctype.modifiers & MOD_SIGNED)) { in generate_cast()
1370 if (sym->ctype.modifiers & MOD_STATIC) in generate_one_insn()
1811 if (!(sym->ctype.modifiers & MOD_ADDRESSABLE)) in set_up_arch_entry()
1813 sym = sym->ctype.base_type; in set_up_arch_entry()
H A Dcheck_uninitialized.c66 if (sym->ctype.modifiers & MOD_STATIC) in match_declarations()
H A Dsmatch_function_ptrs.c135 !(sym->ctype.modifiers & MOD_TOPLEVEL)) in is_local_symbol()
H A Dsmatch_comparison.c615 FOR_EACH_PTR(cur_func_sym->ctype.base_type->arguments, param) { in save_start_states()
2016 FOR_EACH_PTR(cur_func_sym->ctype.base_type->arguments, param) { in range_comparison_to_param_helper()
2054 FOR_EACH_PTR(cur_func_sym->ctype.base_type->arguments, param) { in name_sym_to_param_comparison()
2094 FOR_EACH_PTR(cur_func_sym->ctype.base_type->arguments, param) { in expr_param_comparison()
H A Dsmatch_kernel_user_data.c1199 if (param_data_treat_untagged(value) || sym->ctype.as == 5) in set_param_user_data()
1234 FOR_EACH_PTR(sym->ctype.base_type->arguments, arg) { in match_syscall_definition()
H A Dsmatch_sval.c585 align = type->ctype.alignment; in ptr_binop()
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dpath.c68 if (nvlist_add_string(attrs, DM_CTYPE, pp->ctype) != 0) { in path_get_attributes()
H A Dcontroller.c71 if (nvlist_add_string(attrs, DM_CTYPE, cp->ctype) != 0) { in controller_get_attributes()
/illumos-gate/usr/src/lib/libdemangle/common/
H A Drust-v0.c983 char ctype; in rustv0_parse_const() local
1004 ctype = sv_peek(sv, 0); in rustv0_parse_const()
1005 ctype_class = rustv0_classify_const_type(ctype); in rustv0_parse_const()
/illumos-gate/usr/src/cmd/awk/
H A Dparse.c214 a->ctype = OCELL; in celltonode()
H A Dtran.c302 p->ctype = OCELL; in setsymtab()
/illumos-gate/usr/src/cmd/oawk/
H A Drun.c202 y->ctype = OCELL; in arrayel()
351 x->ctype = OCELL; in indirect()
1168 x->ctype = OCELL; in nodetoobj()
/illumos-gate/usr/src/cmd/sed/
H A Dcompile.c815 duptoeol(char *s, const char *ctype) in duptoeol() argument
826 warnx(_("%lu: %s: whitespace after %s"), linenum, fname, ctype); in duptoeol()
/illumos-gate/usr/src/cmd/tbl/
H A Dt6.c47 switch(ctype(vforml,icol)) in maktab()
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c3414 int count, ctype; in ldterm_output_msg() local
3686 ctype = typetab[c]; in ldterm_output_msg()
3691 ctype = typetab[c]; in ldterm_output_msg()
3700 ctype = typetab[c]; in ldterm_output_msg()
3702 ctype = ORDINARY; in ldterm_output_msg()
3713 ctype = typetab['\r']; in ldterm_output_msg()
3739 switch (ctype) { in ldterm_output_msg()
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dfunc.c613 isns_type_t ctype; /* child object type */ local
702 ctype = obj->type;
714 ec = buff_child_obj(ptype, ctype, obj, child);
/illumos-gate/usr/src/head/
H A DMakefile63 ctype.h \
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dmks.h462 LEXTERN int m_isctype (int c, m_ctype_t ctype);
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h914 enum ctxt_type ctype, u32 *data);
915 int t4_sge_ctxt_rd_bd(struct adapter *adap, unsigned int cid, enum ctxt_type ctype,
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DC+probe20 probe_include="stdio.h iostream.h complex.h ctype.h plot.h stdarg.h varargs.h ranlib.h hash.h sys/t…
586 c_hdr="stdio.h ctype.h"

1234567