Home
last modified time | relevance | path

Searched refs:new_attributes (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrManager.c388 generic_attr_t *new_attributes; in get_master_attributes_by_type() local
398 new_attributes = malloc(master_template_size); in get_master_attributes_by_type()
399 if (new_attributes == NULL) in get_master_attributes_by_type()
402 (void) memcpy(new_attributes, master_template, master_template_size); in get_master_attributes_by_type()
409 attr = new_attributes + i; in get_master_attributes_by_type()
428 new_attributes[1].generic_ulong = subtype; in get_master_attributes_by_type()
431 *attributes = new_attributes; in get_master_attributes_by_type()
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x602 sattr3 new_attributes; member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_vnops.c1399 error = vattr_to_sattr3(vap, &args.new_attributes); in nfs3setattr()
1402 args.new_attributes.atime.set_it = SET_TO_SERVER_TIME; in nfs3setattr()
1405 args.new_attributes.mtime.set_it = SET_TO_SERVER_TIME; in nfs3setattr()
1409 error = vattr_to_sattr3(vap, &args.new_attributes); in nfs3setattr()
2672 error = vattr_to_sattr3(vap, &args.new_attributes); in nfs3excl_create_settimes()
2675 args.new_attributes.atime.set_it = SET_TO_SERVER_TIME; in nfs3excl_create_settimes()
2676 args.new_attributes.mtime.set_it = SET_TO_SERVER_TIME; in nfs3excl_create_settimes()
H A Dnfs_log_xdr.c564 return (xdr_set_size3(xdrs, &objp->new_attributes.size)); in xdr_nfslog_SETATTR3args()
H A Dnfs3_srv.c198 error = sattr3_to_vattr(&args->new_attributes, &ava); in rfs3_setattr()
259 if (args->new_attributes.mtime.set_it == SET_TO_CLIENT_TIME) in rfs3_setattr()
H A Dnfs3_xdr.c1088 if (!xdr_sattr3(xdrs, &objp->new_attributes)) in xdr_SETATTR3args()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h1381 sattr3 new_attributes; member