Searched refs:type2 (Results 1 - 6 of 6) sorted by relevance

/osnet-11/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();
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_check.c515 mdnmtype_t type2 = np2->drivenamep->type; local
534 assert(type2 != MDT_FAST_META && type2 != MDT_FAST_COMP);
687 ((type2 == MDT_COMP) || (type2 == MDT_META)))
H A Dmeta_metad_subr.c215 uint_t type2,
242 reqp->ur_type2 = type2;
306 uint_t type2,
316 reqp = get_db_rec(cmd, setno, MDDB_USER, type2, idp, ep);
211 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
303 get_ur_rec( set_t setno, md_ur_get_cmd_t cmd, uint_t type2, mddb_recid_t *idp, md_error_t *ep ) argument
/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/
H A Defi.c752 grub_efi_uint8_t type1, type2; local
758 type2 = GRUB_EFI_DEVICE_PATH_TYPE (dp2);
760 if (type1 != type2)
761 return (int) type2 - (int) type1;
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dreiserfs.c421 enum grub_reiserfs_item_type type1, type2; local
449 type2 = grub_reiserfs_get_key_type (key2);
451 && (type2 == GRUB_REISERFS_DIRECT
452 || type2 == GRUB_REISERFS_INDIRECT))
453 || (type2 == GRUB_REISERFS_ANY
457 if (type1 < type2)
459 if (type1 > type2)
H A Dudf.c318 } type2; member in union:grub_udf_partmap::__anon430

Completed in 45 milliseconds