Searched refs:ttype (Results 1 - 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dcompat.h82 #define getmodsize(size, ftype, ttype) \
83 (((size / ftype) * ttype) + (size % ftype))
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
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,
H A Dcommon.c201 poe_tag_insert(poep_t *poep, uint16_t ttype, const void *data, size_t dlen) argument
212 POET_SET_TYPE(dp, ttype);
225 poe_add_str(poep_t *poep, uint16_t ttype, const char *str) argument
227 return (poe_tag_insert(poep, ttype, str, strlen(str)));
235 poe_add_long(poep_t *poep, uint16_t ttype, uint32_t val) argument
238 return (poe_tag_insert(poep, ttype, &val, sizeof (val)));
246 poe_two_longs(poep_t *poep, uint16_t ttype, uint32_t val1, uint32_t val2) argument
252 return (poe_tag_insert(poep, ttype, vals, sizeof (vals)));
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_trace.h38 #define DATA_LOG_CHAIN(ttype, c_ent, stp, ln)
39 #define DATA_LOG(ttype, c_ent, stp, ln)
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), \
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpppoe.c200 int ttype; local
209 ttype = POET_GET_TYPE(tagp);
210 if (ttype == POETT_END)
215 if (ttype == POETT_HURL || ttype == POETT_MOTM) {
230 *argv++ = ttype == POETT_HURL ? "hurl" : "motm";
246 int ttype; local
259 ttype = POET_GET_TYPE(tagp);
260 if (ttype == POETT_END)
265 if (ttype
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPV1SAttrMsg.java205 ServiceType ttype = new ServiceType(stype);
207 if (ttype.isAbstractType() &&
208 type.equals(ttype.getAbstractTypeName())) {
216 ttype});
H A DSLPV1SSrvMsg.java845 if (tk.ttype == StreamTokenizer.TT_WORD) {
848 } else if ((char)tk.ttype == SPACE) {
851 } else if ((char)tk.ttype == AND_OP) {
868 int tok = tk.ttype;
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_main.c315 const char *ttype; local
317 if ((ttype = kmdb_prom_term_type()) == NULL) {
318 ttype = KMDB_DEF_TERM_TYPE;
320 "assuming `%s'\n", ttype);
324 mdb.m_termtype = strdup(ttype);
/illumos-gate/usr/src/cmd/tabs/
H A Dtabs.c82 char *ttype; /* -Tttype */ member in struct:ttab
508 for (t = termtab; t->ttype; t++) {
509 if (EQ(terminal, t->ttype))
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c240 int n, ttype, tclass; local
248 ttype = ns_get16(cp); cp += INT16SZ;
250 if (ttype == type && tclass == class &&
291 int n, ttype, tclass; local
299 ttype = ns_get16(cp); cp += INT16SZ;
301 if (!res_nameinquery(tname, ttype, tclass, buf2, eom2))
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dsyscall_asm_amd64.s323 #define SYSCALL_TRAPTRACE(ttype) \
324 TRACE_PTR(%rdi, %rbx, %ebx, %rcx, ttype); \
334 #define SYSCALL_TRAPTRACE32(ttype) \
335 SYSCALL_TRAPTRACE(ttype); \
343 #define SYSCALL_TRAPTRACE(ttype)
344 #define SYSCALL_TRAPTRACE32(ttype)
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c64 char *ttype; /* type tag */ member in struct:ttypelist_t
4141 if (strcmp(tt->ttype, NS_LDAP_TYPE_PROFILE) == 0) {
4149 } else if (strcmp(tt->ttype, NS_LDAP_TYPE_TNRHDB) == 0) {
4267 char *ttype, *authmech = 0, *etcfile = 0; local
4478 ttype = argv[optind++];
4480 if (ttype == NULL) {
4485 if (strncasecmp(ttype, "automount", 9) == 0) {
4493 for (tt = ttypelist; tt->ttype; tt++) {
4494 if (strcmp(tt->ttype, ttype)
[all...]
/illumos-gate/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);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvtype.c75 Namtype_t *ttype; member in struct:Namchld
234 Namval_t *mp = (Namval_t*)((char*)pp->ttype+offset);
236 if(mp->nvalue.cp >= pp->ttype->data && mp->nvalue.cp < (char*)pp+pp->ttype->fun.dsize)
302 nq->nvalue.nrp->np = nv_namptr(pp->childfun.ttype->nodes,i);
331 else if(!nq->nvfun && pp->childfun.ttype!=pp->childfun.ptype)
333 Namval_t *nr = nv_namptr( pp->childfun.ttype->nodes,i);
392 dp->childfun.ttype = (Namtype_t*)nv_hasdisc(dp->fun.type,&type_disc);
908 pp->childfun.ttype = pp;
1442 pp->childfun.ttype
[all...]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Drelocate.c239 uchar_t rtype, ttype; local
293 ttype = ELF_ST_TYPE(tsym->st_info);
302 if ((rlocal == TRUE) && (ttype != STT_OBJECT) &&
303 (ttype != STT_SECTION))
310 (ttype != STT_OBJECT) && (ttype != STT_SECTION))
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dimmu.h461 #define CONT_SET_TTYPE(hcent, ttype) ((hcent)->lo |= (((ttype) & 0x3) << 0x2))
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c1184 int ttype = ct->t_ontrap->ot_prot & local
1187 if (ttype != 0) {
1188 ct->t_ontrap->ot_trap |= ttype;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c2934 mdb_ctf_id_t ttype; local
2952 ttype = typegraph_resolve(node->tgn_type);
2954 if (!mdb_ctf_type_valid(ttype))
2957 if (mdb_ctf_type_cmp(ttype, thread) != 0)
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dmagic.c2409 sfprintf(sp, "cont\toffset\ttype\top\tmask\tvalue\tmime\tdesc\n");
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c1246 ushort_t sdbh, sdbl, ttype, tl; local
1279 * Grab the ttype encoded in <63:53> of the saved
1282 ttype = (ushort_t)((t_afsr >> 53) & 0x1FF);
1314 switch (ttype) {
H A Dus3_common.c1739 ushort_t ttype, tl; local
1805 ttype = (clo_flags & CLO_FLAGS_TT_MASK) >> CLO_FLAGS_TT_SHIFT;
1826 aflt->flt_status = ((ttype == T_DATA_ERROR) ? ECC_D_TRAP : ECC_I_TRAP);
H A Dopl_olympus_asm.s1369 rdpr %tt, %g4 ! %g4 == ttype
H A Dspitfire_asm.s1032 or %g0, 0x63, %g5 ! pass along the CE ttype
1123 sllx %g5, 53, %g5 ! move ttype to <63:53>
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dtrap_table.s856 #define ASYNC_TRAP(ttype, ttlabel, table_name)\
862 mov ttype, %g5 ;\

Completed in 149 milliseconds

12