Lines Matching refs:target
2670 /* check whether target securid is known in cache */
2810 /* check whether target securid is known in cache */
2890 /* check whether target securid is known in cache */
4727 char *target;
4738 target = (char*)ntfs_malloc(oldattrsz + newattrsz);
4739 if (target) {
4740 targhead = (SECURITY_DESCRIPTOR_RELATIVE*)target;
4757 memcpy(&target[pos], pdacl, size);
4789 memcpy(&target[pos], psacl, size);
4821 memcpy(&target[pos], powner, size);
4848 memcpy(&target[pos], pgroup, size);
4860 ok = !update_secur_descr(vol, target, ni);
4861 free(target);