Home
last modified time | relevance | path

Searched refs:type2 (Results 1 – 20 of 20) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dsdt.h89 #define DTRACE_PROBE2(name, type1, arg1, type2, arg2) { \
94 #define DTRACE_PROBE3(name, type1, arg1, type2, arg2, type3, arg3) { \
100 #define DTRACE_PROBE4(name, type1, arg1, type2, arg2, \
108 #define DTRACE_PROBE5(name, type1, arg1, type2, arg2, \
116 #define DTRACE_PROBE6(name, type1, arg1, type2, arg2, \
125 #define DTRACE_PROBE7(name, type1, arg1, type2, arg2, type3, arg3, \
134 #define DTRACE_PROBE8(name, type1, arg1, type2, arg2, type3, arg3, \
150 #define DTRACE_SCHED2(name, type1, arg1, type2, arg2) \
151 DTRACE_PROBE2(__sched_##name, type1, arg1, type2, arg2);
153 #define DTRACE_SCHED3(name, type1, arg1, type2, arg2, type3, arg3) \
[all …]
/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceType.java53 private String type2 = ""; // concrete, if type was abstract. field in ServiceType
94 return (type2.length() > 0); in isAbstractType()
116 return type2; in getConcreteTypeName()
218 type2.equals(type.type2) && in equals()
231 (type2.length() > 0 ? (":" + type2) : ""); in toString()
241 type2.hashCode() + in hashCode()
370 type2 = tok.toLowerCase(); in parse()
/titanic_41/usr/src/uts/i86pc/sys/
H A Drootnex.h57 #define ROOTNEX_DPROBE2(name, type1, arg1, type2, arg2) \ argument
58 DTRACE_PROBE2(name, type1, arg1, type2, arg2)
59 #define ROOTNEX_DPROBE3(name, type1, arg1, type2, arg2, type3, arg3) \ argument
60 DTRACE_PROBE3(name, type1, arg1, type2, arg2, type3, arg3)
61 #define ROOTNEX_DPROBE4(name, type1, arg1, type2, arg2, type3, arg3, \ argument
63 DTRACE_PROBE4(name, type1, arg1, type2, arg2, type3, arg3, type4, arg4)
68 #define ROOTNEX_DPROBE2(name, type1, arg1, type2, arg2)
69 #define ROOTNEX_DPROBE3(name, type1, arg1, type2, arg2, type3, arg3)
70 #define ROOTNEX_DPROBE4(name, type1, arg1, type2, arg2, type3, arg3, \
H A Dimmu.h975 #define IMMU_DPROBE2(name, type1, arg1, type2, arg2) \ argument
976 DTRACE_PROBE2(name, type1, arg1, type2, arg2)
977 #define IMMU_DPROBE3(name, type1, arg1, type2, arg2, type3, arg3) \ argument
978 DTRACE_PROBE3(name, type1, arg1, type2, arg2, type3, arg3)
979 #define IMMU_DPROBE4(name, type1, arg1, type2, arg2, type3, arg3, type4, arg4) \ argument
980 DTRACE_PROBE4(name, type1, arg1, type2, arg2, type3, arg3, type4, arg4)
983 #define IMMU_DPROBE2(name, type1, arg1, type2, arg2) argument
984 #define IMMU_DPROBE3(name, type1, arg1, type2, arg2, type3, arg3) argument
985 #define IMMU_DPROBE4(name, type1, arg1, type2, arg2, type3, arg3, type4, arg4) argument
/titanic_41/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c331 TYPE *type2 in typematch() argument
334 typematch(type1, type2) in typematch()
335 TYPE *type1, *type2; in typematch()
338 if (STREQU(type1->name, NAME_ANY) || STREQU(type2->name, NAME_ANY) ||
339 STREQU(type1->name, type2->name) ||
340 (STREQU(type1->name, NAME_TERMINFO) && type2->info) ||
341 (STREQU(type2->name, NAME_TERMINFO) && type1->info))
/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dnfs_inet.h98 ftype type2; member
121 ((cf)->ftype.type2 == NFDIR) : \
128 ((cf)->ftype.type2 == NFLNK) : \
H A Dnfs2ops.c336 cd.ftype.type2 = res_lookup.diropres_u.diropres.attributes.type; in nfslookup()
H A Dmount.c179 filep->ftype.type2 = NFDIR; in nfsmountroot()
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_check.c516 mdnmtype_t type2 = np2->drivenamep->type; in meta_check_samedrive() local
535 assert(type2 != MDT_FAST_META && type2 != MDT_FAST_COMP); in meta_check_samedrive()
688 ((type2 == MDT_COMP) || (type2 == MDT_META))) in meta_check_samedrive()
H A Dmeta_metad_subr.c213 uint_t type2, in get_db_rec() argument
240 reqp->ur_type2 = type2; in get_db_rec()
303 uint_t type2, in get_ur_rec() argument
313 reqp = get_db_rec(cmd, setno, MDDB_USER, type2, idp, ep); in get_ur_rec()
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dgpt.h53 grub_uint64_t type2; member
H A Ddisk_io.c846 } while (! (gptentry->type1 && gptentry->type2)); in next_partition()
/titanic_41/usr/src/uts/intel/asm/
H A Datomic.h108 #define __ATOMIC_OPXX(fxn, type1, type2, op, reg) \ argument
110 fxn(volatile type1 *target, type2 delta) \
/titanic_41/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c744 int type1, type2; in iodev_cmp() local
751 get_path_info(io2, mod2, sizeof (mod2), &type2, &inst2, name2, in iodev_cmp()
754 (!disk_or_partition(type2))) { in iodev_cmp()
756 if (type1 < type2) { in iodev_cmp()
759 if (type1 > type2) { in iodev_cmp()
/titanic_41/usr/src/lib/libshell/common/tests/
H A Dcomvar.sh420 type2="greeting2"
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_els.c2542 uint32_t type2, uint32_t reason, uint32_t explain) in emlxs_els_reply() argument
2556 switch (type2) { in emlxs_els_reply()
2613 pkt->pkt_cmd_fhdr.ox_id = (type2 >> ELS_CMD_SHIFT) & 0xff; in emlxs_els_reply()
2628 switch (type2) { in emlxs_els_reply()
2716 pkt->pkt_cmd_fhdr.ox_id = (type2 >> ELS_CMD_SHIFT) & 0xff; in emlxs_els_reply()
/titanic_41/usr/src/head/
H A Dmeta.h373 #define METAD_SETUP_UR(cmd, type2, id) \ argument
378 req.ur_type2 = type2; \
1041 mddb_type_t type, uint_t type2, mddb_recid_t *idp,
1044 uint_t type2, mddb_recid_t *idp, md_error_t *ep);
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_mddb.h855 mddb_type_t type, uint_t type2,
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_extern.h363 uint32_t type2, uint32_t reason,
/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c8830 uint_t type2, /* type2 of db record */ in mddb_createrec() argument
9028 dep->de_type2 = type2; in mddb_createrec()
9267 uint_t type2 in mddb_getnextrec() argument
9291 (type2 == 0 || dep->de_type2 == type2)) { in mddb_getnextrec()