Home
last modified time | relevance | path

Searched refs:ntype (Results 1 – 25 of 28) sorted by relevance

12

/titanic_51/usr/src/cmd/oawk/
H A Dparse.c46 a->ntype = NSTAT;
127 x->ntype = NSTAT;
138 x->ntype = NEXPR;
149 x->ntype = NEXPR;
160 x->ntype = NSTAT;
171 x->ntype = NEXPR;
182 x->ntype = NSTAT;
193 x->ntype = NSTAT;
204 x->ntype = NVALUE;
217 x->ntype
[all...]
H A Dawk.def101 char ntype;
140 #define cantexec(n) (n->ntype == NVALUE)
143 #define isexpr(n) (n->ntype == NEXPR)
/titanic_51/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Ddnsglue.c54 int ntype; member
80 char *host, int nclass, int ntype) in krb5int_dns_init() argument
96 ds->ntype = ntype; in krb5int_dns_init()
128 len = res_nsearch(&statbuf, host, ds->nclass, ds->ntype, in krb5int_dns_init()
131 len = res_search(host, ds->nclass, ds->ntype, in krb5int_dns_init()
193 && ds->ntype == ns_rr_type(rr)) { in krb5int_dns_nextans()
297 unsigned short ntype, nclass, rdlen; in krb5int_dns_nextans() local
316 SAFE_GETUINT16(ds->ansp, ds->anslen, p, 2, ntype, out); in krb5int_dns_nextans()
328 if (nclass == ds->nclass && ntype in krb5int_dns_nextans()
[all...]
/titanic_51/usr/src/cmd/awk/
H A Dparse.c53 a->ntype = NSTAT; in exptostat()
112 x->ntype = NSTAT; in stat3()
122 x->ntype = NEXPR; in op2()
132 x->ntype = NEXPR; in op1()
142 x->ntype = NSTAT; in stat1()
152 x->ntype = NEXPR; in op3()
162 x->ntype = NEXPR; in op4()
172 x->ntype = NSTAT; in stat2()
182 x->ntype = NSTAT; in stat4()
194 x->ntype in valtonode()
[all...]
H A Dawk.h166 int ntype; member
228 #define isvalue(n) ((n)->ntype == NVALUE)
229 #define isexpr(n) ((n)->ntype == NEXPR)
H A Dawk.g.y451 return p->ntype == NVALUE && ((Cell *) (p->narg[0]))->csub == CCON;
/titanic_51/usr/src/common/ctf/
H A Dctf_lookup.c87 ctf_id_t ntype, ptype; in ctf_lookup_by_name() local
112 ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)]; in ctf_lookup_by_name()
113 if (ntype == 0) { in ctf_lookup_by_name()
114 ntype = ctf_type_resolve(fp, type); in ctf_lookup_by_name()
115 if (ntype == CTF_ERR || (ntype = fp->ctf_ptrtab[ in ctf_lookup_by_name()
116 CTF_TYPE_TO_INDEX(ntype)]) == 0) { in ctf_lookup_by_name()
122 type = CTF_INDEX_TO_TYPE(ntype, in ctf_lookup_by_name()
H A Dctf_types.c639 ctf_id_t ntype; in ctf_type_pointer() local
644 if ((ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)]) != 0) in ctf_type_pointer()
645 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD))); in ctf_type_pointer()
653 if ((ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)]) != 0) in ctf_type_pointer()
654 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD))); in ctf_type_pointer()
/titanic_51/usr/src/cmd/sgs/libld/common/
H A Dresolve.c272 uchar_t ntype = ELF_ST_TYPE(nsym->st_info); in sym_typecheck() local
286 if ((otype == ntype) || (otype == STT_NOTYPE) || (ntype == STT_NOTYPE)) in sym_typecheck()
295 conv_sym_info_type(ofl->ofl_dehdr->e_machine, ntype, 0, &inv_buf2)); in sym_typecheck()
527 uchar_t ntype = ELF_ST_TYPE(nsym->st_info); in sym_twoundefs() local
539 (otype == STT_NOTYPE) && (ntype != STT_NOTYPE)) { in sym_twoundefs()
557 uchar_t ntype = ELF_ST_TYPE(nsym->st_info); in sym_tworeals() local
575 conv_sym_info_type(ofl->ofl_dehdr->e_machine, ntype, in sym_tworeals()
590 if (otype != ntype) { in sym_tworeals()
597 conv_sym_info_type(ofl->ofl_dehdr->e_machine, ntype, in sym_tworeals()
659 uchar_t ntype = ELF_ST_TYPE(nsym->st_info); sym_realtent() local
[all...]
H A Dmachsym.sparc.c132 Byte ntype = ELF_ST_TYPE(nsym->st_info); in ld_mach_sym_typecheck_sparc() local
134 if (otype != ntype) { in ld_mach_sym_typecheck_sparc()
136 (ntype == STT_SPARC_REGISTER)) { in ld_mach_sym_typecheck_sparc()
144 ntype, 0, &inv_buf2)); in ld_mach_sym_typecheck_sparc()
H A Dsyms.c2362 uchar_t ntype; in ld_sym_process() local
2554 ntype = ELF_ST_TYPE(nsym->st_info); in ld_sym_process()
2557 ((ntype == STT_FUNC) || (ntype == STT_OBJECT))) { in ld_sym_process()
2613 rsym->st_info = ELF_ST_INFO(STB_GLOBAL, ntype); in ld_sym_process()
/titanic_51/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c1620 mdb_ctf_id_t ntype, rtype; in typegraph_pass1_node() local
1652 ntype = typegraph_type_offset(type, in typegraph_pass1_node()
1655 if (!mdb_ctf_type_valid(ntype)) in typegraph_pass1_node()
1658 if ((kind = mdb_ctf_type_kind(ntype)) != CTF_K_POINTER) in typegraph_pass1_node()
1661 if (mdb_ctf_type_reference(ntype, &rtype) == -1) in typegraph_pass1_node()
1664 if (!mdb_ctf_type_valid(ntype = typegraph_resolve(rtype))) in typegraph_pass1_node()
1667 kind = mdb_ctf_type_kind(ntype); in typegraph_pass1_node()
1668 nsize = mdb_ctf_type_size(ntype); in typegraph_pass1_node()
1674 member, e->tge_srcoffs - offs, rtype, ntype); in typegraph_pass1_node()
1731 todo->tgtd_type = ntype; in typegraph_pass1_node()
1789 mdb_ctf_id_t type, ntype; typegraph_pass2_node() local
2028 mdb_ctf_id_t type, ntype; typegraph_pass4_node() local
3019 mdb_ctf_id_t type = node->tgn_type, ntype; findlocks_node() local
[all...]
/titanic_51/usr/src/cmd/mailx/
H A Dnames.c106 short ntype = (short)arg_ntype; in extract() local
133 t->n_type = ntype; in extract()
149 detract(register struct name *np, int ntype) in detract() argument
159 if ((ntype && (p->n_type & GMASK) != ntype) || in detract()
169 if ((ntype && (p->n_type & GMASK) != ntype) || in detract()
445 short ntype = (short)arg_ntype; in gexpand() local
465 nlist = gexpand(nlist, ngh, metoo, ntype); in gexpand()
470 np->n_type = ntype; in gexpand()
[all...]
H A Doptim.c51 static int ntype(register int nc);
444 x = ntype(attnet); in mstash()
643 tp = ntype(cp[1]); in optim1()
645 while (*cp && tp == ntype(cp[1])) { in optim1()
680 ntype(register int nc) in ntype() function
/titanic_51/usr/src/cmd/file/
H A Delf_read.c317 int ntype; in process_phdr() local
349 ntype = nhdr->n_type; in process_phdr()
384 if (ntype == NT_PSINFO) in process_phdr()
390 if (ntype == NT_PSINFO) in process_phdr()
395 EI->core_type = (ntype == NT_PRPSINFO)? in process_phdr()
/titanic_51/usr/src/uts/common/io/scsi/targets/
H A Dses_ses.c227 int err, amt, i, nobj, ntype, maxima; in ses_getconfig() local
283 for (ntype = i = 0; i < maxima; i++) { in ses_getconfig()
307 ntype += hd.Ntypes; in ses_getconfig()
315 for (nobj = i = 0; i < ntype; i++) { in ses_getconfig()
342 cc->ses_eltmap = kmem_zalloc(ntype, KM_SLEEP); in ses_getconfig()
356 kmem_free(cc->ses_eltmap, ntype); in ses_getconfig()
363 cc->ses_ntypes = (uchar_t)ntype; in ses_getconfig()
371 for (i = 0; i < ntype; i++) { in ses_getconfig()
/titanic_51/usr/src/lib/libc/port/rt/
H A Dmqueue.c945 int ntype; in mq_notify() local
988 switch (ntype = sigevp->sigev_notify) { in mq_notify()
1007 switch (ntype) { in mq_notify()
1050 mqhp->mq_ntype = ntype; in mq_notify()
1052 switch (ntype) { in mq_notify()
1059 tcdp->tcd_msg_enabled = ntype; in mq_notify()
H A Dsigev_thread.c234 int ntype; in mqueue_spawner() local
244 while ((ntype = tcdp->tcd_msg_enabled) == 0) in mqueue_spawner()
255 /* ASSERT(ntype == SIGEV_THREAD || ntype == SIGEV_PORT); */ in mqueue_spawner()
256 if (ntype == SIGEV_THREAD) { in mqueue_spawner()
260 } else { /* ntype == SIGEV_PORT */ in mqueue_spawner()
/titanic_51/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c462 unsigned int ntype, nprio, ptype, popnum; in plural_expr() local
698 ntype = GETTYPE(nop); in plural_expr()
702 ntype = T_INIT; in plural_expr()
741 if ((ntype == T_RPAR) || in plural_expr()
/titanic_51/usr/src/uts/common/fs/zfs/
H A Dddt.c996 enum ddt_type ntype = DDT_TYPE_CURRENT; in ddt_sync_entry() local
1029 (otype != ntype || oclass != nclass || total_refcnt == 0)) { in ddt_sync_entry()
1035 dde->dde_type = ntype; in ddt_sync_entry()
1038 if (!ddt_object_exists(ddt, ntype, nclass)) in ddt_sync_entry()
1039 ddt_object_create(ddt, ntype, nclass, tx); in ddt_sync_entry()
1040 VERIFY(ddt_object_update(ddt, ntype, nclass, dde, tx) == 0); in ddt_sync_entry()
/titanic_51/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_list.c42 const char *ntype; member
857 if (device_list[i].ntype && in get_device_type()
858 (strcmp(nodetype, device_list[i].ntype) in get_device_type()
/titanic_51/usr/src/cmd/mailx/hdr/
H A Ddef.h453 extern char *detract(register struct name *np, int ntype);
/titanic_51/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c45 const char *ntype; member
3409 if (device_list[i].ntype && in get_device_type()
3410 (strcmp(nodetype, device_list[i].ntype) in get_device_type()
/titanic_51/usr/src/uts/common/inet/sctp/
H A Dsctp.c1052 sctp_notify(void *arg, ip_xmit_attr_t *ixa, ixa_notify_type_t ntype, in sctp_notify() argument
1058 switch (ntype) { in sctp_notify()
/titanic_51/usr/src/uts/common/inet/iptun/
H A Diptun.c1843 iptun_notify(void *arg, ip_xmit_attr_t *ixa, ixa_notify_type_t ntype, in iptun_notify() argument
1848 switch (ntype) { in iptun_notify()

12