Home
last modified time | relevance | path

Searched defs:ttype (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/ml/
H A Dsyscall_asm_amd64.S337 #define SYSCALL_TRAPTRACE(ttype) \ argument
348 #define SYSCALL_TRAPTRACE32(ttype) \ argument
357 #define SYSCALL_TRAPTRACE(ttype) argument
358 #define SYSCALL_TRAPTRACE32(ttype) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dcommon.c199 poe_tag_insert(poep_t *poep, uint16_t ttype, const void *data, size_t dlen) in poe_tag_insert()
223 poe_add_str(poep_t *poep, uint16_t ttype, const char *str) in poe_add_str()
233 poe_add_long(poep_t *poep, uint16_t ttype, uint32_t val) in poe_add_long()
244 poe_two_longs(poep_t *poep, uint16_t ttype, uint32_t val1, uint32_t val2) in poe_two_longs()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpppoe.c200 int ttype; in handle_motm_hurl() local
246 int ttype; in handle_ip_route_add() local
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPV1SAttrMsg.java205 ServiceType ttype = new ServiceType(stype); in makeReply() local
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_main.c313 const char *ttype; in kmdb_startup() local
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c235 int n, ttype, tclass; in res_nameinquery() local
286 int n, ttype, tclass; in res_queriesmatch() local
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dutimes.c52 enum ttype { enum
/illumos-gate/usr/src/cmd/tabs/
H A Dtabs.c80 char *ttype; /* -Tttype */ member
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c1082 int ttype = ct->t_ontrap->ot_prot & in trap() local
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dtrap_table.S845 #define ASYNC_TRAP(ttype, ttlabel, table_name)\ argument
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c64 char *ttype; /* type tag */ member
4269 char *ttype, *authmech = 0, *etcfile = 0; in main() local
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlobject.h123 #define ttype(o) (rttype(o) & 0x3F) macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvtype.c76 Namtype_t *ttype; member
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Drelocate.c239 uchar_t rtype, ttype; in disp_scansyms() local
/illumos-gate/usr/src/tools/smatch/src/
H A Devaluate.c2926 struct symbol *ttype, *stype; in evaluate_cast() local
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c2934 mdb_ctf_id_t ttype; in findlocks_findmutex() local
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c1246 ushort_t sdbh, sdbl, ttype, tl; in cpu_async_error() local
H A Dus3_common.c1740 ushort_t ttype, tl; in cpu_deferred_error() local
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dimmu.h461 #define CONT_SET_TTYPE(hcent, ttype) ((hcent)->lo |= (((ttype) & 0x3) << 0x2)) argument