Home
last modified time | relevance | path

Searched refs:attr1 (Results 1 – 8 of 8) sorted by relevance

/onnv-gate/usr/src/cmd/isns/isnsd/
H A Ddd.c167 isns_attr_t *attr1 in make_member_node() argument
174 switch (attr1->tag) { in make_member_node()
179 tmp.len = attr1->len; in make_member_node()
180 tmp.value.ptr = attr1->value.ptr; in make_member_node()
231 isns_attr_t *attr1, *attr2; in get_member_info() local
238 attr1 = &assoc->attrs[ATTR_INDEX_ASSOC_ISCSI( in get_member_info()
244 if (attr1->tag != 0 && attr1->value.ui != 0) { in get_member_info()
245 *m_id = attr1->value.ui; in get_member_info()
276 if (attr1->tag == 0 || sys_q == NULL) { in get_member_info()
297 if (attr1->tag == 0) { in get_member_info()
[all …]
/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/
H A DProject.t212 test1:123:project one:root,bin:adm:attr1=a;attr2=b
213 user.test2:456:project two:adm,uucp:staff:attr1=p;attr2=q
214 group.test3:678:project three::root,nobody:root,lp:attr1=y;attr2=z
223 test1:123:project one:root,bin:adm:attr1=a;attr2=b
224 user.test2:456:project two:adm,uucp:staff:attr1=p;attr2=q
225 group.test3:677:project three:root,nobody:root,lp:attr1=y;attr2=z
234 test1:123:project one:root,bin:adm:attr1=a;attr2=b
235 user.test2:456:project two:adm,uucp:staff:attr1=p;attr2=q
236 group.test3:677:project three:root,nobody:root,lp:attr1=y;attr2=z
250 test1:123:project one:root,bin:adm:attr1=a;attr2=b
[all …]
/onnv-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtemplate.c560 CK_ATTRIBUTE * attr1 = NULL; in template_compare() local
567 attr1 = t1; in template_compare()
570 rc = template_attribute_find(t2, attr1->type, &attr2); in template_compare()
573 if (attr1->ulValueLen != attr2->ulValueLen) in template_compare()
575 if (memcmp(attr1->pValue, attr2->pValue, attr1->ulValueLen) in template_compare()
578 attr1++; in template_compare()
/onnv-gate/usr/src/lib/libntfs/common/libntfs/
H A Drunlist.c2062 static void test_rl_frag_combine(ntfs_volume *vol, ATTR_RECORD *attr1, ATTR_RECORD *attr2, ATTR_REC… in test_rl_frag_combine() argument
2068 run1 = ntfs_mapping_pairs_decompress(vol, attr1, NULL); in test_rl_frag_combine()
2098 ATTR_RECORD *attr1 = ntfs_malloc(1024); in test_rl_frag() local
2102 if (!attr1 || !attr2 || !attr3) in test_rl_frag()
2111 if (!test_rl_read_buffer("runlist-data/attr1.bin", (u8*) attr1, 1024)) in test_rl_frag()
2118 if (strcmp(test, "123") == 0) test_rl_frag_combine(&vol, attr1, attr2, attr3); in test_rl_frag()
2119 else if (strcmp(test, "132") == 0) test_rl_frag_combine(&vol, attr1, attr3, attr2); in test_rl_frag()
2120 else if (strcmp(test, "213") == 0) test_rl_frag_combine(&vol, attr2, attr1, attr3); in test_rl_frag()
2121 else if (strcmp(test, "231") == 0) test_rl_frag_combine(&vol, attr2, attr3, attr1); in test_rl_frag()
2122 else if (strcmp(test, "312") == 0) test_rl_frag_combine(&vol, attr3, attr1, attr2); in test_rl_frag()
[all …]
/onnv-gate/usr/src/lib/libc/port/threads/
H A Dpthr_attr.c111 pthread_attr_equal(const pthread_attr_t *attr1, const pthread_attr_t *attr2) in pthread_attr_equal() argument
113 const thrattr_t *ap1 = attr1? attr1->__pthread_attrp : def_thrattr(); in pthread_attr_equal()
/onnv-gate/usr/src/lib/libidmap/common/
H A Ddirectory_private.h74 char **ids, int nids, char *types, char *attr1, ...);
/onnv-gate/usr/src/lib/libldap4/include/
H A Dentry.h209 int attr_cmp(Attribute *attr1, Attribute *attr2);
/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.cpp2597 soap_getsize(const char *attr1, const char *attr2, int *j) in soap_getsize() argument
2601 if (!*attr1) in soap_getsize()
2603 if (*attr1 == '[') in soap_getsize()
2604 attr1++; in soap_getsize()
2607 { k = (int)soap_strtol(attr1, &s, 10); in soap_getsize()
2609 if (k < 0 || n > SOAP_MAXARRAYSIZE || s == attr1) in soap_getsize()
2611 attr1 = strchr(s, ','); in soap_getsize()
2612 if (!attr1) in soap_getsize()
2613 attr1 = strchr(s, ' '); in soap_getsize()
2623 if (!attr1) in soap_getsize()
[all …]