usr/src/cmd/awk/awk.h
199
int ntype;
usr/src/cmd/awk/awk.h
263
#define isvalue(n) ((n)->ntype == NVALUE)
usr/src/cmd/awk/awk.h
264
#define isexpr(n) ((n)->ntype == NEXPR)
usr/src/cmd/awk/b.c
67
#define info(v) (v)->ntype /* badly overloaded here */
usr/src/cmd/awk/parse.c
135
x->ntype = NSTAT;
usr/src/cmd/awk/parse.c
145
x->ntype = NSTAT;
usr/src/cmd/awk/parse.c
155
x->ntype = NSTAT;
usr/src/cmd/awk/parse.c
165
x->ntype = NSTAT;
usr/src/cmd/awk/parse.c
175
x->ntype = NEXPR;
usr/src/cmd/awk/parse.c
185
x->ntype = NEXPR;
usr/src/cmd/awk/parse.c
195
x->ntype = NEXPR;
usr/src/cmd/awk/parse.c
205
x->ntype = NEXPR;
usr/src/cmd/awk/parse.c
217
x->ntype = NVALUE;
usr/src/cmd/awk/parse.c
256
x->ntype = NSTAT;
usr/src/cmd/awk/parse.c
75
a->ntype = NSTAT;
usr/src/cmd/bhyve/common/pci_e82545.c
1086
int desc, dtype, ntype, iovcnt, tcp, tso, paylen, seg, tiovcnt, pv;
usr/src/cmd/bhyve/common/pci_e82545.c
1094
ntype = 0;
usr/src/cmd/bhyve/common/pci_e82545.c
1127
ntype = dtype;
usr/src/cmd/bhyve/common/pci_e82545.c
1133
ntype = dtype;
usr/src/cmd/bhyve/common/pci_e82545.c
1140
assert(dtype == ntype);
usr/src/cmd/file/elf_read.c
318
int ntype;
usr/src/cmd/file/elf_read.c
350
ntype = nhdr->n_type;
usr/src/cmd/file/elf_read.c
385
if (ntype == NT_PSINFO)
usr/src/cmd/file/elf_read.c
391
if (ntype == NT_PSINFO)
usr/src/cmd/file/elf_read.c
396
EI->core_type = (ntype == NT_PRPSINFO)?
usr/src/cmd/mailx/hdr/def.h
454
extern char *detract(register struct name *np, int ntype);
usr/src/cmd/mailx/names.c
107
short ntype = (short)arg_ntype;
usr/src/cmd/mailx/names.c
134
t->n_type = ntype;
usr/src/cmd/mailx/names.c
150
detract(register struct name *np, int ntype)
usr/src/cmd/mailx/names.c
160
if ((ntype && (p->n_type & GMASK) != ntype) ||
usr/src/cmd/mailx/names.c
170
if ((ntype && (p->n_type & GMASK) != ntype) ||
usr/src/cmd/mailx/names.c
446
short ntype = (short)arg_ntype;
usr/src/cmd/mailx/names.c
466
nlist = gexpand(nlist, ngh, metoo, ntype);
usr/src/cmd/mailx/names.c
471
np->n_type = ntype;
usr/src/cmd/mailx/optim.c
441
x = ntype(attnet);
usr/src/cmd/mailx/optim.c
48
static int ntype(register int nc);
usr/src/cmd/mailx/optim.c
640
tp = ntype(cp[1]);
usr/src/cmd/mailx/optim.c
642
while (*cp && tp == ntype(cp[1])) {
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1633
mdb_ctf_id_t ntype, rtype;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1665
ntype = typegraph_type_offset(type,
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1668
if (!mdb_ctf_type_valid(ntype))
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1671
if ((kind = mdb_ctf_type_kind(ntype)) != CTF_K_POINTER)
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1674
if (mdb_ctf_type_reference(ntype, &rtype) == -1)
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1677
if (!mdb_ctf_type_valid(ntype = typegraph_resolve(rtype)))
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1680
kind = mdb_ctf_type_kind(ntype);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1681
nsize = mdb_ctf_type_size(ntype);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1687
member, e->tge_srcoffs - offs, rtype, ntype);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1744
todo->tgtd_type = ntype;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1802
mdb_ctf_id_t type, ntype;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1837
fam = typegraph_hasfam(type = found->tgt_type, &ntype);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1845
kind = mdb_ctf_type_kind(ntype);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1901
ntype = typegraph_type_offset(type, offs, NULL, NULL);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1903
if (!mdb_ctf_type_valid(ntype)) {
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1908
if (!typegraph_couldbe(base + offs, ntype)) {
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1913
offs += mdb_ctf_type_size(ntype);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1917
ntype = typegraph_type_offset(type, offs, NULL, NULL);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1919
if (!mdb_ctf_type_valid(ntype)) {
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1926
if (typegraph_couldbe(addr, ntype))
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1933
offs += mdb_ctf_type_size(ntype);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2041
mdb_ctf_id_t type, ntype;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2064
if (!mdb_ctf_type_valid(ntype = n->tgn_type)) {
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2067
ntype = n->tgn_typelist->tgt_type;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2070
if (!mdb_ctf_type_valid(ntype))
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2074
kind = mdb_ctf_type_kind(ntype);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2079
if (src != NULL && mdb_ctf_type_cmp(type, ntype) != 0) {
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2089
type = ntype;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
3034
mdb_ctf_id_t type = node->tgn_type, ntype;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
3042
kind = mdb_ctf_type_kind(ntype = tp->tgt_type);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
3094
kind = mdb_ctf_type_kind(ntype = tp->tgt_type);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
3100
fl->fl_parent = ntype;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
3101
findlocks_findmutex(NULL, ntype, 0, fl);
usr/src/cmd/oawk/parse.c
125
x->ntype = NSTAT;
usr/src/cmd/oawk/parse.c
136
x->ntype = NEXPR;
usr/src/cmd/oawk/parse.c
147
x->ntype = NEXPR;
usr/src/cmd/oawk/parse.c
158
x->ntype = NSTAT;
usr/src/cmd/oawk/parse.c
169
x->ntype = NEXPR;
usr/src/cmd/oawk/parse.c
180
x->ntype = NSTAT;
usr/src/cmd/oawk/parse.c
191
x->ntype = NSTAT;
usr/src/cmd/oawk/parse.c
202
x->ntype = NVALUE;
usr/src/cmd/oawk/parse.c
215
x->ntype = NSTAT;
usr/src/cmd/oawk/parse.c
44
a->ntype = NSTAT;
usr/src/cmd/sgs/libld/common/machsym.sparc.c
132
Byte ntype = ELF_ST_TYPE(nsym->st_info);
usr/src/cmd/sgs/libld/common/machsym.sparc.c
134
if (otype != ntype) {
usr/src/cmd/sgs/libld/common/machsym.sparc.c
136
(ntype == STT_SPARC_REGISTER)) {
usr/src/cmd/sgs/libld/common/machsym.sparc.c
144
ntype, 0, &inv_buf2));
usr/src/cmd/sgs/libld/common/resolve.c
272
uchar_t ntype = ELF_ST_TYPE(nsym->st_info);
usr/src/cmd/sgs/libld/common/resolve.c
286
if ((otype == ntype) || (otype == STT_NOTYPE) || (ntype == STT_NOTYPE))
usr/src/cmd/sgs/libld/common/resolve.c
295
conv_sym_info_type(ofl->ofl_dehdr->e_machine, ntype, 0, &inv_buf2));
usr/src/cmd/sgs/libld/common/resolve.c
527
uchar_t ntype = ELF_ST_TYPE(nsym->st_info);
usr/src/cmd/sgs/libld/common/resolve.c
539
(otype == STT_NOTYPE) && (ntype != STT_NOTYPE)) {
usr/src/cmd/sgs/libld/common/resolve.c
557
uchar_t ntype = ELF_ST_TYPE(nsym->st_info);
usr/src/cmd/sgs/libld/common/resolve.c
575
conv_sym_info_type(ofl->ofl_dehdr->e_machine, ntype,
usr/src/cmd/sgs/libld/common/resolve.c
590
if (otype != ntype) {
usr/src/cmd/sgs/libld/common/resolve.c
597
conv_sym_info_type(ofl->ofl_dehdr->e_machine, ntype,
usr/src/cmd/sgs/libld/common/resolve.c
659
uchar_t ntype = ELF_ST_TYPE(nsym->st_info);
usr/src/cmd/sgs/libld/common/resolve.c
682
((otype == STT_FUNC) || (ntype == STT_FUNC))) {
usr/src/cmd/sgs/libld/common/resolve.c
696
conv_sym_info_type(ofl->ofl_dehdr->e_machine, ntype,
usr/src/cmd/sgs/libld/common/resolve.c
703
if ((otype != STB_WEAK) && (ntype == STB_WEAK))
usr/src/cmd/sgs/libld/common/resolve.c
711
if ((nfile == ET_DYN) && (ntype == STT_FUNC)) {
usr/src/cmd/sgs/libld/common/resolve.c
712
if ((ntype != STB_WEAK) && (otype == STB_WEAK)) {
usr/src/cmd/sgs/libld/common/resolve.c
730
if (otype != ntype) {
usr/src/cmd/sgs/libld/common/resolve.c
737
conv_sym_info_type(ofl->ofl_dehdr->e_machine, ntype,
usr/src/cmd/sgs/libld/common/syms.c
2512
uchar_t ntype;
usr/src/cmd/sgs/libld/common/syms.c
2736
ntype = ELF_ST_TYPE(nsym->st_info);
usr/src/cmd/sgs/libld/common/syms.c
2739
((ntype == STT_FUNC) || (ntype == STT_OBJECT))) {
usr/src/cmd/sgs/libld/common/syms.c
2795
rsym->st_info = ELF_ST_INFO(STB_GLOBAL, ntype);
usr/src/common/ctf/ctf_lookup.c
114
ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)];
usr/src/common/ctf/ctf_lookup.c
115
if (ntype == 0) {
usr/src/common/ctf/ctf_lookup.c
116
ntype = ctf_type_resolve(fp, type);
usr/src/common/ctf/ctf_lookup.c
117
if (ntype == CTF_ERR || (ntype = fp->ctf_ptrtab[
usr/src/common/ctf/ctf_lookup.c
118
CTF_TYPE_TO_INDEX(ntype)]) == 0) {
usr/src/common/ctf/ctf_lookup.c
124
type = CTF_INDEX_TO_TYPE(ntype,
usr/src/common/ctf/ctf_lookup.c
89
ctf_id_t ntype, ptype;
usr/src/common/ctf/ctf_types.c
666
ctf_id_t ntype;
usr/src/common/ctf/ctf_types.c
671
if ((ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)]) != 0)
usr/src/common/ctf/ctf_types.c
672
return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD)));
usr/src/common/ctf/ctf_types.c
680
if ((ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)]) != 0)
usr/src/common/ctf/ctf_types.c
681
return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD)));
usr/src/lib/cfgadm_plugins/fp/common/cfga_list.c
3409
if (device_list[i].ntype &&
usr/src/lib/cfgadm_plugins/fp/common/cfga_list.c
3410
(strcmp(nodetype, device_list[i].ntype)
usr/src/lib/cfgadm_plugins/fp/common/cfga_list.c
45
const char *ntype;
usr/src/lib/cfgadm_plugins/scsi/common/cfga_list.c
42
const char *ntype;
usr/src/lib/cfgadm_plugins/scsi/common/cfga_list.c
857
if (device_list[i].ntype &&
usr/src/lib/cfgadm_plugins/scsi/common/cfga_list.c
858
(strcmp(nodetype, device_list[i].ntype)
usr/src/lib/gss_mechs/mech_krb5/krb5/os/dnsglue.c
128
len = res_nsearch(&statbuf, host, ds->nclass, ds->ntype,
usr/src/lib/gss_mechs/mech_krb5/krb5/os/dnsglue.c
131
len = res_search(host, ds->nclass, ds->ntype,
usr/src/lib/gss_mechs/mech_krb5/krb5/os/dnsglue.c
193
&& ds->ntype == ns_rr_type(rr)) {
usr/src/lib/gss_mechs/mech_krb5/krb5/os/dnsglue.c
297
unsigned short ntype, nclass, rdlen;
usr/src/lib/gss_mechs/mech_krb5/krb5/os/dnsglue.c
316
SAFE_GETUINT16(ds->ansp, ds->anslen, p, 2, ntype, out);
usr/src/lib/gss_mechs/mech_krb5/krb5/os/dnsglue.c
328
if (nclass == ds->nclass && ntype == ds->ntype) {
usr/src/lib/gss_mechs/mech_krb5/krb5/os/dnsglue.c
54
int ntype;
usr/src/lib/gss_mechs/mech_krb5/krb5/os/dnsglue.c
80
char *host, int nclass, int ntype)
usr/src/lib/gss_mechs/mech_krb5/krb5/os/dnsglue.c
96
ds->ntype = ntype;
usr/src/lib/libc/port/i18n/plural_parser.c
456
unsigned int ntype, nprio, ptype, popnum;
usr/src/lib/libc/port/i18n/plural_parser.c
691
ntype = GETTYPE(nop);
usr/src/lib/libc/port/i18n/plural_parser.c
695
ntype = T_INIT;
usr/src/lib/libc/port/i18n/plural_parser.c
734
if ((ntype == T_RPAR) ||
usr/src/lib/libc/port/rt/mqueue.c
1004
switch (ntype) {
usr/src/lib/libc/port/rt/mqueue.c
1047
mqhp->mq_ntype = ntype;
usr/src/lib/libc/port/rt/mqueue.c
1049
switch (ntype) {
usr/src/lib/libc/port/rt/mqueue.c
1056
tcdp->tcd_msg_enabled = ntype;
usr/src/lib/libc/port/rt/mqueue.c
942
int ntype;
usr/src/lib/libc/port/rt/mqueue.c
985
switch (ntype = sigevp->sigev_notify) {
usr/src/lib/libc/port/rt/sigev_thread.c
232
int ntype;
usr/src/lib/libc/port/rt/sigev_thread.c
242
while ((ntype = tcdp->tcd_msg_enabled) == 0)
usr/src/lib/libc/port/rt/sigev_thread.c
254
if (ntype == SIGEV_THREAD) {
usr/src/uts/common/fs/zfs/ddt.c
1020
enum ddt_type ntype = DDT_TYPE_CURRENT;
usr/src/uts/common/fs/zfs/ddt.c
1053
(otype != ntype || oclass != nclass || total_refcnt == 0)) {
usr/src/uts/common/fs/zfs/ddt.c
1059
dde->dde_type = ntype;
usr/src/uts/common/fs/zfs/ddt.c
1062
if (!ddt_object_exists(ddt, ntype, nclass))
usr/src/uts/common/fs/zfs/ddt.c
1063
ddt_object_create(ddt, ntype, nclass, tx);
usr/src/uts/common/fs/zfs/ddt.c
1064
VERIFY(ddt_object_update(ddt, ntype, nclass, dde, tx) == 0);
usr/src/uts/common/inet/iptun/iptun.c
1844
iptun_notify(void *arg, ip_xmit_attr_t *ixa, ixa_notify_type_t ntype,
usr/src/uts/common/inet/iptun/iptun.c
1849
switch (ntype) {
usr/src/uts/common/inet/sctp/sctp.c
1052
sctp_notify(void *arg, ip_xmit_attr_t *ixa, ixa_notify_type_t ntype,
usr/src/uts/common/inet/sctp/sctp.c
1058
switch (ntype) {
usr/src/uts/common/inet/tcp/tcp.c
3431
tcp_notify(void *arg, ip_xmit_attr_t *ixa, ixa_notify_type_t ntype,
usr/src/uts/common/inet/tcp/tcp.c
3437
switch (ntype) {
usr/src/uts/common/io/scsi/targets/ses_ses.c
226
int err, amt, i, nobj, ntype, maxima;
usr/src/uts/common/io/scsi/targets/ses_ses.c
282
for (ntype = i = 0; i < maxima; i++) {
usr/src/uts/common/io/scsi/targets/ses_ses.c
306
ntype += hd.Ntypes;
usr/src/uts/common/io/scsi/targets/ses_ses.c
314
for (nobj = i = 0; i < ntype; i++) {
usr/src/uts/common/io/scsi/targets/ses_ses.c
341
cc->ses_eltmap = kmem_zalloc(ntype, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/ses_ses.c
355
kmem_free(cc->ses_eltmap, ntype);
usr/src/uts/common/io/scsi/targets/ses_ses.c
362
cc->ses_ntypes = (uchar_t)ntype;
usr/src/uts/common/io/scsi/targets/ses_ses.c
370
for (i = 0; i < ntype; i++) {
usr/src/uts/intel/io/vmm/vmm.c
3615
vcpu_notify_event_locked(struct vcpu *vcpu, vcpu_notify_t ntype)
usr/src/uts/intel/io/vmm/vmm.c
3619
ASSERT(ntype == VCPU_NOTIFY_APIC || VCPU_NOTIFY_EXIT);
usr/src/uts/intel/io/vmm/vmm.c
3625
if (ntype == VCPU_NOTIFY_APIC) {
usr/src/uts/intel/io/vmm/vmm.c
3658
vcpu_notify_event_type(struct vm *vm, int vcpuid, vcpu_notify_t ntype)
usr/src/uts/intel/io/vmm/vmm.c
3662
if (ntype == VCPU_NOTIFY_NONE) {
usr/src/uts/intel/io/vmm/vmm.c
3667
vcpu_notify_event_locked(vcpu, ntype);