Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsdt.h101 #define DTRACE_PROBE4(name, type1, arg1, type2, arg2, \
185 #define DTRACE_IO2(name, type1, arg1, type2, arg2) \
186 DTRACE_PROBE2(__io_##name, type1, arg1, type2, arg2);
191 #define DTRACE_IO4(name, type1, arg1, type2, arg2, \
275 #define DTRACE_IP2(name, type1, arg1, type2, arg2) \
276 DTRACE_PROBE2(__ip_##name, type1, arg1, type2, arg2);
281 #define DTRACE_IP4(name, type1, arg1, type2, arg2, \
286 #define DTRACE_IP5(name, type1, arg1, type2, arg2, \
291 #define DTRACE_IP6(name, type1, arg1, type2, arg2, \
375 #define DTRACE_FC_2(name, type1, arg1, type2, arg2) \
[all …]
/illumos-gate/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()
/illumos-gate/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
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dsdt.h81 #define DTRACE_PROBE2(name, type1, arg1, type2, arg2) \ argument
84 #define DTRACE_PROBE3(name, type1, arg1, type2, arg2, type3, arg3) \ argument
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c330 TYPE *type2 in typematch() argument
333 typematch(type1, type2) in typematch()
334 TYPE *type1, *type2; in typematch()
337 if (STREQU(type1->name, NAME_ANY) || STREQU(type2->name, NAME_ANY) ||
338 STREQU(type1->name, type2->name) ||
339 (STREQU(type1->name, NAME_TERMINFO) && type2->info) ||
340 (STREQU(type2->name, NAME_TERMINFO) && type1->info))
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_010_pos.ksh72 local type2=$5
74 make_object $objnum $mntpnt2 $type2
/illumos-gate/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.c177 filep->ftype.type2 = NFDIR; in nfsmountroot()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgpt.h53 grub_uint64_t type2; member
H A Ddisk_io.c849 } while (! (gptentry->type1 && gptentry->type2)); in next_partition()
/illumos-gate/usr/src/uts/intel/asm/
H A Datomic.h111 #define __ATOMIC_OPXX(fxn, type1, type2, op, reg) \ argument
113 fxn(volatile type1 *target, type2 delta) \
/illumos-gate/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c741 int type1, type2; in iodev_cmp() local
748 get_path_info(io2, mod2, sizeof (mod2), &type2, &inst2, name2, in iodev_cmp()
751 (!disk_or_partition(type2))) { in iodev_cmp()
753 if (type1 < type2) { in iodev_cmp()
756 if (type1 > type2) { in iodev_cmp()
/illumos-gate/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()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dcomvar.sh420 type2="greeting2"
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_extern.h363 uint32_t type2, uint32_t reason,