Home
last modified time | relevance | path

Searched refs:num_attrs (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_db.cc1648 db_remove_entry_x(char * table_name, int num_attrs, nis_attr * attrname, in db_remove_entry_x() argument
1659 if (num_attrs != 0) { in db_remove_entry_x()
1662 num_attrs, attrname); in db_remove_entry_x()
1687 db_remove_entry(char * table_name, int num_attrs, nis_attr * attrname) in db_remove_entry() argument
1689 return (db_remove_entry_x(table_name, num_attrs, attrname, 0)); in db_remove_entry()
1693 __db_remove_entry_nosync(char * table_name, int num_attrs, nis_attr * attrname) in __db_remove_entry_nosync() argument
1695 return (db_remove_entry_x(table_name, num_attrs, attrname, 1)); in __db_remove_entry_nosync()
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c727 CK_ULONG num_attrs = 0, i, num_attrs_with_val; in meta_object_copyin() local
775 num_attrs = object->num_attributes; in meta_object_copyin()
782 slot_object->hObject, attrs, num_attrs); in meta_object_copyin()
803 attrs_with_val = calloc(num_attrs, sizeof (CK_ATTRIBUTE)); in meta_object_copyin()
811 for (i = 0; i < num_attrs; i++) { in meta_object_copyin()
854 for (i = 0; i < num_attrs; i++) { in meta_object_copyin()
863 for (i = 0; i < num_attrs; i++) { in meta_object_copyin()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.h53 int num_attrs; member
H A DsoftKeystore.c354 int num_attrs = 0; in soft_keystore_pack_obj() local
381 num_attrs++; in soft_keystore_pack_obj()
385 hdr.num_attrs = SWAP32(num_attrs); in soft_keystore_pack_obj()
388 2 * num_attrs * sizeof (uint64_t); in soft_keystore_pack_obj()
396 for (i = 0; i < num_attrs; i++) { in soft_keystore_pack_obj()
479 for (i = 0; i < SWAP32(hdr->num_attrs); i++) { in soft_keystore_unpack_obj()