Searched refs:obj2 (Results 1 - 23 of 23) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DQSortCompare.java39 public int qsortCompare(Object obj1, Object obj2); argument
/opensolaris-onvv-gate/usr/src/cmd/lvm/metassist/common/
H A Dvolume_dlist.h136 * int compare(void *obj1, void* obj2);
139 * dlist_remove_equivalent_item and obj2 will be an object pointed to by an
163 int (compare)(void *obj1, void *obj2),
194 * int compare(void *obj1, void *obj2);
197 * be added to the list, obj2 will be an object pointed to by an
201 * The function should return <0 if obj1 comes before obj2
202 * The function should return >0 if obj1 comes after obj2
211 int (compare)(void *obj1, void *obj2));
218 * int compare(void *obj1, void *obj2);
220 * When called, obj1 will be the input object, obj2 wil
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_dlist_util.h111 extern int compare_slice_sizes(void *obj1, void *obj2);
H A Dlayout_slice.c83 void *obj2);
127 static int compare_usedslice_name_to_string(void *obj1, void *obj2);
1890 * FUNCTION: compare_modslice_names(void *obj1, void *obj2)
1893 * obj2 - opaque pointer
1895 * RETURNS: int - <0 - if obj1 name < obj2 name
1896 * 0 - if obj1 name == obj2 name
1897 * >0 - if obj1 name > obj2 name
1907 void *obj2)
1913 assert(obj2 != NULL);
1918 ((modslice_t *)obj2)
1905 compare_modslice_names( void *obj1, void *obj2) argument
2099 compare_usedslice_name_to_string( void *obj1, void *obj2) argument
[all...]
H A Dlayout_request.c256 void *obj2);
1544 * FUNCTION: compare_hba_n_avail_disks(void *obj1, void *obj2)
1547 * obj2 - opaque pointer
1549 * RETURNS: int - <0 - if obj1 has fewer available disks than obj2
1550 * 0 - if obj1 has the same # of available disks as obj2
1551 * >0 - if obj1 has more available disks than obj2
1565 void *obj2)
1571 assert(obj2 != NULL);
1574 (void) hba_get_n_avail_disks((uintptr_t)obj2, &n2);
1563 compare_hba_n_avail_disks( void *obj1, void *obj2) argument
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/x509v3/
H A Dv3_pmaps.c117 ASN1_OBJECT *obj1, *obj2;
135 obj2 = OBJ_txt2obj(val->value, 0);
136 if(!obj1 || !obj2) {
149 pmap->subjectDomainPolicy = obj2;
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/wbem_disk/assoc/
H A DSol_DiskPartitionBasedOnFDisk.c894 CCIMObjectPath *obj2; local
951 obj2 = cim_copyObjectPath(pObjectName);
952 if (obj2 == NULL) {
964 cim_freeObjectPath(obj2);
969 util_doReferenceProperty(ANTECEDENT, obj2, cim_true, inst,
971 cim_freeObjectPath(obj2);
983 util_doReferenceProperty(DEPENDENT, obj2, cim_true, inst,
987 cim_freeObjectPath(obj2);
H A DSol_MPXIOCtrlrLogicalIdentity.c67 CCIMObjectPath *obj2, cimchar *obj2Role, int *error);
954 CCIMObjectPath *obj2; local
976 obj2 = cim_copyObjectPath(pObjectName);
977 if (obj2 == NULL) {
984 inst = mpxioLogIdentAssocToInst(obj1, objRole, obj2,
986 cim_freeObjectPath(obj2);
1010 CCIMObjectPath *obj2, cimchar *obj2Role, int *error)
1025 util_doReferenceProperty(obj2Role, obj2, cim_true, inst,
1009 mpxioLogIdentAssocToInst(CCIMObjectPath *obj1, cimchar *obj1Role, CCIMObjectPath *obj2, cimchar *obj2Role, int *error) argument
H A DSolaris_MPXIOComponent.c63 CCIMObjectPath *obj2, cimchar *obj2Role, int *error);
1010 CCIMObjectPath *obj2; local
1033 obj2 = cim_copyObjectPath(pObjectName);
1034 if (obj2 == NULL) {
1041 inst = mpxioCompToInst(obj1, objRole, obj2, pObjectNameRole,
1043 cim_freeObjectPath(obj2);
1070 CCIMObjectPath *obj2, cimchar *obj2Role, int *error)
1085 util_doReferenceProperty(obj2Role, obj2, cim_true, inst, error);
1069 mpxioCompToInst(CCIMObjectPath *obj1, cimchar *obj1Role, CCIMObjectPath *obj2, cimchar *obj2Role, int *error) argument
H A DSolaris_MPXIOInterface.c65 CCIMObjectPath *obj2, cimchar *obj2Role, int *error);
1009 CCIMObjectPath *obj2; local
1032 obj2 = cim_copyObjectPath(pObjectName);
1033 if (obj2 == NULL) {
1040 inst = mpxioIntAssocToInst(obj1, objRole, obj2, pObjectNameRole,
1042 cim_freeObjectPath(obj2);
1066 CCIMObjectPath *obj2, cimchar *obj2Role, int *error)
1082 util_doReferenceProperty(obj2Role, obj2, cim_true, inst, error);
1065 mpxioIntAssocToInst(CCIMObjectPath *obj1, cimchar *obj1Role, CCIMObjectPath *obj2, cimchar *obj2Role, int *error) argument
H A DSolaris_SCSIInterface.c64 CCIMObjectPath *obj2, cimchar *obj2Role, int *error);
1063 CCIMObjectPath *obj2; local
1082 obj2 = cim_copyObjectPath(pObjectName);
1083 if (obj2 == NULL) {
1090 inst = scsiIntAssocToInst(obj1, objRole, obj2, pObjectNameRole,
1092 cim_freeObjectPath(obj2);
1117 CCIMObjectPath *obj2, cimchar *obj2Role, int *error)
1133 util_doReferenceProperty(obj2Role, obj2, cim_true, inst, error);
1116 scsiIntAssocToInst(CCIMObjectPath *obj1, cimchar *obj1Role, CCIMObjectPath *obj2, cimchar *obj2Role, int *error) argument
H A DSolaris_MediaPresent.c964 CCIMObjectPath *obj2; local
988 obj2 = cim_copyObjectPath(pObjectName);
989 if (obj2 == NULL) {
997 inst = createMediaPresRefInst(obj2, pObjectNameRole, obj1,
999 cim_freeObjectPath(obj2);
1021 createMediaPresRefInst(CCIMObjectPath *obj2, argument
1037 util_doReferenceProperty(pObjectNameRole, obj2, cim_true, inst, error);
H A DSolaris_DiskPartitionBasedOnDisk.c977 CCIMObjectPath *obj2; local
1000 obj2 = cim_copyObjectPath(pObjectName);
1001 if (obj2 == NULL) {
1014 cim_freeObjectPath(obj2);
1018 util_doReferenceProperty(pObjectNameRole, obj2, cim_true, inst,
1021 cim_freeObjectPath(obj2);
H A DSolaris_IDEInterface.c64 CCIMObjectPath *obj2, cimchar *obj2Role, int *error);
1101 CCIMObjectPath *obj2; local
1121 obj2 = cim_copyObjectPath(pObjectName);
1122 if (obj2 == NULL) {
1129 inst = ideIntAssocToInst(obj1, objRole, obj2, pObjectNameRole,
1131 cim_freeObjectPath(obj2);
1157 CCIMObjectPath *obj2, cimchar *obj2Role, int *error)
1173 util_doReferenceProperty(obj2Role, obj2, cim_true, inst, error);
1156 ideIntAssocToInst(CCIMObjectPath *obj1, cimchar *obj1Role, CCIMObjectPath *obj2, cimchar *obj2Role, int *error) argument
H A DSolaris_RealizesDiskDrive.c966 CCIMObjectPath *obj2; local
989 obj2 = cim_copyObjectPath(pObjectName);
990 if (obj2 == NULL) {
1005 util_doReferenceProperty(pObjectNameRole, obj2, cim_true,
1007 cim_freeObjectPath(obj2);
H A DSolaris_RealizesExtent.c869 CCIMObjectPath *obj2; local
892 obj2 = cim_copyObjectPath(pObjectName);
893 if (obj2 == NULL) {
908 util_doReferenceProperty(pObjectNameRole, obj2, cim_true, inst,
910 cim_freeObjectPath(obj2);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/base/t/
H A Dfields-base.t155 my D3 $obj2 = $obj1;
156 $obj2->{b1} = "D3";
159 eval q(my D3 $obj3 = $obj2; $obj3->{notthere} = "");
/opensolaris-onvv-gate/usr/src/lib/libnisdb/
H A Dldap_xdr.c691 nis_object obj1, obj2; local
707 obj2 = *o2;
709 obj2.zo_oid.ctime = obj2.zo_oid.mtime = 0;
712 l2 = xdr_sizeof(xdr_nis_object, &obj2);
727 if (xdr_nis_object(&x1, &obj1) && xdr_nis_object(&x2, &obj2)) {
/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationAttribute.java467 Object obj2 = evaluate(val);
469 if (!(obj2 instanceof String)) {
/opensolaris-onvv-gate/usr/src/cmd/lvm/metassist/xml/
H A Dxml_convert.c165 static int compare_is_a_diskset(void *obj1, void *obj2);
1099 * Returns 0 if obj2 (devconfig_t *) is a disk set, 1 otherwise.
1104 void *obj2)
1107 (devconfig_t *)obj2, TYPE_DISKSET) == B_TRUE ? 0 : 1);
1102 compare_is_a_diskset( void *obj1, void *obj2) argument
/opensolaris-onvv-gate/usr/src/cmd/smbsrv/smbstat/
H A Dsmbstat.c1206 smbstat_req_cmp_name(const void *obj1, const void *obj2) argument
1210 ((smbstat_req_info_t *)obj2)->ri_name,
1211 sizeof (((smbstat_req_info_t *)obj2)->ri_name)));
/opensolaris-onvv-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_addr.c560 sctp_saddr_ipif_t *obj2; local
567 obj2 = list_head(&list2->sctp_ipif_list);
571 &obj2->saddr_ipifp->sctp_ipif_saddr)) {
575 obj2 = list_next(&list2->sctp_ipif_list,
576 obj2);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm2055 _xor(obj1,obj2) XOR (bit-wise) object 1 with object 2
2057 _and(obj1,obj2) AND (bit-wise) object 1 with object 2
2058 _or(obj1,obj2) OR (bit-wise) object 1 with object 2

Completed in 226 milliseconds