new_ops           490 source4/auth/ntlm/auth.c 	struct auth_operations *new_ops;
new_ops           503 source4/auth/ntlm/auth.c 	new_ops = (struct auth_operations *)talloc_memdup(backends, ops, sizeof(*ops));
new_ops           504 source4/auth/ntlm/auth.c 	NT_STATUS_HAVE_NO_MEMORY(new_ops);
new_ops           505 source4/auth/ntlm/auth.c 	new_ops->name = talloc_strdup(new_ops, ops->name);
new_ops           506 source4/auth/ntlm/auth.c 	NT_STATUS_HAVE_NO_MEMORY(new_ops->name);
new_ops           508 source4/auth/ntlm/auth.c 	backends[num_backends].ops = new_ops;
new_ops            31 source4/cluster/cluster.c void cluster_set_ops(struct cluster_ops *new_ops)
new_ops            33 source4/cluster/cluster.c 	ops = new_ops;
new_ops            42 source4/cluster/cluster_private.h void cluster_set_ops(struct cluster_ops *new_ops);
new_ops            44 source4/ntptr/ntptr_base.c 	struct ntptr_ops *new_ops;
new_ops            58 source4/ntptr/ntptr_base.c 	new_ops = smb_xmemdup(ops, sizeof(*ops));
new_ops            59 source4/ntptr/ntptr_base.c 	new_ops->name = smb_xstrdup(ops->name);
new_ops            61 source4/ntptr/ntptr_base.c 	backends[num_backends].ops = new_ops;
new_ops            41 source4/ntvfs/common/brlock.c void brl_set_ops(const struct brlock_ops *new_ops)
new_ops            43 source4/ntvfs/common/brlock.c 	ops = new_ops;
new_ops            52 source4/ntvfs/common/brlock.h void brl_set_ops(const struct brlock_ops *new_ops);
new_ops            51 source4/ntvfs/common/opendb.c void odb_set_ops(const struct opendb_ops *new_ops)
new_ops            53 source4/ntvfs/common/opendb.c 	ops = new_ops;
new_ops            58 source4/ntvfs/common/opendb.h void odb_set_ops(const struct opendb_ops *new_ops);
new_ops            49 source4/ntvfs/ntvfs_base.c 	struct ntvfs_ops *new_ops;
new_ops            70 source4/ntvfs/ntvfs_base.c 	new_ops = smb_xmemdup(ops, sizeof(*ops));
new_ops            71 source4/ntvfs/ntvfs_base.c 	new_ops->name = smb_xstrdup(ops->name);
new_ops            73 source4/ntvfs/ntvfs_base.c 	backends[num_backends].ops = new_ops;
new_ops            44 source4/ntvfs/posix/pvfs_acl.c 	struct pvfs_acl_ops *new_ops;
new_ops            54 source4/ntvfs/posix/pvfs_acl.c 	new_ops = (struct pvfs_acl_ops *)talloc_memdup(backends, ops, sizeof(*ops));
new_ops            55 source4/ntvfs/posix/pvfs_acl.c 	new_ops->name = talloc_strdup(new_ops, ops->name);
new_ops            57 source4/ntvfs/posix/pvfs_acl.c 	backends[num_backends].ops = new_ops;