Home
last modified time | relevance | path

Searched refs:type1 (Results 1 – 11 of 11) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dsdt.h84 #define DTRACE_PROBE1(name, type1, arg1) { \
89 #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, \
147 #define DTRACE_SCHED1(name, type1, arg1) \
148 DTRACE_PROBE1(__sched_##name, type1, arg1);
[all …]
/titanic_44/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceType.java52 private String type1 = ""; // scheme, abstract, or protocol. field in ServiceType
128 return type1; in getPrincipleTypeName()
139 return "service:" + type1 + (na.length() > 0 ? ("." + na):""); in getAbstractTypeName()
217 type1.equals(type.type1) && in equals()
229 type1 + in toString()
239 return type1.hashCode() + in hashCode()
273 type1 = type1 + tok.toLowerCase(); in parse()
288 validateTypeComponentInternal(type1, true); in parse()
310 type1 = st.nextToken().toLowerCase(); in parse()
312 validateTypeComponent(type1); in parse()
/titanic_44/usr/src/uts/i86pc/sys/
H A Drootnex.h55 #define ROOTNEX_DPROBE1(name, type1, arg1) \ argument
56 DTRACE_PROBE1(name, type1, arg1)
57 #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)
67 #define ROOTNEX_DPROBE1(name, type1, arg1)
68 #define ROOTNEX_DPROBE2(name, type1, arg1, type2, arg2)
[all …]
H A Dimmu.h973 #define IMMU_DPROBE1(name, type1, arg1) \ argument
974 DTRACE_PROBE1(name, type1, arg1)
975 #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)
982 #define IMMU_DPROBE1(name, type1, arg1) argument
983 #define IMMU_DPROBE2(name, type1, arg1, type2, arg2) argument
[all …]
/titanic_44/usr/src/cmd/mailx/
H A Dcmd1.c58 static int type1(int *msgvec, int doign, int page);
400 return (type1(msgvec, 1, 1)); in more()
410 return (type1(msgvec, 0, 1)); in More()
420 return (type1(msgvec, 1, 0)); in type()
430 return (type1(msgvec, 0, 0)); in Type()
437 type1(int *msgvec, int doign, int page) in type1() function
/titanic_44/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c330 TYPE *type1, 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_44/usr/src/grub/grub-0.97/stage2/
H A Dgpt.h52 grub_uint64_t type1; member
H A Ddisk_io.c846 } while (! (gptentry->type1 && gptentry->type2)); in next_partition()
/titanic_44/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_44/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c742 int type1, type2; in iodev_cmp() local
747 get_path_info(io1, mod1, sizeof (mod1), &type1, &inst1, name1, in iodev_cmp()
751 if ((!disk_or_partition(type1)) || in iodev_cmp()
754 if (type1 < type2) { in iodev_cmp()
757 if (type1 > type2) { in iodev_cmp()
/titanic_44/usr/src/lib/libshell/common/tests/
H A Dcomvar.sh415 type1="greeting1"