Searched defs:type2 (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceType.java53 private String type2 = ""; // concrete, if type was abstract. field in class:ServiceType
94 return (type2.length() > 0);
116 return type2;
218 type2.equals(type.type2) &&
231 (type2.length() > 0 ? (":" + type2) : "");
241 type2.hashCode() +
370 type2 = tok.toLowerCase();
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgpt.h53 grub_uint64_t type2; member in struct:grub_gpt_partentry
/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)
2556 switch (type2) {
2613 pkt->pkt_cmd_fhdr.ox_id = (type2 >> ELS_CMD_SHIFT) & 0xff;
2619 * "%s ACC send. oxid=%x", emlxs_elscmd_xlate(type2),
2628 switch (type2) {
2686 } /* switch(type2) */
2716 pkt->pkt_cmd_fhdr.ox_id = (type2 >> ELS_CMD_SHIFT) & 0xff;
2722 * "%s LS_RJT send. oxid=%x", emlxs_elscmd_xlate(type2),
2541 emlxs_els_reply(emlxs_port_t *port, IOCBQ *iocbq, uint32_t type, uint32_t type2, uint32_t reason, uint32_t explain) argument
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_check.c516 mdnmtype_t type2 = np2->drivenamep->type; local
535 assert(type2 != MDT_FAST_META && type2 != MDT_FAST_COMP);
688 ((type2 == MDT_COMP) || (type2 == MDT_META)))
H A Dmeta_metad_subr.c213 uint_t type2,
240 reqp->ur_type2 = type2;
303 uint_t type2,
313 reqp = get_db_rec(cmd, setno, MDDB_USER, type2, idp, ep);
209 get_db_rec( md_ur_get_cmd_t cmd, set_t setno, mddb_type_t type, uint_t type2, mddb_recid_t *idp, md_error_t *ep ) argument
300 get_ur_rec( set_t setno, md_ur_get_cmd_t cmd, uint_t type2, mddb_recid_t *idp, md_error_t *ep ) argument
/illumos-gate/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c742 int type1, type2; local
749 get_path_info(io2, mod2, sizeof (mod2), &type2, &inst2, name2,
752 (!disk_or_partition(type2))) {
754 if (type1 < type2) {
757 if (type1 > type2) {
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs_inet.h98 ftype type2; member in union:_nfs_ftype
121 ((cf)->ftype.type2 == NFDIR) : \
128 ((cf)->ftype.type2 == NFLNK) : \
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c8830 uint_t type2, /* type2 of db record */
9028 dep->de_type2 = type2;
9267 uint_t type2
9291 (type2 == 0 || dep->de_type2 == type2)) {
8827 mddb_createrec( size_t usersize, mddb_type_t type, uint_t type2, md_create_rec_option_t options, set_t setno ) argument

Completed in 81 milliseconds