Lines Matching defs:value
326 u += (u64)sid->identifier_authority.value[i] << j;
602 /* special filler value, Windows generally */
963 /* overwrite value */
2170 const char *name, char *value, size_t size)
2266 memcpy(value,&pxdesc->acl,sizeof(struct POSIX_ACL));
2267 memcpy(&value[sizeof(struct POSIX_ACL)],
2275 memcpy(value,&pxdesc->acl,outsize);
2416 char *value, size_t size)
2426 memcpy(value,securattr,outsize);
3075 const char *name, const char *value, size_t size,
3103 if ((!value
3104 || (((const struct POSIX_ACL*)value)->version == POSIX_VERSION))
3105 && (!deflt || isdir || (!size && !value))) {
3113 (const struct POSIX_ACL*)value,count,deflt);
3139 (const struct POSIX_ACL*)value,count,deflt);
3192 const char *value, size_t size, int flags)
3200 && ntfs_valid_descr(value,size)
3201 && (ntfs_attr_size(value) == size)) {
3205 memcpy(attr,value,size);
3391 sid->identifier_authority.value[5] = 5;
3399 sid->identifier_authority.value[5] = 5;
3416 ace->sid.identifier_authority.value[5] = 1;
4387 int ntfs_get_ntfs_attrib(ntfs_inode *ni, char *value, size_t size)
4403 if (value)
4404 memcpy(value,&attrib,outsize);
4420 const char *value, size_t size, int flags)
4428 if (ni && value && (size >= sizeof(FILE_ATTR_FLAGS))) {
4431 memcpy(&attrib,value,sizeof(FILE_ATTR_FLAGS));