Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/cmd/oawk/
H A Dparse.c44 a->ntype = NSTAT; in exptostat()
125 x->ntype = NSTAT; in stat3()
136 x->ntype = NEXPR; in op2()
147 x->ntype = NEXPR; in op1()
158 x->ntype = NSTAT; in stat1()
169 x->ntype = NEXPR; in op3()
180 x->ntype = NSTAT; in stat2()
191 x->ntype = NSTAT; in stat4()
202 x->ntype = NVALUE; in valtonode()
215 x->ntype = NSTAT; in pa2stat()
H A Dawk.def99 char ntype;
138 #define cantexec(n) (n->ntype == NVALUE)
141 #define isexpr(n) (n->ntype == NEXPR)
/illumos-gate/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 == ds->ntype) { in krb5int_dns_nextans()
/illumos-gate/usr/src/cmd/awk/
H A Dparse.c75 a->ntype = NSTAT; in exptostat()
135 x->ntype = NSTAT; in stat1()
145 x->ntype = NSTAT; in stat2()
155 x->ntype = NSTAT; in stat3()
165 x->ntype = NSTAT; in stat4()
175 x->ntype = NEXPR; in op1()
185 x->ntype = NEXPR; in op2()
195 x->ntype = NEXPR; in op3()
205 x->ntype = NEXPR; in op4()
217 x->ntype = NVALUE; in celltonode()
[all …]
H A Dawk.h199 int ntype; member
263 #define isvalue(n) ((n)->ntype == NVALUE)
264 #define isexpr(n) ((n)->ntype == NEXPR)
/illumos-gate/usr/src/common/ctf/
H A Dctf_lookup.c89 ctf_id_t ntype, ptype; in ctf_lookup_by_name() local
114 ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)]; in ctf_lookup_by_name()
115 if (ntype == 0) { in ctf_lookup_by_name()
116 ntype = ctf_type_resolve(fp, type); in ctf_lookup_by_name()
117 if (ntype == CTF_ERR || (ntype = fp->ctf_ptrtab[ in ctf_lookup_by_name()
118 CTF_TYPE_TO_INDEX(ntype)]) == 0) { in ctf_lookup_by_name()
124 type = CTF_INDEX_TO_TYPE(ntype, in ctf_lookup_by_name()
H A Dctf_types.c665 ctf_id_t ntype; in ctf_type_pointer() local
670 if ((ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)]) != 0) in ctf_type_pointer()
671 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD))); in ctf_type_pointer()
679 if ((ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)]) != 0) in ctf_type_pointer()
680 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD))); in ctf_type_pointer()
/illumos-gate/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()
527 uchar_t ntype = ELF_ST_TYPE(nsym->st_info); in sym_twoundefs() local
557 uchar_t ntype = ELF_ST_TYPE(nsym->st_info); in sym_tworeals() local
590 if (otype != ntype) { in sym_tworeals()
659 uchar_t ntype = ELF_ST_TYPE(nsym->st_info); in sym_realtent() local
682 ((otype == STT_FUNC) || (ntype == STT_FUNC))) { in sym_realtent()
703 if ((otype != STB_WEAK) && (ntype == STB_WEAK)) in sym_realtent()
711 if ((nfile == ET_DYN) && (ntype == STT_FUNC)) { in sym_realtent()
712 if ((ntype != STB_WEAK) && (otype == STB_WEAK)) { in sym_realtent()
[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.c2512 uchar_t ntype; in ld_sym_process() local
2736 ntype = ELF_ST_TYPE(nsym->st_info); in ld_sym_process()
2739 ((ntype == STT_FUNC) || (ntype == STT_OBJECT))) { in ld_sym_process()
2795 rsym->st_info = ELF_ST_INFO(STB_GLOBAL, ntype); in ld_sym_process()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c1620 mdb_ctf_id_t ntype, rtype; in typegraph_pass1_node() local
1655 if (!mdb_ctf_type_valid(ntype)) in typegraph_pass1_node()
1667 kind = mdb_ctf_type_kind(ntype); in typegraph_pass1_node()
1731 todo->tgtd_type = ntype; in typegraph_pass1_node()
1789 mdb_ctf_id_t type, ntype; in typegraph_pass2_node() local
1832 kind = mdb_ctf_type_kind(ntype); in typegraph_pass2_node()
2028 mdb_ctf_id_t type, ntype; in typegraph_pass4_node() local
2057 if (!mdb_ctf_type_valid(ntype)) in typegraph_pass4_node()
2061 kind = mdb_ctf_type_kind(ntype); in typegraph_pass4_node()
2076 type = ntype; in typegraph_pass4_node()
[all …]
/illumos-gate/usr/src/cmd/mailx/
H A Dnames.c107 short ntype = (short)arg_ntype; in extract() local
134 t->n_type = ntype; in extract()
150 detract(register struct name *np, int ntype) in detract() argument
160 if ((ntype && (p->n_type & GMASK) != ntype) || in detract()
170 if ((ntype && (p->n_type & GMASK) != ntype) || in detract()
446 short ntype = (short)arg_ntype; in gexpand() local
466 nlist = gexpand(nlist, ngh, metoo, ntype); in gexpand()
471 np->n_type = ntype; in gexpand()
H A Doptim.c48 static int ntype(register int nc);
441 x = ntype(attnet); in mstash()
640 tp = ntype(cp[1]); in optim1()
642 while (*cp && tp == ntype(cp[1])) { in optim1()
677 ntype(register int nc) in ntype() function
/illumos-gate/usr/src/cmd/file/
H A Delf_read.c318 int ntype; in process_phdr() local
350 ntype = nhdr->n_type; in process_phdr()
385 if (ntype == NT_PSINFO) in process_phdr()
391 if (ntype == NT_PSINFO) in process_phdr()
396 EI->core_type = (ntype == NT_PRPSINFO)? in process_phdr()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses_ses.c226 int err, amt, i, nobj, ntype, maxima; in ses_getconfig() local
282 for (ntype = i = 0; i < maxima; i++) { in ses_getconfig()
306 ntype += hd.Ntypes; in ses_getconfig()
314 for (nobj = i = 0; i < ntype; i++) { in ses_getconfig()
341 cc->ses_eltmap = kmem_zalloc(ntype, KM_SLEEP); in ses_getconfig()
355 kmem_free(cc->ses_eltmap, ntype); in ses_getconfig()
362 cc->ses_ntypes = (uchar_t)ntype; in ses_getconfig()
370 for (i = 0; i < ntype; i++) { in ses_getconfig()
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dmqueue.c943 int ntype; in mq_notify() local
986 switch (ntype = sigevp->sigev_notify) { in mq_notify()
1005 switch (ntype) { in mq_notify()
1048 mqhp->mq_ntype = ntype; in mq_notify()
1050 switch (ntype) { in mq_notify()
1057 tcdp->tcd_msg_enabled = ntype; in mq_notify()
H A Dsigev_thread.c232 int ntype; in mqueue_spawner() local
242 while ((ntype = tcdp->tcd_msg_enabled) == 0) in mqueue_spawner()
254 if (ntype == SIGEV_THREAD) { in mqueue_spawner()
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c456 unsigned int ntype, nprio, ptype, popnum; in plural_expr() local
691 ntype = GETTYPE(nop); in plural_expr()
695 ntype = T_INIT; in plural_expr()
734 if ((ntype == T_RPAR) || in plural_expr()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dddt.c1020 enum ddt_type ntype = DDT_TYPE_CURRENT; in ddt_sync_entry() local
1053 (otype != ntype || oclass != nclass || total_refcnt == 0)) { in ddt_sync_entry()
1059 dde->dde_type = ntype; in ddt_sync_entry()
1062 if (!ddt_object_exists(ddt, ntype, nclass)) in ddt_sync_entry()
1063 ddt_object_create(ddt, ntype, nclass, tx); in ddt_sync_entry()
1064 VERIFY(ddt_object_update(ddt, ntype, nclass, dde, tx) == 0); in ddt_sync_entry()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c1087 int desc, dtype, ntype, iovcnt, tcp, tso, paylen, seg, tiovcnt, pv; in e82545_transmit() local
1095 ntype = 0; in e82545_transmit()
1128 ntype = dtype; in e82545_transmit()
1134 ntype = dtype; in e82545_transmit()
1141 assert(dtype == ntype); in e82545_transmit()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h454 extern char *detract(register struct name *np, int ntype);
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm.c3574 vcpu_notify_event_locked(struct vcpu *vcpu, vcpu_notify_t ntype) in vcpu_notify_event_locked() argument
3578 ASSERT(ntype == VCPU_NOTIFY_APIC || VCPU_NOTIFY_EXIT); in vcpu_notify_event_locked()
3584 if (ntype == VCPU_NOTIFY_APIC) { in vcpu_notify_event_locked()
3617 vcpu_notify_event_type(struct vm *vm, int vcpuid, vcpu_notify_t ntype) in vcpu_notify_event_type() argument
3621 if (ntype == VCPU_NOTIFY_NONE) { in vcpu_notify_event_type()
3626 vcpu_notify_event_locked(vcpu, ntype); in vcpu_notify_event_type()
/illumos-gate/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()
/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, in sctp_notify() argument
1058 switch (ntype) { in sctp_notify()

12