Searched defs:new_attributes (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrManager.c386 generic_attr_t *new_attributes; local
396 new_attributes = malloc(master_template_size);
397 if (new_attributes == NULL)
400 (void) memcpy(new_attributes, master_template, master_template_size);
407 attr = new_attributes + i;
426 new_attributes[1].generic_ulong = subtype;
429 *attributes = new_attributes;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h1304 sattr3 new_attributes; member in struct:SETATTR3args

Completed in 85 milliseconds