Searched defs:ntype (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachsym.sparc.c132 Byte ntype = ELF_ST_TYPE(nsym->st_info); local
134 if (otype != ntype) {
136 (ntype == STT_SPARC_REGISTER)) {
144 ntype, 0, &inv_buf2));
H A Dresolve.c272 uchar_t ntype = ELF_ST_TYPE(nsym->st_info); local
286 if ((otype == ntype) || (otype == STT_NOTYPE) || (ntype == STT_NOTYPE))
295 conv_sym_info_type(ofl->ofl_dehdr->e_machine, ntype, 0, &inv_buf2));
527 uchar_t ntype = ELF_ST_TYPE(nsym->st_info); local
539 (otype == STT_NOTYPE) && (ntype != STT_NOTYPE)) {
557 uchar_t ntype = ELF_ST_TYPE(nsym->st_info); local
575 conv_sym_info_type(ofl->ofl_dehdr->e_machine, ntype,
590 if (otype != ntype) {
597 conv_sym_info_type(ofl->ofl_dehdr->e_machine, ntype,
659 uchar_t ntype = ELF_ST_TYPE(nsym->st_info); local
[all...]
H A Dsyms.c2362 uchar_t ntype; local
2554 ntype = ELF_ST_TYPE(nsym->st_info);
2557 ((ntype == STT_FUNC) || (ntype == STT_OBJECT))) {
2613 rsym->st_info = ELF_ST_INFO(STB_GLOBAL, ntype);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Ddnsglue.c54 int ntype; member in struct:krb5int_dns_state
80 char *host, int nclass, int ntype)
96 ds->ntype = ntype;
128 len = res_nsearch(&statbuf, host, ds->nclass, ds->ntype,
131 len = res_search(host, ds->nclass, ds->ntype,
193 && ds->ntype == ns_rr_type(rr)) {
297 unsigned short ntype, nclass, rdlen; local
316 SAFE_GETUINT16(ds->ansp, ds->anslen, p, 2, ntype, out);
328 if (nclass == ds->nclass && ntype
79 krb5int_dns_init(struct krb5int_dns_state **dsp, char *host, int nclass, int ntype) argument
[all...]
/illumos-gate/usr/src/common/ctf/
H A Dctf_lookup.c87 ctf_id_t ntype, ptype; local
112 ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)];
113 if (ntype == 0) {
114 ntype = ctf_type_resolve(fp, type);
115 if (ntype == CTF_ERR || (ntype = fp->ctf_ptrtab[
116 CTF_TYPE_TO_INDEX(ntype)]) == 0) {
122 type = CTF_INDEX_TO_TYPE(ntype,
H A Dctf_types.c504 ctf_id_t ntype; local
509 if ((ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)]) != 0)
510 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD)));
518 if ((ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)]) != 0)
519 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD)));
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c462 unsigned int ntype, nprio, ptype, popnum; local
698 ntype = GETTYPE(nop);
702 ntype = T_INIT;
741 if ((ntype == T_RPAR) ||
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dsigev_thread.c234 int ntype; local
244 while ((ntype = tcdp->tcd_msg_enabled) == 0)
255 /* ASSERT(ntype == SIGEV_THREAD || ntype == SIGEV_PORT); */
256 if (ntype == SIGEV_THREAD) {
260 } else { /* ntype == SIGEV_PORT */
H A Dmqueue.c945 int ntype; local
988 switch (ntype = sigevp->sigev_notify) {
1007 switch (ntype) {
1050 mqhp->mq_ntype = ntype;
1052 switch (ntype) {
1059 tcdp->tcd_msg_enabled = ntype;
/illumos-gate/usr/src/cmd/file/
H A Delf_read.c317 int ntype; local
349 ntype = nhdr->n_type;
384 if (ntype == NT_PSINFO)
390 if (ntype == NT_PSINFO)
395 EI->core_type = (ntype == NT_PRPSINFO)?
/illumos-gate/usr/src/cmd/mailx/
H A Dnames.c106 short ntype = (short)arg_ntype; local
133 t->n_type = ntype;
149 detract(register struct name *np, int ntype) argument
159 if ((ntype && (p->n_type & GMASK) != ntype) ||
169 if ((ntype && (p->n_type & GMASK) != ntype) ||
445 short ntype = (short)arg_ntype; local
465 nlist = gexpand(nlist, ngh, metoo, ntype);
470 np->n_type = ntype;
[all...]
H A Doptim.c51 static int ntype(register int nc);
444 x = ntype(attnet);
643 tp = ntype(cp[1]);
645 while (*cp && tp == ntype(cp[1])) {
680 ntype(register int nc) function
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_list.c42 const char *ntype; member in struct:__anon2422
857 if (device_list[i].ntype &&
858 (strcmp(nodetype, device_list[i].ntype)
/illumos-gate/usr/src/cmd/awk/
H A Dawk.h166 int ntype; member in struct:Node
228 #define isvalue(n) ((n)->ntype == NVALUE)
229 #define isexpr(n) ((n)->ntype == NEXPR)
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp.c1052 sctp_notify(void *arg, ip_xmit_attr_t *ixa, ixa_notify_type_t ntype, argument
1058 switch (ntype) {
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses_ses.c227 int err, amt, i, nobj, ntype, maxima; local
283 for (ntype = i = 0; i < maxima; i++) {
307 ntype += hd.Ntypes;
315 for (nobj = i = 0; i < ntype; i++) {
342 cc->ses_eltmap = kmem_zalloc(ntype, KM_SLEEP);
356 kmem_free(cc->ses_eltmap, ntype);
363 cc->ses_ntypes = (uchar_t)ntype;
371 for (i = 0; i < ntype; i++) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dddt.c996 enum ddt_type ntype = DDT_TYPE_CURRENT; local
1029 (otype != ntype || oclass != nclass || total_refcnt == 0)) {
1035 dde->dde_type = ntype;
1038 if (!ddt_object_exists(ddt, ntype, nclass))
1039 ddt_object_create(ddt, ntype, nclass, tx);
1040 VERIFY(ddt_object_update(ddt, ntype, nclass, dde, tx) == 0);
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c45 const char *ntype; member in struct:__anon2394
3409 if (device_list[i].ntype &&
3410 (strcmp(nodetype, device_list[i].ntype)
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c3393 tcp_notify(void *arg, ip_xmit_attr_t *ixa, ixa_notify_type_t ntype, argument
3399 switch (ntype) {
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c1845 iptun_notify(void *arg, ip_xmit_attr_t *ixa, ixa_notify_type_t ntype, argument
1850 switch (ntype) {
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c1620 mdb_ctf_id_t ntype, rtype; local
1652 ntype = typegraph_type_offset(type,
1655 if (!mdb_ctf_type_valid(ntype))
1658 if ((kind = mdb_ctf_type_kind(ntype)) != CTF_K_POINTER)
1661 if (mdb_ctf_type_reference(ntype, &rtype) == -1)
1664 if (!mdb_ctf_type_valid(ntype = typegraph_resolve(rtype)))
1667 kind = mdb_ctf_type_kind(ntype);
1668 nsize = mdb_ctf_type_size(ntype);
1674 member, e->tge_srcoffs - offs, rtype, ntype);
1731 todo->tgtd_type = ntype;
1789 mdb_ctf_id_t type, ntype; local
2028 mdb_ctf_id_t type, ntype; local
3019 mdb_ctf_id_t type = node->tgn_type, ntype; local
[all...]

Completed in 213 milliseconds