Searched refs:attr1 (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/isns/isnsd/ |
H A D | dd.c | 167 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 …]
|
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/ |
H A D | Project.t | 212 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 …]
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | template.c | 560 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()
|
/titanic_50/usr/src/lib/libc/port/threads/ |
H A D | pthr_attr.c | 111 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()
|
/titanic_50/usr/src/lib/libidmap/common/ |
H A D | directory_private.h | 74 char **ids, int nids, char *types, char *attr1, ...);
|