Home
last modified time | relevance | path

Searched refs:tclass (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libslp/javalib/com/sun/slp/
H A DDATable.java212 Class tclass = null; in linkAndInstantiateFromProp() local
218 tclass = Class.forName(className); in linkAndInstantiateFromProp()
219 daTable = (DATable)tclass.newInstance(); in linkAndInstantiateFromProp()
/titanic_50/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c240 int n, ttype, tclass; in res_nameinquery() local
249 tclass = ns_get16(cp); cp += INT16SZ; in res_nameinquery()
250 if (ttype == type && tclass == class && in res_nameinquery()
291 int n, ttype, tclass; in res_queriesmatch() local
300 tclass = ns_get16(cp); cp += INT16SZ; in res_queriesmatch()
301 if (!res_nameinquery(tname, ttype, tclass, buf2, eom2)) in res_queriesmatch()
/titanic_50/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h3028 uint32_t tclass :8; member
3059 uint32_t tclass :8; member
3085 uint32_t tclass :8; member
3124 uint32_t tclass :8; member
3180 uint32_t tclass :8; member
3238 uint32_t tclass :8; member
3277 uint32_t tclass :8; member
3348 uint32_t tclass :8; member
4454 uint32_t tclass :8; member
4996 grh_tmp |= (udav)->tclass << HERMON_MLX_TC_SHIFT; \
/titanic_50/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_hw.h1594 uint32_t tclass :8; member
1623 uint32_t tclass :8; member
1668 uint32_t tclass :8; member
1697 uint32_t tclass :8; member
2571 grh_tmp |= (udav).tclass << TAVOR_MLX_TC_SHIFT; \
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c2255 path->tclass = av->av_tclass; in hermon_set_addr_path()
2264 path->tclass = 0; in hermon_set_addr_path()
2346 av->av_tclass = path->tclass; in hermon_get_addr_path()
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_misc.c2189 path->tclass = av->av_tclass; in tavor_set_addr_path()
2295 av->av_tclass = path->tclass; in tavor_get_addr_path()