dk                 38 source4/lib/registry/dir.c 	struct dir_key *dk = talloc_get_type(parent, struct dir_key);
dk                 42 source4/lib/registry/dir.c 	path = talloc_asprintf(mem_ctx, "%s/%s", dk->path, name);
dk                113 source4/lib/registry/dir.c 	struct dir_key *dk = talloc_get_type(k, struct dir_key);
dk                114 source4/lib/registry/dir.c 	char *child = talloc_asprintf(NULL, "%s/%s", dk->path, name);
dk                161 source4/lib/registry/dir.c 	const struct dir_key *dk = talloc_get_type(k, struct dir_key);
dk                165 source4/lib/registry/dir.c 	d = opendir(dk->path);
dk                176 source4/lib/registry/dir.c 			asprintf(&thispath, "%s/%s", dk->path, e->d_name);
dk                208 source4/lib/registry/dir.c 	struct dir_key *dk;
dk                213 source4/lib/registry/dir.c 	dk = talloc(parent_ctx, struct dir_key);
dk                214 source4/lib/registry/dir.c 	dk->key.ops = &reg_backend_dir;
dk                215 source4/lib/registry/dir.c 	dk->path = talloc_strdup(dk, location);
dk                216 source4/lib/registry/dir.c 	*key = (struct hive_key *)dk;
dk                241 source4/lib/registry/dir.c 	const struct dir_key *dk = talloc_get_type(key, struct dir_key);
dk                250 source4/lib/registry/dir.c 	d = opendir(dk->path);
dk                272 source4/lib/registry/dir.c 						     dk->path, e->d_name);
dk                310 source4/lib/registry/dir.c 	const struct dir_key *dk = talloc_get_type(key, struct dir_key);
dk                311 source4/lib/registry/dir.c 	char *path = talloc_asprintf(dk, "%s/%s", dk->path, name);
dk                325 source4/lib/registry/dir.c 	const struct dir_key *dk = talloc_get_type(key, struct dir_key);
dk                326 source4/lib/registry/dir.c 	char *path = talloc_asprintf(mem_ctx, "%s/%s", dk->path, name);
dk                349 source4/lib/registry/dir.c 	const struct dir_key *dk = talloc_get_type(key, struct dir_key);
dk                354 source4/lib/registry/dir.c 	d = opendir(dk->path);
dk                356 source4/lib/registry/dir.c 		DEBUG(3,("Unable to open '%s': %s\n", dk->path,
dk                385 source4/lib/registry/dir.c 	const struct dir_key *dk = talloc_get_type(key, struct dir_key);
dk                386 source4/lib/registry/dir.c 	char *path = talloc_asprintf(key, "%s/%s", dk->path, name);