Home
last modified time | relevance | path

Searched refs:ttype (Results 1 – 25 of 27) sorted by relevance

12

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_trace.h38 #define DATA_LOG_CHAIN(ttype, c_ent, stp, ln) argument
39 #define DATA_LOG(ttype, c_ent, stp, ln) argument
47 #define DATA_LOG_CHAIN(ttype, c_ent, stp, ln) \
48 _sd_data_log_chain((int)(ttype), c_ent, (nsc_off_t)(stp), \
51 #define DATA_LOG(ttype, c_ent, stp, ln) \
52 _sd_data_log((int)(ttype), c_ent, (nsc_off_t)(stp), (nsc_size_t)(ln))
54 #define DATA_LOG(ttype, c_ent, stp, ln) \
55 SDTRACE(ttype, CENTRY_CD(c_ent), \
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dcommon.c201 poe_tag_insert(poep_t *poep, uint16_t ttype, const void *data, size_t dlen) in poe_tag_insert() argument
212 POET_SET_TYPE(dp, ttype); in poe_tag_insert()
225 poe_add_str(poep_t *poep, uint16_t ttype, const char *str) in poe_add_str() argument
227 return (poe_tag_insert(poep, ttype, str, strlen(str))); in poe_add_str()
235 poe_add_long(poep_t *poep, uint16_t ttype, uint32_t val) in poe_add_long() argument
238 return (poe_tag_insert(poep, ttype, &val, sizeof (val))); in poe_add_long()
246 poe_two_longs(poep_t *poep, uint16_t ttype, uint32_t val1, uint32_t val2) in poe_two_longs() argument
252 return (poe_tag_insert(poep, ttype, vals, sizeof (vals))); in poe_two_longs()
H A Dcommon.h79 extern int poe_add_str(poep_t *poep, uint16_t ttype, const char *str);
80 extern int poe_add_long(poep_t *poep, uint16_t ttype, uint32_t val);
81 extern int poe_two_longs(poep_t *poep, uint16_t ttype, uint32_t val1,
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpppoe.c200 int ttype; in handle_motm_hurl() local
209 ttype = POET_GET_TYPE(tagp); in handle_motm_hurl()
210 if (ttype == POETT_END) in handle_motm_hurl()
215 if (ttype == POETT_HURL || ttype == POETT_MOTM) { in handle_motm_hurl()
230 *argv++ = ttype == POETT_HURL ? "hurl" : "motm"; in handle_motm_hurl()
246 int ttype; in handle_ip_route_add() local
259 ttype = POET_GET_TYPE(tagp); in handle_ip_route_add()
260 if (ttype == POETT_END) in handle_ip_route_add()
265 if (ttype == POETT_RTEADD && tlen >= sizeof (poer) && in handle_ip_route_add()
/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPV1SAttrMsg.java205 ServiceType ttype = new ServiceType(stype); in makeReply() local
207 if (ttype.isAbstractType() && in makeReply()
208 type.equals(ttype.getAbstractTypeName())) { in makeReply()
216 ttype}); in makeReply()
H A DSLPV1SSrvMsg.java845 if (tk.ttype == StreamTokenizer.TT_WORD) { in parseTag()
848 } else if ((char)tk.ttype == SPACE) { in parseTag()
851 } else if ((char)tk.ttype == AND_OP) { in parseTag()
868 int tok = tk.ttype; in parseOperator()
/titanic_41/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_main.c315 const char *ttype; in kmdb_startup() local
317 if ((ttype = kmdb_prom_term_type()) == NULL) { in kmdb_startup()
318 ttype = KMDB_DEF_TERM_TYPE; in kmdb_startup()
320 "assuming `%s'\n", ttype); in kmdb_startup()
324 mdb.m_termtype = strdup(ttype); in kmdb_startup()
/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Dcompat.h82 #define getmodsize(size, ftype, ttype) \ argument
83 (((size / ftype) * ttype) + (size % ftype))
/titanic_41/usr/src/uts/i86pc/ml/
H A Dsyscall_asm_amd64.s323 #define SYSCALL_TRAPTRACE(ttype) \ argument
324 TRACE_PTR(%rdi, %rbx, %ebx, %rcx, ttype); \
334 #define SYSCALL_TRAPTRACE32(ttype) \ argument
335 SYSCALL_TRAPTRACE(ttype); \
343 #define SYSCALL_TRAPTRACE(ttype) argument
344 #define SYSCALL_TRAPTRACE32(ttype) argument
/titanic_41/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c237 int n, ttype, tclass; in res_nameinquery() local
245 ttype = ns_get16(cp); cp += INT16SZ; in res_nameinquery()
247 if (ttype == type && tclass == class && in res_nameinquery()
288 int n, ttype, tclass; in res_queriesmatch() local
296 ttype = ns_get16(cp); cp += INT16SZ; in res_queriesmatch()
298 if (!res_nameinquery(tname, ttype, tclass, buf2, eom2)) in res_queriesmatch()
/titanic_41/usr/src/cmd/tabs/
H A Dtabs.c82 char *ttype; /* -Tttype */ member
508 for (t = termtab; t->ttype; t++) { in termadj()
509 if (EQ(terminal, t->ttype)) in termadj()
/titanic_41/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c64 char *ttype; /* type tag */ member
4141 if (strcmp(tt->ttype, NS_LDAP_TYPE_PROFILE) == 0) { in dumptable()
4149 } else if (strcmp(tt->ttype, NS_LDAP_TYPE_TNRHDB) == 0) { in dumptable()
4267 char *ttype, *authmech = 0, *etcfile = 0; in main() local
4478 ttype = argv[optind++]; in main()
4480 if (ttype == NULL) { in main()
4485 if (strncasecmp(ttype, "automount", 9) == 0) { in main()
4493 for (tt = ttypelist; tt->ttype; tt++) { in main()
4494 if (strcmp(tt->ttype, ttype) == 0) in main()
4496 if (strcmp(tt->ttype, NS_LDAP_TYPE_AUTOMOUNT) == 0 && in main()
[all …]
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dnvtype.c75 Namtype_t *ttype; member
234 Namval_t *mp = (Namval_t*)((char*)pp->ttype+offset); in put_chtype()
236 if(mp->nvalue.cp >= pp->ttype->data && mp->nvalue.cp < (char*)pp+pp->ttype->fun.dsize) in put_chtype()
302 nq->nvalue.nrp->np = nv_namptr(pp->childfun.ttype->nodes,i); in fixnode()
331 else if(!nq->nvfun && pp->childfun.ttype!=pp->childfun.ptype) in fixnode()
333 Namval_t *nr = nv_namptr( pp->childfun.ttype->nodes,i); in fixnode()
392 dp->childfun.ttype = (Namtype_t*)nv_hasdisc(dp->fun.type,&type_disc); in clone_type()
908 pp->childfun.ttype = pp; in nv_mktype()
1442 pp->childfun.ttype = pp; in nv_mkstruct()
/titanic_41/usr/src/cmd/sgs/libld/common/
H A Drelocate.c239 uchar_t rtype, ttype; in disp_scansyms() local
293 ttype = ELF_ST_TYPE(tsym->st_info); in disp_scansyms()
302 if ((rlocal == TRUE) && (ttype != STT_OBJECT) && in disp_scansyms()
303 (ttype != STT_SECTION)) in disp_scansyms()
310 (ttype != STT_OBJECT) && (ttype != STT_SECTION)) in disp_scansyms()
/titanic_41/usr/src/uts/i86pc/sys/
H A Dimmu.h461 #define CONT_SET_TTYPE(hcent, ttype) ((hcent)->lo |= (((ttype) & 0x3) << 0x2)) argument
/titanic_41/usr/src/uts/i86pc/os/
H A Dtrap.c1169 int ttype = ct->t_ontrap->ot_prot & in trap() local
1172 if (ttype != 0) { in trap()
1173 ct->t_ontrap->ot_trap |= ttype; in trap()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c2934 mdb_ctf_id_t ttype; in findlocks_findmutex() local
2952 ttype = typegraph_resolve(node->tgn_type); in findlocks_findmutex()
2954 if (!mdb_ctf_type_valid(ttype)) in findlocks_findmutex()
2957 if (mdb_ctf_type_cmp(ttype, thread) != 0) in findlocks_findmutex()
/titanic_41/usr/src/cmd/vgrind/
H A Dvgrindefs.src88 stjoin sub1 t times tnull tokno ttype:
/titanic_41/usr/src/cmd/sgs/libelf/common/
H A Dxlate.m4788 Elf_Type ttype;
790 ttype = _elf32_mtype(elf, shtype, ver);
791 return ((ttype == ELF_T_BYTE) ? 0 : fmsize[ver - 1][ttype].s_filesz);
H A Dxlate64.m4840 Elf_Type ttype;
842 ttype = _elf64_mtype(elf, shtype, ver);
843 return ((ttype == ELF_T_BYTE) ? 0 : fmsize[ver - 1][ttype].s_filesz);
/titanic_41/usr/src/uts/sun4u/cpu/
H A Dspitfire.c1246 ushort_t sdbh, sdbl, ttype, tl; in cpu_async_error() local
1282 ttype = (ushort_t)((t_afsr >> 53) & 0x1FF); in cpu_async_error()
1314 switch (ttype) { in cpu_async_error()
H A Dus3_common.c1739 ushort_t ttype, tl; in cpu_deferred_error() local
1805 ttype = (clo_flags & CLO_FLAGS_TT_MASK) >> CLO_FLAGS_TT_SHIFT; in cpu_deferred_error()
1826 aflt->flt_status = ((ttype == T_DATA_ERROR) ? ECC_D_TRAP : ECC_I_TRAP); in cpu_deferred_error()
H A Dopl_olympus_asm.s1369 rdpr %tt, %g4 ! %g4 == ttype
/titanic_41/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_log.c310 int ttype; in stats_log_logfile_read() local
325 type = &ttype; in stats_log_logfile_read()
/titanic_41/usr/src/uts/sun4u/ml/
H A Dtrap_table.s856 #define ASYNC_TRAP(ttype, ttlabel, table_name)\ argument
862 mov ttype, %g5 ;\

12