Searched defs:type1 (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceType.java52 private String type1 = ""; // scheme, abstract, or protocol. field in class:ServiceType
128 return type1;
139 return "service:" + type1 + (na.length() > 0 ? ("." + na):"");
217 type1.equals(type.type1) &&
229 type1 +
239 return type1.hashCode() +
273 type1 = type1 + tok.toLowerCase();
288 validateTypeComponentInternal(type1, tru
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgpt.h52 grub_uint64_t type1; member in struct:grub_gpt_partentry
/illumos-gate/usr/src/cmd/mailx/
H A Dcmd1.c58 static int type1(int *msgvec, int doign, int page);
400 return (type1(msgvec, 1, 1));
410 return (type1(msgvec, 0, 1));
420 return (type1(msgvec, 1, 0));
430 return (type1(msgvec, 0, 0));
437 type1(int *msgvec, int doign, int page) function
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c330 TYPE *type1,
334 typematch(type1, type2)
335 TYPE *type1, *type2;
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))
329 typematch( TYPE *type1, TYPE *type2 ) argument
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_check.c515 mdnmtype_t type1 = np1->drivenamep->type; local
534 assert(type1 != MDT_FAST_META && type1 != MDT_FAST_COMP);
687 ((type1 == MDT_COMP) || (type1 == MDT_META)) &&
/illumos-gate/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c742 int type1, type2; local
747 get_path_info(io1, mod1, sizeof (mod1), &type1, &inst1, name1,
751 if ((!disk_or_partition(type1)) ||
754 if (type1 < type2) {
757 if (type1 > type2) {

Completed in 78 milliseconds