Searched defs:ttype (Results 1 - 12 of 12) sorted by relevance

/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/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/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) 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/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/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/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/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/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/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/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);

Completed in 311 milliseconds