handle 52 examples/VFS/shadow_copy_test.c static int test_get_shadow_copy_data(vfs_handle_struct *handle, files_struct *fsp, SHADOW_COPY_DATA *shadow_copy_data, bool labels) handle 45 examples/VFS/skel_opaque.c static int skel_connect(vfs_handle_struct *handle, const char *service, const char *user) handle 50 examples/VFS/skel_opaque.c static void skel_disconnect(vfs_handle_struct *handle, connection_struct *conn) handle 55 examples/VFS/skel_opaque.c static uint64_t skel_disk_free(vfs_handle_struct *handle, const char *path, handle 63 examples/VFS/skel_opaque.c static int skel_get_quota(vfs_handle_struct *handle, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dq) handle 68 examples/VFS/skel_opaque.c static int skel_set_quota(vfs_handle_struct *handle, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dq) handle 73 examples/VFS/skel_opaque.c static int skel_get_shadow_copy_data(vfs_handle_struct *handle, files_struct *fsp, SHADOW_COPY_DATA *shadow_copy_data, bool labels) handle 78 examples/VFS/skel_opaque.c static int skel_statvfs(struct vfs_handle_struct *handle, const char *path, struct vfs_statvfs_struct *statbuf) handle 83 examples/VFS/skel_opaque.c static SMB_STRUCT_DIR *skel_opendir(vfs_handle_struct *handle, const char *fname, const char *mask, uint32 attr) handle 88 examples/VFS/skel_opaque.c static SMB_STRUCT_DIRENT *skel_readdir(vfs_handle_struct *handle, handle 95 examples/VFS/skel_opaque.c static void skel_seekdir(vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp, long offset) handle 100 examples/VFS/skel_opaque.c static long skel_telldir(vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp) handle 105 examples/VFS/skel_opaque.c static void skel_rewinddir(vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp) handle 110 examples/VFS/skel_opaque.c static int skel_mkdir(vfs_handle_struct *handle, const char *path, mode_t mode) handle 115 examples/VFS/skel_opaque.c static int skel_rmdir(vfs_handle_struct *handle, const char *path) handle 120 examples/VFS/skel_opaque.c static int skel_closedir(vfs_handle_struct *handle, SMB_STRUCT_DIR *dir) handle 125 examples/VFS/skel_opaque.c static int skel_open(vfs_handle_struct *handle, const char *fname, files_struct *fsp, int flags, mode_t mode) handle 130 examples/VFS/skel_opaque.c static int skel_close(vfs_handle_struct *handle, files_struct *fsp) handle 135 examples/VFS/skel_opaque.c static ssize_t skel_read(vfs_handle_struct *handle, files_struct *fsp, void *data, size_t n) handle 140 examples/VFS/skel_opaque.c static ssize_t skel_pread(vfs_handle_struct *handle, struct files_struct *fsp, void *data, size_t n, SMB_OFF_T offset) handle 145 examples/VFS/skel_opaque.c static ssize_t skel_write(vfs_handle_struct *handle, files_struct *fsp, const void *data, size_t n) handle 150 examples/VFS/skel_opaque.c ssize_t skel_pwrite(vfs_handle_struct *handle, struct files_struct *fsp, const void *data, size_t n, SMB_OFF_T offset) handle 155 examples/VFS/skel_opaque.c static SMB_OFF_T skel_lseek(vfs_handle_struct *handle, files_struct *fsp, SMB_OFF_T offset, int whence) handle 160 examples/VFS/skel_opaque.c static ssize_t skel_sendfile(vfs_handle_struct *handle, int tofd, files_struct *fromfsp, const DATA_BLOB *hdr, handle 166 examples/VFS/skel_opaque.c static ssize_t skel_recvfile(vfs_handle_struct *handle, int fromfd, files_struct *tofsp, SMB_OFF_T offset, size_t n) handle 171 examples/VFS/skel_opaque.c static int skel_rename(vfs_handle_struct *handle, const char *oldname, const char *newname) handle 176 examples/VFS/skel_opaque.c static int skel_fsync(vfs_handle_struct *handle, files_struct *fsp) handle 181 examples/VFS/skel_opaque.c static int skel_stat(vfs_handle_struct *handle, const char *fname, SMB_STRUCT_STAT *sbuf) handle 186 examples/VFS/skel_opaque.c static int skel_fstat(vfs_handle_struct *handle, files_struct *fsp, SMB_STRUCT_STAT *sbuf) handle 191 examples/VFS/skel_opaque.c static int skel_lstat(vfs_handle_struct *handle, const char *path, SMB_STRUCT_STAT *sbuf) handle 196 examples/VFS/skel_opaque.c static int skel_unlink(vfs_handle_struct *handle, const char *path) handle 201 examples/VFS/skel_opaque.c static int skel_chmod(vfs_handle_struct *handle, const char *path, mode_t mode) handle 206 examples/VFS/skel_opaque.c static int skel_fchmod(vfs_handle_struct *handle, files_struct *fsp, mode_t mode) handle 211 examples/VFS/skel_opaque.c static int skel_chown(vfs_handle_struct *handle, const char *path, uid_t uid, gid_t gid) handle 216 examples/VFS/skel_opaque.c static int skel_fchown(vfs_handle_struct *handle, files_struct *fsp, uid_t uid, gid_t gid) handle 221 examples/VFS/skel_opaque.c static int skel_lchown(vfs_handle_struct *handle, const char *path, uid_t uid, gid_t gid) handle 226 examples/VFS/skel_opaque.c static int skel_chdir(vfs_handle_struct *handle, const char *path) handle 231 examples/VFS/skel_opaque.c static char *skel_getwd(vfs_handle_struct *handle, char *buf) handle 236 examples/VFS/skel_opaque.c static int skel_ntimes(vfs_handle_struct *handle, const char *path, struct smb_file_time *ft) handle 241 examples/VFS/skel_opaque.c static int skel_ftruncate(vfs_handle_struct *handle, files_struct *fsp, SMB_OFF_T offset) handle 246 examples/VFS/skel_opaque.c static bool skel_lock(vfs_handle_struct *handle, files_struct *fsp, int op, SMB_OFF_T offset, SMB_OFF_T count, int type) handle 251 examples/VFS/skel_opaque.c static bool skel_getlock(vfs_handle_struct *handle, files_struct *fsp, SMB_OFF_T *poffset, SMB_OFF_T *pcount, int *ptype, pid_t *ppid) handle 256 examples/VFS/skel_opaque.c static int skel_symlink(vfs_handle_struct *handle, const char *oldpath, const char *newpath) handle 262 examples/VFS/skel_opaque.c static int skel_readlink(vfs_handle_struct *handle, const char *path, char *buf, size_t bufsiz) handle 267 examples/VFS/skel_opaque.c static int skel_link(vfs_handle_struct *handle, const char *oldpath, const char *newpath) handle 272 examples/VFS/skel_opaque.c static int skel_mknod(vfs_handle_struct *handle, const char *path, mode_t mode, SMB_DEV_T dev) handle 277 examples/VFS/skel_opaque.c static char *skel_realpath(vfs_handle_struct *handle, const char *path, char *resolved_path) handle 282 examples/VFS/skel_opaque.c static NTSTATUS skel_notify_watch(struct vfs_handle_struct *handle, handle 290 examples/VFS/skel_opaque.c static int skel_chflags(vfs_handle_struct *handle, const char *path, uint flags) handle 296 examples/VFS/skel_opaque.c static struct file_id skel_file_id_create(vfs_handle_struct *handle, handle 305 examples/VFS/skel_opaque.c static size_t skel_fget_nt_acl(vfs_handle_struct *handle, files_struct *fsp, handle 312 examples/VFS/skel_opaque.c static size_t skel_get_nt_acl(vfs_handle_struct *handle, handle 319 examples/VFS/skel_opaque.c static NTSTATUS skel_fset_nt_acl(vfs_handle_struct *handle, files_struct *fsp, handle 326 examples/VFS/skel_opaque.c static int skel_chmod_acl(vfs_handle_struct *handle, const char *name, mode_t mode) handle 332 examples/VFS/skel_opaque.c static int skel_fchmod_acl(vfs_handle_struct *handle, files_struct *fsp, mode_t mode) handle 338 examples/VFS/skel_opaque.c static int skel_sys_acl_get_entry(vfs_handle_struct *handle, SMB_ACL_T theacl, int entry_id, SMB_ACL_ENTRY_T *entry_p) handle 344 examples/VFS/skel_opaque.c static int skel_sys_acl_get_tag_type(vfs_handle_struct *handle, SMB_ACL_ENTRY_T entry_d, SMB_ACL_TAG_T *tag_type_p) handle 350 examples/VFS/skel_opaque.c static int skel_sys_acl_get_permset(vfs_handle_struct *handle, SMB_ACL_ENTRY_T entry_d, SMB_ACL_PERMSET_T *permset_p) handle 356 examples/VFS/skel_opaque.c static void *skel_sys_acl_get_qualifier(vfs_handle_struct *handle, SMB_ACL_ENTRY_T entry_d) handle 362 examples/VFS/skel_opaque.c static SMB_ACL_T skel_sys_acl_get_file(vfs_handle_struct *handle, const char *path_p, SMB_ACL_TYPE_T type) handle 368 examples/VFS/skel_opaque.c static SMB_ACL_T skel_sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp) handle 374 examples/VFS/skel_opaque.c static int skel_sys_acl_clear_perms(vfs_handle_struct *handle, SMB_ACL_PERMSET_T permset) handle 380 examples/VFS/skel_opaque.c static int skel_sys_acl_add_perm(vfs_handle_struct *handle, SMB_ACL_PERMSET_T permset, SMB_ACL_PERM_T perm) handle 386 examples/VFS/skel_opaque.c static char *skel_sys_acl_to_text(vfs_handle_struct *handle, SMB_ACL_T theacl, ssize_t *plen) handle 392 examples/VFS/skel_opaque.c static SMB_ACL_T skel_sys_acl_init(vfs_handle_struct *handle, int count) handle 398 examples/VFS/skel_opaque.c static int skel_sys_acl_create_entry(vfs_handle_struct *handle, SMB_ACL_T *pacl, SMB_ACL_ENTRY_T *pentry) handle 404 examples/VFS/skel_opaque.c static int skel_sys_acl_set_tag_type(vfs_handle_struct *handle, SMB_ACL_ENTRY_T entry, SMB_ACL_TAG_T tagtype) handle 410 examples/VFS/skel_opaque.c static int skel_sys_acl_set_qualifier(vfs_handle_struct *handle, SMB_ACL_ENTRY_T entry, void *qual) handle 416 examples/VFS/skel_opaque.c static int skel_sys_acl_set_permset(vfs_handle_struct *handle, SMB_ACL_ENTRY_T entry, SMB_ACL_PERMSET_T permset) handle 422 examples/VFS/skel_opaque.c static int skel_sys_acl_valid(vfs_handle_struct *handle, SMB_ACL_T theacl ) handle 428 examples/VFS/skel_opaque.c static int skel_sys_acl_set_file(vfs_handle_struct *handle, const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl) handle 434 examples/VFS/skel_opaque.c static int skel_sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, SMB_ACL_T theacl) handle 440 examples/VFS/skel_opaque.c static int skel_sys_acl_delete_def_file(vfs_handle_struct *handle, const char *path) handle 446 examples/VFS/skel_opaque.c static int skel_sys_acl_get_perm(vfs_handle_struct *handle, SMB_ACL_PERMSET_T permset, SMB_ACL_PERM_T perm) handle 452 examples/VFS/skel_opaque.c static int skel_sys_acl_free_text(vfs_handle_struct *handle, char *text) handle 458 examples/VFS/skel_opaque.c static int skel_sys_acl_free_acl(vfs_handle_struct *handle, SMB_ACL_T posix_acl) handle 464 examples/VFS/skel_opaque.c static int skel_sys_acl_free_qualifier(vfs_handle_struct *handle, void *qualifier, SMB_ACL_TAG_T tagtype) handle 470 examples/VFS/skel_opaque.c static ssize_t skel_getxattr(vfs_handle_struct *handle, const char *path, const char *name, void *value, size_t size) handle 476 examples/VFS/skel_opaque.c static ssize_t skel_lgetxattr(vfs_handle_struct *handle, const char *path, const char *name, void *value, size_t handle 483 examples/VFS/skel_opaque.c static ssize_t skel_fgetxattr(vfs_handle_struct *handle, struct files_struct *fsp, const char *name, void *value, size_t size) handle 489 examples/VFS/skel_opaque.c static ssize_t skel_listxattr(vfs_handle_struct *handle, const char *path, char *list, size_t size) handle 495 examples/VFS/skel_opaque.c static ssize_t skel_llistxattr(vfs_handle_struct *handle, const char *path, char *list, size_t size) handle 501 examples/VFS/skel_opaque.c static ssize_t skel_flistxattr(vfs_handle_struct *handle, struct files_struct *fsp, char *list, size_t size) handle 507 examples/VFS/skel_opaque.c static int skel_removexattr(vfs_handle_struct *handle, const char *path, const char *name) handle 513 examples/VFS/skel_opaque.c static int skel_lremovexattr(vfs_handle_struct *handle, const char *path, const char *name) handle 519 examples/VFS/skel_opaque.c static int skel_fremovexattr(vfs_handle_struct *handle, struct files_struct *fsp, const char *name) handle 525 examples/VFS/skel_opaque.c static int skel_setxattr(vfs_handle_struct *handle, const char *path, const char *name, const void *value, size_t size, int flags) handle 531 examples/VFS/skel_opaque.c static int skel_lsetxattr(vfs_handle_struct *handle, const char *path, const char *name, const void *value, size_t size, int flags) handle 537 examples/VFS/skel_opaque.c static int skel_fsetxattr(vfs_handle_struct *handle, struct files_struct *fsp, const char *name, const void *value, size_t size, int flags) handle 543 examples/VFS/skel_opaque.c static int skel_aio_read(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) handle 548 examples/VFS/skel_opaque.c static int skel_aio_write(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) handle 553 examples/VFS/skel_opaque.c static ssize_t skel_aio_return(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) handle 558 examples/VFS/skel_opaque.c static int skel_aio_cancel(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) handle 563 examples/VFS/skel_opaque.c static int skel_aio_error(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) handle 568 examples/VFS/skel_opaque.c static int skel_aio_fsync(struct vfs_handle_struct *handle, struct files_struct *fsp, int op, SMB_STRUCT_AIOCB *aiocb) handle 573 examples/VFS/skel_opaque.c static int skel_aio_suspend(struct vfs_handle_struct *handle, struct files_struct *fsp, const SMB_STRUCT_AIOCB * const aiocb[], int n, const struct timespec *ts) handle 578 examples/VFS/skel_opaque.c static bool skel_aio_force(struct vfs_handle_struct *handle, struct files_struct *fsp) handle 583 examples/VFS/skel_opaque.c static bool skel_is_offline(struct vfs_handle_struct *handle, const char *path, SMB_STRUCT_STAT *sbuf) handle 588 examples/VFS/skel_opaque.c static int skel_set_offline(struct vfs_handle_struct *handle, const char *path) handle 39 examples/VFS/skel_transparent.c static int skel_connect(vfs_handle_struct *handle, const char *service, const char *user) handle 41 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_CONNECT(handle, service, user); handle 44 examples/VFS/skel_transparent.c static void skel_disconnect(vfs_handle_struct *handle) handle 46 examples/VFS/skel_transparent.c SMB_VFS_NEXT_DISCONNECT(handle); handle 49 examples/VFS/skel_transparent.c static uint64_t skel_disk_free(vfs_handle_struct *handle, const char *path, handle 53 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_DISK_FREE(handle, path, small_query, bsize, handle 57 examples/VFS/skel_transparent.c static int skel_get_quota(vfs_handle_struct *handle, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dq) handle 59 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_GET_QUOTA(handle, qtype, id, dq); handle 62 examples/VFS/skel_transparent.c static int skel_set_quota(vfs_handle_struct *handle, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dq) handle 64 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_SET_QUOTA(handle, qtype, id, dq); handle 67 examples/VFS/skel_transparent.c static int skel_get_shadow_copy_data(vfs_handle_struct *handle, files_struct *fsp, SHADOW_COPY_DATA *shadow_copy_data, bool labels) handle 69 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_GET_SHADOW_COPY_DATA(handle, fsp, shadow_copy_data, labels); handle 72 examples/VFS/skel_transparent.c static int skel_statvfs(struct vfs_handle_struct *handle, const char *path, struct vfs_statvfs_struct *statbuf) handle 74 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_STATVFS(handle, path, statbuf); handle 77 examples/VFS/skel_transparent.c static SMB_STRUCT_DIR *skel_opendir(vfs_handle_struct *handle, const char *fname, const char *mask, uint32 attr) handle 79 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_OPENDIR(handle, fname, mask, attr); handle 82 examples/VFS/skel_transparent.c static SMB_STRUCT_DIRENT *skel_readdir(vfs_handle_struct *handle, handle 86 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_READDIR(handle, dirp, sbuf); handle 89 examples/VFS/skel_transparent.c static void skel_seekdir(vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp, long offset) handle 91 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_SEEKDIR(handle, dirp, offset); handle 94 examples/VFS/skel_transparent.c static long skel_telldir(vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp) handle 96 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_TELLDIR(handle, dirp); handle 99 examples/VFS/skel_transparent.c static void skel_rewinddir(vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp) handle 101 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_REWINDDIR(handle, dirp); handle 104 examples/VFS/skel_transparent.c static int skel_mkdir(vfs_handle_struct *handle, const char *path, mode_t mode) handle 106 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_MKDIR(handle, path, mode); handle 109 examples/VFS/skel_transparent.c static int skel_rmdir(vfs_handle_struct *handle, const char *path) handle 111 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_RMDIR(handle, path); handle 114 examples/VFS/skel_transparent.c static int skel_closedir(vfs_handle_struct *handle, SMB_STRUCT_DIR *dir) handle 116 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_CLOSEDIR(handle, dir); handle 119 examples/VFS/skel_transparent.c static int skel_open(vfs_handle_struct *handle, const char *fname, files_struct *fsp, int flags, mode_t mode) handle 121 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode); handle 124 examples/VFS/skel_transparent.c static int skel_close(vfs_handle_struct *handle, files_struct *fsp) handle 126 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_CLOSE(handle, fsp); handle 129 examples/VFS/skel_transparent.c static ssize_t skel_read(vfs_handle_struct *handle, files_struct *fsp, void *data, size_t n) handle 131 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_READ(handle, fsp, data, n); handle 134 examples/VFS/skel_transparent.c static ssize_t skel_pread(vfs_handle_struct *handle, files_struct *fsp, void *data, size_t n, SMB_OFF_T offset) handle 136 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_PREAD(handle, fsp, data, n, offset); handle 139 examples/VFS/skel_transparent.c static ssize_t skel_write(vfs_handle_struct *handle, files_struct *fsp, const void *data, size_t n) handle 141 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_WRITE(handle, fsp, data, n); handle 144 examples/VFS/skel_transparent.c static ssize_t skel_pwrite(vfs_handle_struct *handle, files_struct *fsp, const void *data, size_t n, SMB_OFF_T offset) handle 146 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_PWRITE(handle, fsp, data, n, offset); handle 149 examples/VFS/skel_transparent.c static SMB_OFF_T skel_lseek(vfs_handle_struct *handle, files_struct *fsp, SMB_OFF_T offset, int whence) handle 151 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_LSEEK(handle, fsp, offset, whence); handle 154 examples/VFS/skel_transparent.c static ssize_t skel_sendfile(vfs_handle_struct *handle, int tofd, files_struct *fromfsp, const DATA_BLOB *hdr, SMB_OFF_T offset, size_t n) handle 156 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_SENDFILE(handle, tofd, fromfsp, hdr, offset, n); handle 159 examples/VFS/skel_transparent.c static ssize_t skel_recvfile(vfs_handle_struct *handle, int fromfd, files_struct *tofsp, SMB_OFF_T offset, size_t n) handle 161 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_RECVFILE(handle, fromfd, tofsp, offset, n); handle 164 examples/VFS/skel_transparent.c static int skel_rename(vfs_handle_struct *handle, const char *oldname, const char *newname) handle 166 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_RENAME(handle, oldname, newname); handle 169 examples/VFS/skel_transparent.c static int skel_fsync(vfs_handle_struct *handle, files_struct *fsp) handle 171 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_FSYNC(handle, fsp); handle 174 examples/VFS/skel_transparent.c static int skel_stat(vfs_handle_struct *handle, const char *fname, SMB_STRUCT_STAT *sbuf) handle 176 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_STAT(handle, fname, sbuf); handle 179 examples/VFS/skel_transparent.c static int skel_fstat(vfs_handle_struct *handle, files_struct *fsp, SMB_STRUCT_STAT *sbuf) handle 181 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_FSTAT(handle, fsp, sbuf); handle 184 examples/VFS/skel_transparent.c static int skel_lstat(vfs_handle_struct *handle, const char *path, SMB_STRUCT_STAT *sbuf) handle 186 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_LSTAT(handle, path, sbuf); handle 189 examples/VFS/skel_transparent.c static int skel_unlink(vfs_handle_struct *handle, const char *path) handle 191 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_UNLINK(handle, path); handle 194 examples/VFS/skel_transparent.c static int skel_chmod(vfs_handle_struct *handle, const char *path, mode_t mode) handle 196 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_CHMOD(handle, path, mode); handle 199 examples/VFS/skel_transparent.c static int skel_fchmod(vfs_handle_struct *handle, files_struct *fsp, mode_t mode) handle 201 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_FCHMOD(handle, fsp, mode); handle 204 examples/VFS/skel_transparent.c static int skel_chown(vfs_handle_struct *handle, const char *path, uid_t uid, gid_t gid) handle 206 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_CHOWN(handle, path, uid, gid); handle 209 examples/VFS/skel_transparent.c static int skel_fchown(vfs_handle_struct *handle, files_struct *fsp, uid_t uid, gid_t gid) handle 211 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_FCHOWN(handle, fsp, uid, gid); handle 214 examples/VFS/skel_transparent.c static int skel_lchown(vfs_handle_struct *handle, const char *path, uid_t uid, gid_t gid) handle 216 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_LCHOWN(handle, path, uid, gid); handle 219 examples/VFS/skel_transparent.c static int skel_chdir(vfs_handle_struct *handle, const char *path) handle 221 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_CHDIR(handle, path); handle 224 examples/VFS/skel_transparent.c static char *skel_getwd(vfs_handle_struct *handle, char *buf) handle 226 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_GETWD(handle, buf); handle 229 examples/VFS/skel_transparent.c static int skel_ntimes(vfs_handle_struct *handle, const char *path, struct smb_file_time *ft) handle 231 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_NTIMES(handle, path, ft); handle 234 examples/VFS/skel_transparent.c static int skel_ftruncate(vfs_handle_struct *handle, files_struct *fsp, SMB_OFF_T offset) handle 236 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_FTRUNCATE(handle, fsp, offset); handle 239 examples/VFS/skel_transparent.c static bool skel_lock(vfs_handle_struct *handle, files_struct *fsp, int op, SMB_OFF_T offset, SMB_OFF_T count, int type) handle 241 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_LOCK(handle, fsp, op, offset, count, type); handle 244 examples/VFS/skel_transparent.c static bool skel_getlock(vfs_handle_struct *handle, files_struct *fsp, SMB_OFF_T *poffset, SMB_OFF_T *pcount, int *ptype, pid_t *ppid) handle 246 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_GETLOCK(handle, fsp, poffset, pcount, ptype, ppid); handle 249 examples/VFS/skel_transparent.c static int skel_symlink(vfs_handle_struct *handle, const char *oldpath, const char *newpath) handle 251 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_SYMLINK(handle, oldpath, newpath); handle 254 examples/VFS/skel_transparent.c static int skel_readlink(vfs_handle_struct *handle, const char *path, char *buf, size_t bufsiz) handle 256 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_READLINK(handle, path, buf, bufsiz); handle 259 examples/VFS/skel_transparent.c static int skel_link(vfs_handle_struct *handle, const char *oldpath, const char *newpath) handle 261 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_LINK(handle, oldpath, newpath); handle 264 examples/VFS/skel_transparent.c static int skel_mknod(vfs_handle_struct *handle, const char *path, mode_t mode, SMB_DEV_T dev) handle 266 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_MKNOD(handle, path, mode, dev); handle 269 examples/VFS/skel_transparent.c static char *skel_realpath(vfs_handle_struct *handle, const char *path, char *resolved_path) handle 271 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_REALPATH(handle, path, resolved_path); handle 274 examples/VFS/skel_transparent.c static NTSTATUS skel_notify_watch(struct vfs_handle_struct *handle, handle 279 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_NOTIFY_WATCH(handle, ctx, e, callback, handle 283 examples/VFS/skel_transparent.c static int skel_chflags(vfs_handle_struct *handle, const char *path, uint flags) handle 285 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_CHFLAGS(handle, path, flags); handle 288 examples/VFS/skel_transparent.c static struct file_id skel_file_id_create(vfs_handle_struct *handle, handle 291 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_FILE_ID_CREATE(handle, sbuf); handle 294 examples/VFS/skel_transparent.c static NTSTATUS skel_fget_nt_acl(vfs_handle_struct *handle, files_struct *fsp, handle 297 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_FGET_NT_ACL(handle, fsp, security_info, ppdesc); handle 300 examples/VFS/skel_transparent.c static NTSTATUS skel_get_nt_acl(vfs_handle_struct *handle, handle 303 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_GET_NT_ACL(handle, name, security_info, ppdesc); handle 306 examples/VFS/skel_transparent.c static NTSTATUS skel_fset_nt_acl(vfs_handle_struct *handle, files_struct *fsp, handle 309 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_FSET_NT_ACL(handle, fsp, security_info_sent, psd); handle 312 examples/VFS/skel_transparent.c static int skel_chmod_acl(vfs_handle_struct *handle, const char *name, mode_t mode) handle 315 examples/VFS/skel_transparent.c if (!handle->vfs_next.ops.chmod_acl) { handle 319 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_CHMOD_ACL(handle, name, mode); handle 322 examples/VFS/skel_transparent.c static int skel_fchmod_acl(vfs_handle_struct *handle, files_struct *fsp, mode_t mode) handle 325 examples/VFS/skel_transparent.c if (!handle->vfs_next.ops.fchmod_acl) { handle 329 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_FCHMOD_ACL(handle, fsp, mode); handle 332 examples/VFS/skel_transparent.c static int skel_sys_acl_get_entry(vfs_handle_struct *handle, SMB_ACL_T theacl, int entry_id, SMB_ACL_ENTRY_T *entry_p) handle 334 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_SYS_ACL_GET_ENTRY(handle, theacl, entry_id, entry_p); handle 337 examples/VFS/skel_transparent.c static int skel_sys_acl_get_tag_type(vfs_handle_struct *handle, SMB_ACL_ENTRY_T entry_d, SMB_ACL_TAG_T *tag_type_p) handle 339 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_SYS_ACL_GET_TAG_TYPE(handle, entry_d, tag_type_p); handle 342 examples/VFS/skel_transparent.c static int skel_sys_acl_get_permset(vfs_handle_struct *handle, SMB_ACL_ENTRY_T entry_d, SMB_ACL_PERMSET_T *permset_p) handle 344 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_SYS_ACL_GET_PERMSET(handle, entry_d, permset_p); handle 347 examples/VFS/skel_transparent.c static void *skel_sys_acl_get_qualifier(vfs_handle_struct *handle, SMB_ACL_ENTRY_T entry_d) handle 349 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_SYS_ACL_GET_QUALIFIER(handle, entry_d); handle 352 examples/VFS/skel_transparent.c static SMB_ACL_T skel_sys_acl_get_file(vfs_handle_struct *handle, const char *path_p, SMB_ACL_TYPE_T type) handle 354 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_SYS_ACL_GET_FILE(handle, path_p, type); handle 357 examples/VFS/skel_transparent.c static SMB_ACL_T skel_sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp) handle 359 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_SYS_ACL_GET_FD(handle, fsp); handle 362 examples/VFS/skel_transparent.c static int skel_sys_acl_clear_perms(vfs_handle_struct *handle, SMB_ACL_PERMSET_T permset) handle 364 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_SYS_ACL_CLEAR_PERMS(handle, permset); handle 367 examples/VFS/skel_transparent.c static int skel_sys_acl_add_perm(vfs_handle_struct *handle, SMB_ACL_PERMSET_T permset, SMB_ACL_PERM_T perm) handle 369 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_SYS_ACL_ADD_PERM(handle, permset, perm); handle 372 examples/VFS/skel_transparent.c static char *skel_sys_acl_to_text(vfs_handle_struct *handle, SMB_ACL_T theacl, ssize_t *plen) handle 374 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_SYS_ACL_TO_TEXT(handle, theacl, plen); handle 377 examples/VFS/skel_transparent.c static SMB_ACL_T skel_sys_acl_init(vfs_handle_struct *handle, int count) handle 379 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_SYS_ACL_INIT(handle, count); handle 382 examples/VFS/skel_transparent.c static int skel_sys_acl_create_entry(vfs_handle_struct *handle, SMB_ACL_T *pacl, SMB_ACL_ENTRY_T *pentry) handle 384 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_SYS_ACL_CREATE_ENTRY(handle, pacl, pentry); handle 387 examples/VFS/skel_transparent.c static int skel_sys_acl_set_tag_type(vfs_handle_struct *handle, SMB_ACL_ENTRY_T entry, SMB_ACL_TAG_T tagtype) handle 389 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_SYS_ACL_SET_TAG_TYPE(handle, entry, tagtype); handle 392 examples/VFS/skel_transparent.c static int skel_sys_acl_set_qualifier(vfs_handle_struct *handle, SMB_ACL_ENTRY_T entry, void *qual) handle 394 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_SYS_ACL_SET_QUALIFIER(handle, entry, qual); handle 397 examples/VFS/skel_transparent.c static int skel_sys_acl_set_permset(vfs_handle_struct *handle, SMB_ACL_ENTRY_T entry, SMB_ACL_PERMSET_T permset) handle 399 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_SYS_ACL_SET_PERMSET(handle, entry, permset); handle 402 examples/VFS/skel_transparent.c static int skel_sys_acl_valid(vfs_handle_struct *handle, SMB_ACL_T theacl ) handle 404 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_SYS_ACL_VALID(handle, theacl); handle 407 examples/VFS/skel_transparent.c static int skel_sys_acl_set_file(vfs_handle_struct *handle, const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl) handle 409 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_SYS_ACL_SET_FILE(handle, name, acltype, theacl); handle 412 examples/VFS/skel_transparent.c static int skel_sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, SMB_ACL_T theacl) handle 414 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_SYS_ACL_SET_FD(handle, fsp, theacl); handle 417 examples/VFS/skel_transparent.c static int skel_sys_acl_delete_def_file(vfs_handle_struct *handle, const char *path) handle 419 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_SYS_ACL_DELETE_DEF_FILE(handle, path); handle 422 examples/VFS/skel_transparent.c static int skel_sys_acl_get_perm(vfs_handle_struct *handle, SMB_ACL_PERMSET_T permset, SMB_ACL_PERM_T perm) handle 424 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_SYS_ACL_GET_PERM(handle, permset, perm); handle 427 examples/VFS/skel_transparent.c static int skel_sys_acl_free_text(vfs_handle_struct *handle, char *text) handle 429 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_SYS_ACL_FREE_TEXT(handle, text); handle 432 examples/VFS/skel_transparent.c static int skel_sys_acl_free_acl(vfs_handle_struct *handle, SMB_ACL_T posix_acl) handle 434 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_SYS_ACL_FREE_ACL(handle, posix_acl); handle 437 examples/VFS/skel_transparent.c static int skel_sys_acl_free_qualifier(vfs_handle_struct *handle, void *qualifier, SMB_ACL_TAG_T tagtype) handle 439 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_SYS_ACL_FREE_QUALIFIER(handle, qualifier, tagtype); handle 442 examples/VFS/skel_transparent.c static ssize_t skel_getxattr(vfs_handle_struct *handle, const char *path, const char *name, void *value, size_t size) handle 444 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_GETXATTR(handle, path, name, value, size); handle 447 examples/VFS/skel_transparent.c static ssize_t skel_lgetxattr(vfs_handle_struct *handle, const char *path, const char *name, void *value, size_t handle 450 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_LGETXATTR(handle, path, name, value, size); handle 453 examples/VFS/skel_transparent.c static ssize_t skel_fgetxattr(vfs_handle_struct *handle, struct files_struct *fsp, const char *name, void *value, size_t size) handle 455 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_FGETXATTR(handle, fsp, name, value, size); handle 458 examples/VFS/skel_transparent.c static ssize_t skel_listxattr(vfs_handle_struct *handle, const char *path, char *list, size_t size) handle 460 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_LISTXATTR(handle, path, list, size); handle 463 examples/VFS/skel_transparent.c static ssize_t skel_llistxattr(vfs_handle_struct *handle, const char *path, char *list, size_t size) handle 465 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_LLISTXATTR(handle, path, list, size); handle 468 examples/VFS/skel_transparent.c static ssize_t skel_flistxattr(vfs_handle_struct *handle, struct files_struct *fsp, char *list, size_t size) handle 470 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_FLISTXATTR(handle, fsp, list, size); handle 473 examples/VFS/skel_transparent.c static int skel_removexattr(vfs_handle_struct *handle, const char *path, const char *name) handle 475 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_REMOVEXATTR(handle, path, name); handle 478 examples/VFS/skel_transparent.c static int skel_lremovexattr(vfs_handle_struct *handle, const char *path, const char *name) handle 480 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_LREMOVEXATTR(handle, path, name); handle 483 examples/VFS/skel_transparent.c static int skel_fremovexattr(vfs_handle_struct *handle, struct files_struct *fsp, const char *name) handle 485 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_FREMOVEXATTR(handle, fsp, name); handle 488 examples/VFS/skel_transparent.c static int skel_setxattr(vfs_handle_struct *handle, const char *path, const char *name, const void *value, size_t size, int flags) handle 490 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_SETXATTR(handle, path, name, value, size, flags); handle 493 examples/VFS/skel_transparent.c static int skel_lsetxattr(vfs_handle_struct *handle, const char *path, const char *name, const void *value, size_t size, int flags) handle 495 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_LSETXATTR(handle, path, name, value, size, flags); handle 498 examples/VFS/skel_transparent.c static int skel_fsetxattr(vfs_handle_struct *handle, struct files_struct *fsp, const char *name, const void *value, size_t size, int flags) handle 500 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_FSETXATTR(handle, fsp, name, value, size, flags); handle 503 examples/VFS/skel_transparent.c static int skel_aio_read(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) handle 505 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_AIO_READ(handle, fsp, aiocb); handle 508 examples/VFS/skel_transparent.c static int skel_aio_write(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) handle 510 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_AIO_WRITE(handle, fsp, aiocb); handle 513 examples/VFS/skel_transparent.c static ssize_t skel_aio_return(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) handle 515 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_AIO_RETURN(handle, fsp, aiocb); handle 518 examples/VFS/skel_transparent.c static int skel_aio_cancel(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) handle 520 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_AIO_CANCEL(handle, fsp, aiocb); handle 523 examples/VFS/skel_transparent.c static int skel_aio_error(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) handle 525 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_AIO_ERROR(handle, fsp, aiocb); handle 528 examples/VFS/skel_transparent.c static int skel_aio_fsync(struct vfs_handle_struct *handle, struct files_struct *fsp, int op, SMB_STRUCT_AIOCB *aiocb) handle 530 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_AIO_FSYNC(handle, fsp, op, aiocb); handle 533 examples/VFS/skel_transparent.c static int skel_aio_suspend(struct vfs_handle_struct *handle, struct files_struct *fsp, const SMB_STRUCT_AIOCB * const aiocb[], int n, const struct timespec *ts) handle 535 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_AIO_SUSPEND(handle, fsp, aiocb, n, ts); handle 538 examples/VFS/skel_transparent.c static bool skel_aio_force(struct vfs_handle_struct *handle, struct files_struct *fsp) handle 540 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_AIO_FORCE(handle, fsp); handle 543 examples/VFS/skel_transparent.c static bool skel_is_offline(struct vfs_handle_struct *handle, const char *path, SMB_STRUCT_STAT *sbuf) handle 545 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_IS_OFFLINE(handle, path, sbuf); handle 548 examples/VFS/skel_transparent.c static int skel_set_offline(struct vfs_handle_struct *handle, const char *path) handle 550 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_SET_OFFLINE(handle, path); handle 553 examples/VFS/skel_transparent.c static bool skel_is_remotestorage(struct vfs_handle_struct *handle, const char *path) handle 555 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_IS_REMOTESTORAGE(handle, path); handle 49 lib/replace/dlfcn.c void *rep_dlsym(void *handle, const char *symbol) handle 53 lib/replace/dlfcn.c if (!shl_findsym((shl_t *)&handle, symbol, TYPE_UNDEFINED, &sym_addr)) handle 68 lib/replace/dlfcn.c int rep_dlclose(void *handle) handle 71 lib/replace/dlfcn.c return shl_unload((shl_t)handle); handle 316 lib/replace/replace.h void *rep_dlsym(void *handle, const char *symbol); handle 321 lib/replace/replace.h int rep_dlclose(void *handle); handle 425 lib/talloc/talloc.c static int talloc_reference_destructor(struct talloc_reference_handle *handle) handle 427 lib/talloc/talloc.c struct talloc_chunk *ptr_tc = talloc_chunk_from_ptr(handle->ptr); handle 428 lib/talloc/talloc.c _TLIST_REMOVE(ptr_tc->refs, handle); handle 471 lib/talloc/talloc.c struct talloc_reference_handle *handle; handle 475 lib/talloc/talloc.c handle = (struct talloc_reference_handle *)_talloc_named_const(context, handle 478 lib/talloc/talloc.c if (unlikely(handle == NULL)) return NULL; handle 483 lib/talloc/talloc.c talloc_set_destructor(handle, talloc_reference_destructor); handle 484 lib/talloc/talloc.c handle->ptr = discard_const_p(void, ptr); handle 485 lib/talloc/talloc.c _TLIST_ADD(tc->refs, handle); handle 486 lib/talloc/talloc.c return handle->ptr; handle 11 librpc/gen_ndr/cli_eventlog.c struct policy_handle *handle /* [in] [ref] */, handle 18 librpc/gen_ndr/cli_eventlog.c r.in.handle = handle; handle 51 librpc/gen_ndr/cli_eventlog.c struct policy_handle *handle /* [in] [ref] */, handle 58 librpc/gen_ndr/cli_eventlog.c r.in.handle = handle; handle 91 librpc/gen_ndr/cli_eventlog.c struct policy_handle *handle /* [in,out] [ref] */) handle 97 librpc/gen_ndr/cli_eventlog.c r.in.handle = handle; handle 122 librpc/gen_ndr/cli_eventlog.c *handle = *r.out.handle; handle 130 librpc/gen_ndr/cli_eventlog.c struct policy_handle *handle /* [in,out] [ref] */) handle 136 librpc/gen_ndr/cli_eventlog.c r.in.handle = handle; handle 161 librpc/gen_ndr/cli_eventlog.c *handle = *r.out.handle; handle 169 librpc/gen_ndr/cli_eventlog.c struct policy_handle *handle /* [in] [ref] */, handle 176 librpc/gen_ndr/cli_eventlog.c r.in.handle = handle; handle 209 librpc/gen_ndr/cli_eventlog.c struct policy_handle *handle /* [in] [ref] */, handle 216 librpc/gen_ndr/cli_eventlog.c r.in.handle = handle; handle 290 librpc/gen_ndr/cli_eventlog.c struct policy_handle *handle /* [out] [ref] */) handle 325 librpc/gen_ndr/cli_eventlog.c *handle = *r.out.handle; handle 385 librpc/gen_ndr/cli_eventlog.c struct policy_handle *handle /* [out] [ref] */) handle 419 librpc/gen_ndr/cli_eventlog.c *handle = *r.out.handle; handle 427 librpc/gen_ndr/cli_eventlog.c struct policy_handle *handle /* [in] [ref] */, handle 439 librpc/gen_ndr/cli_eventlog.c r.in.handle = handle; handle 477 librpc/gen_ndr/cli_eventlog.c struct policy_handle *handle /* [in] [ref] */, handle 496 librpc/gen_ndr/cli_eventlog.c r.in.handle = handle; handle 907 librpc/gen_ndr/cli_eventlog.c struct policy_handle *handle /* [in] [ref] */, handle 917 librpc/gen_ndr/cli_eventlog.c r.in.handle = handle; handle 953 librpc/gen_ndr/cli_eventlog.c struct policy_handle *handle /* [in] [ref] */) handle 959 librpc/gen_ndr/cli_eventlog.c r.in.handle = handle; handle 991 librpc/gen_ndr/cli_eventlog.c struct policy_handle *handle /* [in] [ref] */, handle 1011 librpc/gen_ndr/cli_eventlog.c r.in.handle = handle; handle 6 librpc/gen_ndr/cli_eventlog.h struct policy_handle *handle /* [in] [ref] */, handle 10 librpc/gen_ndr/cli_eventlog.h struct policy_handle *handle /* [in] [ref] */, handle 14 librpc/gen_ndr/cli_eventlog.h struct policy_handle *handle /* [in,out] [ref] */); handle 17 librpc/gen_ndr/cli_eventlog.h struct policy_handle *handle /* [in,out] [ref] */); handle 20 librpc/gen_ndr/cli_eventlog.h struct policy_handle *handle /* [in] [ref] */, handle 24 librpc/gen_ndr/cli_eventlog.h struct policy_handle *handle /* [in] [ref] */, handle 35 librpc/gen_ndr/cli_eventlog.h struct policy_handle *handle /* [out] [ref] */); handle 50 librpc/gen_ndr/cli_eventlog.h struct policy_handle *handle /* [out] [ref] */); handle 53 librpc/gen_ndr/cli_eventlog.h struct policy_handle *handle /* [in] [ref] */, handle 62 librpc/gen_ndr/cli_eventlog.h struct policy_handle *handle /* [in] [ref] */, handle 98 librpc/gen_ndr/cli_eventlog.h struct policy_handle *handle /* [in] [ref] */, handle 105 librpc/gen_ndr/cli_eventlog.h struct policy_handle *handle /* [in] [ref] */); handle 108 librpc/gen_ndr/cli_eventlog.h struct policy_handle *handle /* [in] [ref] */, handle 11 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in,out] [ref] */) handle 17 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 42 librpc/gen_ndr/cli_lsa.c *handle = *r.out.handle; handle 50 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */) handle 56 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 88 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 97 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 133 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 141 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 175 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 183 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 256 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [out] [ref] */) handle 289 librpc/gen_ndr/cli_lsa.c *handle = *r.out.handle; handle 297 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 305 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 339 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 347 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 417 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 426 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 461 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 470 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 550 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 559 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 595 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 607 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 647 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 658 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 697 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 706 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 741 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 750 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 785 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 792 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 825 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 832 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 865 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 873 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 979 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 986 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 1019 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 1026 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 1059 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 1068 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 1187 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 1196 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 1331 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 1339 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 1373 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 1381 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 1415 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 1426 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 1463 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in,out] [ref] */) handle 1469 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 1494 librpc/gen_ndr/cli_lsa.c *handle = *r.out.handle; handle 1502 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 1510 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 1544 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 1552 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 1586 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 1594 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 1628 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 1637 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 1672 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 1681 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 1716 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 1725 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 1760 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 1767 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 1875 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [out] [ref] */) handle 1908 librpc/gen_ndr/cli_lsa.c *handle = *r.out.handle; handle 1962 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 1970 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 2004 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 2012 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 2046 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 2055 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 2090 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 2099 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 2134 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 2143 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 2225 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in,out] [ref] */) handle 2231 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 2256 librpc/gen_ndr/cli_lsa.c *handle = *r.out.handle; handle 2264 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 2272 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 2306 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 2314 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 2348 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 2357 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 2428 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 2441 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 2482 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 2496 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 2872 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 2886 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 3072 librpc/gen_ndr/cli_lsa.c struct policy_handle *handle /* [in] [ref] */, handle 3081 librpc/gen_ndr/cli_lsa.c r.in.handle = handle; handle 6 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in,out] [ref] */); handle 9 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */); handle 12 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 18 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 23 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 33 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [out] [ref] */); handle 36 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 41 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 48 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 54 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 66 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 72 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 81 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 89 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 95 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 101 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 105 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 109 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 118 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 122 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 126 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 142 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 160 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 165 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 170 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 178 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in,out] [ref] */); handle 181 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 186 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 191 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 196 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 202 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 208 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 214 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 225 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [out] [ref] */); handle 233 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 238 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 243 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 249 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 255 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 268 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in,out] [ref] */); handle 271 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 276 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 281 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 289 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 299 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 333 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 352 librpc/gen_ndr/cli_lsa.h struct policy_handle *handle /* [in] [ref] */, handle 53 librpc/gen_ndr/cli_samr.c struct policy_handle *handle /* [in,out] [ref] */) handle 59 librpc/gen_ndr/cli_samr.c r.in.handle = handle; handle 84 librpc/gen_ndr/cli_samr.c *handle = *r.out.handle; handle 92 librpc/gen_ndr/cli_samr.c struct policy_handle *handle /* [in] [ref] */, handle 100 librpc/gen_ndr/cli_samr.c r.in.handle = handle; handle 134 librpc/gen_ndr/cli_samr.c struct policy_handle *handle /* [in] [ref] */, handle 142 librpc/gen_ndr/cli_samr.c r.in.handle = handle; handle 11 librpc/gen_ndr/cli_samr.h struct policy_handle *handle /* [in,out] [ref] */); handle 14 librpc/gen_ndr/cli_samr.h struct policy_handle *handle /* [in] [ref] */, handle 19 librpc/gen_ndr/cli_samr.h struct policy_handle *handle /* [in] [ref] */, handle 72 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [out] [ref] */, handle 107 librpc/gen_ndr/cli_spoolss.c *handle = *r.out.handle; handle 119 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 129 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 168 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 181 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 225 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 240 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 325 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 332 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 368 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 379 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 419 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 431 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 884 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 894 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 933 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 940 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 976 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 986 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 1025 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 1032 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 1068 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 1075 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 1111 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 1121 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 1160 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 1167 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 1203 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 1214 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 1257 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 1265 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 1302 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 1314 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 1355 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 1366 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 1447 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in,out] [ref] */, handle 1454 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 1479 librpc/gen_ndr/cli_spoolss.c *handle = *r.out.handle; handle 1491 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 1500 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 1538 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 1546 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 1583 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 1596 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 1640 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 1650 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 1689 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 1702 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 2491 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 2500 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 2538 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 2555 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 2685 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 2692 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 2774 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [out] [ref] */, handle 2810 librpc/gen_ndr/cli_spoolss.c *handle = *r.out.handle; handle 2822 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 2832 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 2871 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in,out] [ref] */, handle 2878 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 2903 librpc/gen_ndr/cli_spoolss.c *handle = *r.out.handle; handle 3079 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 3091 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 3132 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 3144 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 3185 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 3195 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 3281 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [out] [ref] */, handle 3318 librpc/gen_ndr/cli_spoolss.c *handle = *r.out.handle; handle 3335 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [out] [ref] */, handle 3371 librpc/gen_ndr/cli_spoolss.c *handle = *r.out.handle; handle 3424 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 3439 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 3483 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 3491 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 3651 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 3663 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 3704 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 3717 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 3759 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 3771 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 3812 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 3823 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 3863 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 3872 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 3910 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 3918 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 4170 librpc/gen_ndr/cli_spoolss.c struct policy_handle *handle /* [in] [ref] */, handle 4184 librpc/gen_ndr/cli_spoolss.c r.in.handle = handle; handle 21 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [out] [ref] */, handle 25 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 32 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 42 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 57 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 61 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 69 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 141 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 148 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 152 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 159 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 163 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 167 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 174 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 178 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 186 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 191 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 200 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 211 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in,out] [ref] */, handle 215 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 221 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 226 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 236 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 243 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 329 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 335 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 355 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 367 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [out] [ref] */, handle 371 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 378 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in,out] [ref] */, handle 394 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 403 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 412 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 428 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [out] [ref] */, handle 437 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [out] [ref] */, handle 444 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 456 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 470 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 479 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 489 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 498 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 506 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 512 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 537 librpc/gen_ndr/cli_spoolss.h struct policy_handle *handle /* [in] [ref] */, handle 11 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [in,out] [ref] */, handle 18 librpc/gen_ndr/cli_svcctl.c r.in.handle = handle; handle 43 librpc/gen_ndr/cli_svcctl.c *handle = *r.out.handle; handle 55 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [in] [ref] */, handle 64 librpc/gen_ndr/cli_svcctl.c r.in.handle = handle; handle 102 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [in] [ref] */, handle 109 librpc/gen_ndr/cli_svcctl.c r.in.handle = handle; handle 145 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [in] [ref] */, handle 153 librpc/gen_ndr/cli_svcctl.c r.in.handle = handle; handle 190 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [in] [ref] */, handle 201 librpc/gen_ndr/cli_svcctl.c r.in.handle = handle; handle 241 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [in] [ref] */, handle 251 librpc/gen_ndr/cli_svcctl.c r.in.handle = handle; handle 290 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [in] [ref] */, handle 298 librpc/gen_ndr/cli_svcctl.c r.in.handle = handle; handle 461 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [in] [ref] */, handle 471 librpc/gen_ndr/cli_svcctl.c r.in.handle = handle; handle 510 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [in] [ref] */, handle 527 librpc/gen_ndr/cli_svcctl.c r.in.handle = handle; handle 588 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [out] [ref] */, handle 637 librpc/gen_ndr/cli_svcctl.c *handle = *r.out.handle; handle 702 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [in] [ref] */, handle 716 librpc/gen_ndr/cli_svcctl.c r.in.handle = handle; handle 765 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [out] [ref] */, handle 799 librpc/gen_ndr/cli_svcctl.c *handle = *r.out.handle; handle 814 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [out] [ref] */, handle 848 librpc/gen_ndr/cli_svcctl.c *handle = *r.out.handle; handle 860 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [in] [ref] */, handle 870 librpc/gen_ndr/cli_svcctl.c r.in.handle = handle; handle 909 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [in] [ref] */, handle 919 librpc/gen_ndr/cli_svcctl.c r.in.handle = handle; handle 958 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [in] [ref] */, handle 967 librpc/gen_ndr/cli_svcctl.c r.in.handle = handle; handle 1005 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [in] [ref] */, handle 1015 librpc/gen_ndr/cli_svcctl.c r.in.handle = handle; handle 1057 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [in] [ref] */, handle 1067 librpc/gen_ndr/cli_svcctl.c r.in.handle = handle; handle 1109 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [in] [ref] */, handle 1119 librpc/gen_ndr/cli_svcctl.c r.in.handle = handle; handle 1158 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [in] [ref] */, handle 1175 librpc/gen_ndr/cli_svcctl.c r.in.handle = handle; handle 1221 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [in] [ref] */, handle 1240 librpc/gen_ndr/cli_svcctl.c r.in.handle = handle; handle 1345 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [in] [ref] */, handle 1359 librpc/gen_ndr/cli_svcctl.c r.in.handle = handle; handle 1408 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [out] [ref] */, handle 1442 librpc/gen_ndr/cli_svcctl.c *handle = *r.out.handle; handle 1501 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [in] [ref] */, handle 1511 librpc/gen_ndr/cli_svcctl.c r.in.handle = handle; handle 1550 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [in] [ref] */, handle 1560 librpc/gen_ndr/cli_svcctl.c r.in.handle = handle; handle 1599 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [in] [ref] */, handle 1608 librpc/gen_ndr/cli_svcctl.c r.in.handle = handle; handle 1646 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [in] [ref] */, handle 1656 librpc/gen_ndr/cli_svcctl.c r.in.handle = handle; handle 1698 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [in] [ref] */, handle 1708 librpc/gen_ndr/cli_svcctl.c r.in.handle = handle; handle 1832 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [in] [ref] */, handle 1841 librpc/gen_ndr/cli_svcctl.c r.in.handle = handle; handle 1879 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [in] [ref] */, handle 1888 librpc/gen_ndr/cli_svcctl.c r.in.handle = handle; handle 1926 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [in] [ref] */, handle 1937 librpc/gen_ndr/cli_svcctl.c r.in.handle = handle; handle 1977 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [in] [ref] */, handle 1988 librpc/gen_ndr/cli_svcctl.c r.in.handle = handle; handle 2028 librpc/gen_ndr/cli_svcctl.c struct policy_handle *handle /* [in] [ref] */, handle 2039 librpc/gen_ndr/cli_svcctl.c r.in.handle = handle; handle 6 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [in,out] [ref] */, handle 10 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [in] [ref] */, handle 16 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [in] [ref] */, handle 20 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [in] [ref] */, handle 25 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [in] [ref] */, handle 33 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [in] [ref] */, handle 40 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [in] [ref] */, handle 55 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [in] [ref] */, handle 62 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [in] [ref] */, handle 91 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [out] [ref] */, handle 104 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [in] [ref] */, handle 118 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [out] [ref] */, handle 125 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [out] [ref] */, handle 129 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [in] [ref] */, handle 136 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [in] [ref] */, handle 143 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [in] [ref] */, handle 149 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [in] [ref] */, handle 156 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [in] [ref] */, handle 163 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [in] [ref] */, handle 170 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [in] [ref] */, handle 184 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [in] [ref] */, handle 209 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [in] [ref] */, handle 223 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [out] [ref] */, handle 233 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [in] [ref] */, handle 240 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [in] [ref] */, handle 247 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [in] [ref] */, handle 253 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [in] [ref] */, handle 260 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [in] [ref] */, handle 273 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [in] [ref] */, handle 279 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [in] [ref] */, handle 285 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [in] [ref] */, handle 293 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [in] [ref] */, handle 301 librpc/gen_ndr/cli_svcctl.h struct policy_handle *handle /* [in] [ref] */, handle 13 librpc/gen_ndr/cli_winreg.c struct policy_handle *handle /* [out] [ref] */, handle 46 librpc/gen_ndr/cli_winreg.c *handle = *r.out.handle; handle 60 librpc/gen_ndr/cli_winreg.c struct policy_handle *handle /* [out] [ref] */, handle 93 librpc/gen_ndr/cli_winreg.c *handle = *r.out.handle; handle 107 librpc/gen_ndr/cli_winreg.c struct policy_handle *handle /* [out] [ref] */, handle 140 librpc/gen_ndr/cli_winreg.c *handle = *r.out.handle; handle 154 librpc/gen_ndr/cli_winreg.c struct policy_handle *handle /* [out] [ref] */, handle 187 librpc/gen_ndr/cli_winreg.c *handle = *r.out.handle; handle 201 librpc/gen_ndr/cli_winreg.c struct policy_handle *handle /* [out] [ref] */, handle 234 librpc/gen_ndr/cli_winreg.c *handle = *r.out.handle; handle 246 librpc/gen_ndr/cli_winreg.c struct policy_handle *handle /* [in,out] [ref] */, handle 253 librpc/gen_ndr/cli_winreg.c r.in.handle = handle; handle 278 librpc/gen_ndr/cli_winreg.c *handle = *r.out.handle; handle 290 librpc/gen_ndr/cli_winreg.c struct policy_handle *handle /* [in] [ref] */, handle 304 librpc/gen_ndr/cli_winreg.c r.in.handle = handle; handle 350 librpc/gen_ndr/cli_winreg.c struct policy_handle *handle /* [in] [ref] */, handle 358 librpc/gen_ndr/cli_winreg.c r.in.handle = handle; handle 395 librpc/gen_ndr/cli_winreg.c struct policy_handle *handle /* [in] [ref] */, handle 403 librpc/gen_ndr/cli_winreg.c r.in.handle = handle; handle 440 librpc/gen_ndr/cli_winreg.c struct policy_handle *handle /* [in] [ref] */, handle 451 librpc/gen_ndr/cli_winreg.c r.in.handle = handle; handle 498 librpc/gen_ndr/cli_winreg.c struct policy_handle *handle /* [in] [ref] */, handle 511 librpc/gen_ndr/cli_winreg.c r.in.handle = handle; handle 566 librpc/gen_ndr/cli_winreg.c struct policy_handle *handle /* [in] [ref] */, handle 573 librpc/gen_ndr/cli_winreg.c r.in.handle = handle; handle 609 librpc/gen_ndr/cli_winreg.c struct policy_handle *handle /* [in] [ref] */, handle 618 librpc/gen_ndr/cli_winreg.c r.in.handle = handle; handle 657 librpc/gen_ndr/cli_winreg.c struct policy_handle *handle /* [in] [ref] */, handle 666 librpc/gen_ndr/cli_winreg.c r.in.handle = handle; handle 704 librpc/gen_ndr/cli_winreg.c struct policy_handle *handle /* [in] [ref] */, handle 717 librpc/gen_ndr/cli_winreg.c r.in.handle = handle; handle 763 librpc/gen_ndr/cli_winreg.c struct policy_handle *handle /* [out] [ref] */, handle 798 librpc/gen_ndr/cli_winreg.c *handle = *r.out.handle; handle 810 librpc/gen_ndr/cli_winreg.c struct policy_handle *handle /* [in] [ref] */, handle 826 librpc/gen_ndr/cli_winreg.c r.in.handle = handle; handle 872 librpc/gen_ndr/cli_winreg.c struct policy_handle *handle /* [in] [ref] */, handle 884 librpc/gen_ndr/cli_winreg.c r.in.handle = handle; handle 978 librpc/gen_ndr/cli_winreg.c struct policy_handle *handle /* [in] [ref] */, handle 987 librpc/gen_ndr/cli_winreg.c r.in.handle = handle; handle 1025 librpc/gen_ndr/cli_winreg.c struct policy_handle *handle /* [in] [ref] */, handle 1034 librpc/gen_ndr/cli_winreg.c r.in.handle = handle; handle 1072 librpc/gen_ndr/cli_winreg.c struct policy_handle *handle /* [in] [ref] */, handle 1081 librpc/gen_ndr/cli_winreg.c r.in.handle = handle; handle 1119 librpc/gen_ndr/cli_winreg.c struct policy_handle *handle /* [in] [ref] */, handle 1130 librpc/gen_ndr/cli_winreg.c r.in.handle = handle; handle 1305 librpc/gen_ndr/cli_winreg.c struct policy_handle *handle /* [in] [ref] */, handle 1313 librpc/gen_ndr/cli_winreg.c r.in.handle = handle; handle 1352 librpc/gen_ndr/cli_winreg.c struct policy_handle *handle /* [out] [ref] */, handle 1385 librpc/gen_ndr/cli_winreg.c *handle = *r.out.handle; handle 1399 librpc/gen_ndr/cli_winreg.c struct policy_handle *handle /* [out] [ref] */, handle 1432 librpc/gen_ndr/cli_winreg.c *handle = *r.out.handle; handle 1596 librpc/gen_ndr/cli_winreg.c struct policy_handle *handle /* [out] [ref] */, handle 1629 librpc/gen_ndr/cli_winreg.c *handle = *r.out.handle; handle 1643 librpc/gen_ndr/cli_winreg.c struct policy_handle *handle /* [out] [ref] */, handle 1676 librpc/gen_ndr/cli_winreg.c *handle = *r.out.handle; handle 8 librpc/gen_ndr/cli_winreg.h struct policy_handle *handle /* [out] [ref] */, handle 14 librpc/gen_ndr/cli_winreg.h struct policy_handle *handle /* [out] [ref] */, handle 20 librpc/gen_ndr/cli_winreg.h struct policy_handle *handle /* [out] [ref] */, handle 26 librpc/gen_ndr/cli_winreg.h struct policy_handle *handle /* [out] [ref] */, handle 32 librpc/gen_ndr/cli_winreg.h struct policy_handle *handle /* [out] [ref] */, handle 36 librpc/gen_ndr/cli_winreg.h struct policy_handle *handle /* [in,out] [ref] */, handle 40 librpc/gen_ndr/cli_winreg.h struct policy_handle *handle /* [in] [ref] */, handle 51 librpc/gen_ndr/cli_winreg.h struct policy_handle *handle /* [in] [ref] */, handle 56 librpc/gen_ndr/cli_winreg.h struct policy_handle *handle /* [in] [ref] */, handle 61 librpc/gen_ndr/cli_winreg.h struct policy_handle *handle /* [in] [ref] */, handle 69 librpc/gen_ndr/cli_winreg.h struct policy_handle *handle /* [in] [ref] */, handle 79 librpc/gen_ndr/cli_winreg.h struct policy_handle *handle /* [in] [ref] */, handle 83 librpc/gen_ndr/cli_winreg.h struct policy_handle *handle /* [in] [ref] */, handle 89 librpc/gen_ndr/cli_winreg.h struct policy_handle *handle /* [in] [ref] */, handle 95 librpc/gen_ndr/cli_winreg.h struct policy_handle *handle /* [in] [ref] */, handle 109 librpc/gen_ndr/cli_winreg.h struct policy_handle *handle /* [out] [ref] */, handle 113 librpc/gen_ndr/cli_winreg.h struct policy_handle *handle /* [in] [ref] */, handle 126 librpc/gen_ndr/cli_winreg.h struct policy_handle *handle /* [in] [ref] */, handle 138 librpc/gen_ndr/cli_winreg.h struct policy_handle *handle /* [in] [ref] */, handle 144 librpc/gen_ndr/cli_winreg.h struct policy_handle *handle /* [in] [ref] */, handle 150 librpc/gen_ndr/cli_winreg.h struct policy_handle *handle /* [in] [ref] */, handle 156 librpc/gen_ndr/cli_winreg.h struct policy_handle *handle /* [in] [ref] */, handle 179 librpc/gen_ndr/cli_winreg.h struct policy_handle *handle /* [in] [ref] */, handle 186 librpc/gen_ndr/cli_winreg.h struct policy_handle *handle /* [out] [ref] */, handle 192 librpc/gen_ndr/cli_winreg.h struct policy_handle *handle /* [out] [ref] */, handle 218 librpc/gen_ndr/cli_winreg.h struct policy_handle *handle /* [out] [ref] */, handle 224 librpc/gen_ndr/cli_winreg.h struct policy_handle *handle /* [out] [ref] */, handle 157 librpc/gen_ndr/eventlog.h struct policy_handle *handle;/* [ref] */ handle 170 librpc/gen_ndr/eventlog.h struct policy_handle *handle;/* [ref] */ handle 183 librpc/gen_ndr/eventlog.h struct policy_handle *handle;/* [ref] */ handle 187 librpc/gen_ndr/eventlog.h struct policy_handle *handle;/* [ref] */ handle 196 librpc/gen_ndr/eventlog.h struct policy_handle *handle;/* [ref] */ handle 200 librpc/gen_ndr/eventlog.h struct policy_handle *handle;/* [ref] */ handle 209 librpc/gen_ndr/eventlog.h struct policy_handle *handle;/* [ref] */ handle 222 librpc/gen_ndr/eventlog.h struct policy_handle *handle;/* [ref] */ handle 251 librpc/gen_ndr/eventlog.h struct policy_handle *handle;/* [ref] */ handle 284 librpc/gen_ndr/eventlog.h struct policy_handle *handle;/* [ref] */ handle 293 librpc/gen_ndr/eventlog.h struct policy_handle *handle;/* [ref] */ handle 311 librpc/gen_ndr/eventlog.h struct policy_handle *handle;/* [ref] */ handle 418 librpc/gen_ndr/eventlog.h struct policy_handle *handle;/* [ref] */ handle 434 librpc/gen_ndr/eventlog.h struct policy_handle *handle;/* [ref] */ handle 446 librpc/gen_ndr/eventlog.h struct policy_handle *handle;/* [ref] */ handle 745 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 749 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 758 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 770 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 786 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 800 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 828 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 837 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 851 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 873 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 888 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 919 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 935 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 955 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 974 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 989 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1004 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1017 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1030 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1060 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1073 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1086 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1129 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1178 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1192 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1206 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1223 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1227 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1236 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1250 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1264 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1278 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1293 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1308 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1323 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1358 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1383 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1397 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1411 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1426 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1441 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1473 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1477 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1486 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1500 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1514 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1537 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1558 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1660 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 1714 librpc/gen_ndr/lsa.h struct policy_handle *handle;/* [ref] */ handle 718 librpc/gen_ndr/ndr_eventlog.c if (r->in.handle == NULL) { handle 721 librpc/gen_ndr/ndr_eventlog.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 740 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 743 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 744 librpc/gen_ndr/ndr_eventlog.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 775 librpc/gen_ndr/ndr_eventlog.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 777 librpc/gen_ndr/ndr_eventlog.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 799 librpc/gen_ndr/ndr_eventlog.c if (r->in.handle == NULL) { handle 802 librpc/gen_ndr/ndr_eventlog.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 820 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 823 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 824 librpc/gen_ndr/ndr_eventlog.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 850 librpc/gen_ndr/ndr_eventlog.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 852 librpc/gen_ndr/ndr_eventlog.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 872 librpc/gen_ndr/ndr_eventlog.c if (r->in.handle == NULL) { handle 875 librpc/gen_ndr/ndr_eventlog.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 878 librpc/gen_ndr/ndr_eventlog.c if (r->out.handle == NULL) { handle 881 librpc/gen_ndr/ndr_eventlog.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 894 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 897 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 898 librpc/gen_ndr/ndr_eventlog.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 900 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 901 librpc/gen_ndr/ndr_eventlog.c *r->out.handle = *r->in.handle; handle 905 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 908 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 909 librpc/gen_ndr/ndr_eventlog.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 926 librpc/gen_ndr/ndr_eventlog.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 928 librpc/gen_ndr/ndr_eventlog.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 935 librpc/gen_ndr/ndr_eventlog.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 937 librpc/gen_ndr/ndr_eventlog.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 948 librpc/gen_ndr/ndr_eventlog.c if (r->in.handle == NULL) { handle 951 librpc/gen_ndr/ndr_eventlog.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 954 librpc/gen_ndr/ndr_eventlog.c if (r->out.handle == NULL) { handle 957 librpc/gen_ndr/ndr_eventlog.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 970 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 973 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 974 librpc/gen_ndr/ndr_eventlog.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 976 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 977 librpc/gen_ndr/ndr_eventlog.c *r->out.handle = *r->in.handle; handle 981 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 984 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 985 librpc/gen_ndr/ndr_eventlog.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 1002 librpc/gen_ndr/ndr_eventlog.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 1004 librpc/gen_ndr/ndr_eventlog.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 1011 librpc/gen_ndr/ndr_eventlog.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 1013 librpc/gen_ndr/ndr_eventlog.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 1024 librpc/gen_ndr/ndr_eventlog.c if (r->in.handle == NULL) { handle 1027 librpc/gen_ndr/ndr_eventlog.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1047 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 1050 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 1051 librpc/gen_ndr/ndr_eventlog.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1079 librpc/gen_ndr/ndr_eventlog.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 1081 librpc/gen_ndr/ndr_eventlog.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 1101 librpc/gen_ndr/ndr_eventlog.c if (r->in.handle == NULL) { handle 1104 librpc/gen_ndr/ndr_eventlog.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1124 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 1127 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 1128 librpc/gen_ndr/ndr_eventlog.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1156 librpc/gen_ndr/ndr_eventlog.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 1158 librpc/gen_ndr/ndr_eventlog.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 1235 librpc/gen_ndr/ndr_eventlog.c if (r->out.handle == NULL) { handle 1238 librpc/gen_ndr/ndr_eventlog.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 1282 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 1283 librpc/gen_ndr/ndr_eventlog.c ZERO_STRUCTP(r->out.handle); handle 1287 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 1290 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 1291 librpc/gen_ndr/ndr_eventlog.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 1329 librpc/gen_ndr/ndr_eventlog.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 1331 librpc/gen_ndr/ndr_eventlog.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 1477 librpc/gen_ndr/ndr_eventlog.c if (r->out.handle == NULL) { handle 1480 librpc/gen_ndr/ndr_eventlog.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 1516 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 1517 librpc/gen_ndr/ndr_eventlog.c ZERO_STRUCTP(r->out.handle); handle 1521 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 1524 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 1525 librpc/gen_ndr/ndr_eventlog.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 1559 librpc/gen_ndr/ndr_eventlog.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 1561 librpc/gen_ndr/ndr_eventlog.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 1572 librpc/gen_ndr/ndr_eventlog.c if (r->in.handle == NULL) { handle 1575 librpc/gen_ndr/ndr_eventlog.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1608 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 1611 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 1612 librpc/gen_ndr/ndr_eventlog.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1665 librpc/gen_ndr/ndr_eventlog.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 1667 librpc/gen_ndr/ndr_eventlog.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 1699 librpc/gen_ndr/ndr_eventlog.c if (r->in.handle == NULL) { handle 1702 librpc/gen_ndr/ndr_eventlog.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1779 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 1782 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 1783 librpc/gen_ndr/ndr_eventlog.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1935 librpc/gen_ndr/ndr_eventlog.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 1937 librpc/gen_ndr/ndr_eventlog.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 2430 librpc/gen_ndr/ndr_eventlog.c if (r->in.handle == NULL) { handle 2433 librpc/gen_ndr/ndr_eventlog.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 2460 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 2463 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 2464 librpc/gen_ndr/ndr_eventlog.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 2507 librpc/gen_ndr/ndr_eventlog.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 2509 librpc/gen_ndr/ndr_eventlog.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 2535 librpc/gen_ndr/ndr_eventlog.c if (r->in.handle == NULL) { handle 2538 librpc/gen_ndr/ndr_eventlog.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 2551 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 2554 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 2555 librpc/gen_ndr/ndr_eventlog.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 2574 librpc/gen_ndr/ndr_eventlog.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 2576 librpc/gen_ndr/ndr_eventlog.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 2593 librpc/gen_ndr/ndr_eventlog.c if (r->in.handle == NULL) { handle 2596 librpc/gen_ndr/ndr_eventlog.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 2678 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 2681 librpc/gen_ndr/ndr_eventlog.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 2682 librpc/gen_ndr/ndr_eventlog.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 2841 librpc/gen_ndr/ndr_eventlog.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 2843 librpc/gen_ndr/ndr_eventlog.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 5177 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 5180 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5183 librpc/gen_ndr/ndr_lsa.c if (r->out.handle == NULL) { handle 5186 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 5199 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 5202 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 5203 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5205 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 5206 librpc/gen_ndr/ndr_lsa.c *r->out.handle = *r->in.handle; handle 5210 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 5213 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 5214 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 5231 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 5233 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 5240 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 5242 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 5253 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 5256 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5269 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 5272 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 5273 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5292 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 5294 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 5310 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 5313 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5343 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 5346 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 5347 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5392 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 5394 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 5423 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 5426 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5452 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 5455 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 5456 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5496 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 5498 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 5524 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 5527 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5546 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 5549 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 5550 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5577 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 5579 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 5652 librpc/gen_ndr/ndr_lsa.c if (r->out.handle == NULL) { handle 5655 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 5690 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 5691 librpc/gen_ndr/ndr_lsa.c ZERO_STRUCTP(r->out.handle); handle 5695 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 5698 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 5699 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 5732 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 5734 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 5745 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 5748 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5775 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 5778 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 5779 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5820 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 5822 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 5849 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 5852 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5872 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 5875 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 5876 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5904 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 5906 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 5969 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 5972 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5998 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 6001 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 6002 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 6038 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 6040 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 6065 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 6068 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 6098 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 6101 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 6102 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 6150 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 6152 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 6277 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 6280 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 6310 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 6313 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 6314 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 6359 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 6361 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 6391 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 6394 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 6448 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 6451 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 6452 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 6543 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 6545 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 6598 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 6601 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 6650 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 6653 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 6654 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 6733 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 6735 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 6781 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 6784 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 6806 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 6809 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 6810 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 6840 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 6842 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 6864 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 6867 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 6893 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 6896 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 6897 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 6933 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 6935 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 6960 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 6963 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 6988 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 6991 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 6992 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 7031 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 7033 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 7058 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 7061 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 7079 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 7082 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 7083 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 7109 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 7111 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 7131 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 7134 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 7154 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 7157 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 7158 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 7190 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 7192 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 7297 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 7300 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 7320 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 7323 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 7324 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 7352 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 7354 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 7374 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 7377 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 7391 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 7394 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 7395 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 7415 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 7417 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 7434 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 7437 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 7463 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 7466 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 7467 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 7503 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 7505 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 7713 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 7716 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 7738 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 7741 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 7742 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 7772 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 7774 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 8144 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 8147 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 8172 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 8175 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 8176 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 8211 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 8213 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 8237 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 8240 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 8270 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 8273 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 8274 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 8320 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 8322 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 8351 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 8354 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 8391 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 8394 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 8395 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 8452 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 8454 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 8489 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 8492 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 8495 librpc/gen_ndr/ndr_lsa.c if (r->out.handle == NULL) { handle 8498 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 8511 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 8514 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 8515 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 8517 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 8518 librpc/gen_ndr/ndr_lsa.c *r->out.handle = *r->in.handle; handle 8522 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 8525 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 8526 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 8543 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 8545 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 8552 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 8554 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 8565 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 8568 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 8594 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 8597 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 8598 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 8638 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 8640 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 8666 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 8669 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 8694 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 8697 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 8698 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 8733 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 8735 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 8759 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 8762 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 8785 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 8788 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 8789 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 8822 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 8824 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 8848 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 8851 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 8875 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 8878 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 8879 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 8913 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 8915 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 8940 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 8943 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 8975 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 8978 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 8979 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 9027 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 9029 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 9060 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 9063 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 9088 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 9091 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 9092 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 9127 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 9129 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 9155 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 9158 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 9176 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 9179 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 9180 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 9206 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 9208 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 9324 librpc/gen_ndr/ndr_lsa.c if (r->out.handle == NULL) { handle 9327 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 9368 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 9369 librpc/gen_ndr/ndr_lsa.c ZERO_STRUCTP(r->out.handle); handle 9373 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 9376 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 9377 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 9410 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 9412 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 9657 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 9660 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 9687 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 9690 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 9691 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 9732 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 9734 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 9761 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 9764 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 9784 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 9787 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 9788 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 9816 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 9818 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 9840 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 9843 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 9875 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 9878 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 9879 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 9927 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 9929 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 9960 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 9963 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 9985 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 9988 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 9989 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 10023 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 10025 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 10050 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 10053 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 10083 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 10086 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 10087 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 10132 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 10134 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 10275 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 10278 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 10281 librpc/gen_ndr/ndr_lsa.c if (r->out.handle == NULL) { handle 10284 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 10297 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 10300 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 10301 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 10303 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 10304 librpc/gen_ndr/ndr_lsa.c *r->out.handle = *r->in.handle; handle 10308 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 10311 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 10312 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 10329 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 10331 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 10338 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 10340 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 10351 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 10354 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 10381 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 10384 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 10385 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 10426 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 10428 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 10455 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 10458 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 10479 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 10482 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 10483 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 10516 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 10518 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 10542 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 10545 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 10567 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 10570 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 10571 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 10601 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 10603 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 10666 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 10669 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 10720 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 10723 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 10724 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 10805 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 10807 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 10856 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 10859 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 10915 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 10918 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 10919 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 11012 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 11014 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 11510 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 11513 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 11569 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 11572 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 11573 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 11666 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 11668 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 11887 librpc/gen_ndr/ndr_lsa.c if (r->in.handle == NULL) { handle 11890 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 11921 librpc/gen_ndr/ndr_lsa.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 11924 librpc/gen_ndr/ndr_lsa.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 11925 librpc/gen_ndr/ndr_lsa.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 11972 librpc/gen_ndr/ndr_lsa.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 11974 librpc/gen_ndr/ndr_lsa.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 5417 librpc/gen_ndr/ndr_samr.c if (r->in.handle == NULL) { handle 5420 librpc/gen_ndr/ndr_samr.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5423 librpc/gen_ndr/ndr_samr.c if (r->out.handle == NULL) { handle 5426 librpc/gen_ndr/ndr_samr.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 5439 librpc/gen_ndr/ndr_samr.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 5442 librpc/gen_ndr/ndr_samr.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 5443 librpc/gen_ndr/ndr_samr.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5445 librpc/gen_ndr/ndr_samr.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 5446 librpc/gen_ndr/ndr_samr.c *r->out.handle = *r->in.handle; handle 5450 librpc/gen_ndr/ndr_samr.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 5453 librpc/gen_ndr/ndr_samr.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 5454 librpc/gen_ndr/ndr_samr.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 5471 librpc/gen_ndr/ndr_samr.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 5473 librpc/gen_ndr/ndr_samr.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 5480 librpc/gen_ndr/ndr_samr.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 5482 librpc/gen_ndr/ndr_samr.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 5493 librpc/gen_ndr/ndr_samr.c if (r->in.handle == NULL) { handle 5496 librpc/gen_ndr/ndr_samr.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5515 librpc/gen_ndr/ndr_samr.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 5518 librpc/gen_ndr/ndr_samr.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 5519 librpc/gen_ndr/ndr_samr.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5546 librpc/gen_ndr/ndr_samr.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 5548 librpc/gen_ndr/ndr_samr.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 5569 librpc/gen_ndr/ndr_samr.c if (r->in.handle == NULL) { handle 5572 librpc/gen_ndr/ndr_samr.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5598 librpc/gen_ndr/ndr_samr.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 5601 librpc/gen_ndr/ndr_samr.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 5602 librpc/gen_ndr/ndr_samr.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5642 librpc/gen_ndr/ndr_samr.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 5644 librpc/gen_ndr/ndr_samr.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 19033 librpc/gen_ndr/ndr_spoolss.c if (r->out.handle == NULL) { handle 19036 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 19090 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 19091 librpc/gen_ndr/ndr_spoolss.c ZERO_STRUCTP(r->out.handle); handle 19095 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 19098 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 19099 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 19135 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 19137 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 19148 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 19151 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 19172 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 19175 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 19176 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 19209 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 19211 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 19235 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 19238 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 19279 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 19282 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 19283 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 19344 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 19346 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 19382 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 19385 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 19426 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 19429 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 19430 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 19541 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 19543 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 19637 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 19640 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 19653 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 19656 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 19657 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 19676 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 19678 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 19694 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 19697 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 19726 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 19729 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 19730 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 19771 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 19773 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 19802 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 19805 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 19845 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 19848 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 19849 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 19909 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 19911 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 21189 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 21192 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 21215 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 21218 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 21219 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 21250 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 21252 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 21275 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 21278 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 21291 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 21294 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 21295 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 21314 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 21316 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 21332 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 21335 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 21357 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 21360 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 21361 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 21391 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 21393 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 21415 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 21418 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 21431 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 21434 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 21435 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 21454 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 21456 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 21472 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 21475 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 21488 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 21491 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 21492 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 21511 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 21513 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 21529 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 21532 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 21558 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 21561 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 21562 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 21601 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 21603 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 21628 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 21631 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 21644 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 21647 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 21648 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 21667 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 21669 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 21685 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 21688 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 21722 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 21725 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 21726 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 21790 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 21792 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 21826 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 21829 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 21843 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 21846 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 21847 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 21867 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 21869 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 21886 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 21889 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 21924 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 21927 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 21928 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 22020 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 22022 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 22053 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 22056 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 22091 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 22094 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 22095 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 22130 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 22132 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 22194 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 22197 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 22200 librpc/gen_ndr/ndr_spoolss.c if (r->out.handle == NULL) { handle 22203 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 22216 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 22219 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 22220 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 22222 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 22223 librpc/gen_ndr/ndr_spoolss.c *r->out.handle = *r->in.handle; handle 22227 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 22230 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 22231 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 22248 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 22250 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 22257 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 22259 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 22270 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 22273 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 22289 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 22292 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 22293 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 22315 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 22317 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 22336 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 22339 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 22356 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 22359 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 22360 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 22386 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 22388 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 22405 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 22408 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 22452 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 22455 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 22456 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 22523 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 22525 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 22561 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 22564 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 22584 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 22587 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 22588 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 22617 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 22619 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 22639 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 22642 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 22681 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 22684 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 22685 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 22794 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 22796 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 24177 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 24180 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 24207 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 24210 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 24211 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 24255 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 24257 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 24283 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 24286 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 24347 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 24350 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 24351 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 24449 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 24451 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 24584 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 24587 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 24600 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 24603 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 24604 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 24623 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 24625 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 24696 librpc/gen_ndr/ndr_spoolss.c if (r->out.handle == NULL) { handle 24699 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 24740 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 24741 librpc/gen_ndr/ndr_spoolss.c ZERO_STRUCTP(r->out.handle); handle 24748 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 24751 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 24752 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 24784 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 24786 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 24797 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 24800 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 24822 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 24825 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 24826 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 24867 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 24869 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 24893 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 24896 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 24899 librpc/gen_ndr/ndr_spoolss.c if (r->out.handle == NULL) { handle 24902 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 24915 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 24918 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 24919 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 24921 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 24922 librpc/gen_ndr/ndr_spoolss.c *r->out.handle = *r->in.handle; handle 24926 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 24929 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 24930 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 24947 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 24949 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 24956 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 24958 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 25133 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 25136 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 25167 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 25170 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 25171 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 25223 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 25225 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 25256 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 25259 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 25284 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 25287 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 25288 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 25321 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 25323 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 25348 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 25351 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 25383 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 25386 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 25387 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 25439 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 25441 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 25535 librpc/gen_ndr/ndr_spoolss.c if (r->out.handle == NULL) { handle 25538 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 25595 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 25596 librpc/gen_ndr/ndr_spoolss.c ZERO_STRUCTP(r->out.handle); handle 25600 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 25603 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 25604 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 25643 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 25645 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 25681 librpc/gen_ndr/ndr_spoolss.c if (r->out.handle == NULL) { handle 25684 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 25748 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 25749 librpc/gen_ndr/ndr_spoolss.c ZERO_STRUCTP(r->out.handle); handle 25753 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 25756 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 25757 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 25801 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 25803 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 25855 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 25858 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 25903 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 25906 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 25907 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 25976 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 25978 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 26014 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 26017 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 26034 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 26037 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 26038 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 26064 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 26066 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 26206 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 26209 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 26237 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 26240 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 26241 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 26284 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 26286 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 26310 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 26313 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 26352 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 26355 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 26356 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 26418 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 26420 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 26451 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 26454 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 26485 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 26488 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 26489 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 26577 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 26579 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 26623 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 26626 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 26671 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 26674 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 26675 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 26741 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 26743 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 26774 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 26777 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 26798 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 26801 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 26802 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 26835 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 26837 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 26855 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 26858 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 26875 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 26878 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 26879 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 26905 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 26907 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 27192 librpc/gen_ndr/ndr_spoolss.c if (r->in.handle == NULL) { handle 27195 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 27236 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 27239 librpc/gen_ndr/ndr_spoolss.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 27240 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 27304 librpc/gen_ndr/ndr_spoolss.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 27306 librpc/gen_ndr/ndr_spoolss.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 1361 librpc/gen_ndr/ndr_svcctl.c if (r->in.handle == NULL) { handle 1364 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1367 librpc/gen_ndr/ndr_svcctl.c if (r->out.handle == NULL) { handle 1370 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 1383 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 1386 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 1387 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1389 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 1390 librpc/gen_ndr/ndr_svcctl.c *r->out.handle = *r->in.handle; handle 1394 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 1397 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 1398 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 1415 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 1417 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 1424 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 1426 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 1437 librpc/gen_ndr/ndr_svcctl.c if (r->in.handle == NULL) { handle 1440 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1461 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 1464 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 1465 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1494 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 1496 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 1517 librpc/gen_ndr/ndr_svcctl.c if (r->in.handle == NULL) { handle 1520 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1533 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 1536 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 1537 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1556 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 1558 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 1574 librpc/gen_ndr/ndr_svcctl.c if (r->in.handle == NULL) { handle 1577 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1597 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 1600 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 1601 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1629 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 1631 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 1651 librpc/gen_ndr/ndr_svcctl.c if (r->in.handle == NULL) { handle 1654 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1681 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 1684 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 1685 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1731 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 1733 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 1759 librpc/gen_ndr/ndr_svcctl.c if (r->in.handle == NULL) { handle 1762 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1782 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 1785 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 1786 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1815 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 1817 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 1839 librpc/gen_ndr/ndr_svcctl.c if (r->in.handle == NULL) { handle 1842 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1862 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 1865 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 1866 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1894 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 1896 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 2074 librpc/gen_ndr/ndr_svcctl.c if (r->in.handle == NULL) { handle 2077 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 2093 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 2096 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 2097 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 2119 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 2121 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 2140 librpc/gen_ndr/ndr_svcctl.c if (r->in.handle == NULL) { handle 2143 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 2220 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 2223 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 2224 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 2363 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 2365 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 2483 librpc/gen_ndr/ndr_svcctl.c if (r->out.handle == NULL) { handle 2486 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 2632 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 2633 librpc/gen_ndr/ndr_svcctl.c ZERO_STRUCTP(r->out.handle); handle 2655 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 2658 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 2659 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 2735 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 2737 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 2877 librpc/gen_ndr/ndr_svcctl.c if (r->in.handle == NULL) { handle 2880 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 2923 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 2926 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 2927 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 3010 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 3012 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 3072 librpc/gen_ndr/ndr_svcctl.c if (r->out.handle == NULL) { handle 3075 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 3128 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 3129 librpc/gen_ndr/ndr_svcctl.c ZERO_STRUCTP(r->out.handle); handle 3133 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 3136 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 3137 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 3172 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 3174 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 3196 librpc/gen_ndr/ndr_svcctl.c if (r->out.handle == NULL) { handle 3199 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 3227 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 3228 librpc/gen_ndr/ndr_svcctl.c ZERO_STRUCTP(r->out.handle); handle 3232 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 3235 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 3236 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 3264 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 3266 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 3277 librpc/gen_ndr/ndr_svcctl.c if (r->in.handle == NULL) { handle 3280 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 3306 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 3309 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 3310 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 3354 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 3356 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 3381 librpc/gen_ndr/ndr_svcctl.c if (r->in.handle == NULL) { handle 3384 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 3410 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 3413 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 3414 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 3452 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 3454 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 3480 librpc/gen_ndr/ndr_svcctl.c if (r->in.handle == NULL) { handle 3483 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 3511 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 3514 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 3515 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 3564 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 3566 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 3598 librpc/gen_ndr/ndr_svcctl.c if (r->in.handle == NULL) { handle 3601 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 3648 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 3651 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 3652 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 3739 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 3741 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 3784 librpc/gen_ndr/ndr_svcctl.c if (r->in.handle == NULL) { handle 3787 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 3834 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 3837 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 3838 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 3925 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 3927 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 3970 librpc/gen_ndr/ndr_svcctl.c if (r->in.handle == NULL) { handle 3973 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 3989 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 3992 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 3993 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 4015 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 4017 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 4036 librpc/gen_ndr/ndr_svcctl.c if (r->in.handle == NULL) { handle 4039 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 4116 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 4119 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 4120 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 4259 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 4261 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 4320 librpc/gen_ndr/ndr_svcctl.c if (r->in.handle == NULL) { handle 4323 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 4411 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 4414 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 4415 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 4576 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 4578 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 4771 librpc/gen_ndr/ndr_svcctl.c if (r->in.handle == NULL) { handle 4774 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 4814 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 4817 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 4818 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 4888 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 4890 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 4947 librpc/gen_ndr/ndr_svcctl.c if (r->out.handle == NULL) { handle 4950 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 5003 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 5004 librpc/gen_ndr/ndr_svcctl.c ZERO_STRUCTP(r->out.handle); handle 5008 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 5011 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 5012 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 5047 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 5049 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 5153 librpc/gen_ndr/ndr_svcctl.c if (r->in.handle == NULL) { handle 5156 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5178 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 5181 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 5182 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5213 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 5215 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 5237 librpc/gen_ndr/ndr_svcctl.c if (r->in.handle == NULL) { handle 5240 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5266 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 5269 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 5270 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5308 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 5310 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 5335 librpc/gen_ndr/ndr_svcctl.c if (r->in.handle == NULL) { handle 5338 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5361 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 5364 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 5365 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5403 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 5405 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 5428 librpc/gen_ndr/ndr_svcctl.c if (r->in.handle == NULL) { handle 5431 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5478 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 5481 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 5482 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5569 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 5571 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 5614 librpc/gen_ndr/ndr_svcctl.c if (r->in.handle == NULL) { handle 5617 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5664 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 5667 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 5668 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5755 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 5757 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 5882 librpc/gen_ndr/ndr_svcctl.c if (r->in.handle == NULL) { handle 5885 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5905 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 5908 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 5909 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5941 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 5943 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 5966 librpc/gen_ndr/ndr_svcctl.c if (r->in.handle == NULL) { handle 5969 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 5989 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 5992 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 5993 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 6025 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 6027 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 6050 librpc/gen_ndr/ndr_svcctl.c if (r->in.handle == NULL) { handle 6053 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 6076 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 6079 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 6080 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 6112 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 6114 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 6137 librpc/gen_ndr/ndr_svcctl.c if (r->in.handle == NULL) { handle 6140 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 6167 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 6170 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 6171 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 6217 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 6219 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 6245 librpc/gen_ndr/ndr_svcctl.c if (r->in.handle == NULL) { handle 6248 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 6275 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 6278 librpc/gen_ndr/ndr_svcctl.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 6279 librpc/gen_ndr/ndr_svcctl.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 6325 librpc/gen_ndr/ndr_svcctl.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 6327 librpc/gen_ndr/ndr_svcctl.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 549 librpc/gen_ndr/ndr_winreg.c if (r->out.handle == NULL) { handle 552 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 579 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 580 librpc/gen_ndr/ndr_winreg.c ZERO_STRUCTP(r->out.handle); handle 584 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 587 librpc/gen_ndr/ndr_winreg.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 588 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 617 librpc/gen_ndr/ndr_winreg.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 619 librpc/gen_ndr/ndr_winreg.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 637 librpc/gen_ndr/ndr_winreg.c if (r->out.handle == NULL) { handle 640 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 667 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 668 librpc/gen_ndr/ndr_winreg.c ZERO_STRUCTP(r->out.handle); handle 672 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 675 librpc/gen_ndr/ndr_winreg.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 676 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 705 librpc/gen_ndr/ndr_winreg.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 707 librpc/gen_ndr/ndr_winreg.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 725 librpc/gen_ndr/ndr_winreg.c if (r->out.handle == NULL) { handle 728 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 755 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 756 librpc/gen_ndr/ndr_winreg.c ZERO_STRUCTP(r->out.handle); handle 760 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 763 librpc/gen_ndr/ndr_winreg.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 764 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 793 librpc/gen_ndr/ndr_winreg.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 795 librpc/gen_ndr/ndr_winreg.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 813 librpc/gen_ndr/ndr_winreg.c if (r->out.handle == NULL) { handle 816 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 843 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 844 librpc/gen_ndr/ndr_winreg.c ZERO_STRUCTP(r->out.handle); handle 848 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 851 librpc/gen_ndr/ndr_winreg.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 852 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 881 librpc/gen_ndr/ndr_winreg.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 883 librpc/gen_ndr/ndr_winreg.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 901 librpc/gen_ndr/ndr_winreg.c if (r->out.handle == NULL) { handle 904 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 931 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 932 librpc/gen_ndr/ndr_winreg.c ZERO_STRUCTP(r->out.handle); handle 936 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 939 librpc/gen_ndr/ndr_winreg.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 940 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 969 librpc/gen_ndr/ndr_winreg.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 971 librpc/gen_ndr/ndr_winreg.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 982 librpc/gen_ndr/ndr_winreg.c if (r->in.handle == NULL) { handle 985 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 988 librpc/gen_ndr/ndr_winreg.c if (r->out.handle == NULL) { handle 991 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 1004 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 1007 librpc/gen_ndr/ndr_winreg.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 1008 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1010 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 1011 librpc/gen_ndr/ndr_winreg.c *r->out.handle = *r->in.handle; handle 1015 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 1018 librpc/gen_ndr/ndr_winreg.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 1019 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 1036 librpc/gen_ndr/ndr_winreg.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 1038 librpc/gen_ndr/ndr_winreg.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 1045 librpc/gen_ndr/ndr_winreg.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 1047 librpc/gen_ndr/ndr_winreg.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 1058 librpc/gen_ndr/ndr_winreg.c if (r->in.handle == NULL) { handle 1061 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1101 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 1104 librpc/gen_ndr/ndr_winreg.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 1105 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1173 librpc/gen_ndr/ndr_winreg.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 1175 librpc/gen_ndr/ndr_winreg.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 1217 librpc/gen_ndr/ndr_winreg.c if (r->in.handle == NULL) { handle 1220 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1234 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 1237 librpc/gen_ndr/ndr_winreg.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 1238 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1258 librpc/gen_ndr/ndr_winreg.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 1260 librpc/gen_ndr/ndr_winreg.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 1277 librpc/gen_ndr/ndr_winreg.c if (r->in.handle == NULL) { handle 1280 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1294 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 1297 librpc/gen_ndr/ndr_winreg.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 1298 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1318 librpc/gen_ndr/ndr_winreg.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 1320 librpc/gen_ndr/ndr_winreg.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 1337 librpc/gen_ndr/ndr_winreg.c if (r->in.handle == NULL) { handle 1340 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1385 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 1388 librpc/gen_ndr/ndr_winreg.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 1389 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1473 librpc/gen_ndr/ndr_winreg.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 1475 librpc/gen_ndr/ndr_winreg.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 1524 librpc/gen_ndr/ndr_winreg.c if (r->in.handle == NULL) { handle 1527 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1598 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 1601 librpc/gen_ndr/ndr_winreg.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 1602 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1762 librpc/gen_ndr/ndr_winreg.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 1764 librpc/gen_ndr/ndr_winreg.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 1839 librpc/gen_ndr/ndr_winreg.c if (r->in.handle == NULL) { handle 1842 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1855 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 1858 librpc/gen_ndr/ndr_winreg.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 1859 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1878 librpc/gen_ndr/ndr_winreg.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 1880 librpc/gen_ndr/ndr_winreg.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 1896 librpc/gen_ndr/ndr_winreg.c if (r->in.handle == NULL) { handle 1899 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1924 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 1927 librpc/gen_ndr/ndr_winreg.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 1928 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 1964 librpc/gen_ndr/ndr_winreg.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 1966 librpc/gen_ndr/ndr_winreg.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 1991 librpc/gen_ndr/ndr_winreg.c if (r->in.handle == NULL) { handle 1994 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 2019 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 2022 librpc/gen_ndr/ndr_winreg.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 2023 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 2066 librpc/gen_ndr/ndr_winreg.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 2068 librpc/gen_ndr/ndr_winreg.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 2096 librpc/gen_ndr/ndr_winreg.c if (r->in.handle == NULL) { handle 2099 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 2118 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 2121 librpc/gen_ndr/ndr_winreg.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 2122 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 2147 librpc/gen_ndr/ndr_winreg.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 2149 librpc/gen_ndr/ndr_winreg.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 2180 librpc/gen_ndr/ndr_winreg.c if (r->out.handle == NULL) { handle 2183 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 2206 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 2207 librpc/gen_ndr/ndr_winreg.c ZERO_STRUCTP(r->out.handle); handle 2211 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 2214 librpc/gen_ndr/ndr_winreg.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 2215 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 2244 librpc/gen_ndr/ndr_winreg.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 2246 librpc/gen_ndr/ndr_winreg.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 2257 librpc/gen_ndr/ndr_winreg.c if (r->in.handle == NULL) { handle 2260 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 2324 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 2327 librpc/gen_ndr/ndr_winreg.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 2328 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 2435 librpc/gen_ndr/ndr_winreg.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 2437 librpc/gen_ndr/ndr_winreg.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 2493 librpc/gen_ndr/ndr_winreg.c if (r->in.handle == NULL) { handle 2496 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 2562 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 2565 librpc/gen_ndr/ndr_winreg.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 2566 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 2716 librpc/gen_ndr/ndr_winreg.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 2718 librpc/gen_ndr/ndr_winreg.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 2829 librpc/gen_ndr/ndr_winreg.c if (r->in.handle == NULL) { handle 2832 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 2851 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 2854 librpc/gen_ndr/ndr_winreg.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 2855 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 2882 librpc/gen_ndr/ndr_winreg.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 2884 librpc/gen_ndr/ndr_winreg.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 2905 librpc/gen_ndr/ndr_winreg.c if (r->in.handle == NULL) { handle 2908 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 2932 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 2935 librpc/gen_ndr/ndr_winreg.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 2936 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 2974 librpc/gen_ndr/ndr_winreg.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 2976 librpc/gen_ndr/ndr_winreg.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 3002 librpc/gen_ndr/ndr_winreg.c if (r->in.handle == NULL) { handle 3005 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 3024 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 3027 librpc/gen_ndr/ndr_winreg.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 3028 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 3055 librpc/gen_ndr/ndr_winreg.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 3057 librpc/gen_ndr/ndr_winreg.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 3078 librpc/gen_ndr/ndr_winreg.c if (r->in.handle == NULL) { handle 3081 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 3102 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 3105 librpc/gen_ndr/ndr_winreg.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 3106 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 3136 librpc/gen_ndr/ndr_winreg.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 3138 librpc/gen_ndr/ndr_winreg.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 3365 librpc/gen_ndr/ndr_winreg.c if (r->in.handle == NULL) { handle 3368 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 3388 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->in.handle); handle 3391 librpc/gen_ndr/ndr_winreg.c NDR_PULL_SET_MEM_CTX(ndr, r->in.handle, LIBNDR_FLAG_REF_ALLOC); handle 3392 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->in.handle)); handle 3420 librpc/gen_ndr/ndr_winreg.c ndr_print_ptr(ndr, "handle", r->in.handle); handle 3422 librpc/gen_ndr/ndr_winreg.c ndr_print_policy_handle(ndr, "handle", r->in.handle); handle 3449 librpc/gen_ndr/ndr_winreg.c if (r->out.handle == NULL) { handle 3452 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 3479 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 3480 librpc/gen_ndr/ndr_winreg.c ZERO_STRUCTP(r->out.handle); handle 3484 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 3487 librpc/gen_ndr/ndr_winreg.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 3488 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 3517 librpc/gen_ndr/ndr_winreg.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 3519 librpc/gen_ndr/ndr_winreg.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 3537 librpc/gen_ndr/ndr_winreg.c if (r->out.handle == NULL) { handle 3540 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 3567 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 3568 librpc/gen_ndr/ndr_winreg.c ZERO_STRUCTP(r->out.handle); handle 3572 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 3575 librpc/gen_ndr/ndr_winreg.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 3576 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 3605 librpc/gen_ndr/ndr_winreg.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 3607 librpc/gen_ndr/ndr_winreg.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 4042 librpc/gen_ndr/ndr_winreg.c if (r->out.handle == NULL) { handle 4045 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 4072 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 4073 librpc/gen_ndr/ndr_winreg.c ZERO_STRUCTP(r->out.handle); handle 4077 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 4080 librpc/gen_ndr/ndr_winreg.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 4081 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 4110 librpc/gen_ndr/ndr_winreg.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 4112 librpc/gen_ndr/ndr_winreg.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 4130 librpc/gen_ndr/ndr_winreg.c if (r->out.handle == NULL) { handle 4133 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 4160 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 4161 librpc/gen_ndr/ndr_winreg.c ZERO_STRUCTP(r->out.handle); handle 4165 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->out.handle); handle 4168 librpc/gen_ndr/ndr_winreg.c NDR_PULL_SET_MEM_CTX(ndr, r->out.handle, LIBNDR_FLAG_REF_ALLOC); handle 4169 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_policy_handle(ndr, NDR_SCALARS, r->out.handle)); handle 4198 librpc/gen_ndr/ndr_winreg.c ndr_print_ptr(ndr, "handle", r->out.handle); handle 4200 librpc/gen_ndr/ndr_winreg.c ndr_print_policy_handle(ndr, "handle", r->out.handle); handle 839 librpc/gen_ndr/samr.h struct policy_handle *handle;/* [ref] */ handle 843 librpc/gen_ndr/samr.h struct policy_handle *handle;/* [ref] */ handle 852 librpc/gen_ndr/samr.h struct policy_handle *handle;/* [ref] */ handle 866 librpc/gen_ndr/samr.h struct policy_handle *handle;/* [ref] */ handle 1694 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 1703 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 1718 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 1736 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 1769 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 1797 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 1809 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 1825 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2030 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2045 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2057 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2072 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2084 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2096 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2111 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2123 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2140 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2153 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2182 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2199 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2227 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2251 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2255 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2264 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2278 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2291 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2309 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2324 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2355 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2640 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2654 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2692 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2720 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2729 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2744 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2748 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2789 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2806 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2823 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2855 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2872 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2889 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2909 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2946 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2963 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 2981 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 3010 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 3027 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 3043 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 3057 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 3118 librpc/gen_ndr/spoolss.h struct policy_handle *handle;/* [ref] */ handle 194 librpc/gen_ndr/srv_eventlog.c r->out.handle = r->in.handle; handle 269 librpc/gen_ndr/srv_eventlog.c r->out.handle = r->in.handle; handle 577 librpc/gen_ndr/srv_eventlog.c r->out.handle = talloc_zero(r, struct policy_handle); handle 578 librpc/gen_ndr/srv_eventlog.c if (r->out.handle == NULL) { handle 737 librpc/gen_ndr/srv_eventlog.c r->out.handle = talloc_zero(r, struct policy_handle); handle 738 librpc/gen_ndr/srv_eventlog.c if (r->out.handle == NULL) { handle 1971 librpc/gen_ndr/srv_eventlog.c r->out.handle = r->in.handle; handle 1979 librpc/gen_ndr/srv_eventlog.c r->out.handle = r->in.handle; handle 2017 librpc/gen_ndr/srv_eventlog.c r->out.handle = talloc_zero(mem_ctx, struct policy_handle); handle 2018 librpc/gen_ndr/srv_eventlog.c if (r->out.handle == NULL) { handle 2041 librpc/gen_ndr/srv_eventlog.c r->out.handle = talloc_zero(mem_ctx, struct policy_handle); handle 2042 librpc/gen_ndr/srv_eventlog.c if (r->out.handle == NULL) { handle 48 librpc/gen_ndr/srv_lsa.c r->out.handle = r->in.handle; handle 503 librpc/gen_ndr/srv_lsa.c r->out.handle = talloc_zero(r, struct policy_handle); handle 504 librpc/gen_ndr/srv_lsa.c if (r->out.handle == NULL) { handle 2690 librpc/gen_ndr/srv_lsa.c r->out.handle = r->in.handle; handle 3443 librpc/gen_ndr/srv_lsa.c r->out.handle = talloc_zero(r, struct policy_handle); handle 3444 librpc/gen_ndr/srv_lsa.c if (r->out.handle == NULL) { handle 4066 librpc/gen_ndr/srv_lsa.c r->out.handle = r->in.handle; handle 6397 librpc/gen_ndr/srv_lsa.c r->out.handle = r->in.handle; handle 6448 librpc/gen_ndr/srv_lsa.c r->out.handle = talloc_zero(mem_ctx, struct policy_handle); handle 6449 librpc/gen_ndr/srv_lsa.c if (r->out.handle == NULL) { handle 6740 librpc/gen_ndr/srv_lsa.c r->out.handle = r->in.handle; handle 6820 librpc/gen_ndr/srv_lsa.c r->out.handle = talloc_zero(mem_ctx, struct policy_handle); handle 6821 librpc/gen_ndr/srv_lsa.c if (r->out.handle == NULL) { handle 6902 librpc/gen_ndr/srv_lsa.c r->out.handle = r->in.handle; handle 128 librpc/gen_ndr/srv_samr.c r->out.handle = r->in.handle; handle 5502 librpc/gen_ndr/srv_samr.c r->out.handle = r->in.handle; handle 140 librpc/gen_ndr/srv_spoolss.c r->out.handle = talloc_zero(r, struct policy_handle); handle 141 librpc/gen_ndr/srv_spoolss.c if (r->out.handle == NULL) { handle 2354 librpc/gen_ndr/srv_spoolss.c r->out.handle = r->in.handle; handle 4587 librpc/gen_ndr/srv_spoolss.c r->out.handle = talloc_zero(r, struct policy_handle); handle 4588 librpc/gen_ndr/srv_spoolss.c if (r->out.handle == NULL) { handle 4740 librpc/gen_ndr/srv_spoolss.c r->out.handle = r->in.handle; handle 5413 librpc/gen_ndr/srv_spoolss.c r->out.handle = talloc_zero(r, struct policy_handle); handle 5414 librpc/gen_ndr/srv_spoolss.c if (r->out.handle == NULL) { handle 5493 librpc/gen_ndr/srv_spoolss.c r->out.handle = talloc_zero(r, struct policy_handle); handle 5494 librpc/gen_ndr/srv_spoolss.c if (r->out.handle == NULL) { handle 7596 librpc/gen_ndr/srv_spoolss.c r->out.handle = talloc_zero(mem_ctx, struct policy_handle); handle 7597 librpc/gen_ndr/srv_spoolss.c if (r->out.handle == NULL) { handle 7908 librpc/gen_ndr/srv_spoolss.c r->out.handle = r->in.handle; handle 8180 librpc/gen_ndr/srv_spoolss.c r->out.handle = talloc_zero(mem_ctx, struct policy_handle); handle 8181 librpc/gen_ndr/srv_spoolss.c if (r->out.handle == NULL) { handle 8198 librpc/gen_ndr/srv_spoolss.c r->out.handle = r->in.handle; handle 8266 librpc/gen_ndr/srv_spoolss.c r->out.handle = talloc_zero(mem_ctx, struct policy_handle); handle 8267 librpc/gen_ndr/srv_spoolss.c if (r->out.handle == NULL) { handle 8278 librpc/gen_ndr/srv_spoolss.c r->out.handle = talloc_zero(mem_ctx, struct policy_handle); handle 8279 librpc/gen_ndr/srv_spoolss.c if (r->out.handle == NULL) { handle 48 librpc/gen_ndr/srv_svcctl.c r->out.handle = r->in.handle; handle 970 librpc/gen_ndr/srv_svcctl.c r->out.handle = talloc_zero(r, struct policy_handle); handle 971 librpc/gen_ndr/srv_svcctl.c if (r->out.handle == NULL) { handle 1235 librpc/gen_ndr/srv_svcctl.c r->out.handle = talloc_zero(r, struct policy_handle); handle 1236 librpc/gen_ndr/srv_svcctl.c if (r->out.handle == NULL) { handle 1315 librpc/gen_ndr/srv_svcctl.c r->out.handle = talloc_zero(r, struct policy_handle); handle 1316 librpc/gen_ndr/srv_svcctl.c if (r->out.handle == NULL) { handle 2220 librpc/gen_ndr/srv_svcctl.c r->out.handle = talloc_zero(r, struct policy_handle); handle 2221 librpc/gen_ndr/srv_svcctl.c if (r->out.handle == NULL) { handle 3623 librpc/gen_ndr/srv_svcctl.c r->out.handle = r->in.handle; handle 3735 librpc/gen_ndr/srv_svcctl.c r->out.handle = talloc_zero(mem_ctx, struct policy_handle); handle 3736 librpc/gen_ndr/srv_svcctl.c if (r->out.handle == NULL) { handle 3792 librpc/gen_ndr/srv_svcctl.c r->out.handle = talloc_zero(mem_ctx, struct policy_handle); handle 3793 librpc/gen_ndr/srv_svcctl.c if (r->out.handle == NULL) { handle 3804 librpc/gen_ndr/srv_svcctl.c r->out.handle = talloc_zero(mem_ctx, struct policy_handle); handle 3805 librpc/gen_ndr/srv_svcctl.c if (r->out.handle == NULL) { handle 3957 librpc/gen_ndr/srv_svcctl.c r->out.handle = talloc_zero(mem_ctx, struct policy_handle); handle 3958 librpc/gen_ndr/srv_svcctl.c if (r->out.handle == NULL) { handle 48 librpc/gen_ndr/srv_winreg.c r->out.handle = talloc_zero(r, struct policy_handle); handle 49 librpc/gen_ndr/srv_winreg.c if (r->out.handle == NULL) { handle 128 librpc/gen_ndr/srv_winreg.c r->out.handle = talloc_zero(r, struct policy_handle); handle 129 librpc/gen_ndr/srv_winreg.c if (r->out.handle == NULL) { handle 208 librpc/gen_ndr/srv_winreg.c r->out.handle = talloc_zero(r, struct policy_handle); handle 209 librpc/gen_ndr/srv_winreg.c if (r->out.handle == NULL) { handle 288 librpc/gen_ndr/srv_winreg.c r->out.handle = talloc_zero(r, struct policy_handle); handle 289 librpc/gen_ndr/srv_winreg.c if (r->out.handle == NULL) { handle 368 librpc/gen_ndr/srv_winreg.c r->out.handle = talloc_zero(r, struct policy_handle); handle 369 librpc/gen_ndr/srv_winreg.c if (r->out.handle == NULL) { handle 448 librpc/gen_ndr/srv_winreg.c r->out.handle = r->in.handle; handle 1200 librpc/gen_ndr/srv_winreg.c r->out.handle = talloc_zero(r, struct policy_handle); handle 1201 librpc/gen_ndr/srv_winreg.c if (r->out.handle == NULL) { handle 2145 librpc/gen_ndr/srv_winreg.c r->out.handle = talloc_zero(r, struct policy_handle); handle 2146 librpc/gen_ndr/srv_winreg.c if (r->out.handle == NULL) { handle 2225 librpc/gen_ndr/srv_winreg.c r->out.handle = talloc_zero(r, struct policy_handle); handle 2226 librpc/gen_ndr/srv_winreg.c if (r->out.handle == NULL) { handle 2528 librpc/gen_ndr/srv_winreg.c r->out.handle = talloc_zero(r, struct policy_handle); handle 2529 librpc/gen_ndr/srv_winreg.c if (r->out.handle == NULL) { handle 2608 librpc/gen_ndr/srv_winreg.c r->out.handle = talloc_zero(r, struct policy_handle); handle 2609 librpc/gen_ndr/srv_winreg.c if (r->out.handle == NULL) { handle 2780 librpc/gen_ndr/srv_winreg.c r->out.handle = talloc_zero(mem_ctx, struct policy_handle); handle 2781 librpc/gen_ndr/srv_winreg.c if (r->out.handle == NULL) { handle 2792 librpc/gen_ndr/srv_winreg.c r->out.handle = talloc_zero(mem_ctx, struct policy_handle); handle 2793 librpc/gen_ndr/srv_winreg.c if (r->out.handle == NULL) { handle 2804 librpc/gen_ndr/srv_winreg.c r->out.handle = talloc_zero(mem_ctx, struct policy_handle); handle 2805 librpc/gen_ndr/srv_winreg.c if (r->out.handle == NULL) { handle 2816 librpc/gen_ndr/srv_winreg.c r->out.handle = talloc_zero(mem_ctx, struct policy_handle); handle 2817 librpc/gen_ndr/srv_winreg.c if (r->out.handle == NULL) { handle 2828 librpc/gen_ndr/srv_winreg.c r->out.handle = talloc_zero(mem_ctx, struct policy_handle); handle 2829 librpc/gen_ndr/srv_winreg.c if (r->out.handle == NULL) { handle 2840 librpc/gen_ndr/srv_winreg.c r->out.handle = r->in.handle; handle 2921 librpc/gen_ndr/srv_winreg.c r->out.handle = talloc_zero(mem_ctx, struct policy_handle); handle 2922 librpc/gen_ndr/srv_winreg.c if (r->out.handle == NULL) { handle 3052 librpc/gen_ndr/srv_winreg.c r->out.handle = talloc_zero(mem_ctx, struct policy_handle); handle 3053 librpc/gen_ndr/srv_winreg.c if (r->out.handle == NULL) { handle 3064 librpc/gen_ndr/srv_winreg.c r->out.handle = talloc_zero(mem_ctx, struct policy_handle); handle 3065 librpc/gen_ndr/srv_winreg.c if (r->out.handle == NULL) { handle 3098 librpc/gen_ndr/srv_winreg.c r->out.handle = talloc_zero(mem_ctx, struct policy_handle); handle 3099 librpc/gen_ndr/srv_winreg.c if (r->out.handle == NULL) { handle 3110 librpc/gen_ndr/srv_winreg.c r->out.handle = talloc_zero(mem_ctx, struct policy_handle); handle 3111 librpc/gen_ndr/srv_winreg.c if (r->out.handle == NULL) { handle 296 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 300 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 309 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 323 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 335 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 348 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 364 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 379 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 421 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 436 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 476 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 503 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 529 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 544 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 553 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 568 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 583 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 597 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 613 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 629 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 644 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 666 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 707 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 733 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 756 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 771 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 786 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 800 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 816 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 848 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 862 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 876 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 892 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 908 librpc/gen_ndr/svcctl.h struct policy_handle *handle;/* [ref] */ handle 131 librpc/gen_ndr/winreg.h struct policy_handle *handle;/* [ref] */ handle 145 librpc/gen_ndr/winreg.h struct policy_handle *handle;/* [ref] */ handle 159 librpc/gen_ndr/winreg.h struct policy_handle *handle;/* [ref] */ handle 173 librpc/gen_ndr/winreg.h struct policy_handle *handle;/* [ref] */ handle 187 librpc/gen_ndr/winreg.h struct policy_handle *handle;/* [ref] */ handle 196 librpc/gen_ndr/winreg.h struct policy_handle *handle;/* [ref] */ handle 200 librpc/gen_ndr/winreg.h struct policy_handle *handle;/* [ref] */ handle 209 librpc/gen_ndr/winreg.h struct policy_handle *handle;/* [ref] */ handle 229 librpc/gen_ndr/winreg.h struct policy_handle *handle;/* [ref] */ handle 242 librpc/gen_ndr/winreg.h struct policy_handle *handle;/* [ref] */ handle 255 librpc/gen_ndr/winreg.h struct policy_handle *handle;/* [ref] */ handle 274 librpc/gen_ndr/winreg.h struct policy_handle *handle;/* [ref] */ handle 297 librpc/gen_ndr/winreg.h struct policy_handle *handle;/* [ref] */ handle 309 librpc/gen_ndr/winreg.h struct policy_handle *handle;/* [ref] */ handle 324 librpc/gen_ndr/winreg.h struct policy_handle *handle;/* [ref] */ handle 338 librpc/gen_ndr/winreg.h struct policy_handle *handle;/* [ref] */ handle 363 librpc/gen_ndr/winreg.h struct policy_handle *handle;/* [ref] */ handle 372 librpc/gen_ndr/winreg.h struct policy_handle *handle;/* [ref] */ handle 394 librpc/gen_ndr/winreg.h struct policy_handle *handle;/* [ref] */ handle 423 librpc/gen_ndr/winreg.h struct policy_handle *handle;/* [ref] */ handle 437 librpc/gen_ndr/winreg.h struct policy_handle *handle;/* [ref] */ handle 451 librpc/gen_ndr/winreg.h struct policy_handle *handle;/* [ref] */ handle 465 librpc/gen_ndr/winreg.h struct policy_handle *handle;/* [ref] */ handle 517 librpc/gen_ndr/winreg.h struct policy_handle *handle;/* [ref] */ handle 535 librpc/gen_ndr/winreg.h struct policy_handle *handle;/* [ref] */ handle 549 librpc/gen_ndr/winreg.h struct policy_handle *handle;/* [ref] */ handle 607 librpc/gen_ndr/winreg.h struct policy_handle *handle;/* [ref] */ handle 621 librpc/gen_ndr/winreg.h struct policy_handle *handle;/* [ref] */ handle 244 librpc/ndr/ndr_spoolss_buf.c _r.in.handle = r->in.handle; handle 248 librpc/ndr/ndr_spoolss_buf.c _r.in.handle = r->in.handle; handle 258 librpc/ndr/ndr_spoolss_buf.c r->in.handle = _r.in.handle; handle 262 librpc/ndr/ndr_spoolss_buf.c _r.in.handle = r->in.handle; handle 312 librpc/ndr/ndr_spoolss_buf.c _r.in.handle = r->in.handle; handle 314 librpc/ndr/ndr_spoolss_buf.c _r.in.handle = r->in.handle; handle 322 librpc/ndr/ndr_spoolss_buf.c r->in.handle = _r.in.handle; handle 324 librpc/ndr/ndr_spoolss_buf.c _r.in.handle = r->in.handle; handle 464 librpc/ndr/ndr_spoolss_buf.c _r.in.handle = r->in.handle; handle 471 librpc/ndr/ndr_spoolss_buf.c _r.in.handle = r->in.handle; handle 501 librpc/ndr/ndr_spoolss_buf.c _r.in.handle = r->in.handle; handle 505 librpc/ndr/ndr_spoolss_buf.c r->in.handle = _r.in.handle; handle 514 librpc/ndr/ndr_spoolss_buf.c _r.in.handle = r->in.handle; handle 563 librpc/ndr/ndr_spoolss_buf.c _r.in.handle = r->in.handle; handle 571 librpc/ndr/ndr_spoolss_buf.c _r.in.handle = r->in.handle; handle 606 librpc/ndr/ndr_spoolss_buf.c _r.in.handle = r->in.handle; handle 613 librpc/ndr/ndr_spoolss_buf.c r->in.handle = _r.in.handle; handle 620 librpc/ndr/ndr_spoolss_buf.c _r.in.handle = r->in.handle; handle 676 librpc/ndr/ndr_spoolss_buf.c _r.in.handle = r->in.handle; handle 685 librpc/ndr/ndr_spoolss_buf.c _r.in.handle = r->in.handle; handle 107 librpc/tools/ndrdump.c void *handle; handle 110 librpc/tools/ndrdump.c handle = dlopen(plugin, RTLD_NOW); handle 111 librpc/tools/ndrdump.c if (handle == NULL) { handle 117 librpc/tools/ndrdump.c p = (const struct ndr_interface_table *)dlsym(handle, symbol); handle 1002 source3/client/client.c int handle = 0, fnum; handle 1039 source3/client/client.c handle = fileno(stdout); handle 1042 source3/client/client.c handle = sys_open(lname, O_WRONLY|O_CREAT, 0644); handle 1043 source3/client/client.c if (handle >= 0) { handle 1044 source3/client/client.c start = sys_lseek(handle, 0, SEEK_END); handle 1051 source3/client/client.c handle = sys_open(lname, O_WRONLY|O_CREAT|O_TRUNC, 0644); handle 1055 source3/client/client.c if (handle < 0) { handle 1073 source3/client/client.c writefile_sink, (void *)&handle, &nread); handle 1087 source3/client/client.c close(handle); handle 825 source3/include/proto.h SMB_ACL_T sys_acl_get_file(vfs_handle_struct *handle, handle 827 source3/include/proto.h SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp); handle 828 source3/include/proto.h int sys_acl_set_file(vfs_handle_struct *handle, handle 830 source3/include/proto.h int sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, handle 832 source3/include/proto.h int sys_acl_delete_def_file(vfs_handle_struct *handle, handle 834 source3/include/proto.h SMB_ACL_T sys_acl_get_file(vfs_handle_struct *handle, handle 836 source3/include/proto.h SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp); handle 837 source3/include/proto.h int sys_acl_set_file(vfs_handle_struct *handle, handle 839 source3/include/proto.h int sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, handle 841 source3/include/proto.h int sys_acl_delete_def_file(vfs_handle_struct *handle, handle 843 source3/include/proto.h SMB_ACL_T sys_acl_get_file(vfs_handle_struct *handle, handle 845 source3/include/proto.h SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp); handle 846 source3/include/proto.h int sys_acl_set_file(vfs_handle_struct *handle, handle 848 source3/include/proto.h int sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, handle 850 source3/include/proto.h int sys_acl_delete_def_file(vfs_handle_struct *handle, handle 852 source3/include/proto.h SMB_ACL_T sys_acl_get_file(vfs_handle_struct *handle, handle 854 source3/include/proto.h SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp); handle 855 source3/include/proto.h int sys_acl_set_file(vfs_handle_struct *handle, handle 857 source3/include/proto.h int sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, handle 859 source3/include/proto.h int sys_acl_delete_def_file(vfs_handle_struct *handle, handle 861 source3/include/proto.h SMB_ACL_T sys_acl_get_file(vfs_handle_struct *handle, handle 863 source3/include/proto.h SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp); handle 864 source3/include/proto.h int sys_acl_set_file(vfs_handle_struct *handle, handle 866 source3/include/proto.h int sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, handle 868 source3/include/proto.h int sys_acl_delete_def_file(vfs_handle_struct *handle, handle 870 source3/include/proto.h SMB_ACL_T sys_acl_get_file(vfs_handle_struct *handle, handle 872 source3/include/proto.h SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp); handle 873 source3/include/proto.h int sys_acl_set_file(vfs_handle_struct *handle, handle 875 source3/include/proto.h int sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, handle 877 source3/include/proto.h int sys_acl_delete_def_file(vfs_handle_struct *handle, handle 879 source3/include/proto.h SMB_ACL_T sys_acl_get_file(vfs_handle_struct *handle, handle 881 source3/include/proto.h SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp); handle 882 source3/include/proto.h int sys_acl_set_file(vfs_handle_struct *handle, handle 884 source3/include/proto.h int sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, handle 886 source3/include/proto.h int sys_acl_delete_def_file(vfs_handle_struct *handle, handle 3530 source3/include/proto.h int vfswrap_lstat(vfs_handle_struct *handle, const char *path, SMB_STRUCT_STAT *sbuf); handle 3531 source3/include/proto.h ssize_t vfswrap_llistxattr(struct vfs_handle_struct *handle, const char *path, char *list, size_t size); handle 3532 source3/include/proto.h ssize_t vfswrap_flistxattr(struct vfs_handle_struct *handle, struct files_struct *fsp, char *list, size_t size); handle 5468 source3/include/proto.h struct policy_handle *handle); handle 5471 source3/include/proto.h struct policy_handle *handle, handle 5485 source3/include/proto.h struct policy_handle *handle, handle 5491 source3/include/proto.h struct policy_handle *handle, handle 5498 source3/include/proto.h struct policy_handle *handle, handle 5535 source3/include/proto.h struct policy_handle *handle, handle 5560 source3/include/proto.h struct policy_handle *handle, handle 5567 source3/include/proto.h struct policy_handle *handle, handle 5573 source3/include/proto.h struct policy_handle *handle, handle 5912 source3/include/proto.h struct fake_file_handle *handle, handle 5916 source3/include/proto.h struct fake_file_handle *handle, handle 6551 source3/include/proto.h void *private_data, void *handle); handle 7115 source3/include/proto.h void *vfs_add_fsp_extension_notype(vfs_handle_struct *handle, handle 7118 source3/include/proto.h void vfs_remove_fsp_extension(vfs_handle_struct *handle, files_struct *fsp); handle 7119 source3/include/proto.h void *vfs_memctx_fsp_extension(vfs_handle_struct *handle, files_struct *fsp); handle 7120 source3/include/proto.h void *vfs_fetch_fsp_extension(vfs_handle_struct *handle, files_struct *fsp); handle 7163 source3/include/proto.h unsigned create_options, unsigned create_disposition, int handle); handle 7164 source3/include/proto.h void nb_writex(int handle, int offset, int size, int ret_size); handle 7165 source3/include/proto.h void nb_readx(int handle, int offset, int size, int ret_size); handle 7166 source3/include/proto.h void nb_close(int handle); handle 304 source3/include/vfs.h int (*connect_fn)(struct vfs_handle_struct *handle, const char *service, const char *user); handle 305 source3/include/vfs.h void (*disconnect)(struct vfs_handle_struct *handle); handle 306 source3/include/vfs.h uint64_t (*disk_free)(struct vfs_handle_struct *handle, const char *path, bool small_query, uint64_t *bsize, handle 308 source3/include/vfs.h int (*get_quota)(struct vfs_handle_struct *handle, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *qt); handle 309 source3/include/vfs.h int (*set_quota)(struct vfs_handle_struct *handle, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *qt); handle 310 source3/include/vfs.h int (*get_shadow_copy_data)(struct vfs_handle_struct *handle, struct files_struct *fsp, SHADOW_COPY_DATA *shadow_copy_data, bool labels); handle 311 source3/include/vfs.h int (*statvfs)(struct vfs_handle_struct *handle, const char *path, struct vfs_statvfs_struct *statbuf); handle 312 source3/include/vfs.h uint32_t (*fs_capabilities)(struct vfs_handle_struct *handle); handle 316 source3/include/vfs.h SMB_STRUCT_DIR *(*opendir)(struct vfs_handle_struct *handle, const char *fname, const char *mask, uint32 attributes); handle 317 source3/include/vfs.h SMB_STRUCT_DIRENT *(*readdir)(struct vfs_handle_struct *handle, handle 320 source3/include/vfs.h void (*seekdir)(struct vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp, long offset); handle 321 source3/include/vfs.h long (*telldir)(struct vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp); handle 322 source3/include/vfs.h void (*rewind_dir)(struct vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp); handle 323 source3/include/vfs.h int (*mkdir)(struct vfs_handle_struct *handle, const char *path, mode_t mode); handle 324 source3/include/vfs.h int (*rmdir)(struct vfs_handle_struct *handle, const char *path); handle 325 source3/include/vfs.h int (*closedir)(struct vfs_handle_struct *handle, SMB_STRUCT_DIR *dir); handle 326 source3/include/vfs.h void (*init_search_op)(struct vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp); handle 330 source3/include/vfs.h int (*open)(struct vfs_handle_struct *handle, const char *fname, files_struct *fsp, int flags, mode_t mode); handle 331 source3/include/vfs.h NTSTATUS (*create_file)(struct vfs_handle_struct *handle, handle 348 source3/include/vfs.h int (*close_fn)(struct vfs_handle_struct *handle, struct files_struct *fsp); handle 349 source3/include/vfs.h ssize_t (*vfs_read)(struct vfs_handle_struct *handle, struct files_struct *fsp, void *data, size_t n); handle 350 source3/include/vfs.h ssize_t (*pread)(struct vfs_handle_struct *handle, struct files_struct *fsp, void *data, size_t n, SMB_OFF_T offset); handle 351 source3/include/vfs.h ssize_t (*write)(struct vfs_handle_struct *handle, struct files_struct *fsp, const void *data, size_t n); handle 352 source3/include/vfs.h ssize_t (*pwrite)(struct vfs_handle_struct *handle, struct files_struct *fsp, const void *data, size_t n, SMB_OFF_T offset); handle 353 source3/include/vfs.h SMB_OFF_T (*lseek)(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_OFF_T offset, int whence); handle 354 source3/include/vfs.h ssize_t (*sendfile)(struct vfs_handle_struct *handle, int tofd, files_struct *fromfsp, const DATA_BLOB *header, SMB_OFF_T offset, size_t count); handle 355 source3/include/vfs.h ssize_t (*recvfile)(struct vfs_handle_struct *handle, int fromfd, files_struct *tofsp, SMB_OFF_T offset, size_t count); handle 356 source3/include/vfs.h int (*rename)(struct vfs_handle_struct *handle, const char *oldname, const char *newname); handle 357 source3/include/vfs.h int (*fsync)(struct vfs_handle_struct *handle, struct files_struct *fsp); handle 358 source3/include/vfs.h int (*stat)(struct vfs_handle_struct *handle, const char *fname, SMB_STRUCT_STAT *sbuf); handle 359 source3/include/vfs.h int (*fstat)(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_STAT *sbuf); handle 360 source3/include/vfs.h int (*lstat)(struct vfs_handle_struct *handle, const char *path, SMB_STRUCT_STAT *sbuf); handle 361 source3/include/vfs.h uint64_t (*get_alloc_size)(struct vfs_handle_struct *handle, struct files_struct *fsp, const SMB_STRUCT_STAT *sbuf); handle 362 source3/include/vfs.h int (*unlink)(struct vfs_handle_struct *handle, const char *path); handle 363 source3/include/vfs.h int (*chmod)(struct vfs_handle_struct *handle, const char *path, mode_t mode); handle 364 source3/include/vfs.h int (*fchmod)(struct vfs_handle_struct *handle, struct files_struct *fsp, mode_t mode); handle 365 source3/include/vfs.h int (*chown)(struct vfs_handle_struct *handle, const char *path, uid_t uid, gid_t gid); handle 366 source3/include/vfs.h int (*fchown)(struct vfs_handle_struct *handle, struct files_struct *fsp, uid_t uid, gid_t gid); handle 367 source3/include/vfs.h int (*lchown)(struct vfs_handle_struct *handle, const char *path, uid_t uid, gid_t gid); handle 368 source3/include/vfs.h int (*chdir)(struct vfs_handle_struct *handle, const char *path); handle 369 source3/include/vfs.h char *(*getwd)(struct vfs_handle_struct *handle, char *buf); handle 370 source3/include/vfs.h int (*ntimes)(struct vfs_handle_struct *handle, const char *path, struct smb_file_time *ft); handle 371 source3/include/vfs.h int (*ftruncate)(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_OFF_T offset); handle 372 source3/include/vfs.h bool (*lock)(struct vfs_handle_struct *handle, struct files_struct *fsp, int op, SMB_OFF_T offset, SMB_OFF_T count, int type); handle 373 source3/include/vfs.h int (*kernel_flock)(struct vfs_handle_struct *handle, struct files_struct *fsp, uint32 share_mode); handle 374 source3/include/vfs.h int (*linux_setlease)(struct vfs_handle_struct *handle, struct files_struct *fsp, int leasetype); handle 375 source3/include/vfs.h bool (*getlock)(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_OFF_T *poffset, SMB_OFF_T *pcount, int *ptype, pid_t *ppid); handle 376 source3/include/vfs.h int (*symlink)(struct vfs_handle_struct *handle, const char *oldpath, const char *newpath); handle 377 source3/include/vfs.h int (*vfs_readlink)(struct vfs_handle_struct *handle, const char *path, char *buf, size_t bufsiz); handle 378 source3/include/vfs.h int (*link)(struct vfs_handle_struct *handle, const char *oldpath, const char *newpath); handle 379 source3/include/vfs.h int (*mknod)(struct vfs_handle_struct *handle, const char *path, mode_t mode, SMB_DEV_T dev); handle 380 source3/include/vfs.h char *(*realpath)(struct vfs_handle_struct *handle, const char *path, char *resolved_path); handle 381 source3/include/vfs.h NTSTATUS (*notify_watch)(struct vfs_handle_struct *handle, handle 388 source3/include/vfs.h int (*chflags)(struct vfs_handle_struct *handle, const char *path, unsigned int flags); handle 389 source3/include/vfs.h struct file_id (*file_id_create)(struct vfs_handle_struct *handle, handle 392 source3/include/vfs.h NTSTATUS (*streaminfo)(struct vfs_handle_struct *handle, handle 399 source3/include/vfs.h int (*get_real_filename)(struct vfs_handle_struct *handle, handle 405 source3/include/vfs.h NTSTATUS (*brl_lock_windows)(struct vfs_handle_struct *handle, handle 411 source3/include/vfs.h bool (*brl_unlock_windows)(struct vfs_handle_struct *handle, handle 416 source3/include/vfs.h bool (*brl_cancel_windows)(struct vfs_handle_struct *handle, handle 421 source3/include/vfs.h bool (*strict_lock)(struct vfs_handle_struct *handle, handle 425 source3/include/vfs.h void (*strict_unlock)(struct vfs_handle_struct *handle, handle 431 source3/include/vfs.h NTSTATUS (*fget_nt_acl)(struct vfs_handle_struct *handle, handle 435 source3/include/vfs.h NTSTATUS (*get_nt_acl)(struct vfs_handle_struct *handle, handle 439 source3/include/vfs.h NTSTATUS (*fset_nt_acl)(struct vfs_handle_struct *handle, handle 446 source3/include/vfs.h int (*chmod_acl)(struct vfs_handle_struct *handle, const char *name, mode_t mode); handle 447 source3/include/vfs.h int (*fchmod_acl)(struct vfs_handle_struct *handle, struct files_struct *fsp, mode_t mode); handle 449 source3/include/vfs.h int (*sys_acl_get_entry)(struct vfs_handle_struct *handle, SMB_ACL_T theacl, int entry_id, SMB_ACL_ENTRY_T *entry_p); handle 450 source3/include/vfs.h int (*sys_acl_get_tag_type)(struct vfs_handle_struct *handle, SMB_ACL_ENTRY_T entry_d, SMB_ACL_TAG_T *tag_type_p); handle 451 source3/include/vfs.h int (*sys_acl_get_permset)(struct vfs_handle_struct *handle, SMB_ACL_ENTRY_T entry_d, SMB_ACL_PERMSET_T *permset_p); handle 452 source3/include/vfs.h void * (*sys_acl_get_qualifier)(struct vfs_handle_struct *handle, SMB_ACL_ENTRY_T entry_d); handle 453 source3/include/vfs.h SMB_ACL_T (*sys_acl_get_file)(struct vfs_handle_struct *handle, const char *path_p, SMB_ACL_TYPE_T type); handle 454 source3/include/vfs.h SMB_ACL_T (*sys_acl_get_fd)(struct vfs_handle_struct *handle, struct files_struct *fsp); handle 455 source3/include/vfs.h int (*sys_acl_clear_perms)(struct vfs_handle_struct *handle, SMB_ACL_PERMSET_T permset); handle 456 source3/include/vfs.h int (*sys_acl_add_perm)(struct vfs_handle_struct *handle, SMB_ACL_PERMSET_T permset, SMB_ACL_PERM_T perm); handle 457 source3/include/vfs.h char * (*sys_acl_to_text)(struct vfs_handle_struct *handle, SMB_ACL_T theacl, ssize_t *plen); handle 458 source3/include/vfs.h SMB_ACL_T (*sys_acl_init)(struct vfs_handle_struct *handle, int count); handle 459 source3/include/vfs.h int (*sys_acl_create_entry)(struct vfs_handle_struct *handle, SMB_ACL_T *pacl, SMB_ACL_ENTRY_T *pentry); handle 460 source3/include/vfs.h int (*sys_acl_set_tag_type)(struct vfs_handle_struct *handle, SMB_ACL_ENTRY_T entry, SMB_ACL_TAG_T tagtype); handle 461 source3/include/vfs.h int (*sys_acl_set_qualifier)(struct vfs_handle_struct *handle, SMB_ACL_ENTRY_T entry, void *qual); handle 462 source3/include/vfs.h int (*sys_acl_set_permset)(struct vfs_handle_struct *handle, SMB_ACL_ENTRY_T entry, SMB_ACL_PERMSET_T permset); handle 463 source3/include/vfs.h int (*sys_acl_valid)(struct vfs_handle_struct *handle, SMB_ACL_T theacl ); handle 464 source3/include/vfs.h int (*sys_acl_set_file)(struct vfs_handle_struct *handle, const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl); handle 465 source3/include/vfs.h int (*sys_acl_set_fd)(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_ACL_T theacl); handle 466 source3/include/vfs.h int (*sys_acl_delete_def_file)(struct vfs_handle_struct *handle, const char *path); handle 467 source3/include/vfs.h int (*sys_acl_get_perm)(struct vfs_handle_struct *handle, SMB_ACL_PERMSET_T permset, SMB_ACL_PERM_T perm); handle 468 source3/include/vfs.h int (*sys_acl_free_text)(struct vfs_handle_struct *handle, char *text); handle 469 source3/include/vfs.h int (*sys_acl_free_acl)(struct vfs_handle_struct *handle, SMB_ACL_T posix_acl); handle 470 source3/include/vfs.h int (*sys_acl_free_qualifier)(struct vfs_handle_struct *handle, void *qualifier, SMB_ACL_TAG_T tagtype); handle 473 source3/include/vfs.h ssize_t (*getxattr)(struct vfs_handle_struct *handle,const char *path, const char *name, void *value, size_t size); handle 474 source3/include/vfs.h ssize_t (*lgetxattr)(struct vfs_handle_struct *handle,const char *path, const char *name, void *value, size_t size); handle 475 source3/include/vfs.h ssize_t (*fgetxattr)(struct vfs_handle_struct *handle, struct files_struct *fsp, const char *name, void *value, size_t size); handle 476 source3/include/vfs.h ssize_t (*listxattr)(struct vfs_handle_struct *handle, const char *path, char *list, size_t size); handle 477 source3/include/vfs.h ssize_t (*llistxattr)(struct vfs_handle_struct *handle, const char *path, char *list, size_t size); handle 478 source3/include/vfs.h ssize_t (*flistxattr)(struct vfs_handle_struct *handle, struct files_struct *fsp, char *list, size_t size); handle 479 source3/include/vfs.h int (*removexattr)(struct vfs_handle_struct *handle, const char *path, const char *name); handle 480 source3/include/vfs.h int (*lremovexattr)(struct vfs_handle_struct *handle, const char *path, const char *name); handle 481 source3/include/vfs.h int (*fremovexattr)(struct vfs_handle_struct *handle, struct files_struct *fsp, const char *name); handle 482 source3/include/vfs.h int (*setxattr)(struct vfs_handle_struct *handle, const char *path, const char *name, const void *value, size_t size, int flags); handle 483 source3/include/vfs.h int (*lsetxattr)(struct vfs_handle_struct *handle, const char *path, const char *name, const void *value, size_t size, int flags); handle 484 source3/include/vfs.h int (*fsetxattr)(struct vfs_handle_struct *handle, struct files_struct *fsp, const char *name, const void *value, size_t size, int flags); handle 487 source3/include/vfs.h int (*aio_read)(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb); handle 488 source3/include/vfs.h int (*aio_write)(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb); handle 489 source3/include/vfs.h ssize_t (*aio_return_fn)(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb); handle 490 source3/include/vfs.h int (*aio_cancel)(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb); handle 491 source3/include/vfs.h int (*aio_error_fn)(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb); handle 492 source3/include/vfs.h int (*aio_fsync)(struct vfs_handle_struct *handle, struct files_struct *fsp, int op, SMB_STRUCT_AIOCB *aiocb); handle 493 source3/include/vfs.h int (*aio_suspend)(struct vfs_handle_struct *handle, struct files_struct *fsp, const SMB_STRUCT_AIOCB * const aiocb[], int n, const struct timespec *timeout); handle 494 source3/include/vfs.h bool (*aio_force)(struct vfs_handle_struct *handle, struct files_struct *fsp); handle 497 source3/include/vfs.h bool (*is_offline)(struct vfs_handle_struct *handle, const char *path, SMB_STRUCT_STAT *sbuf); handle 498 source3/include/vfs.h int (*set_offline)(struct vfs_handle_struct *handle, const char *path); handle 727 source3/include/vfs.h #define VFS_ADD_FSP_EXTENSION(handle, fsp, type, destroy_fn) \ handle 728 source3/include/vfs.h vfs_add_fsp_extension_notype(handle, (fsp), sizeof(type), (destroy_fn)) handle 731 source3/include/vfs.h #define VFS_FETCH_FSP_EXTENSION(handle, fsp) \ handle 732 source3/include/vfs.h vfs_fetch_fsp_extension(handle, (fsp)) handle 735 source3/include/vfs.h #define VFS_MEMCTX_FSP_EXTENSION(handle, fsp) \ handle 736 source3/include/vfs.h vfs_memctx_fsp_extension(handle, (fsp)) handle 739 source3/include/vfs.h #define VFS_REMOVE_FSP_EXTENSION(handle, fsp) \ handle 740 source3/include/vfs.h vfs_remove_fsp_extension((handle), (fsp)) handle 742 source3/include/vfs.h #define SMB_VFS_HANDLE_GET_DATA(handle, datap, type, ret) { \ handle 743 source3/include/vfs.h if (!(handle)||((datap=(type *)(handle)->data)==NULL)) { \ handle 749 source3/include/vfs.h #define SMB_VFS_HANDLE_SET_DATA(handle, datap, free_fn, type, ret) { \ handle 750 source3/include/vfs.h if (!(handle)) { \ handle 754 source3/include/vfs.h if ((handle)->free_data) { \ handle 755 source3/include/vfs.h (handle)->free_data(&(handle)->data); \ handle 757 source3/include/vfs.h (handle)->data = (void *)datap; \ handle 758 source3/include/vfs.h (handle)->free_data = free_fn; \ handle 762 source3/include/vfs.h #define SMB_VFS_HANDLE_FREE_DATA(handle) { \ handle 763 source3/include/vfs.h if ((handle) && (handle)->free_data) { \ handle 764 source3/include/vfs.h (handle)->free_data(&(handle)->data); \ handle 769 source3/include/vfs.h #define SMB_VFS_HANDLE_TEST_DATA(handle) ( !(handle) || !(handle)->data ? False : True ) handle 298 source3/include/vfs_macros.h #define SMB_VFS_NEXT_CONNECT(handle, service, user) ((handle)->vfs_next.ops.connect_fn((handle)->vfs_next.handles.connect_hnd, (service), (user))) handle 299 source3/include/vfs_macros.h #define SMB_VFS_NEXT_DISCONNECT(handle) ((handle)->vfs_next.ops.disconnect((handle)->vfs_next.handles.disconnect)) handle 300 source3/include/vfs_macros.h #define SMB_VFS_NEXT_DISK_FREE(handle, path, small_query, bsize, dfree ,dsize) ((handle)->vfs_next.ops.disk_free((handle)->vfs_next.handles.disk_free, (path), (small_query), (bsize), (dfree), (dsize))) handle 301 source3/include/vfs_macros.h #define SMB_VFS_NEXT_GET_QUOTA(handle, qtype, id, qt) ((handle)->vfs_next.ops.get_quota((handle)->vfs_next.handles.get_quota, (qtype), (id), (qt))) handle 302 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SET_QUOTA(handle, qtype, id, qt) ((handle)->vfs_next.ops.set_quota((handle)->vfs_next.handles.set_quota, (qtype), (id), (qt))) handle 303 source3/include/vfs_macros.h #define SMB_VFS_NEXT_GET_SHADOW_COPY_DATA(handle, fsp, shadow_copy_data ,labels) ((handle)->vfs_next.ops.get_shadow_copy_data((handle)->vfs_next.handles.get_shadow_copy_data,(fsp),(shadow_copy_data),(labels))) handle 304 source3/include/vfs_macros.h #define SMB_VFS_NEXT_STATVFS(handle, path, statbuf) ((handle)->vfs_next.ops.statvfs((handle)->vfs_next.handles.statvfs, (path), (statbuf))) handle 305 source3/include/vfs_macros.h #define SMB_VFS_NEXT_FS_CAPABILITIES(handle) ((handle)->vfs_next.ops.fs_capabilities((handle)->vfs_next.handles.fs_capabilities)) handle 308 source3/include/vfs_macros.h #define SMB_VFS_NEXT_OPENDIR(handle, fname, mask, attr) ((handle)->vfs_next.ops.opendir((handle)->vfs_next.handles.opendir, (fname), (mask), (attr))) handle 309 source3/include/vfs_macros.h #define SMB_VFS_NEXT_READDIR(handle, dirp, sbuf) ((handle)->vfs_next.ops.readdir((handle)->vfs_next.handles.readdir, (dirp), (sbuf))) handle 310 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SEEKDIR(handle, dirp, offset) ((handle)->vfs_next.ops.seekdir((handle)->vfs_next.handles.seekdir, (dirp), (offset))) handle 311 source3/include/vfs_macros.h #define SMB_VFS_NEXT_TELLDIR(handle, dirp) ((handle)->vfs_next.ops.telldir((handle)->vfs_next.handles.telldir, (dirp))) handle 312 source3/include/vfs_macros.h #define SMB_VFS_NEXT_REWINDDIR(handle, dirp) ((handle)->vfs_next.ops.rewind_dir((handle)->vfs_next.handles.rewind_dir, (dirp))) handle 313 source3/include/vfs_macros.h #define SMB_VFS_NEXT_DIR(handle, dirp, sbuf) ((handle)->vfs_next.ops.readdir((handle)->vfs_next.handles.readdir, (dirp), (sbuf))) handle 314 source3/include/vfs_macros.h #define SMB_VFS_NEXT_MKDIR(handle, path, mode) ((handle)->vfs_next.ops.mkdir((handle)->vfs_next.handles.mkdir,(path), (mode))) handle 315 source3/include/vfs_macros.h #define SMB_VFS_NEXT_RMDIR(handle, path) ((handle)->vfs_next.ops.rmdir((handle)->vfs_next.handles.rmdir, (path))) handle 316 source3/include/vfs_macros.h #define SMB_VFS_NEXT_CLOSEDIR(handle, dir) ((handle)->vfs_next.ops.closedir((handle)->vfs_next.handles.closedir, dir)) handle 317 source3/include/vfs_macros.h #define SMB_VFS_NEXT_INIT_SEARCH_OP(handle, dirp) ((handle)->vfs_next.ops.init_search_op((handle)->vfs_next.handles.init_search_op, (dirp))) handle 320 source3/include/vfs_macros.h #define SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode) (((handle)->vfs_next.ops.open)((handle)->vfs_next.handles.open, (fname), (fsp), (flags), (mode))) handle 321 source3/include/vfs_macros.h #define SMB_VFS_NEXT_CREATE_FILE(handle, req, root_dir_fid, fname, create_file_flags, access_mask, share_access, create_disposition, create_options, file_attributes, oplock_request, allocation_size, sd, ea_list, result, pinfo, psbuf) (((handle)->vfs_next.ops.create_file)((handle)->vfs_next.handles.create_file, (req), (root_dir_fid), (fname), (create_file_flags), (access_mask), (share_access), (create_disposition), (create_options), (file_attributes), (oplock_request), (allocation_size), (sd), (ea_list), (result), (pinfo), (psbuf))) handle 322 source3/include/vfs_macros.h #define SMB_VFS_NEXT_CLOSE(handle, fsp) ((handle)->vfs_next.ops.close_fn((handle)->vfs_next.handles.close_hnd, (fsp))) handle 323 source3/include/vfs_macros.h #define SMB_VFS_NEXT_READ(handle, fsp, data, n) ((handle)->vfs_next.ops.vfs_read((handle)->vfs_next.handles.vfs_read, (fsp), (data), (n))) handle 324 source3/include/vfs_macros.h #define SMB_VFS_NEXT_PREAD(handle, fsp, data, n, off) ((handle)->vfs_next.ops.pread((handle)->vfs_next.handles.pread, (fsp), (data), (n), (off))) handle 325 source3/include/vfs_macros.h #define SMB_VFS_NEXT_WRITE(handle, fsp, data, n) ((handle)->vfs_next.ops.write((handle)->vfs_next.handles.write, (fsp), (data), (n))) handle 326 source3/include/vfs_macros.h #define SMB_VFS_NEXT_PWRITE(handle, fsp, data, n, off) ((handle)->vfs_next.ops.pwrite((handle)->vfs_next.handles.pwrite, (fsp), (data), (n), (off))) handle 327 source3/include/vfs_macros.h #define SMB_VFS_NEXT_LSEEK(handle, fsp, offset, whence) ((handle)->vfs_next.ops.lseek((handle)->vfs_next.handles.lseek, (fsp), (offset), (whence))) handle 328 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SENDFILE(handle, tofd, fromfsp, header, offset, count) ((handle)->vfs_next.ops.sendfile((handle)->vfs_next.handles.sendfile, (tofd), (fromfsp), (header), (offset), (count))) handle 329 source3/include/vfs_macros.h #define SMB_VFS_NEXT_RECVFILE(handle, fromfd, tofsp, offset, count) ((handle)->vfs_next.ops.recvfile((handle)->vfs_next.handles.recvfile, (fromfd), (tofsp), (offset), (count))) handle 330 source3/include/vfs_macros.h #define SMB_VFS_NEXT_RENAME(handle, old, new) ((handle)->vfs_next.ops.rename((handle)->vfs_next.handles.rename, (old), (new))) handle 331 source3/include/vfs_macros.h #define SMB_VFS_NEXT_FSYNC(handle, fsp) ((handle)->vfs_next.ops.fsync((handle)->vfs_next.handles.fsync, (fsp))) handle 332 source3/include/vfs_macros.h #define SMB_VFS_NEXT_STAT(handle, fname, sbuf) ((handle)->vfs_next.ops.stat((handle)->vfs_next.handles.stat, (fname), (sbuf))) handle 333 source3/include/vfs_macros.h #define SMB_VFS_NEXT_FSTAT(handle, fsp, sbuf) ((handle)->vfs_next.ops.fstat((handle)->vfs_next.handles.fstat, (fsp), (sbuf))) handle 334 source3/include/vfs_macros.h #define SMB_VFS_NEXT_LSTAT(handle, path, sbuf) ((handle)->vfs_next.ops.lstat((handle)->vfs_next.handles.lstat, (path), (sbuf))) handle 336 source3/include/vfs_macros.h #define SMB_VFS_NEXT_UNLINK(handle, path) ((handle)->vfs_next.ops.unlink((handle)->vfs_next.handles.unlink, (path))) handle 337 source3/include/vfs_macros.h #define SMB_VFS_NEXT_CHMOD(handle, path, mode) ((handle)->vfs_next.ops.chmod((handle)->vfs_next.handles.chmod, (path), (mode))) handle 338 source3/include/vfs_macros.h #define SMB_VFS_NEXT_FCHMOD(handle, fsp, mode) ((handle)->vfs_next.ops.fchmod((handle)->vfs_next.handles.fchmod, (fsp), (mode))) handle 339 source3/include/vfs_macros.h #define SMB_VFS_NEXT_CHOWN(handle, path, uid, gid) ((handle)->vfs_next.ops.chown((handle)->vfs_next.handles.chown, (path), (uid), (gid))) handle 340 source3/include/vfs_macros.h #define SMB_VFS_NEXT_FCHOWN(handle, fsp, uid, gid) ((handle)->vfs_next.ops.fchown((handle)->vfs_next.handles.fchown, (fsp), (uid), (gid))) handle 341 source3/include/vfs_macros.h #define SMB_VFS_NEXT_LCHOWN(handle, path, uid, gid) ((handle)->vfs_next.ops.lchown((handle)->vfs_next.handles.lchown, (path), (uid), (gid))) handle 342 source3/include/vfs_macros.h #define SMB_VFS_NEXT_CHDIR(handle, path) ((handle)->vfs_next.ops.chdir((handle)->vfs_next.handles.chdir, (path))) handle 343 source3/include/vfs_macros.h #define SMB_VFS_NEXT_GETWD(handle, buf) ((handle)->vfs_next.ops.getwd((handle)->vfs_next.handles.getwd, (buf))) handle 344 source3/include/vfs_macros.h #define SMB_VFS_NEXT_NTIMES(handle, path, ts) ((handle)->vfs_next.ops.ntimes((handle)->vfs_next.handles.ntimes, (path), (ts))) handle 345 source3/include/vfs_macros.h #define SMB_VFS_NEXT_FTRUNCATE(handle, fsp, offset) ((handle)->vfs_next.ops.ftruncate((handle)->vfs_next.handles.ftruncate, (fsp), (offset))) handle 346 source3/include/vfs_macros.h #define SMB_VFS_NEXT_LOCK(handle, fsp, op, offset, count, type) ((handle)->vfs_next.ops.lock((handle)->vfs_next.handles.lock, (fsp), (op), (offset), (count), (type))) handle 347 source3/include/vfs_macros.h #define SMB_VFS_NEXT_KERNEL_FLOCK(handle, fsp, share_mode)((handle)->vfs_next.ops.kernel_flock((handle)->vfs_next.handles.kernel_flock, (fsp), (share_mode))) handle 348 source3/include/vfs_macros.h #define SMB_VFS_NEXT_LINUX_SETLEASE(handle, fsp, leasetype)((handle)->vfs_next.ops.linux_setlease((handle)->vfs_next.handles.linux_setlease, (fsp), (leasetype))) handle 349 source3/include/vfs_macros.h #define SMB_VFS_NEXT_GETLOCK(handle, fsp, poffset, pcount, ptype, ppid) ((handle)->vfs_next.ops.getlock((handle)->vfs_next.handles.getlock, (fsp), (poffset), (pcount), (ptype), (ppid))) handle 350 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SYMLINK(handle, oldpath, newpath) ((handle)->vfs_next.ops.symlink((handle)->vfs_next.handles.symlink, (oldpath), (newpath))) handle 351 source3/include/vfs_macros.h #define SMB_VFS_NEXT_READLINK(handle, path, buf, bufsiz) ((handle)->vfs_next.ops.vfs_readlink((handle)->vfs_next.handles.vfs_readlink, (path), (buf), (bufsiz))) handle 352 source3/include/vfs_macros.h #define SMB_VFS_NEXT_LINK(handle, oldpath, newpath) ((handle)->vfs_next.ops.link((handle)->vfs_next.handles.link, (oldpath), (newpath))) handle 353 source3/include/vfs_macros.h #define SMB_VFS_NEXT_MKNOD(handle, path, mode, dev) ((handle)->vfs_next.ops.mknod((handle)->vfs_next.handles.mknod, (path), (mode), (dev))) handle 354 source3/include/vfs_macros.h #define SMB_VFS_NEXT_REALPATH(handle, path, resolved_path) ((handle)->vfs_next.ops.realpath((handle)->vfs_next.handles.realpath, (path), (resolved_path))) handle 356 source3/include/vfs_macros.h #define SMB_VFS_NEXT_CHFLAGS(handle, path, flags) ((handle)->vfs_next.ops.chflags((handle)->vfs_next.handles.chflags, (path), (flags))) handle 357 source3/include/vfs_macros.h #define SMB_VFS_NEXT_FILE_ID_CREATE(handle, sbuf) ((handle)->vfs_next.ops.file_id_create((handle)->vfs_next.handles.file_id_create, (sbuf))) handle 358 source3/include/vfs_macros.h #define SMB_VFS_NEXT_STREAMINFO(handle, fsp, fname, mem_ctx, num_streams, streams) ((handle)->vfs_next.ops.streaminfo((handle)->vfs_next.handles.streaminfo, (fsp), (fname), (mem_ctx), (num_streams), (streams))) handle 359 source3/include/vfs_macros.h #define SMB_VFS_NEXT_GET_REAL_FILENAME(handle, path, name, mem_ctx, found_name) ((handle)->vfs_next.ops.get_real_filename((handle)->vfs_next.handles.get_real_filename, (path), (name), (mem_ctx), (found_name))) handle 360 source3/include/vfs_macros.h #define SMB_VFS_NEXT_BRL_LOCK_WINDOWS(handle, br_lck, plock, blocking_lock, blr) ((handle)->vfs_next.ops.brl_lock_windows((handle)->vfs_next.handles.brl_lock_windows, (br_lck), (plock), (blocking_lock), (blr))) handle 361 source3/include/vfs_macros.h #define SMB_VFS_NEXT_BRL_UNLOCK_WINDOWS(handle, msg_ctx, br_lck, plock) ((handle)->vfs_next.ops.brl_unlock_windows((handle)->vfs_next.handles.brl_unlock_windows, (msg_ctx), (br_lck), (plock))) handle 362 source3/include/vfs_macros.h #define SMB_VFS_NEXT_BRL_CANCEL_WINDOWS(handle, br_lck, plock, blr) ((handle)->vfs_next.ops.brl_cancel_windows((handle)->vfs_next.handles.brl_cancel_windows, (br_lck), (plock), (blr))) handle 363 source3/include/vfs_macros.h #define SMB_VFS_NEXT_STRICT_LOCK(handle, fsp, plock) ((handle)->vfs_next.ops.strict_lock((handle)->vfs_next.handles.strict_lock, (fsp), (plock))) handle 364 source3/include/vfs_macros.h #define SMB_VFS_NEXT_STRICT_UNLOCK(handle, fsp, plock) ((handle)->vfs_next.ops.strict_unlock((handle)->vfs_next.handles.strict_unlock, (fsp), (plock))) handle 367 source3/include/vfs_macros.h #define SMB_VFS_NEXT_FGET_NT_ACL(handle, fsp, security_info, ppdesc) ((handle)->vfs_next.ops.fget_nt_acl((handle)->vfs_next.handles.fget_nt_acl, (fsp), (security_info), (ppdesc))) handle 368 source3/include/vfs_macros.h #define SMB_VFS_NEXT_GET_NT_ACL(handle, name, security_info, ppdesc) ((handle)->vfs_next.ops.get_nt_acl((handle)->vfs_next.handles.get_nt_acl, (name), (security_info), (ppdesc))) handle 369 source3/include/vfs_macros.h #define SMB_VFS_NEXT_FSET_NT_ACL(handle, fsp, security_info_sent, psd) ((handle)->vfs_next.ops.fset_nt_acl((handle)->vfs_next.handles.fset_nt_acl, (fsp), (security_info_sent), (psd))) handle 372 source3/include/vfs_macros.h #define SMB_VFS_NEXT_CHMOD_ACL(handle, name, mode) ((handle)->vfs_next.ops.chmod_acl((handle)->vfs_next.handles.chmod_acl, (name), (mode))) handle 373 source3/include/vfs_macros.h #define SMB_VFS_NEXT_FCHMOD_ACL(handle, fsp, mode) ((handle)->vfs_next.ops.fchmod_acl((handle)->vfs_next.handles.fchmod_acl, (fsp), (mode))) handle 375 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SYS_ACL_GET_ENTRY(handle, theacl, entry_id, entry_p) ((handle)->vfs_next.ops.sys_acl_get_entry((handle)->vfs_next.handles.sys_acl_get_entry, (theacl), (entry_id), (entry_p))) handle 376 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SYS_ACL_GET_TAG_TYPE(handle, entry_d, tag_type_p) ((handle)->vfs_next.ops.sys_acl_get_tag_type((handle)->vfs_next.handles.sys_acl_get_tag_type, (entry_d), (tag_type_p))) handle 377 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SYS_ACL_GET_PERMSET(handle, entry_d, permset_p) ((handle)->vfs_next.ops.sys_acl_get_permset((handle)->vfs_next.handles.sys_acl_get_permset, (entry_d), (permset_p))) handle 378 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SYS_ACL_GET_QUALIFIER(handle, entry_d) ((handle)->vfs_next.ops.sys_acl_get_qualifier((handle)->vfs_next.handles.sys_acl_get_qualifier, (entry_d))) handle 379 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SYS_ACL_GET_FILE(handle, path_p, type) ((handle)->vfs_next.ops.sys_acl_get_file((handle)->vfs_next.handles.sys_acl_get_file, (path_p), (type))) handle 380 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SYS_ACL_GET_FD(handle, fsp) ((handle)->vfs_next.ops.sys_acl_get_fd((handle)->vfs_next.handles.sys_acl_get_fd, (fsp))) handle 381 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SYS_ACL_CLEAR_PERMS(handle, permset) ((handle)->vfs_next.ops.sys_acl_clear_perms((handle)->vfs_next.handles.sys_acl_clear_perms, (permset))) handle 382 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SYS_ACL_ADD_PERM(handle, permset, perm) ((handle)->vfs_next.ops.sys_acl_add_perm((handle)->vfs_next.handles.sys_acl_add_perm, (permset), (perm))) handle 383 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SYS_ACL_TO_TEXT(handle, theacl, plen) ((handle)->vfs_next.ops.sys_acl_to_text((handle)->vfs_next.handles.sys_acl_to_text, (theacl), (plen))) handle 384 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SYS_ACL_INIT(handle, count) ((handle)->vfs_next.ops.sys_acl_init((handle)->vfs_next.handles.sys_acl_init, (count))) handle 385 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SYS_ACL_CREATE_ENTRY(handle, pacl, pentry) ((handle)->vfs_next.ops.sys_acl_create_entry((handle)->vfs_next.handles.sys_acl_create_entry, (pacl), (pentry))) handle 386 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SYS_ACL_SET_TAG_TYPE(handle, entry, tagtype) ((handle)->vfs_next.ops.sys_acl_set_tag_type((handle)->vfs_next.handles.sys_acl_set_tag_type, (entry), (tagtype))) handle 387 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SYS_ACL_SET_QUALIFIER(handle, entry, qual) ((handle)->vfs_next.ops.sys_acl_set_qualifier((handle)->vfs_next.handles.sys_acl_set_qualifier, (entry), (qual))) handle 388 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SYS_ACL_SET_PERMSET(handle, entry, permset) ((handle)->vfs_next.ops.sys_acl_set_permset((handle)->vfs_next.handles.sys_acl_set_permset, (entry), (permset))) handle 389 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SYS_ACL_VALID(handle, theacl) ((handle)->vfs_next.ops.sys_acl_valid((handle)->vfs_next.handles.sys_acl_valid, (theacl))) handle 390 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SYS_ACL_SET_FILE(handle, name, acltype, theacl) ((handle)->vfs_next.ops.sys_acl_set_file((handle)->vfs_next.handles.sys_acl_set_file, (name), (acltype), (theacl))) handle 391 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SYS_ACL_SET_FD(handle, fsp, theacl) ((handle)->vfs_next.ops.sys_acl_set_fd((handle)->vfs_next.handles.sys_acl_set_fd, (fsp), (theacl))) handle 392 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SYS_ACL_DELETE_DEF_FILE(handle, path) ((handle)->vfs_next.ops.sys_acl_delete_def_file((handle)->vfs_next.handles.sys_acl_delete_def_file, (path))) handle 393 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SYS_ACL_GET_PERM(handle, permset, perm) ((handle)->vfs_next.ops.sys_acl_get_perm((handle)->vfs_next.handles.sys_acl_get_perm, (permset), (perm))) handle 394 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SYS_ACL_FREE_TEXT(handle, text) ((handle)->vfs_next.ops.sys_acl_free_text((handle)->vfs_next.handles.sys_acl_free_text, (text))) handle 395 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SYS_ACL_FREE_ACL(handle, posix_acl) ((handle)->vfs_next.ops.sys_acl_free_acl((handle)->vfs_next.handles.sys_acl_free_acl, (posix_acl))) handle 396 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SYS_ACL_FREE_QUALIFIER(handle, qualifier, tagtype) ((handle)->vfs_next.ops.sys_acl_free_qualifier((handle)->vfs_next.handles.sys_acl_free_qualifier, (qualifier), (tagtype))) handle 399 source3/include/vfs_macros.h #define SMB_VFS_NEXT_GETXATTR(handle,path,name,value,size) ((handle)->vfs_next.ops.getxattr((handle)->vfs_next.handles.getxattr,(path),(name),(value),(size))) handle 400 source3/include/vfs_macros.h #define SMB_VFS_NEXT_LGETXATTR(handle,path,name,value,size) ((handle)->vfs_next.ops.lgetxattr((handle)->vfs_next.handles.lgetxattr,(path),(name),(value),(size))) handle 401 source3/include/vfs_macros.h #define SMB_VFS_NEXT_FGETXATTR(handle,fsp,name,value,size) ((handle)->vfs_next.ops.fgetxattr((handle)->vfs_next.handles.fgetxattr,(fsp),(name),(value),(size))) handle 402 source3/include/vfs_macros.h #define SMB_VFS_NEXT_LISTXATTR(handle,path,list,size) ((handle)->vfs_next.ops.listxattr((handle)->vfs_next.handles.listxattr,(path),(list),(size))) handle 403 source3/include/vfs_macros.h #define SMB_VFS_NEXT_LLISTXATTR(handle,path,list,size) ((handle)->vfs_next.ops.llistxattr((handle)->vfs_next.handles.llistxattr,(path),(list),(size))) handle 404 source3/include/vfs_macros.h #define SMB_VFS_NEXT_FLISTXATTR(handle,fsp,list,size) ((handle)->vfs_next.ops.flistxattr((handle)->vfs_next.handles.flistxattr,(fsp),(list),(size))) handle 405 source3/include/vfs_macros.h #define SMB_VFS_NEXT_REMOVEXATTR(handle,path,name) ((handle)->vfs_next.ops.removexattr((handle)->vfs_next.handles.removexattr,(path),(name))) handle 406 source3/include/vfs_macros.h #define SMB_VFS_NEXT_LREMOVEXATTR(handle,path,name) ((handle)->vfs_next.ops.lremovexattr((handle)->vfs_next.handles.lremovexattr,(path),(name))) handle 407 source3/include/vfs_macros.h #define SMB_VFS_NEXT_FREMOVEXATTR(handle,fsp,name) ((handle)->vfs_next.ops.fremovexattr((handle)->vfs_next.handles.fremovexattr,(fsp),(name))) handle 408 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SETXATTR(handle,path,name,value,size,flags) ((handle)->vfs_next.ops.setxattr((handle)->vfs_next.handles.setxattr,(path),(name),(value),(size),(flags))) handle 409 source3/include/vfs_macros.h #define SMB_VFS_NEXT_LSETXATTR(handle,path,name,value,size,flags) ((handle)->vfs_next.ops.lsetxattr((handle)->vfs_next.handles.lsetxattr,(path),(name),(value),(size),(flags))) handle 410 source3/include/vfs_macros.h #define SMB_VFS_NEXT_FSETXATTR(handle,fsp,name,value,size,flags) ((handle)->vfs_next.ops.fsetxattr((handle)->vfs_next.handles.fsetxattr,(fsp),(name),(value),(size),(flags))) handle 413 source3/include/vfs_macros.h #define SMB_VFS_NEXT_AIO_READ(handle,fsp,aiocb) ((handle)->vfs_next.ops.aio_read((handle)->vfs_next.handles.aio_read,(fsp),(aiocb))) handle 414 source3/include/vfs_macros.h #define SMB_VFS_NEXT_AIO_WRITE(handle,fsp,aiocb) ((handle)->vfs_next.ops.aio_write((handle)->vfs_next.handles.aio_write,(fsp),(aiocb))) handle 415 source3/include/vfs_macros.h #define SMB_VFS_NEXT_AIO_RETURN(handle,fsp,aiocb) ((handle)->vfs_next.ops.aio_return_fn((handle)->vfs_next.handles.aio_return,(fsp),(aiocb))) handle 416 source3/include/vfs_macros.h #define SMB_VFS_NEXT_AIO_CANCEL(handle,fsp,aiocb) ((handle)->vfs_next.ops.aio_cancel((handle)->vfs_next.handles.aio_cancel,(fsp),(aiocb))) handle 417 source3/include/vfs_macros.h #define SMB_VFS_NEXT_AIO_ERROR(handle,fsp,aiocb) ((handle)->vfs_next.ops.aio_error_fn((handle)->vfs_next.handles.aio_error,(fsp),(aiocb))) handle 418 source3/include/vfs_macros.h #define SMB_VFS_NEXT_AIO_FSYNC(handle,fsp,op,aiocb) ((handle)->vfs_next.ops.aio_fsync((handle)->vfs_next.handles.aio_fsync,(fsp),(op),(aiocb))) handle 419 source3/include/vfs_macros.h #define SMB_VFS_NEXT_AIO_SUSPEND(handle,fsp,aiocb,n,ts) ((handle)->vfs_next.ops.aio_suspend((handle)->vfs_next.handles.aio_suspend,(fsp),(aiocb),(n),(ts))) handle 420 source3/include/vfs_macros.h #define SMB_VFS_NEXT_AIO_FORCE(handle,fsp) ((handle)->vfs_next.ops.aio_force((handle)->vfs_next.handles.aio_force,(fsp))) handle 423 source3/include/vfs_macros.h #define SMB_VFS_NEXT_IS_OFFLINE(handle,path,sbuf) ((handle)->vfs_next.ops.is_offline((handle)->vfs_next.handles.is_offline,(path),(sbuf))) handle 424 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SET_OFFLINE(handle,path) ((handle)->vfs_next.ops.set_offline((handle)->vfs_next.handles.set_offline,(path))) handle 77 source3/lib/charcnv.c smb_iconv_t handle = smb_iconv_open(ln,"UCS-2LE"); handle 78 source3/lib/charcnv.c if (handle == (smb_iconv_t) -1) { handle 83 source3/lib/charcnv.c smb_iconv_close(handle); handle 397 source3/lib/ldb/common/ldb.c ret = ldb_wait(req->handle, LDB_WAIT_ALL); handle 413 source3/lib/ldb/common/ldb.c int ldb_wait(struct ldb_handle *handle, enum ldb_wait_type type) handle 415 source3/lib/ldb/common/ldb.c if (!handle) { handle 419 source3/lib/ldb/common/ldb.c return handle->module->ops->wait(handle, type); handle 782 source3/lib/ldb/common/ldb.c ret = ldb_wait(req->handle, LDB_WAIT_ALL); handle 206 source3/lib/ldb/common/ldb_modules.c void *handle; handle 228 source3/lib/ldb/common/ldb_modules.c handle = dlopen(path, RTLD_NOW); handle 229 source3/lib/ldb/common/ldb_modules.c if (handle == NULL) { handle 234 source3/lib/ldb/common/ldb_modules.c init_fn = (int (*)(void))dlsym(handle, "init_samba_module"); handle 240 source3/lib/ldb/common/ldb_modules.c dlclose(handle); handle 248 source3/lib/ldb/common/ldb_modules.c dlclose(handle); handle 770 source3/lib/ldb/include/ldb.h struct ldb_handle *handle; handle 775 source3/lib/ldb/include/ldb.h int ldb_wait(struct ldb_handle *handle, enum ldb_wait_type type); handle 137 source3/lib/ldb/ldb_ildap/ldb_ildap.c struct ldb_handle *handle = talloc_get_type(private_data, struct ldb_handle); handle 138 source3/lib/ldb/ldb_ildap/ldb_ildap.c struct ildb_context *ac = talloc_get_type(handle->private_data, struct ildb_context); handle 144 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->status = LDB_ERR_TIME_LIMIT_EXCEEDED; handle 151 source3/lib/ldb/ldb_ildap/ldb_ildap.c struct ldb_handle *handle = talloc_get_type(req->async.private_data, struct ldb_handle); handle 152 source3/lib/ldb/ldb_ildap/ldb_ildap.c struct ildb_context *ac = talloc_get_type(handle->private_data, struct ildb_context); handle 157 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->status = LDB_SUCCESS; handle 160 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->status = ildb_map_error(ildb, req->status); handle 165 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->status = LDB_ERR_OPERATIONS_ERROR; handle 173 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->status = LDB_ERR_PROTOCOL_ERROR; handle 177 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->status = ildb_map_error(ildb, status); handle 178 source3/lib/ldb/ldb_ildap/ldb_ildap.c if (ac->callback && handle->status == LDB_SUCCESS) { handle 180 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->status = ac->callback(ac->module->ldb, ac->context, NULL); handle 182 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->state = LDB_ASYNC_DONE; handle 187 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->status = LDB_ERR_PROTOCOL_ERROR; handle 191 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->status = ildb_map_error(ildb, status); handle 192 source3/lib/ldb/ldb_ildap/ldb_ildap.c if (ac->callback && handle->status == LDB_SUCCESS) { handle 194 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->status = ac->callback(ac->module->ldb, ac->context, NULL); handle 196 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->state = LDB_ASYNC_DONE; handle 201 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->status = LDB_ERR_PROTOCOL_ERROR; handle 205 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->status = ildb_map_error(ildb, status); handle 206 source3/lib/ldb/ldb_ildap/ldb_ildap.c if (ac->callback && handle->status == LDB_SUCCESS) { handle 208 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->status = ac->callback(ac->module->ldb, ac->context, NULL); handle 210 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->state = LDB_ASYNC_DONE; handle 215 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->status = LDB_ERR_PROTOCOL_ERROR; handle 219 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->status = ildb_map_error(ildb, status); handle 220 source3/lib/ldb/ldb_ildap/ldb_ildap.c if (ac->callback && handle->status == LDB_SUCCESS) { handle 222 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->status = ac->callback(ac->module->ldb, ac->context, NULL); handle 224 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->state = LDB_ASYNC_DONE; handle 237 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->status = LDB_ERR_OPERATIONS_ERROR; handle 248 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->status = ildb_map_error(ildb, status); handle 259 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->status = msg->r.SearchResultDone.resultcode; handle 260 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->state = LDB_ASYNC_DONE; handle 269 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->status = LDB_ERR_OPERATIONS_ERROR; handle 277 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->status = LDB_ERR_OPERATIONS_ERROR; handle 284 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->status = LDB_SUCCESS; handle 285 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->state = LDB_ASYNC_PENDING; handle 293 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->status = LDB_SUCCESS; handle 294 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->state = LDB_ASYNC_PENDING; handle 300 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->status = LDB_ERR_PROTOCOL_ERROR; handle 306 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->status = ret; handle 317 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->status = LDB_ERR_PROTOCOL_ERROR; handle 361 source3/lib/ldb/ldb_ildap/ldb_ildap.c struct ldb_handle **handle) handle 397 source3/lib/ldb/ldb_ildap/ldb_ildap.c *handle = h; handle 413 source3/lib/ldb/ldb_ildap/ldb_ildap.c req->handle = h; handle 418 source3/lib/ldb/ldb_ildap/ldb_ildap.c req->handle->state = LDB_ASYNC_DONE; handle 431 source3/lib/ldb/ldb_ildap/ldb_ildap.c req->handle = NULL; handle 480 source3/lib/ldb/ldb_ildap/ldb_ildap.c return ildb_request_send(module, msg, req->context, req->callback, req->timeout, &(req->handle)); handle 493 source3/lib/ldb/ldb_ildap/ldb_ildap.c req->handle = NULL; handle 530 source3/lib/ldb/ldb_ildap/ldb_ildap.c return ildb_request_send(module, msg, req->context, req->callback, req->timeout, &(req->handle)); handle 543 source3/lib/ldb/ldb_ildap/ldb_ildap.c req->handle = NULL; handle 580 source3/lib/ldb/ldb_ildap/ldb_ildap.c return ildb_request_send(module, msg, req->context, req->callback, req->timeout, &(req->handle)); handle 591 source3/lib/ldb/ldb_ildap/ldb_ildap.c req->handle = NULL; handle 611 source3/lib/ldb/ldb_ildap/ldb_ildap.c return ildb_request_send(module, msg, req->context, req->callback, req->timeout, &(req->handle)); handle 622 source3/lib/ldb/ldb_ildap/ldb_ildap.c req->handle = NULL; handle 660 source3/lib/ldb/ldb_ildap/ldb_ildap.c return ildb_request_send(module, msg, req->context, req->callback, req->timeout, &(req->handle)); handle 689 source3/lib/ldb/ldb_ildap/ldb_ildap.c static int ildb_wait(struct ldb_handle *handle, enum ldb_wait_type type) handle 691 source3/lib/ldb/ldb_ildap/ldb_ildap.c struct ildb_context *ac = talloc_get_type(handle->private_data, struct ildb_context); handle 693 source3/lib/ldb/ldb_ildap/ldb_ildap.c if (handle->state == LDB_ASYNC_DONE) { handle 694 source3/lib/ldb/ldb_ildap/ldb_ildap.c return handle->status; handle 701 source3/lib/ldb/ldb_ildap/ldb_ildap.c handle->state = LDB_ASYNC_INIT; handle 710 source3/lib/ldb/ldb_ildap/ldb_ildap.c while (handle->status == LDB_SUCCESS && handle->state != LDB_ASYNC_DONE) { handle 720 source3/lib/ldb/ldb_ildap/ldb_ildap.c return handle->status; handle 259 source3/lib/ldb/ldb_ldap/ldb_ldap.c req->handle = init_handle(lldb, module, req->context, req->callback, req->timeout, req->starttime); handle 260 source3/lib/ldb/ldb_ldap/ldb_ldap.c if (req->handle == NULL) { handle 264 source3/lib/ldb/ldb_ldap/ldb_ldap.c lldb_ac = talloc_get_type(req->handle->private_data, struct lldb_context); handle 329 source3/lib/ldb/ldb_ldap/ldb_ldap.c req->handle = init_handle(lldb, module, req->context, req->callback, req->timeout, req->starttime); handle 330 source3/lib/ldb/ldb_ldap/ldb_ldap.c if (req->handle == NULL) { handle 334 source3/lib/ldb/ldb_ldap/ldb_ldap.c lldb_ac = talloc_get_type(req->handle->private_data, struct lldb_context); handle 374 source3/lib/ldb/ldb_ldap/ldb_ldap.c req->handle = init_handle(lldb, module, req->context, req->callback, req->timeout, req->starttime); handle 375 source3/lib/ldb/ldb_ldap/ldb_ldap.c if (req->handle == NULL) { handle 379 source3/lib/ldb/ldb_ldap/ldb_ldap.c lldb_ac = talloc_get_type(req->handle->private_data, struct lldb_context); handle 418 source3/lib/ldb/ldb_ldap/ldb_ldap.c req->handle = init_handle(lldb, module, req->context, req->callback, req->timeout, req->starttime); handle 419 source3/lib/ldb/ldb_ldap/ldb_ldap.c if (req->handle == NULL) { handle 423 source3/lib/ldb/ldb_ldap/ldb_ldap.c lldb_ac = talloc_get_type(req->handle->private_data, struct lldb_context); handle 456 source3/lib/ldb/ldb_ldap/ldb_ldap.c req->handle = init_handle(lldb, module, req->context, req->callback, req->timeout, req->starttime); handle 457 source3/lib/ldb/ldb_ldap/ldb_ldap.c if (req->handle == NULL) { handle 461 source3/lib/ldb/ldb_ldap/ldb_ldap.c lldb_ac = talloc_get_type(req->handle->private_data, struct lldb_context); handle 491 source3/lib/ldb/ldb_ldap/ldb_ldap.c static int lldb_parse_result(struct ldb_handle *handle, LDAPMessage *result) handle 493 source3/lib/ldb/ldb_ldap/ldb_ldap.c struct lldb_context *ac = talloc_get_type(handle->private_data, struct lldb_context); handle 506 source3/lib/ldb/ldb_ldap/ldb_ldap.c handle->status = 0; handle 562 source3/lib/ldb/ldb_ldap/ldb_ldap.c handle->status = LDB_ERR_PROTOCOL_ERROR; handle 563 source3/lib/ldb/ldb_ldap/ldb_ldap.c handle->state = LDB_ASYNC_DONE; handle 568 source3/lib/ldb/ldb_ldap/ldb_ldap.c if (ldap_parse_result(lldb->ldap, result, &handle->status, handle 575 source3/lib/ldb/ldb_ldap/ldb_ldap.c handle->status = LDB_ERR_PROTOCOL_ERROR; handle 592 source3/lib/ldb/ldb_ldap/ldb_ldap.c if (ldap_parse_result(lldb->ldap, result, &handle->status, handle 595 source3/lib/ldb/ldb_ldap/ldb_ldap.c handle->status = LDB_ERR_OPERATIONS_ERROR; handle 611 source3/lib/ldb/ldb_ldap/ldb_ldap.c handle->state = LDB_ASYNC_DONE; handle 620 source3/lib/ldb/ldb_ldap/ldb_ldap.c if (ldap_parse_result(lldb->ldap, result, &handle->status, handle 623 source3/lib/ldb/ldb_ldap/ldb_ldap.c handle->status = LDB_ERR_OPERATIONS_ERROR; handle 626 source3/lib/ldb/ldb_ldap/ldb_ldap.c if (ac->callback && handle->status == LDB_SUCCESS) { handle 630 source3/lib/ldb/ldb_ldap/ldb_ldap.c handle->state = LDB_ASYNC_DONE; handle 641 source3/lib/ldb/ldb_ldap/ldb_ldap.c } else if (handle->status) { handle 642 source3/lib/ldb/ldb_ldap/ldb_ldap.c ldb_set_errstring(ac->module->ldb, ldap_err2string(handle->status)); handle 651 source3/lib/ldb/ldb_ldap/ldb_ldap.c return lldb_ldap_to_ldb(handle->status); handle 654 source3/lib/ldb/ldb_ldap/ldb_ldap.c handle->state = LDB_ASYNC_DONE; handle 659 source3/lib/ldb/ldb_ldap/ldb_ldap.c static int lldb_wait(struct ldb_handle *handle, enum ldb_wait_type type) handle 661 source3/lib/ldb/ldb_ldap/ldb_ldap.c struct lldb_context *ac = talloc_get_type(handle->private_data, struct lldb_context); handle 662 source3/lib/ldb/ldb_ldap/ldb_ldap.c struct lldb_private *lldb = talloc_get_type(handle->module->private_data, struct lldb_private); handle 667 source3/lib/ldb/ldb_ldap/ldb_ldap.c if (handle->state == LDB_ASYNC_DONE) { handle 668 source3/lib/ldb/ldb_ldap/ldb_ldap.c return handle->status; handle 675 source3/lib/ldb/ldb_ldap/ldb_ldap.c handle->state = LDB_ASYNC_PENDING; handle 676 source3/lib/ldb/ldb_ldap/ldb_ldap.c handle->status = LDB_SUCCESS; handle 698 source3/lib/ldb/ldb_ldap/ldb_ldap.c return lldb_parse_result(handle, result); handle 704 source3/lib/ldb/ldb_ldap/ldb_ldap.c while (handle->status == LDB_SUCCESS && handle->state != LDB_ASYNC_DONE) { handle 721 source3/lib/ldb/ldb_ldap/ldb_ldap.c ret = lldb_parse_result(handle, result); handle 730 source3/lib/ldb/ldb_ldap/ldb_ldap.c handle->state = LDB_ASYNC_DONE; handle 714 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c struct ldb_handle *handle = talloc_get_type(result, struct ldb_handle); handle 715 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c struct lsql_context *ac = talloc_get_type(handle->private_data, struct lsql_context); handle 735 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c handle->status = ac->callback(ac->module->ldb, ac->context, ac->ares); handle 736 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c if (handle->status != LDB_SUCCESS) handle 856 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c req->handle = init_handle(lsqlite3, module, req); handle 857 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c if (req->handle == NULL) { handle 861 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c lsql_ac = talloc_get_type(req->handle->private_data, struct lsql_context); handle 991 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c req->handle->state = LDB_ASYNC_PENDING; handle 993 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c ret = sqlite3_exec(lsqlite3->sqlite, query, lsqlite3_search_callback, req->handle, &errmsg); handle 1008 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c req->handle->status = lsql_ac->callback(module->ldb, lsql_ac->context, lsql_ac->ares); handle 1009 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c if (req->handle->status != LDB_SUCCESS) handle 1013 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c req->handle->state = LDB_ASYNC_DONE; handle 1034 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c req->handle = init_handle(lsqlite3, module, req); handle 1035 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c if (req->handle == NULL) { handle 1038 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c lsql_ac = talloc_get_type(req->handle->private_data, struct lsql_context); handle 1039 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c req->handle->state = LDB_ASYNC_DONE; handle 1040 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c req->handle->status = LDB_SUCCESS; handle 1153 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c req->handle->status = lsql_ac->callback(module->ldb, lsql_ac->context, NULL); handle 1157 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c req->handle->state = LDB_ASYNC_DONE; handle 1172 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c req->handle = init_handle(lsqlite3, module, req); handle 1173 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c if (req->handle == NULL) { handle 1176 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c lsql_ac = talloc_get_type(req->handle->private_data, struct lsql_context); handle 1177 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c req->handle->state = LDB_ASYNC_DONE; handle 1178 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c req->handle->status = LDB_SUCCESS; handle 1348 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c req->handle->status = lsql_ac->callback(module->ldb, lsql_ac->context, NULL); handle 1352 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c req->handle->state = LDB_ASYNC_DONE; handle 1367 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c req->handle = init_handle(lsqlite3, module, req); handle 1368 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c if (req->handle == NULL) { handle 1371 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c lsql_ac = talloc_get_type(req->handle->private_data, struct lsql_context); handle 1372 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c req->handle->state = LDB_ASYNC_DONE; handle 1373 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c req->handle->status = LDB_SUCCESS; handle 1397 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c req->handle->status = LDB_ERR_OPERATIONS_ERROR; handle 1406 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c req->handle->state = LDB_ASYNC_DONE; handle 1420 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c req->handle = init_handle(lsqlite3, module, req); handle 1421 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c if (req->handle == NULL) { handle 1424 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c lsql_ac = talloc_get_type(req->handle->private_data, struct lsql_context); handle 1425 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c req->handle->state = LDB_ASYNC_DONE; handle 1426 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c req->handle->status = LDB_SUCCESS; handle 1461 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c req->handle->state = LDB_ASYNC_DONE; handle 1539 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c static int lsql_wait(struct ldb_handle *handle, enum ldb_wait_type type) handle 1541 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c return handle->status; handle 638 source3/lib/ldb/ldb_tdb/ldb_index.c struct ldb_handle *handle) handle 640 source3/lib/ldb/ldb_tdb/ldb_index.c struct ltdb_context *ac = talloc_get_type(handle->private_data, struct ltdb_context); handle 654 source3/lib/ldb/ldb_tdb/ldb_index.c handle->status = LDB_ERR_OPERATIONS_ERROR; handle 655 source3/lib/ldb/ldb_tdb/ldb_index.c handle->state = LDB_ASYNC_DONE; handle 661 source3/lib/ldb/ldb_tdb/ldb_index.c handle->status = LDB_ERR_OPERATIONS_ERROR; handle 662 source3/lib/ldb/ldb_tdb/ldb_index.c handle->state = LDB_ASYNC_DONE; handle 697 source3/lib/ldb/ldb_tdb/ldb_index.c handle->status = LDB_ERR_OPERATIONS_ERROR; handle 698 source3/lib/ldb/ldb_tdb/ldb_index.c handle->state = LDB_ASYNC_DONE; handle 704 source3/lib/ldb/ldb_tdb/ldb_index.c handle->state = LDB_ASYNC_PENDING; handle 705 source3/lib/ldb/ldb_tdb/ldb_index.c handle->status = ac->callback(ac->module->ldb, ac->context, ares); handle 707 source3/lib/ldb/ldb_tdb/ldb_index.c if (handle->status != LDB_SUCCESS) { handle 708 source3/lib/ldb/ldb_tdb/ldb_index.c handle->state = LDB_ASYNC_DONE; handle 709 source3/lib/ldb/ldb_tdb/ldb_index.c return handle->status; handle 721 source3/lib/ldb/ldb_tdb/ldb_index.c int ltdb_search_indexed(struct ldb_handle *handle) handle 728 source3/lib/ldb/ldb_tdb/ldb_index.c if (!(ac = talloc_get_type(handle->private_data, handle 741 source3/lib/ldb/ldb_tdb/ldb_index.c dn_list = talloc(handle, struct dn_list); handle 767 source3/lib/ldb/ldb_tdb/ldb_index.c ret = ltdb_index_filter(dn_list, handle); handle 768 source3/lib/ldb/ldb_tdb/ldb_index.c handle->status = ret; handle 769 source3/lib/ldb/ldb_tdb/ldb_index.c handle->state = LDB_ASYNC_DONE; handle 366 source3/lib/ldb/ldb_tdb/ldb_search.c struct ldb_handle *handle = talloc_get_type(state, struct ldb_handle); handle 367 source3/lib/ldb/ldb_tdb/ldb_search.c struct ltdb_context *ac = talloc_get_type(handle->private_data, struct ltdb_context); handle 378 source3/lib/ldb/ldb_tdb/ldb_search.c handle->status = LDB_ERR_OPERATIONS_ERROR; handle 379 source3/lib/ldb/ldb_tdb/ldb_search.c handle->state = LDB_ASYNC_DONE; handle 385 source3/lib/ldb/ldb_tdb/ldb_search.c handle->status = LDB_ERR_OPERATIONS_ERROR; handle 386 source3/lib/ldb/ldb_tdb/ldb_search.c handle->state = LDB_ASYNC_DONE; handle 401 source3/lib/ldb/ldb_tdb/ldb_search.c handle->status = LDB_ERR_OPERATIONS_ERROR; handle 402 source3/lib/ldb/ldb_tdb/ldb_search.c handle->state = LDB_ASYNC_DONE; handle 419 source3/lib/ldb/ldb_tdb/ldb_search.c handle->status = LDB_ERR_OPERATIONS_ERROR; handle 420 source3/lib/ldb/ldb_tdb/ldb_search.c handle->state = LDB_ASYNC_DONE; handle 426 source3/lib/ldb/ldb_tdb/ldb_search.c handle->state = LDB_ASYNC_PENDING; handle 427 source3/lib/ldb/ldb_tdb/ldb_search.c handle->status = ac->callback(ac->module->ldb, ac->context, ares); handle 429 source3/lib/ldb/ldb_tdb/ldb_search.c if (handle->status != LDB_SUCCESS) { handle 442 source3/lib/ldb/ldb_tdb/ldb_search.c static int ltdb_search_full(struct ldb_handle *handle) handle 444 source3/lib/ldb/ldb_tdb/ldb_search.c struct ltdb_context *ac = talloc_get_type(handle->private_data, struct ltdb_context); handle 448 source3/lib/ldb/ldb_tdb/ldb_search.c ret = tdb_traverse_read(ltdb->tdb, search_func, handle); handle 451 source3/lib/ldb/ldb_tdb/ldb_search.c handle->status = LDB_ERR_OPERATIONS_ERROR; handle 454 source3/lib/ldb/ldb_tdb/ldb_search.c handle->state = LDB_ASYNC_DONE; handle 487 source3/lib/ldb/ldb_tdb/ldb_search.c req->handle = init_ltdb_handle(ltdb, module, req); handle 488 source3/lib/ldb/ldb_tdb/ldb_search.c if (req->handle == NULL) { handle 492 source3/lib/ldb/ldb_tdb/ldb_search.c ltdb_ac = talloc_get_type(req->handle->private_data, struct ltdb_context); handle 499 source3/lib/ldb/ldb_tdb/ldb_search.c ret = ltdb_search_indexed(req->handle); handle 501 source3/lib/ldb/ldb_tdb/ldb_search.c ret = ltdb_search_full(req->handle); handle 505 source3/lib/ldb/ldb_tdb/ldb_search.c req->handle->state = LDB_ASYNC_DONE; handle 506 source3/lib/ldb/ldb_tdb/ldb_search.c req->handle->status = ret; handle 517 source3/lib/ldb/ldb_tdb/ldb_search.c req->handle->state = LDB_ASYNC_DONE; handle 521 source3/lib/ldb/ldb_tdb/ldb_search.c req->handle->status = ret; handle 309 source3/lib/ldb/ldb_tdb/ldb_tdb.c req->handle = init_ltdb_handle(ltdb, module, req); handle 310 source3/lib/ldb/ldb_tdb/ldb_tdb.c if (req->handle == NULL) { handle 313 source3/lib/ldb/ldb_tdb/ldb_tdb.c ltdb_ac = talloc_get_type(req->handle->private_data, struct ltdb_context); handle 317 source3/lib/ldb/ldb_tdb/ldb_tdb.c req->handle->status = tret; handle 325 source3/lib/ldb/ldb_tdb/ldb_tdb.c req->handle->state = LDB_ASYNC_DONE; handle 413 source3/lib/ldb/ldb_tdb/ldb_tdb.c req->handle = NULL; handle 419 source3/lib/ldb/ldb_tdb/ldb_tdb.c req->handle = init_ltdb_handle(ltdb, module, req); handle 420 source3/lib/ldb/ldb_tdb/ldb_tdb.c if (req->handle == NULL) { handle 423 source3/lib/ldb/ldb_tdb/ldb_tdb.c ltdb_ac = talloc_get_type(req->handle->private_data, struct ltdb_context); handle 427 source3/lib/ldb/ldb_tdb/ldb_tdb.c req->handle->status = tret; handle 435 source3/lib/ldb/ldb_tdb/ldb_tdb.c req->handle->state = LDB_ASYNC_DONE; handle 773 source3/lib/ldb/ldb_tdb/ldb_tdb.c req->handle = NULL; handle 775 source3/lib/ldb/ldb_tdb/ldb_tdb.c req->handle = init_ltdb_handle(ltdb, module, req); handle 776 source3/lib/ldb/ldb_tdb/ldb_tdb.c if (req->handle == NULL) { handle 779 source3/lib/ldb/ldb_tdb/ldb_tdb.c ltdb_ac = talloc_get_type(req->handle->private_data, struct ltdb_context); handle 783 source3/lib/ldb/ldb_tdb/ldb_tdb.c req->handle->status = tret; handle 794 source3/lib/ldb/ldb_tdb/ldb_tdb.c req->handle->status = tret; handle 802 source3/lib/ldb/ldb_tdb/ldb_tdb.c req->handle->state = LDB_ASYNC_DONE; handle 823 source3/lib/ldb/ldb_tdb/ldb_tdb.c req->handle = NULL; handle 829 source3/lib/ldb/ldb_tdb/ldb_tdb.c req->handle = init_ltdb_handle(ltdb, module, req); handle 830 source3/lib/ldb/ldb_tdb/ldb_tdb.c if (req->handle == NULL) { handle 833 source3/lib/ldb/ldb_tdb/ldb_tdb.c ltdb_ac = talloc_get_type(req->handle->private_data, struct ltdb_context); handle 846 source3/lib/ldb/ldb_tdb/ldb_tdb.c req->handle->status = LDB_ERR_NO_SUCH_OBJECT; handle 873 source3/lib/ldb/ldb_tdb/ldb_tdb.c req->handle->state = LDB_ASYNC_DONE; handle 913 source3/lib/ldb/ldb_tdb/ldb_tdb.c static int ltdb_wait(struct ldb_handle *handle, enum ldb_wait_type type) handle 915 source3/lib/ldb/ldb_tdb/ldb_tdb.c return handle->status; handle 83 source3/lib/ldb/ldb_tdb/ldb_tdb.h int ltdb_search_indexed(struct ldb_handle *handle); handle 99 source3/lib/ldb/modules/asq.c static int asq_terminate(struct ldb_handle *handle) handle 106 source3/lib/ldb/modules/asq.c ac = talloc_get_type(handle->private_data, struct asq_context); handle 111 source3/lib/ldb/modules/asq.c handle->status = LDB_SUCCESS; handle 112 source3/lib/ldb/modules/asq.c handle->state = LDB_ASYNC_DONE; handle 226 source3/lib/ldb/modules/asq.c req->handle = NULL; handle 248 source3/lib/ldb/modules/asq.c req->handle = h; handle 293 source3/lib/ldb/modules/asq.c static int asq_requests(struct ldb_handle *handle) { handle 298 source3/lib/ldb/modules/asq.c if (!(ac = talloc_get_type(handle->private_data, handle 311 source3/lib/ldb/modules/asq.c return asq_terminate(handle); handle 331 source3/lib/ldb/modules/asq.c return asq_terminate(handle); handle 347 source3/lib/ldb/modules/asq.c static int asq_wait_none(struct ldb_handle *handle) handle 352 source3/lib/ldb/modules/asq.c if (!handle || !handle->private_data) { handle 356 source3/lib/ldb/modules/asq.c if (handle->state == LDB_ASYNC_DONE) { handle 357 source3/lib/ldb/modules/asq.c return handle->status; handle 360 source3/lib/ldb/modules/asq.c handle->state = LDB_ASYNC_PENDING; handle 361 source3/lib/ldb/modules/asq.c handle->status = LDB_SUCCESS; handle 363 source3/lib/ldb/modules/asq.c if (!(ac = talloc_get_type(handle->private_data, handle 370 source3/lib/ldb/modules/asq.c ret = ldb_wait(ac->base_req->handle, LDB_WAIT_NONE); handle 373 source3/lib/ldb/modules/asq.c handle->status = ret; handle 377 source3/lib/ldb/modules/asq.c if (ac->base_req->handle->status != LDB_SUCCESS) { handle 378 source3/lib/ldb/modules/asq.c handle->status = ac->base_req->handle->status; handle 381 source3/lib/ldb/modules/asq.c if (ac->base_req->handle->state != LDB_ASYNC_DONE) { handle 385 source3/lib/ldb/modules/asq.c ret = asq_requests(handle); handle 393 source3/lib/ldb/modules/asq.c if (ac->reqs[ac->cur_req]->handle == NULL) { handle 400 source3/lib/ldb/modules/asq.c ret = ldb_wait(ac->reqs[ac->cur_req]->handle, LDB_WAIT_NONE); handle 403 source3/lib/ldb/modules/asq.c handle->status = ret; handle 406 source3/lib/ldb/modules/asq.c if (ac->reqs[ac->cur_req]->handle->status != LDB_SUCCESS) { handle 407 source3/lib/ldb/modules/asq.c handle->status = ac->reqs[ac->cur_req]->handle->status; handle 410 source3/lib/ldb/modules/asq.c if (ac->reqs[ac->cur_req]->handle->state == LDB_ASYNC_DONE) { handle 418 source3/lib/ldb/modules/asq.c return asq_terminate(handle); handle 428 source3/lib/ldb/modules/asq.c handle->state = LDB_ASYNC_DONE; handle 432 source3/lib/ldb/modules/asq.c static int asq_wait_all(struct ldb_handle *handle) handle 436 source3/lib/ldb/modules/asq.c while (handle->state != LDB_ASYNC_DONE) { handle 437 source3/lib/ldb/modules/asq.c ret = asq_wait_none(handle); handle 443 source3/lib/ldb/modules/asq.c return handle->status; handle 446 source3/lib/ldb/modules/asq.c static int asq_wait(struct ldb_handle *handle, enum ldb_wait_type type) handle 449 source3/lib/ldb/modules/asq.c return asq_wait_all(handle); handle 451 source3/lib/ldb/modules/asq.c return asq_wait_none(handle); handle 951 source3/lib/ldb/modules/ldb_map.c req->handle = NULL; handle 998 source3/lib/ldb/modules/ldb_map.c typedef int (*map_next_function)(struct ldb_handle *handle); handle 1040 source3/lib/ldb/modules/ldb_map.c static int map_wait_next(struct ldb_handle *handle) handle 1047 source3/lib/ldb/modules/ldb_map.c if (handle == NULL || handle->private_data == NULL) { handle 1051 source3/lib/ldb/modules/ldb_map.c if (handle->state == LDB_ASYNC_DONE) { handle 1052 source3/lib/ldb/modules/ldb_map.c return handle->status; handle 1055 source3/lib/ldb/modules/ldb_map.c handle->state = LDB_ASYNC_PENDING; handle 1056 source3/lib/ldb/modules/ldb_map.c handle->status = LDB_SUCCESS; handle 1058 source3/lib/ldb/modules/ldb_map.c ac = talloc_get_type(handle->private_data, struct map_context); handle 1064 source3/lib/ldb/modules/ldb_map.c ret = ldb_wait(req->handle, LDB_WAIT_NONE); handle 1067 source3/lib/ldb/modules/ldb_map.c handle->status = ret; handle 1070 source3/lib/ldb/modules/ldb_map.c if (req->handle->status != LDB_SUCCESS) { handle 1071 source3/lib/ldb/modules/ldb_map.c handle->status = req->handle->status; handle 1074 source3/lib/ldb/modules/ldb_map.c if (req->handle->state != LDB_ASYNC_DONE) { handle 1082 source3/lib/ldb/modules/ldb_map.c ret = ldb_wait(req->handle, LDB_WAIT_NONE); handle 1085 source3/lib/ldb/modules/ldb_map.c handle->status = ret; handle 1088 source3/lib/ldb/modules/ldb_map.c if (req->handle->status != LDB_SUCCESS) { handle 1089 source3/lib/ldb/modules/ldb_map.c handle->status = req->handle->status; handle 1092 source3/lib/ldb/modules/ldb_map.c if (req->handle->state != LDB_ASYNC_DONE) { handle 1098 source3/lib/ldb/modules/ldb_map.c return next(handle); handle 1105 source3/lib/ldb/modules/ldb_map.c handle->state = LDB_ASYNC_DONE; handle 1110 source3/lib/ldb/modules/ldb_map.c static int map_wait_all(struct ldb_handle *handle) handle 1114 source3/lib/ldb/modules/ldb_map.c while (handle->state != LDB_ASYNC_DONE) { handle 1115 source3/lib/ldb/modules/ldb_map.c ret = map_wait_next(handle); handle 1121 source3/lib/ldb/modules/ldb_map.c return handle->status; handle 1125 source3/lib/ldb/modules/ldb_map.c static int map_wait(struct ldb_handle *handle, enum ldb_wait_type type) handle 1128 source3/lib/ldb/modules/ldb_map.c return map_wait_all(handle); handle 1130 source3/lib/ldb/modules/ldb_map.c return map_wait_next(handle); handle 185 source3/lib/ldb/modules/ldb_map_inbound.c int map_add_do_remote(struct ldb_handle *handle) handle 189 source3/lib/ldb/modules/ldb_map_inbound.c ac = talloc_get_type(handle->private_data, struct map_context); handle 195 source3/lib/ldb/modules/ldb_map_inbound.c handle->state = LDB_ASYNC_INIT; handle 196 source3/lib/ldb/modules/ldb_map_inbound.c handle->status = LDB_SUCCESS; handle 202 source3/lib/ldb/modules/ldb_map_inbound.c int map_add_do_local(struct ldb_handle *handle) handle 206 source3/lib/ldb/modules/ldb_map_inbound.c ac = talloc_get_type(handle->private_data, struct map_context); handle 212 source3/lib/ldb/modules/ldb_map_inbound.c handle->state = LDB_ASYNC_INIT; handle 213 source3/lib/ldb/modules/ldb_map_inbound.c handle->status = LDB_SUCCESS; handle 293 source3/lib/ldb/modules/ldb_map_inbound.c req->handle = h; /* return our own handle to deal with this call */ handle 304 source3/lib/ldb/modules/ldb_map_inbound.c req->handle = h; /* return our own handle to deal with this call */ handle 315 source3/lib/ldb/modules/ldb_map_inbound.c int map_modify_do_remote(struct ldb_handle *handle) handle 319 source3/lib/ldb/modules/ldb_map_inbound.c ac = talloc_get_type(handle->private_data, struct map_context); handle 325 source3/lib/ldb/modules/ldb_map_inbound.c handle->state = LDB_ASYNC_INIT; handle 326 source3/lib/ldb/modules/ldb_map_inbound.c handle->status = LDB_SUCCESS; handle 332 source3/lib/ldb/modules/ldb_map_inbound.c int map_modify_do_local(struct ldb_handle *handle) handle 338 source3/lib/ldb/modules/ldb_map_inbound.c ac = talloc_get_type(handle->private_data, struct map_context); handle 365 source3/lib/ldb/modules/ldb_map_inbound.c handle->state = LDB_ASYNC_INIT; handle 366 source3/lib/ldb/modules/ldb_map_inbound.c handle->status = LDB_SUCCESS; handle 448 source3/lib/ldb/modules/ldb_map_inbound.c req->handle = h; /* return our own handle to deal with this call */ handle 460 source3/lib/ldb/modules/ldb_map_inbound.c req->handle = h; /* return our own handle to deal with this call */ handle 471 source3/lib/ldb/modules/ldb_map_inbound.c int map_delete_do_remote(struct ldb_handle *handle) handle 475 source3/lib/ldb/modules/ldb_map_inbound.c ac = talloc_get_type(handle->private_data, struct map_context); handle 481 source3/lib/ldb/modules/ldb_map_inbound.c handle->state = LDB_ASYNC_INIT; handle 482 source3/lib/ldb/modules/ldb_map_inbound.c handle->status = LDB_SUCCESS; handle 488 source3/lib/ldb/modules/ldb_map_inbound.c int map_delete_do_local(struct ldb_handle *handle) handle 492 source3/lib/ldb/modules/ldb_map_inbound.c ac = talloc_get_type(handle->private_data, struct map_context); handle 496 source3/lib/ldb/modules/ldb_map_inbound.c return map_delete_do_remote(handle); handle 503 source3/lib/ldb/modules/ldb_map_inbound.c handle->state = LDB_ASYNC_INIT; handle 504 source3/lib/ldb/modules/ldb_map_inbound.c handle->status = LDB_SUCCESS; handle 555 source3/lib/ldb/modules/ldb_map_inbound.c req->handle = h; /* return our own handle to deal with this call */ handle 568 source3/lib/ldb/modules/ldb_map_inbound.c req->handle = h; /* return our own handle to deal with this call */ handle 582 source3/lib/ldb/modules/ldb_map_inbound.c int map_rename_do_remote(struct ldb_handle *handle) handle 586 source3/lib/ldb/modules/ldb_map_inbound.c ac = talloc_get_type(handle->private_data, struct map_context); handle 592 source3/lib/ldb/modules/ldb_map_inbound.c handle->state = LDB_ASYNC_INIT; handle 593 source3/lib/ldb/modules/ldb_map_inbound.c handle->status = LDB_SUCCESS; handle 599 source3/lib/ldb/modules/ldb_map_inbound.c int map_rename_do_fixup(struct ldb_handle *handle) handle 603 source3/lib/ldb/modules/ldb_map_inbound.c ac = talloc_get_type(handle->private_data, struct map_context); handle 609 source3/lib/ldb/modules/ldb_map_inbound.c handle->state = LDB_ASYNC_INIT; handle 610 source3/lib/ldb/modules/ldb_map_inbound.c handle->status = LDB_SUCCESS; handle 616 source3/lib/ldb/modules/ldb_map_inbound.c int map_rename_do_local(struct ldb_handle *handle) handle 620 source3/lib/ldb/modules/ldb_map_inbound.c ac = talloc_get_type(handle->private_data, struct map_context); handle 624 source3/lib/ldb/modules/ldb_map_inbound.c return map_rename_do_remote(handle); handle 631 source3/lib/ldb/modules/ldb_map_inbound.c handle->state = LDB_ASYNC_INIT; handle 632 source3/lib/ldb/modules/ldb_map_inbound.c handle->status = LDB_SUCCESS; handle 695 source3/lib/ldb/modules/ldb_map_inbound.c req->handle = h; /* return our own handle to deal with this call */ handle 712 source3/lib/ldb/modules/ldb_map_inbound.c req->handle = h; /* return our own handle to deal with this call */ handle 1209 source3/lib/ldb/modules/ldb_map_outbound.c ac->search_reqs[0]->handle = h; /* return our own handle to deal with this call */ handle 1276 source3/lib/ldb/modules/ldb_map_outbound.c req->handle = h; handle 99 source3/lib/ldb/modules/ldb_map_private.h int map_add_do_remote(struct ldb_handle *handle); handle 100 source3/lib/ldb/modules/ldb_map_private.h int map_add_do_local(struct ldb_handle *handle); handle 103 source3/lib/ldb/modules/ldb_map_private.h int map_modify_do_remote(struct ldb_handle *handle); handle 104 source3/lib/ldb/modules/ldb_map_private.h int map_modify_do_local(struct ldb_handle *handle); handle 107 source3/lib/ldb/modules/ldb_map_private.h int map_delete_do_remote(struct ldb_handle *handle); handle 108 source3/lib/ldb/modules/ldb_map_private.h int map_delete_do_local(struct ldb_handle *handle); handle 111 source3/lib/ldb/modules/ldb_map_private.h int map_rename_do_remote(struct ldb_handle *handle); handle 112 source3/lib/ldb/modules/ldb_map_private.h int map_rename_do_fixup(struct ldb_handle *handle); handle 113 source3/lib/ldb/modules/ldb_map_private.h int map_rename_do_local(struct ldb_handle *handle); handle 285 source3/lib/ldb/modules/objectclass.c req->handle = down_req->handle; handle 384 source3/lib/ldb/modules/objectclass.c req->handle = down_req->handle; handle 401 source3/lib/ldb/modules/objectclass.c req->handle = h; handle 573 source3/lib/ldb/modules/objectclass.c static int oc_wait(struct ldb_handle *handle) { handle 577 source3/lib/ldb/modules/objectclass.c if (!handle || !handle->private_data) { handle 581 source3/lib/ldb/modules/objectclass.c if (handle->state == LDB_ASYNC_DONE) { handle 582 source3/lib/ldb/modules/objectclass.c return handle->status; handle 585 source3/lib/ldb/modules/objectclass.c handle->state = LDB_ASYNC_PENDING; handle 586 source3/lib/ldb/modules/objectclass.c handle->status = LDB_SUCCESS; handle 588 source3/lib/ldb/modules/objectclass.c ac = talloc_get_type(handle->private_data, struct oc_context); handle 592 source3/lib/ldb/modules/objectclass.c ret = ldb_wait(ac->down_req->handle, LDB_WAIT_NONE); handle 595 source3/lib/ldb/modules/objectclass.c handle->status = ret; handle 598 source3/lib/ldb/modules/objectclass.c if (ac->down_req->handle->status != LDB_SUCCESS) { handle 599 source3/lib/ldb/modules/objectclass.c handle->status = ac->down_req->handle->status; handle 603 source3/lib/ldb/modules/objectclass.c if (ac->down_req->handle->state != LDB_ASYNC_DONE) { handle 608 source3/lib/ldb/modules/objectclass.c return objectclass_search_self(handle); handle 611 source3/lib/ldb/modules/objectclass.c ret = ldb_wait(ac->search_req->handle, LDB_WAIT_NONE); handle 614 source3/lib/ldb/modules/objectclass.c handle->status = ret; handle 617 source3/lib/ldb/modules/objectclass.c if (ac->search_req->handle->status != LDB_SUCCESS) { handle 618 source3/lib/ldb/modules/objectclass.c handle->status = ac->search_req->handle->status; handle 622 source3/lib/ldb/modules/objectclass.c if (ac->search_req->handle->state != LDB_ASYNC_DONE) { handle 627 source3/lib/ldb/modules/objectclass.c return objectclass_do_mod(handle); handle 630 source3/lib/ldb/modules/objectclass.c ret = ldb_wait(ac->mod_req->handle, LDB_WAIT_NONE); handle 633 source3/lib/ldb/modules/objectclass.c handle->status = ret; handle 636 source3/lib/ldb/modules/objectclass.c if (ac->mod_req->handle->status != LDB_SUCCESS) { handle 637 source3/lib/ldb/modules/objectclass.c handle->status = ac->mod_req->handle->status; handle 641 source3/lib/ldb/modules/objectclass.c if (ac->mod_req->handle->state != LDB_ASYNC_DONE) { handle 655 source3/lib/ldb/modules/objectclass.c handle->state = LDB_ASYNC_DONE; handle 659 source3/lib/ldb/modules/objectclass.c static int oc_wait_all(struct ldb_handle *handle) { handle 663 source3/lib/ldb/modules/objectclass.c while (handle->state != LDB_ASYNC_DONE) { handle 664 source3/lib/ldb/modules/objectclass.c ret = oc_wait(handle); handle 670 source3/lib/ldb/modules/objectclass.c return handle->status; handle 673 source3/lib/ldb/modules/objectclass.c static int objectclass_wait(struct ldb_handle *handle, enum ldb_wait_type type) handle 676 source3/lib/ldb/modules/objectclass.c return oc_wait_all(handle); handle 678 source3/lib/ldb/modules/objectclass.c return oc_wait(handle); handle 218 source3/lib/ldb/modules/operational.c req->handle = NULL; handle 285 source3/lib/ldb/modules/operational.c req->handle = down_req->handle; handle 251 source3/lib/ldb/modules/paged_results.c req->handle = NULL; handle 323 source3/lib/ldb/modules/paged_results.c req->handle = h; handle 339 source3/lib/ldb/modules/paged_results.c static int paged_results(struct ldb_handle *handle) handle 347 source3/lib/ldb/modules/paged_results.c ac = talloc_get_type(handle->private_data, struct paged_context); handle 356 source3/lib/ldb/modules/paged_results.c handle->status = ret; handle 357 source3/lib/ldb/modules/paged_results.c handle->state = LDB_ASYNC_DONE; handle 367 source3/lib/ldb/modules/paged_results.c handle->state = LDB_ASYNC_DONE; handle 373 source3/lib/ldb/modules/paged_results.c handle->status = ret; handle 374 source3/lib/ldb/modules/paged_results.c handle->state = LDB_ASYNC_DONE; handle 384 source3/lib/ldb/modules/paged_results.c handle->status = LDB_ERR_OPERATIONS_ERROR; handle 385 source3/lib/ldb/modules/paged_results.c return handle->status; handle 400 source3/lib/ldb/modules/paged_results.c handle->status = LDB_ERR_OPERATIONS_ERROR; handle 401 source3/lib/ldb/modules/paged_results.c return handle->status; handle 406 source3/lib/ldb/modules/paged_results.c handle->status = LDB_ERR_OPERATIONS_ERROR; handle 407 source3/lib/ldb/modules/paged_results.c return handle->status; handle 412 source3/lib/ldb/modules/paged_results.c handle->status = LDB_ERR_OPERATIONS_ERROR; handle 413 source3/lib/ldb/modules/paged_results.c return handle->status; handle 421 source3/lib/ldb/modules/paged_results.c handle->status = LDB_ERR_OPERATIONS_ERROR; handle 422 source3/lib/ldb/modules/paged_results.c return handle->status; handle 441 source3/lib/ldb/modules/paged_results.c handle->status = ret; handle 446 source3/lib/ldb/modules/paged_results.c static int paged_wait(struct ldb_handle *handle, enum ldb_wait_type type) handle 451 source3/lib/ldb/modules/paged_results.c if (!handle || !handle->private_data) { handle 455 source3/lib/ldb/modules/paged_results.c if (handle->state == LDB_ASYNC_DONE) { handle 456 source3/lib/ldb/modules/paged_results.c return handle->status; handle 459 source3/lib/ldb/modules/paged_results.c handle->state = LDB_ASYNC_PENDING; handle 461 source3/lib/ldb/modules/paged_results.c ac = talloc_get_type(handle->private_data, struct paged_context); handle 463 source3/lib/ldb/modules/paged_results.c if (ac->store->req->handle->state == LDB_ASYNC_DONE) { handle 466 source3/lib/ldb/modules/paged_results.c ret = paged_results(handle); handle 478 source3/lib/ldb/modules/paged_results.c while (ac->store->req->handle->state != LDB_ASYNC_DONE) { handle 479 source3/lib/ldb/modules/paged_results.c ret = ldb_wait(ac->store->req->handle, type); handle 481 source3/lib/ldb/modules/paged_results.c handle->state = LDB_ASYNC_DONE; handle 482 source3/lib/ldb/modules/paged_results.c handle->status = ret; handle 487 source3/lib/ldb/modules/paged_results.c ret = paged_results(handle); handle 498 source3/lib/ldb/modules/paged_results.c ret = ldb_wait(ac->store->req->handle, type); handle 500 source3/lib/ldb/modules/paged_results.c handle->state = LDB_ASYNC_DONE; handle 501 source3/lib/ldb/modules/paged_results.c handle->status = ret; handle 505 source3/lib/ldb/modules/paged_results.c handle->status = ret; handle 508 source3/lib/ldb/modules/paged_results.c ac->store->req->handle->state == LDB_ASYNC_DONE) { handle 510 source3/lib/ldb/modules/paged_results.c ret = paged_results(handle); handle 291 source3/lib/ldb/modules/paged_searches.c req->handle = h; handle 296 source3/lib/ldb/modules/paged_searches.c static int ps_continuation(struct ldb_handle *handle) handle 300 source3/lib/ldb/modules/paged_searches.c if (!handle || !handle->private_data) { handle 304 source3/lib/ldb/modules/paged_searches.c ac = talloc_get_type(handle->private_data, struct ps_context); handle 307 source3/lib/ldb/modules/paged_searches.c ac->new_req->handle = NULL; handle 309 source3/lib/ldb/modules/paged_searches.c return ldb_next_request(handle->module, ac->new_req); handle 312 source3/lib/ldb/modules/paged_searches.c static int ps_wait_none(struct ldb_handle *handle) handle 317 source3/lib/ldb/modules/paged_searches.c if (!handle || !handle->private_data) { handle 321 source3/lib/ldb/modules/paged_searches.c if (handle->state == LDB_ASYNC_DONE) { handle 322 source3/lib/ldb/modules/paged_searches.c return handle->status; handle 325 source3/lib/ldb/modules/paged_searches.c handle->state = LDB_ASYNC_PENDING; handle 326 source3/lib/ldb/modules/paged_searches.c handle->status = LDB_SUCCESS; handle 328 source3/lib/ldb/modules/paged_searches.c ac = talloc_get_type(handle->private_data, struct ps_context); handle 330 source3/lib/ldb/modules/paged_searches.c ret = ldb_wait(ac->new_req->handle, LDB_WAIT_NONE); handle 333 source3/lib/ldb/modules/paged_searches.c handle->status = ret; handle 337 source3/lib/ldb/modules/paged_searches.c if (ac->new_req->handle->status != LDB_SUCCESS) { handle 338 source3/lib/ldb/modules/paged_searches.c handle->status = ac->new_req->handle->status; handle 342 source3/lib/ldb/modules/paged_searches.c if (ac->new_req->handle->state != LDB_ASYNC_DONE) { handle 348 source3/lib/ldb/modules/paged_searches.c ret = ps_continuation(handle); handle 350 source3/lib/ldb/modules/paged_searches.c handle->status = ret; handle 361 source3/lib/ldb/modules/paged_searches.c handle->state = LDB_ASYNC_DONE; handle 365 source3/lib/ldb/modules/paged_searches.c static int ps_wait_all(struct ldb_handle *handle) handle 369 source3/lib/ldb/modules/paged_searches.c while (handle->state != LDB_ASYNC_DONE) { handle 370 source3/lib/ldb/modules/paged_searches.c ret = ps_wait_none(handle); handle 376 source3/lib/ldb/modules/paged_searches.c return handle->status; handle 379 source3/lib/ldb/modules/paged_searches.c static int ps_wait(struct ldb_handle *handle, enum ldb_wait_type type) handle 382 source3/lib/ldb/modules/paged_searches.c return ps_wait_all(handle); handle 384 source3/lib/ldb/modules/paged_searches.c return ps_wait_none(handle); handle 445 source3/lib/ldb/modules/paged_searches.c ret = ldb_wait(req->handle, LDB_WAIT_ALL); handle 133 source3/lib/ldb/modules/rdn_name.c req->handle = down_req->handle; handle 186 source3/lib/ldb/modules/rdn_name.c req->handle = h; handle 242 source3/lib/ldb/modules/rdn_name.c static int rename_wait(struct ldb_handle *handle) handle 247 source3/lib/ldb/modules/rdn_name.c if (!handle || !handle->private_data) { handle 251 source3/lib/ldb/modules/rdn_name.c if (handle->state == LDB_ASYNC_DONE) { handle 252 source3/lib/ldb/modules/rdn_name.c return handle->status; handle 255 source3/lib/ldb/modules/rdn_name.c handle->state = LDB_ASYNC_PENDING; handle 256 source3/lib/ldb/modules/rdn_name.c handle->status = LDB_SUCCESS; handle 258 source3/lib/ldb/modules/rdn_name.c ac = talloc_get_type(handle->private_data, struct rename_context); handle 262 source3/lib/ldb/modules/rdn_name.c ret = ldb_wait(ac->down_req->handle, LDB_WAIT_NONE); handle 264 source3/lib/ldb/modules/rdn_name.c handle->status = ret; handle 267 source3/lib/ldb/modules/rdn_name.c if (ac->down_req->handle->status != LDB_SUCCESS) { handle 268 source3/lib/ldb/modules/rdn_name.c handle->status = ac->down_req->handle->status; handle 272 source3/lib/ldb/modules/rdn_name.c if (ac->down_req->handle->state != LDB_ASYNC_DONE) { handle 277 source3/lib/ldb/modules/rdn_name.c return rdn_name_rename_do_mod(handle); handle 280 source3/lib/ldb/modules/rdn_name.c ret = ldb_wait(ac->mod_req->handle, LDB_WAIT_NONE); handle 282 source3/lib/ldb/modules/rdn_name.c handle->status = ret; handle 285 source3/lib/ldb/modules/rdn_name.c if (ac->mod_req->handle->status != LDB_SUCCESS) { handle 286 source3/lib/ldb/modules/rdn_name.c handle->status = ac->mod_req->handle->status; handle 290 source3/lib/ldb/modules/rdn_name.c if (ac->mod_req->handle->state != LDB_ASYNC_DONE) { handle 304 source3/lib/ldb/modules/rdn_name.c handle->state = LDB_ASYNC_DONE; handle 308 source3/lib/ldb/modules/rdn_name.c static int rename_wait_all(struct ldb_handle *handle) { handle 312 source3/lib/ldb/modules/rdn_name.c while (handle->state != LDB_ASYNC_DONE) { handle 313 source3/lib/ldb/modules/rdn_name.c ret = rename_wait(handle); handle 319 source3/lib/ldb/modules/rdn_name.c return handle->status; handle 322 source3/lib/ldb/modules/rdn_name.c static int rdn_name_wait(struct ldb_handle *handle, enum ldb_wait_type type) handle 325 source3/lib/ldb/modules/rdn_name.c return rename_wait_all(handle); handle 327 source3/lib/ldb/modules/rdn_name.c return rename_wait(handle); handle 231 source3/lib/ldb/modules/sort.c req->handle = NULL; handle 304 source3/lib/ldb/modules/sort.c req->handle = h; handle 309 source3/lib/ldb/modules/sort.c static int server_sort_results(struct ldb_handle *handle) handle 315 source3/lib/ldb/modules/sort.c ac = talloc_get_type(handle->private_data, struct sort_context); handle 327 source3/lib/ldb/modules/sort.c handle->status = LDB_ERR_OPERATIONS_ERROR; handle 328 source3/lib/ldb/modules/sort.c return handle->status; handle 334 source3/lib/ldb/modules/sort.c handle->status = ac->up_callback(ac->module->ldb, ac->up_context, ares); handle 335 source3/lib/ldb/modules/sort.c if (handle->status != LDB_SUCCESS) { handle 336 source3/lib/ldb/modules/sort.c return handle->status; handle 343 source3/lib/ldb/modules/sort.c handle->status = LDB_ERR_OPERATIONS_ERROR; handle 344 source3/lib/ldb/modules/sort.c return handle->status; handle 350 source3/lib/ldb/modules/sort.c handle->status = ac->up_callback(ac->module->ldb, ac->up_context, ares); handle 351 source3/lib/ldb/modules/sort.c if (handle->status != LDB_SUCCESS) { handle 352 source3/lib/ldb/modules/sort.c return handle->status; handle 358 source3/lib/ldb/modules/sort.c handle->status = LDB_ERR_OPERATIONS_ERROR; handle 359 source3/lib/ldb/modules/sort.c return handle->status; handle 365 source3/lib/ldb/modules/sort.c handle->status = ac->up_callback(ac->module->ldb, ac->up_context, ares); handle 366 source3/lib/ldb/modules/sort.c if (handle->status != LDB_SUCCESS) { handle 367 source3/lib/ldb/modules/sort.c return handle->status; handle 377 source3/lib/ldb/modules/sort.c static int server_sort_wait(struct ldb_handle *handle, enum ldb_wait_type type) handle 382 source3/lib/ldb/modules/sort.c if (!handle || !handle->private_data) { handle 386 source3/lib/ldb/modules/sort.c ac = talloc_get_type(handle->private_data, struct sort_context); handle 388 source3/lib/ldb/modules/sort.c ret = ldb_wait(ac->req->handle, type); handle 391 source3/lib/ldb/modules/sort.c handle->status = ret; handle 395 source3/lib/ldb/modules/sort.c handle->state = ac->req->handle->state; handle 396 source3/lib/ldb/modules/sort.c handle->status = ac->req->handle->status; handle 398 source3/lib/ldb/modules/sort.c if (handle->status != LDB_SUCCESS) { handle 399 source3/lib/ldb/modules/sort.c return handle->status; handle 402 source3/lib/ldb/modules/sort.c if (handle->state == LDB_ASYNC_DONE) { handle 403 source3/lib/ldb/modules/sort.c ret = server_sort_results(handle); handle 391 source3/lib/ldb/nssldb/ldb-nss.c ret = ldb_wait(req->handle, LDB_WAIT_ALL); handle 234 source3/lib/ldb/tools/ldbsearch.c ret = ldb_wait(req->handle, LDB_WAIT_ALL); handle 31 source3/lib/module.c void *handle; handle 40 source3/lib/module.c handle = dlopen(module_name, RTLD_LAZY); handle 46 source3/lib/module.c if(!handle) { handle 52 source3/lib/module.c init = (init_module_function *)dlsym(handle, "init_samba_module"); handle 60 source3/lib/module.c dlclose(handle); handle 70 source3/lib/module.c dlclose(handle); handle 71 source3/lib/netapi/localgroup.c struct policy_handle *handle, handle 84 source3/lib/netapi/localgroup.c handle, handle 72 source3/lib/netapi/netapi_private.h struct policy_handle *handle); handle 74 source3/lib/netapi/netapi_private.h struct policy_handle *handle); handle 76 source3/lib/netapi/netapi_private.h struct policy_handle *handle); handle 234 source3/lib/netapi/samr.c struct policy_handle *handle) handle 238 source3/lib/netapi/samr.c if (!is_valid_policy_hnd(handle)) { handle 245 source3/lib/netapi/samr.c if (!policy_hnd_equal(handle, &priv->samr.domain_handle)) { handle 249 source3/lib/netapi/samr.c rpccli_samr_Close(priv->samr.cli, ctx, handle); handle 258 source3/lib/netapi/samr.c struct policy_handle *handle) handle 262 source3/lib/netapi/samr.c if (!is_valid_policy_hnd(handle)) { handle 269 source3/lib/netapi/samr.c if (!policy_hnd_equal(handle, &priv->samr.builtin_handle)) { handle 273 source3/lib/netapi/samr.c rpccli_samr_Close(priv->samr.cli, ctx, handle); handle 282 source3/lib/netapi/samr.c struct policy_handle *handle) handle 286 source3/lib/netapi/samr.c if (!is_valid_policy_hnd(handle)) { handle 293 source3/lib/netapi/samr.c if (!policy_hnd_equal(handle, &priv->samr.connect_handle)) { handle 297 source3/lib/netapi/samr.c rpccli_samr_Close(priv->samr.cli, ctx, handle); handle 399 source3/lib/smbldap.c LDAPMessage **handle; handle 405 source3/lib/smbldap.c handle = TALLOC_P(mem_ctx, LDAPMessage *); handle 406 source3/lib/smbldap.c SMB_ASSERT(handle != NULL); handle 408 source3/lib/smbldap.c *handle = result; handle 409 source3/lib/smbldap.c talloc_set_destructor(handle, ldapmsg_destructor); handle 419 source3/lib/smbldap.c LDAPMod ***handle; handle 425 source3/lib/smbldap.c handle = TALLOC_P(mem_ctx, LDAPMod **); handle 426 source3/lib/smbldap.c SMB_ASSERT(handle != NULL); handle 428 source3/lib/smbldap.c *handle = mod; handle 429 source3/lib/smbldap.c talloc_set_destructor(handle, ldapmod_destructor); handle 361 source3/lib/sysacls.c SMB_ACL_T sys_acl_get_file(vfs_handle_struct *handle, handle 364 source3/lib/sysacls.c return posixacl_sys_acl_get_file(handle, path_p, type); handle 367 source3/lib/sysacls.c SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp) handle 369 source3/lib/sysacls.c return posixacl_sys_acl_get_fd(handle, fsp); handle 372 source3/lib/sysacls.c int sys_acl_set_file(vfs_handle_struct *handle, handle 375 source3/lib/sysacls.c return posixacl_sys_acl_set_file(handle, name, type, acl_d); handle 378 source3/lib/sysacls.c int sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, handle 381 source3/lib/sysacls.c return posixacl_sys_acl_set_fd(handle, fsp, acl_d); handle 384 source3/lib/sysacls.c int sys_acl_delete_def_file(vfs_handle_struct *handle, handle 387 source3/lib/sysacls.c return posixacl_sys_acl_delete_def_file(handle, path); handle 392 source3/lib/sysacls.c SMB_ACL_T sys_acl_get_file(vfs_handle_struct *handle, handle 395 source3/lib/sysacls.c return aixacl_sys_acl_get_file(handle, path_p, type); handle 398 source3/lib/sysacls.c SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp) handle 400 source3/lib/sysacls.c return aixacl_sys_acl_get_fd(handle, fsp); handle 403 source3/lib/sysacls.c int sys_acl_set_file(vfs_handle_struct *handle, handle 406 source3/lib/sysacls.c return aixacl_sys_acl_set_file(handle, name, type, acl_d); handle 409 source3/lib/sysacls.c int sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, handle 412 source3/lib/sysacls.c return aixacl_sys_acl_set_fd(handle, fsp, acl_d); handle 415 source3/lib/sysacls.c int sys_acl_delete_def_file(vfs_handle_struct *handle, handle 418 source3/lib/sysacls.c return aixacl_sys_acl_delete_def_file(handle, path); handle 423 source3/lib/sysacls.c SMB_ACL_T sys_acl_get_file(vfs_handle_struct *handle, handle 426 source3/lib/sysacls.c return tru64acl_sys_acl_get_file(handle, path_p, type); handle 429 source3/lib/sysacls.c SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp) handle 431 source3/lib/sysacls.c return tru64acl_sys_acl_get_fd(handle, fsp); handle 434 source3/lib/sysacls.c int sys_acl_set_file(vfs_handle_struct *handle, handle 437 source3/lib/sysacls.c return tru64acl_sys_acl_set_file(handle, name, type, acl_d); handle 440 source3/lib/sysacls.c int sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, handle 443 source3/lib/sysacls.c return tru64acl_sys_acl_set_fd(handle, fsp, acl_d); handle 446 source3/lib/sysacls.c int sys_acl_delete_def_file(vfs_handle_struct *handle, handle 449 source3/lib/sysacls.c return tru64acl_sys_acl_delete_def_file(handle, path); handle 454 source3/lib/sysacls.c SMB_ACL_T sys_acl_get_file(vfs_handle_struct *handle, handle 457 source3/lib/sysacls.c return solarisacl_sys_acl_get_file(handle, path_p, type); handle 460 source3/lib/sysacls.c SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp) handle 462 source3/lib/sysacls.c return solarisacl_sys_acl_get_fd(handle, fsp); handle 465 source3/lib/sysacls.c int sys_acl_set_file(vfs_handle_struct *handle, handle 468 source3/lib/sysacls.c return solarisacl_sys_acl_set_file(handle, name, type, acl_d); handle 471 source3/lib/sysacls.c int sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, handle 474 source3/lib/sysacls.c return solarisacl_sys_acl_set_fd(handle, fsp, acl_d); handle 477 source3/lib/sysacls.c int sys_acl_delete_def_file(vfs_handle_struct *handle, handle 480 source3/lib/sysacls.c return solarisacl_sys_acl_delete_def_file(handle, path); handle 485 source3/lib/sysacls.c SMB_ACL_T sys_acl_get_file(vfs_handle_struct *handle, handle 488 source3/lib/sysacls.c return hpuxacl_sys_acl_get_file(handle, path_p, type); handle 491 source3/lib/sysacls.c SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp) handle 493 source3/lib/sysacls.c return hpuxacl_sys_acl_get_fd(handle, fsp); handle 496 source3/lib/sysacls.c int sys_acl_set_file(vfs_handle_struct *handle, handle 499 source3/lib/sysacls.c return hpuxacl_sys_acl_set_file(handle, name, type, acl_d); handle 502 source3/lib/sysacls.c int sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, handle 505 source3/lib/sysacls.c return hpuxacl_sys_acl_set_fd(handle, fsp, acl_d); handle 508 source3/lib/sysacls.c int sys_acl_delete_def_file(vfs_handle_struct *handle, handle 511 source3/lib/sysacls.c return hpuxacl_sys_acl_delete_def_file(handle, path); handle 516 source3/lib/sysacls.c SMB_ACL_T sys_acl_get_file(vfs_handle_struct *handle, handle 519 source3/lib/sysacls.c return irixacl_sys_acl_get_file(handle, path_p, type); handle 522 source3/lib/sysacls.c SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp) handle 524 source3/lib/sysacls.c return irixacl_sys_acl_get_fd(handle, fsp); handle 527 source3/lib/sysacls.c int sys_acl_set_file(vfs_handle_struct *handle, handle 530 source3/lib/sysacls.c return irixacl_sys_acl_set_file(handle, name, type, acl_d); handle 533 source3/lib/sysacls.c int sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, handle 536 source3/lib/sysacls.c return irixacl_sys_acl_set_fd(handle, fsp, acl_d); handle 539 source3/lib/sysacls.c int sys_acl_delete_def_file(vfs_handle_struct *handle, handle 542 source3/lib/sysacls.c return irixacl_sys_acl_delete_def_file(handle, path); handle 547 source3/lib/sysacls.c SMB_ACL_T sys_acl_get_file(vfs_handle_struct *handle, handle 558 source3/lib/sysacls.c SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp) handle 568 source3/lib/sysacls.c int sys_acl_set_file(vfs_handle_struct *handle, handle 579 source3/lib/sysacls.c int sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, handle 590 source3/lib/sysacls.c int sys_acl_delete_def_file(vfs_handle_struct *handle, handle 27 source3/modules/onefs.h SMB_STRUCT_DIR *onefs_opendir(struct vfs_handle_struct *handle, handle 31 source3/modules/onefs.h SMB_STRUCT_DIRENT *onefs_readdir(struct vfs_handle_struct *handle, handle 34 source3/modules/onefs.h void onefs_seekdir(struct vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp, handle 37 source3/modules/onefs.h long onefs_telldir(struct vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp); handle 39 source3/modules/onefs.h void onefs_rewinddir(struct vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp); handle 41 source3/modules/onefs.h int onefs_closedir(struct vfs_handle_struct *handle, SMB_STRUCT_DIR *dir); handle 43 source3/modules/onefs.h void onefs_init_search_op(struct vfs_handle_struct *handle, handle 46 source3/modules/onefs.h NTSTATUS onefs_create_file(vfs_handle_struct *handle, handle 64 source3/modules/onefs.h int onefs_close(vfs_handle_struct *handle, struct files_struct *fsp); handle 66 source3/modules/onefs.h int onefs_rename(vfs_handle_struct *handle, const char *oldname, handle 69 source3/modules/onefs.h int onefs_stat(vfs_handle_struct *handle, const char *fname, handle 72 source3/modules/onefs.h int onefs_fstat(vfs_handle_struct *handle, struct files_struct *fsp, handle 75 source3/modules/onefs.h int onefs_lstat(vfs_handle_struct *handle, const char *path, handle 78 source3/modules/onefs.h int onefs_unlink(vfs_handle_struct *handle, const char *path); handle 80 source3/modules/onefs.h int onefs_chflags(vfs_handle_struct *handle, const char *path, handle 83 source3/modules/onefs.h NTSTATUS onefs_streaminfo(vfs_handle_struct *handle, handle 90 source3/modules/onefs.h int onefs_vtimes_streams(vfs_handle_struct *handle, const char *fname, handle 93 source3/modules/onefs.h NTSTATUS onefs_brl_lock_windows(vfs_handle_struct *handle, handle 99 source3/modules/onefs.h bool onefs_brl_unlock_windows(vfs_handle_struct *handle, handle 104 source3/modules/onefs.h bool onefs_brl_cancel_windows(vfs_handle_struct *handle, handle 109 source3/modules/onefs.h bool onefs_strict_lock(vfs_handle_struct *handle, handle 113 source3/modules/onefs.h void onefs_strict_unlock(vfs_handle_struct *handle, handle 126 source3/modules/onefs.h NTSTATUS onefs_fget_nt_acl(vfs_handle_struct *handle, files_struct *fsp, handle 129 source3/modules/onefs.h NTSTATUS onefs_get_nt_acl(vfs_handle_struct *handle, const char* name, handle 132 source3/modules/onefs.h NTSTATUS onefs_fset_nt_acl(vfs_handle_struct *handle, files_struct *fsp, handle 601 source3/modules/onefs_acl.c onefs_fget_nt_acl(vfs_handle_struct *handle, files_struct *fsp, handle 631 source3/modules/onefs_acl.c if ((fsp->fh->fd = onefs_sys_create_file(handle->conn, handle 787 source3/modules/onefs_acl.c onefs_get_nt_acl(vfs_handle_struct *handle, const char* name, handle 797 source3/modules/onefs_acl.c finfo.conn = handle->conn; handle 802 source3/modules/onefs_acl.c return onefs_fget_nt_acl(handle, &finfo, security_info, ppdesc); handle 898 source3/modules/onefs_acl.c onefs_fset_nt_acl(vfs_handle_struct *handle, files_struct *fsp, handle 912 source3/modules/onefs_acl.c SNUM(handle->conn), &sec_info_effective); handle 922 source3/modules/onefs_acl.c if ((fd = onefs_sys_create_file(handle->conn, handle 248 source3/modules/onefs_cbrl.c NTSTATUS onefs_brl_lock_windows(vfs_handle_struct *handle, handle 387 source3/modules/onefs_cbrl.c bool onefs_brl_unlock_windows(vfs_handle_struct *handle, handle 428 source3/modules/onefs_cbrl.c bool onefs_brl_cancel_windows(vfs_handle_struct *handle, handle 478 source3/modules/onefs_cbrl.c bool onefs_strict_lock(vfs_handle_struct *handle, handle 489 source3/modules/onefs_cbrl.c if (!lp_locking(handle->conn->params) || handle 490 source3/modules/onefs_cbrl.c !lp_strict_locking(handle->conn->params)) { handle 497 source3/modules/onefs_cbrl.c return SMB_VFS_NEXT_STRICT_LOCK(handle, fsp, plock); handle 515 source3/modules/onefs_cbrl.c void onefs_strict_unlock(vfs_handle_struct *handle, handle 524 source3/modules/onefs_cbrl.c if (!lp_locking(handle->conn->params) || handle 525 source3/modules/onefs_cbrl.c !lp_strict_locking(handle->conn->params)) { handle 531 source3/modules/onefs_cbrl.c SMB_VFS_NEXT_STRICT_UNLOCK(handle, fsp, plock); handle 249 source3/modules/onefs_dir.c onefs_opendir(vfs_handle_struct *handle, const char *fname, const char *mask, handle 256 source3/modules/onefs_dir.c if (!lp_parm_bool(SNUM(handle->conn), PARM_ONEFS_TYPE, handle 259 source3/modules/onefs_dir.c return SMB_VFS_NEXT_OPENDIR(handle, fname, mask, attr); handle 263 source3/modules/onefs_dir.c ret_dirp = SMB_VFS_NEXT_OPENDIR(handle, fname, mask, attr); handle 270 source3/modules/onefs_dir.c ret = onefs_rdp_add_dir_state(handle->conn, ret_dirp); handle 299 source3/modules/onefs_dir.c onefs_readdir(vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp, handle 312 source3/modules/onefs_dir.c if (!lp_parm_bool(SNUM(handle->conn), PARM_ONEFS_TYPE, handle 403 source3/modules/onefs_dir.c onefs_seekdir(vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp, long offset) handle 411 source3/modules/onefs_dir.c if (!lp_parm_bool(SNUM(handle->conn), PARM_ONEFS_TYPE, handle 467 source3/modules/onefs_dir.c onefs_telldir(vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp) handle 475 source3/modules/onefs_dir.c if (!lp_parm_bool(SNUM(handle->conn), PARM_ONEFS_TYPE, handle 514 source3/modules/onefs_dir.c onefs_rewinddir(vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp) handle 521 source3/modules/onefs_dir.c if (!lp_parm_bool(SNUM(handle->conn), PARM_ONEFS_TYPE, handle 558 source3/modules/onefs_dir.c onefs_closedir(vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp) handle 566 source3/modules/onefs_dir.c if (!lp_parm_bool(SNUM(handle->conn), PARM_ONEFS_TYPE, handle 569 source3/modules/onefs_dir.c return SMB_VFS_NEXT_CLOSEDIR(handle, dirp); handle 582 source3/modules/onefs_dir.c ret_val = SMB_VFS_NEXT_CLOSEDIR(handle, dsp->dirp); handle 610 source3/modules/onefs_dir.c onefs_init_search_op(vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp) handle 554 source3/modules/onefs_notify.c void **handle = (void **)handle_p; handle 560 source3/modules/onefs_notify.c (*handle) = NULL; handle 607 source3/modules/onefs_notify.c (*handle) = NULL; handle 659 source3/modules/onefs_notify.c (*handle) = wc; handle 1990 source3/modules/onefs_open.c NTSTATUS onefs_create_file(vfs_handle_struct *handle, handle 2008 source3/modules/onefs_open.c connection_struct *conn = handle->conn; handle 2132 source3/modules/onefs_open.c VFS_ADD_FSP_EXTENSION(handle, fsp, struct onefs_fsp_data, handle 76 source3/modules/onefs_streams.c int onefs_close(vfs_handle_struct *handle, struct files_struct *fsp) handle 81 source3/modules/onefs_streams.c ret = SMB_VFS_NEXT_CLOSE(handle, fsp->base_fsp); handle 83 source3/modules/onefs_streams.c ret2 = SMB_VFS_NEXT_CLOSE(handle, fsp); handle 152 source3/modules/onefs_streams.c int onefs_rename(vfs_handle_struct *handle, const char *oldname, handle 183 source3/modules/onefs_streams.c ret = SMB_VFS_NEXT_RENAME(handle, oldname, newname); handle 188 source3/modules/onefs_streams.c dir_fd = get_stream_dir_fd(handle->conn, obase, NULL); handle 233 source3/modules/onefs_streams.c static void onefs_adjust_stat_time(vfs_handle_struct *handle, const char *fname, handle 241 source3/modules/onefs_streams.c if (!onefs_get_config(SNUM(handle->conn), handle 246 source3/modules/onefs_streams.c if (IS_MTIME_STATIC_PATH(handle->conn, &cfg, fname)) { handle 250 source3/modules/onefs_streams.c if (IS_ATIME_STATIC_PATH(handle->conn, &cfg, fname)) { handle 255 source3/modules/onefs_streams.c if (IS_CTIME_NOW_PATH(handle->conn, &cfg, fname)) { handle 264 source3/modules/onefs_streams.c if (!static_mtime && IS_MTIME_NOW_PATH(handle->conn,&cfg,fname)) { handle 273 source3/modules/onefs_streams.c if (!static_atime && IS_ATIME_NOW_PATH(handle->conn,&cfg,fname)) { handle 284 source3/modules/onefs_streams.c static int stat_stream(vfs_handle_struct *handle, const char *base, handle 290 source3/modules/onefs_streams.c dir_fd = get_stream_dir_fd(handle->conn, base, &base_fd); handle 312 source3/modules/onefs_streams.c int onefs_stat(vfs_handle_struct *handle, const char *path, handle 325 source3/modules/onefs_streams.c ret = SMB_VFS_NEXT_STAT(handle, path, sbuf); handle 328 source3/modules/onefs_streams.c ret = SMB_VFS_NEXT_STAT(handle, base, sbuf); handle 330 source3/modules/onefs_streams.c ret = stat_stream(handle, base, stream, sbuf, 0); handle 333 source3/modules/onefs_streams.c onefs_adjust_stat_time(handle, path, sbuf); handle 337 source3/modules/onefs_streams.c int onefs_fstat(vfs_handle_struct *handle, struct files_struct *fsp, handle 344 source3/modules/onefs_streams.c ret = SMB_VFS_NEXT_FSTAT(handle, fsp, sbuf); handle 357 source3/modules/onefs_streams.c onefs_adjust_stat_time(handle, fsp->fsp_name, sbuf); handle 361 source3/modules/onefs_streams.c int onefs_lstat(vfs_handle_struct *handle, const char *path, handle 374 source3/modules/onefs_streams.c ret = SMB_VFS_NEXT_LSTAT(handle, path, sbuf); handle 377 source3/modules/onefs_streams.c ret = SMB_VFS_NEXT_LSTAT(handle, base, sbuf); handle 379 source3/modules/onefs_streams.c ret = stat_stream(handle, base, stream, sbuf, handle 383 source3/modules/onefs_streams.c onefs_adjust_stat_time(handle, path, sbuf); handle 387 source3/modules/onefs_streams.c int onefs_unlink(vfs_handle_struct *handle, const char *path) handle 401 source3/modules/onefs_streams.c return SMB_VFS_NEXT_UNLINK(handle, path); handle 406 source3/modules/onefs_streams.c return SMB_VFS_NEXT_UNLINK(handle, base); handle 409 source3/modules/onefs_streams.c dir_fd = get_stream_dir_fd(handle->conn, base, NULL); handle 422 source3/modules/onefs_streams.c int onefs_vtimes_streams(vfs_handle_struct *handle, const char *fname, handle 443 source3/modules/onefs_streams.c dirfd = get_stream_dir_fd(handle->conn, base, NULL); handle 458 source3/modules/onefs_streams.c int onefs_chflags(vfs_handle_struct *handle, const char *path, handle 475 source3/modules/onefs_streams.c return SMB_VFS_NEXT_CHFLAGS(handle, base, flags); handle 483 source3/modules/onefs_streams.c vfs_handle_struct *handle; handle 642 source3/modules/onefs_streams.c NTSTATUS onefs_streaminfo(vfs_handle_struct *handle, handle 664 source3/modules/onefs_streams.c ret = SMB_VFS_STAT(handle->conn, fname, &sbuf); handle 674 source3/modules/onefs_streams.c if (lp_parm_bool(SNUM(handle->conn), PARM_ONEFS_TYPE, handle 684 source3/modules/onefs_streams.c SMB_VFS_GET_ALLOC_SIZE(handle->conn, fsp, handle 691 source3/modules/onefs_streams.c state.handle = handle; handle 697 source3/modules/onefs_streams.c status = walk_onefs_streams(handle->conn, fsp, fname, handle 110 source3/modules/vfs_acl_tdb.c static NTSTATUS acl_tdb_delete(vfs_handle_struct *handle, handle 115 source3/modules/vfs_acl_tdb.c struct file_id id = vfs_file_id_from_sbuf(handle->conn, psbuf); handle 180 source3/modules/vfs_acl_tdb.c vfs_handle_struct *handle, handle 192 source3/modules/vfs_acl_tdb.c SMB_VFS_HANDLE_GET_DATA(handle, db, struct db_context, handle 199 source3/modules/vfs_acl_tdb.c ret = SMB_VFS_LSTAT(handle->conn, name, &sbuf); handle 201 source3/modules/vfs_acl_tdb.c ret = SMB_VFS_STAT(handle->conn, name, &sbuf); handle 209 source3/modules/vfs_acl_tdb.c id = vfs_file_id_from_sbuf(handle->conn, &sbuf); handle 269 source3/modules/vfs_acl_tdb.c static NTSTATUS store_acl_blob_fsp(vfs_handle_struct *handle, handle 284 source3/modules/vfs_acl_tdb.c SMB_VFS_HANDLE_GET_DATA(handle, db, struct db_context, handle 291 source3/modules/vfs_acl_tdb.c ret = SMB_VFS_LSTAT(handle->conn, fsp->fsp_name, &sbuf); handle 293 source3/modules/vfs_acl_tdb.c ret = SMB_VFS_STAT(handle->conn, fsp->fsp_name, &sbuf); handle 301 source3/modules/vfs_acl_tdb.c id = vfs_file_id_from_sbuf(handle->conn, &sbuf); handle 321 source3/modules/vfs_acl_tdb.c static NTSTATUS store_acl_blob_pathname(vfs_handle_struct *handle, handle 337 source3/modules/vfs_acl_tdb.c SMB_VFS_HANDLE_GET_DATA(handle, db, struct db_context, handle 341 source3/modules/vfs_acl_tdb.c ret = SMB_VFS_LSTAT(handle->conn, fname, &sbuf); handle 343 source3/modules/vfs_acl_tdb.c ret = SMB_VFS_STAT(handle->conn, fname, &sbuf); handle 350 source3/modules/vfs_acl_tdb.c id = vfs_file_id_from_sbuf(handle->conn, &sbuf); handle 371 source3/modules/vfs_acl_tdb.c static NTSTATUS get_nt_acl_tdb_internal(vfs_handle_struct *handle, handle 387 source3/modules/vfs_acl_tdb.c status = get_acl_blob(ctx, handle, fsp, name, &blob); handle 450 source3/modules/vfs_acl_tdb.c static NTSTATUS inherit_new_acl(vfs_handle_struct *handle, handle 470 source3/modules/vfs_acl_tdb.c status = get_nt_acl_tdb_internal(handle, handle 489 source3/modules/vfs_acl_tdb.c &handle->conn->server_info->ptok->user_sids[PRIMARY_USER_SID_INDEX], handle 490 source3/modules/vfs_acl_tdb.c &handle->conn->server_info->ptok->user_sids[PRIMARY_GROUP_SID_INDEX], handle 517 source3/modules/vfs_acl_tdb.c ret = SMB_VFS_LSTAT(handle->conn,fname, &sbuf); handle 519 source3/modules/vfs_acl_tdb.c ret = SMB_VFS_STAT(handle->conn,fname, &sbuf); handle 541 source3/modules/vfs_acl_tdb.c return store_acl_blob_fsp(handle, fsp, &blob); handle 543 source3/modules/vfs_acl_tdb.c return store_acl_blob_pathname(handle, fname, &blob); handle 551 source3/modules/vfs_acl_tdb.c static int open_acl_tdb(vfs_handle_struct *handle, handle 560 source3/modules/vfs_acl_tdb.c NTSTATUS status = get_nt_acl_tdb_internal(handle, handle 570 source3/modules/vfs_acl_tdb.c handle->conn->server_info->ptok, handle 590 source3/modules/vfs_acl_tdb.c fsp->fh->fd = SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode); handle 595 source3/modules/vfs_acl_tdb.c inherit_new_acl(handle, fname, fsp, false); handle 605 source3/modules/vfs_acl_tdb.c static int unlink_acl_tdb(vfs_handle_struct *handle, const char *path) handle 611 source3/modules/vfs_acl_tdb.c SMB_VFS_HANDLE_GET_DATA(handle, db, struct db_context, return -1); handle 614 source3/modules/vfs_acl_tdb.c ret = SMB_VFS_LSTAT(handle->conn, path, &sbuf); handle 616 source3/modules/vfs_acl_tdb.c ret = SMB_VFS_STAT(handle->conn, path, &sbuf); handle 623 source3/modules/vfs_acl_tdb.c ret = SMB_VFS_NEXT_UNLINK(handle, path); handle 629 source3/modules/vfs_acl_tdb.c acl_tdb_delete(handle, db, &sbuf); handle 637 source3/modules/vfs_acl_tdb.c static int mkdir_acl_tdb(vfs_handle_struct *handle, const char *path, mode_t mode) handle 639 source3/modules/vfs_acl_tdb.c int ret = SMB_VFS_NEXT_MKDIR(handle, path, mode); handle 645 source3/modules/vfs_acl_tdb.c inherit_new_acl(handle, path, NULL, true); handle 653 source3/modules/vfs_acl_tdb.c static int rmdir_acl_tdb(vfs_handle_struct *handle, const char *path) handle 660 source3/modules/vfs_acl_tdb.c SMB_VFS_HANDLE_GET_DATA(handle, db, struct db_context, return -1); handle 663 source3/modules/vfs_acl_tdb.c ret = SMB_VFS_LSTAT(handle->conn, path, &sbuf); handle 665 source3/modules/vfs_acl_tdb.c ret = SMB_VFS_STAT(handle->conn, path, &sbuf); handle 672 source3/modules/vfs_acl_tdb.c ret = SMB_VFS_NEXT_RMDIR(handle, path); handle 677 source3/modules/vfs_acl_tdb.c acl_tdb_delete(handle, db, &sbuf); handle 685 source3/modules/vfs_acl_tdb.c static NTSTATUS fget_nt_acl_tdb(vfs_handle_struct *handle, files_struct *fsp, handle 688 source3/modules/vfs_acl_tdb.c NTSTATUS status = get_nt_acl_tdb_internal(handle, fsp, handle 703 source3/modules/vfs_acl_tdb.c return SMB_VFS_NEXT_FGET_NT_ACL(handle, fsp, handle 711 source3/modules/vfs_acl_tdb.c static NTSTATUS get_nt_acl_tdb(vfs_handle_struct *handle, handle 714 source3/modules/vfs_acl_tdb.c NTSTATUS status = get_nt_acl_tdb_internal(handle, NULL, handle 729 source3/modules/vfs_acl_tdb.c return SMB_VFS_NEXT_GET_NT_ACL(handle, name, handle 737 source3/modules/vfs_acl_tdb.c static NTSTATUS fset_nt_acl_tdb(vfs_handle_struct *handle, files_struct *fsp, handle 750 source3/modules/vfs_acl_tdb.c status = SMB_VFS_NEXT_FSET_NT_ACL(handle, fsp, security_info_sent, psd); handle 812 source3/modules/vfs_acl_tdb.c store_acl_blob_fsp(handle, fsp, &blob); handle 821 source3/modules/vfs_acl_tdb.c static int connect_acl_tdb(struct vfs_handle_struct *handle, handle 828 source3/modules/vfs_acl_tdb.c res = SMB_VFS_NEXT_CONNECT(handle, service, user); handle 834 source3/modules/vfs_acl_tdb.c SMB_VFS_NEXT_DISCONNECT(handle); handle 838 source3/modules/vfs_acl_tdb.c SMB_VFS_HANDLE_SET_DATA(handle, db, free_acl_tdb_data, handle 848 source3/modules/vfs_acl_tdb.c static int sys_acl_set_file_tdb(vfs_handle_struct *handle, handle 857 source3/modules/vfs_acl_tdb.c SMB_VFS_HANDLE_GET_DATA(handle, db, struct db_context, return -1); handle 860 source3/modules/vfs_acl_tdb.c ret = SMB_VFS_LSTAT(handle->conn, path, &sbuf); handle 862 source3/modules/vfs_acl_tdb.c ret = SMB_VFS_STAT(handle->conn, path, &sbuf); handle 869 source3/modules/vfs_acl_tdb.c ret = SMB_VFS_NEXT_SYS_ACL_SET_FILE(handle, handle 877 source3/modules/vfs_acl_tdb.c acl_tdb_delete(handle, db, &sbuf); handle 885 source3/modules/vfs_acl_tdb.c static int sys_acl_set_fd_tdb(vfs_handle_struct *handle, handle 893 source3/modules/vfs_acl_tdb.c SMB_VFS_HANDLE_GET_DATA(handle, db, struct db_context, return -1); handle 908 source3/modules/vfs_acl_tdb.c ret = SMB_VFS_NEXT_SYS_ACL_SET_FD(handle, handle 915 source3/modules/vfs_acl_tdb.c acl_tdb_delete(handle, db, &sbuf); handle 77 source3/modules/vfs_acl_xattr.c vfs_handle_struct *handle, handle 103 source3/modules/vfs_acl_xattr.c sizeret = SMB_VFS_GETXATTR(handle->conn, name, handle 166 source3/modules/vfs_acl_xattr.c static NTSTATUS store_acl_blob_fsp(vfs_handle_struct *handle, handle 204 source3/modules/vfs_acl_xattr.c static NTSTATUS store_acl_blob_pathname(vfs_handle_struct *handle, handle 208 source3/modules/vfs_acl_xattr.c connection_struct *conn = handle->conn; handle 239 source3/modules/vfs_acl_xattr.c static NTSTATUS get_nt_acl_xattr_internal(vfs_handle_struct *handle, handle 255 source3/modules/vfs_acl_xattr.c status = get_acl_blob(ctx, handle, fsp, name, &blob); handle 318 source3/modules/vfs_acl_xattr.c static NTSTATUS inherit_new_acl(vfs_handle_struct *handle, handle 338 source3/modules/vfs_acl_xattr.c status = get_nt_acl_xattr_internal(handle, handle 357 source3/modules/vfs_acl_xattr.c &handle->conn->server_info->ptok->user_sids[PRIMARY_USER_SID_INDEX], handle 358 source3/modules/vfs_acl_xattr.c &handle->conn->server_info->ptok->user_sids[PRIMARY_GROUP_SID_INDEX], handle 385 source3/modules/vfs_acl_xattr.c ret = SMB_VFS_LSTAT(handle->conn,fname, &sbuf); handle 387 source3/modules/vfs_acl_xattr.c ret = SMB_VFS_STAT(handle->conn,fname, &sbuf); handle 409 source3/modules/vfs_acl_xattr.c return store_acl_blob_fsp(handle, fsp, &blob); handle 411 source3/modules/vfs_acl_xattr.c return store_acl_blob_pathname(handle, fname, &blob); handle 419 source3/modules/vfs_acl_xattr.c static int open_acl_xattr(vfs_handle_struct *handle, handle 428 source3/modules/vfs_acl_xattr.c NTSTATUS status = get_nt_acl_xattr_internal(handle, handle 438 source3/modules/vfs_acl_xattr.c handle->conn->server_info->ptok, handle 458 source3/modules/vfs_acl_xattr.c fsp->fh->fd = SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode); handle 463 source3/modules/vfs_acl_xattr.c inherit_new_acl(handle, fname, fsp, false); handle 469 source3/modules/vfs_acl_xattr.c static int mkdir_acl_xattr(vfs_handle_struct *handle, const char *path, mode_t mode) handle 471 source3/modules/vfs_acl_xattr.c int ret = SMB_VFS_NEXT_MKDIR(handle, path, mode); handle 477 source3/modules/vfs_acl_xattr.c inherit_new_acl(handle, path, NULL, true); handle 485 source3/modules/vfs_acl_xattr.c static NTSTATUS fget_nt_acl_xattr(vfs_handle_struct *handle, files_struct *fsp, handle 488 source3/modules/vfs_acl_xattr.c NTSTATUS status = get_nt_acl_xattr_internal(handle, fsp, handle 503 source3/modules/vfs_acl_xattr.c return SMB_VFS_NEXT_FGET_NT_ACL(handle, fsp, handle 511 source3/modules/vfs_acl_xattr.c static NTSTATUS get_nt_acl_xattr(vfs_handle_struct *handle, handle 514 source3/modules/vfs_acl_xattr.c NTSTATUS status = get_nt_acl_xattr_internal(handle, NULL, handle 529 source3/modules/vfs_acl_xattr.c return SMB_VFS_NEXT_GET_NT_ACL(handle, name, handle 537 source3/modules/vfs_acl_xattr.c static NTSTATUS fset_nt_acl_xattr(vfs_handle_struct *handle, files_struct *fsp, handle 550 source3/modules/vfs_acl_xattr.c status = SMB_VFS_NEXT_FSET_NT_ACL(handle, fsp, security_info_sent, psd); handle 612 source3/modules/vfs_acl_xattr.c store_acl_blob_fsp(handle, fsp, &blob); handle 621 source3/modules/vfs_acl_xattr.c static int sys_acl_set_file_xattr(vfs_handle_struct *handle, handle 626 source3/modules/vfs_acl_xattr.c int ret = SMB_VFS_NEXT_SYS_ACL_SET_FILE(handle, handle 635 source3/modules/vfs_acl_xattr.c SMB_VFS_REMOVEXATTR(handle->conn, name, XATTR_NTACL_NAME); handle 645 source3/modules/vfs_acl_xattr.c static int sys_acl_set_fd_xattr(vfs_handle_struct *handle, handle 649 source3/modules/vfs_acl_xattr.c int ret = SMB_VFS_NEXT_SYS_ACL_SET_FD(handle, handle 892 source3/modules/vfs_afsacl.c static NTSTATUS afs_set_nt_acl(vfs_handle_struct *handle, files_struct *fsp, handle 904 source3/modules/vfs_afsacl.c fileacls = lp_parm_const_string(SNUM(handle->conn), "afsacl", "fileacls", handle 907 source3/modules/vfs_afsacl.c sidpts = lp_parm_bool(SNUM(handle->conn), "afsacl", "sidpts", False); handle 998 source3/modules/vfs_afsacl.c static NTSTATUS afsacl_fget_nt_acl(struct vfs_handle_struct *handle, handle 1021 source3/modules/vfs_afsacl.c static NTSTATUS afsacl_get_nt_acl(struct vfs_handle_struct *handle, handle 1030 source3/modules/vfs_afsacl.c sidpts = lp_parm_bool(SNUM(handle->conn), "afsacl", "sidpts", False); handle 1036 source3/modules/vfs_afsacl.c sd_size = afs_to_nt_acl(&acl, handle->conn, name, security_info, handle 1044 source3/modules/vfs_afsacl.c NTSTATUS afsacl_fset_nt_acl(vfs_handle_struct *handle, handle 1049 source3/modules/vfs_afsacl.c return afs_set_nt_acl(handle, fsp, security_info_sent, psd); handle 1052 source3/modules/vfs_afsacl.c static int afsacl_connect(vfs_handle_struct *handle, handle 1058 source3/modules/vfs_afsacl.c spc = lp_parm_const_string(SNUM(handle->conn), "afsacl", "space", "%"); handle 1063 source3/modules/vfs_afsacl.c return SMB_VFS_NEXT_CONNECT(handle, service, user); handle 261 source3/modules/vfs_aio_fork.c static struct aio_child_list *init_aio_children(struct vfs_handle_struct *handle) handle 265 source3/modules/vfs_aio_fork.c if (SMB_VFS_HANDLE_TEST_DATA(handle)) { handle 266 source3/modules/vfs_aio_fork.c SMB_VFS_HANDLE_GET_DATA(handle, data, struct aio_child_list, handle 293 source3/modules/vfs_aio_fork.c if (!SMB_VFS_HANDLE_TEST_DATA(handle)) { handle 294 source3/modules/vfs_aio_fork.c SMB_VFS_HANDLE_SET_DATA(handle, data, free_aio_children, handle 515 source3/modules/vfs_aio_fork.c static NTSTATUS get_idle_child(struct vfs_handle_struct *handle, handle 522 source3/modules/vfs_aio_fork.c children = init_aio_children(handle); handle 551 source3/modules/vfs_aio_fork.c static int aio_fork_read(struct vfs_handle_struct *handle, handle 565 source3/modules/vfs_aio_fork.c status = get_idle_child(handle, &child); handle 592 source3/modules/vfs_aio_fork.c static int aio_fork_write(struct vfs_handle_struct *handle, handle 606 source3/modules/vfs_aio_fork.c status = get_idle_child(handle, &child); handle 636 source3/modules/vfs_aio_fork.c static struct aio_child *aio_fork_find_child(struct vfs_handle_struct *handle, handle 642 source3/modules/vfs_aio_fork.c children = init_aio_children(handle); handle 656 source3/modules/vfs_aio_fork.c static ssize_t aio_fork_return_fn(struct vfs_handle_struct *handle, handle 660 source3/modules/vfs_aio_fork.c struct aio_child *child = aio_fork_find_child(handle, aiocb); handle 677 source3/modules/vfs_aio_fork.c static int aio_fork_cancel(struct vfs_handle_struct *handle, handle 684 source3/modules/vfs_aio_fork.c children = init_aio_children(handle); handle 712 source3/modules/vfs_aio_fork.c static int aio_fork_error_fn(struct vfs_handle_struct *handle, handle 716 source3/modules/vfs_aio_fork.c struct aio_child *child = aio_fork_find_child(handle, aiocb); handle 25 source3/modules/vfs_aixacl.c SMB_ACL_T aixacl_sys_acl_get_file(vfs_handle_struct *handle, handle 82 source3/modules/vfs_aixacl.c SMB_ACL_T aixacl_sys_acl_get_fd(vfs_handle_struct *handle, handle 133 source3/modules/vfs_aixacl.c int aixacl_sys_acl_set_file(vfs_handle_struct *handle, handle 154 source3/modules/vfs_aixacl.c int aixacl_sys_acl_set_fd(vfs_handle_struct *handle, handle 174 source3/modules/vfs_aixacl.c int aixacl_sys_acl_delete_def_file(vfs_handle_struct *handle, handle 156 source3/modules/vfs_aixacl2.c static NTSTATUS aixjfs2_fget_nt_acl(vfs_handle_struct *handle, handle 177 source3/modules/vfs_aixacl2.c static NTSTATUS aixjfs2_get_nt_acl(vfs_handle_struct *handle, handle 190 source3/modules/vfs_aixacl2.c return posix_get_nt_acl(handle->conn, name, security_info, handle 196 source3/modules/vfs_aixacl2.c return smb_get_nt_acl_nfs4(handle->conn, name, security_info, ppdesc, handle 234 source3/modules/vfs_aixacl2.c SMB_ACL_T aixjfs2_sys_acl_get_file(vfs_handle_struct *handle, handle 255 source3/modules/vfs_aixacl2.c SMB_ACL_T aixjfs2_sys_acl_get_fd(vfs_handle_struct *handle, handle 396 source3/modules/vfs_aixacl2.c NTSTATUS aixjfs2_fset_nt_acl(vfs_handle_struct *handle, files_struct *fsp, uint32 security_info_sent, const SEC_DESC *psd) handle 401 source3/modules/vfs_aixacl2.c int aixjfs2_sys_acl_set_file(vfs_handle_struct *handle, handle 439 source3/modules/vfs_aixacl2.c int aixjfs2_sys_acl_set_fd(vfs_handle_struct *handle, handle 476 source3/modules/vfs_aixacl2.c int aixjfs2_sys_acl_delete_def_file(vfs_handle_struct *handle, handle 31 source3/modules/vfs_audit.c static int audit_connect(vfs_handle_struct *handle, const char *svc, const char *user); handle 32 source3/modules/vfs_audit.c static void audit_disconnect(vfs_handle_struct *handle); handle 33 source3/modules/vfs_audit.c static SMB_STRUCT_DIR *audit_opendir(vfs_handle_struct *handle, const char *fname, const char *mask, uint32 attr); handle 34 source3/modules/vfs_audit.c static int audit_mkdir(vfs_handle_struct *handle, const char *path, mode_t mode); handle 35 source3/modules/vfs_audit.c static int audit_rmdir(vfs_handle_struct *handle, const char *path); handle 36 source3/modules/vfs_audit.c static int audit_open(vfs_handle_struct *handle, const char *fname, files_struct *fsp, int flags, mode_t mode); handle 37 source3/modules/vfs_audit.c static int audit_close(vfs_handle_struct *handle, files_struct *fsp); handle 38 source3/modules/vfs_audit.c static int audit_rename(vfs_handle_struct *handle, const char *oldname, const char *newname); handle 39 source3/modules/vfs_audit.c static int audit_unlink(vfs_handle_struct *handle, const char *path); handle 40 source3/modules/vfs_audit.c static int audit_chmod(vfs_handle_struct *handle, const char *path, mode_t mode); handle 41 source3/modules/vfs_audit.c static int audit_chmod_acl(vfs_handle_struct *handle, const char *name, mode_t mode); handle 42 source3/modules/vfs_audit.c static int audit_fchmod(vfs_handle_struct *handle, files_struct *fsp, mode_t mode); handle 43 source3/modules/vfs_audit.c static int audit_fchmod_acl(vfs_handle_struct *handle, files_struct *fsp, mode_t mode); handle 77 source3/modules/vfs_audit.c static int audit_syslog_facility(vfs_handle_struct *handle) handle 93 source3/modules/vfs_audit.c facility = lp_parm_enum(SNUM(handle->conn), "audit", "facility", enum_log_facilities, LOG_USER); handle 99 source3/modules/vfs_audit.c static int audit_syslog_priority(vfs_handle_struct *handle) handle 114 source3/modules/vfs_audit.c priority = lp_parm_enum(SNUM(handle->conn), "audit", "priority", handle 126 source3/modules/vfs_audit.c static int audit_connect(vfs_handle_struct *handle, const char *svc, const char *user) handle 130 source3/modules/vfs_audit.c openlog("smbd_audit", LOG_PID, audit_syslog_facility(handle)); handle 132 source3/modules/vfs_audit.c syslog(audit_syslog_priority(handle), "connect to service %s by user %s\n", handle 135 source3/modules/vfs_audit.c result = SMB_VFS_NEXT_CONNECT(handle, svc, user); handle 140 source3/modules/vfs_audit.c static void audit_disconnect(vfs_handle_struct *handle) handle 142 source3/modules/vfs_audit.c syslog(audit_syslog_priority(handle), "disconnected\n"); handle 143 source3/modules/vfs_audit.c SMB_VFS_NEXT_DISCONNECT(handle); handle 148 source3/modules/vfs_audit.c static SMB_STRUCT_DIR *audit_opendir(vfs_handle_struct *handle, const char *fname, const char *mask, uint32 attr) handle 152 source3/modules/vfs_audit.c result = SMB_VFS_NEXT_OPENDIR(handle, fname, mask, attr); handle 154 source3/modules/vfs_audit.c syslog(audit_syslog_priority(handle), "opendir %s %s%s\n", handle 162 source3/modules/vfs_audit.c static int audit_mkdir(vfs_handle_struct *handle, const char *path, mode_t mode) handle 166 source3/modules/vfs_audit.c result = SMB_VFS_NEXT_MKDIR(handle, path, mode); handle 168 source3/modules/vfs_audit.c syslog(audit_syslog_priority(handle), "mkdir %s %s%s\n", handle 176 source3/modules/vfs_audit.c static int audit_rmdir(vfs_handle_struct *handle, const char *path) handle 180 source3/modules/vfs_audit.c result = SMB_VFS_NEXT_RMDIR(handle, path); handle 182 source3/modules/vfs_audit.c syslog(audit_syslog_priority(handle), "rmdir %s %s%s\n", handle 190 source3/modules/vfs_audit.c static int audit_open(vfs_handle_struct *handle, const char *fname, files_struct *fsp, int flags, mode_t mode) handle 194 source3/modules/vfs_audit.c result = SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode); handle 196 source3/modules/vfs_audit.c syslog(audit_syslog_priority(handle), "open %s (fd %d) %s%s%s\n", handle 205 source3/modules/vfs_audit.c static int audit_close(vfs_handle_struct *handle, files_struct *fsp) handle 209 source3/modules/vfs_audit.c result = SMB_VFS_NEXT_CLOSE(handle, fsp); handle 211 source3/modules/vfs_audit.c syslog(audit_syslog_priority(handle), "close fd %d %s%s\n", handle 219 source3/modules/vfs_audit.c static int audit_rename(vfs_handle_struct *handle, const char *oldname, const char *newname) handle 223 source3/modules/vfs_audit.c result = SMB_VFS_NEXT_RENAME(handle, oldname, newname); handle 225 source3/modules/vfs_audit.c syslog(audit_syslog_priority(handle), "rename %s -> %s %s%s\n", handle 233 source3/modules/vfs_audit.c static int audit_unlink(vfs_handle_struct *handle, const char *path) handle 237 source3/modules/vfs_audit.c result = SMB_VFS_NEXT_UNLINK(handle, path); handle 239 source3/modules/vfs_audit.c syslog(audit_syslog_priority(handle), "unlink %s %s%s\n", handle 247 source3/modules/vfs_audit.c static int audit_chmod(vfs_handle_struct *handle, const char *path, mode_t mode) handle 251 source3/modules/vfs_audit.c result = SMB_VFS_NEXT_CHMOD(handle, path, mode); handle 253 source3/modules/vfs_audit.c syslog(audit_syslog_priority(handle), "chmod %s mode 0x%x %s%s\n", handle 261 source3/modules/vfs_audit.c static int audit_chmod_acl(vfs_handle_struct *handle, const char *path, mode_t mode) handle 265 source3/modules/vfs_audit.c result = SMB_VFS_NEXT_CHMOD_ACL(handle, path, mode); handle 267 source3/modules/vfs_audit.c syslog(audit_syslog_priority(handle), "chmod_acl %s mode 0x%x %s%s\n", handle 275 source3/modules/vfs_audit.c static int audit_fchmod(vfs_handle_struct *handle, files_struct *fsp, mode_t mode) handle 279 source3/modules/vfs_audit.c result = SMB_VFS_NEXT_FCHMOD(handle, fsp, mode); handle 281 source3/modules/vfs_audit.c syslog(audit_syslog_priority(handle), "fchmod %s mode 0x%x %s%s\n", handle 289 source3/modules/vfs_audit.c static int audit_fchmod_acl(vfs_handle_struct *handle, files_struct *fsp, mode_t mode) handle 293 source3/modules/vfs_audit.c result = SMB_VFS_NEXT_FCHMOD_ACL(handle, fsp, mode); handle 295 source3/modules/vfs_audit.c syslog(audit_syslog_priority(handle), "fchmod_acl %s mode 0x%x %s%s\n", handle 49 source3/modules/vfs_cacheprime.c struct vfs_handle_struct * handle, handle 57 source3/modules/vfs_cacheprime.c last = (SMB_OFF_T *)VFS_ADD_FSP_EXTENSION(handle, fsp, SMB_OFF_T, NULL); handle 88 source3/modules/vfs_cacheprime.c struct vfs_handle_struct * handle, handle 92 source3/modules/vfs_cacheprime.c module_debug = lp_parm_int(SNUM(handle->conn), MODULE, "debug", 100); handle 98 source3/modules/vfs_cacheprime.c return SMB_VFS_NEXT_CONNECT(handle, service, user); handle 101 source3/modules/vfs_cacheprime.c g_readsz = conv_str_size(lp_parm_const_string(SNUM(handle->conn), handle 121 source3/modules/vfs_cacheprime.c return SMB_VFS_NEXT_CONNECT(handle, service, user); handle 125 source3/modules/vfs_cacheprime.c struct vfs_handle_struct * handle, handle 133 source3/modules/vfs_cacheprime.c prime_cache(handle, fromfsp, offset, count); handle 136 source3/modules/vfs_cacheprime.c return SMB_VFS_NEXT_SENDFILE(handle, tofd, fromfsp, handle 141 source3/modules/vfs_cacheprime.c vfs_handle_struct * handle, handle 150 source3/modules/vfs_cacheprime.c prime_cache(handle, fsp, offset, count); handle 154 source3/modules/vfs_cacheprime.c return SMB_VFS_NEXT_READ(handle, fsp, data, count); handle 158 source3/modules/vfs_cacheprime.c vfs_handle_struct * handle, handle 165 source3/modules/vfs_cacheprime.c prime_cache(handle, fsp, offset, count); handle 168 source3/modules/vfs_cacheprime.c return SMB_VFS_NEXT_PREAD(handle, fsp, data, count, offset); handle 31 source3/modules/vfs_cap.c static uint64_t cap_disk_free(vfs_handle_struct *handle, const char *path, handle 41 source3/modules/vfs_cap.c return SMB_VFS_NEXT_DISK_FREE(handle, cappath, small_query, bsize, handle 45 source3/modules/vfs_cap.c static SMB_STRUCT_DIR *cap_opendir(vfs_handle_struct *handle, const char *fname, const char *mask, uint32 attr) handle 53 source3/modules/vfs_cap.c return SMB_VFS_NEXT_OPENDIR(handle, capname, mask, attr); handle 56 source3/modules/vfs_cap.c static SMB_STRUCT_DIRENT *cap_readdir(vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp) handle 64 source3/modules/vfs_cap.c result = SMB_VFS_NEXT_READDIR(handle, dirp, NULL); handle 87 source3/modules/vfs_cap.c static int cap_mkdir(vfs_handle_struct *handle, const char *path, mode_t mode) handle 95 source3/modules/vfs_cap.c return SMB_VFS_NEXT_MKDIR(handle, cappath, mode); handle 98 source3/modules/vfs_cap.c static int cap_rmdir(vfs_handle_struct *handle, const char *path) handle 106 source3/modules/vfs_cap.c return SMB_VFS_NEXT_RMDIR(handle, cappath); handle 109 source3/modules/vfs_cap.c static int cap_open(vfs_handle_struct *handle, const char *fname, files_struct *fsp, int flags, mode_t mode) handle 118 source3/modules/vfs_cap.c return SMB_VFS_NEXT_OPEN(handle, cappath, fsp, flags, mode); handle 121 source3/modules/vfs_cap.c static int cap_rename(vfs_handle_struct *handle, const char *oldname, const char *newname) handle 130 source3/modules/vfs_cap.c return SMB_VFS_NEXT_RENAME(handle, capold, capnew); handle 133 source3/modules/vfs_cap.c static int cap_stat(vfs_handle_struct *handle, const char *path, SMB_STRUCT_STAT *sbuf) handle 141 source3/modules/vfs_cap.c return SMB_VFS_NEXT_STAT(handle, cappath, sbuf); handle 144 source3/modules/vfs_cap.c static int cap_lstat(vfs_handle_struct *handle, const char *path, SMB_STRUCT_STAT *sbuf) handle 152 source3/modules/vfs_cap.c return SMB_VFS_NEXT_LSTAT(handle, cappath, sbuf); handle 155 source3/modules/vfs_cap.c static int cap_unlink(vfs_handle_struct *handle, const char *path) handle 163 source3/modules/vfs_cap.c return SMB_VFS_NEXT_UNLINK(handle, cappath); handle 166 source3/modules/vfs_cap.c static int cap_chmod(vfs_handle_struct *handle, const char *path, mode_t mode) handle 174 source3/modules/vfs_cap.c return SMB_VFS_NEXT_CHMOD(handle, cappath, mode); handle 177 source3/modules/vfs_cap.c static int cap_chown(vfs_handle_struct *handle, const char *path, uid_t uid, gid_t gid) handle 185 source3/modules/vfs_cap.c return SMB_VFS_NEXT_CHOWN(handle, cappath, uid, gid); handle 188 source3/modules/vfs_cap.c static int cap_lchown(vfs_handle_struct *handle, const char *path, uid_t uid, gid_t gid) handle 196 source3/modules/vfs_cap.c return SMB_VFS_NEXT_LCHOWN(handle, cappath, uid, gid); handle 199 source3/modules/vfs_cap.c static int cap_chdir(vfs_handle_struct *handle, const char *path) handle 208 source3/modules/vfs_cap.c return SMB_VFS_NEXT_CHDIR(handle, cappath); handle 211 source3/modules/vfs_cap.c static int cap_ntimes(vfs_handle_struct *handle, const char *path, handle 220 source3/modules/vfs_cap.c return SMB_VFS_NEXT_NTIMES(handle, cappath, ft); handle 224 source3/modules/vfs_cap.c static bool cap_symlink(vfs_handle_struct *handle, const char *oldpath, const char *newpath) handle 233 source3/modules/vfs_cap.c return SMB_VFS_NEXT_SYMLINK(handle, capold, capnew); handle 236 source3/modules/vfs_cap.c static bool cap_readlink(vfs_handle_struct *handle, const char *path, char *buf, size_t bufsiz) handle 244 source3/modules/vfs_cap.c return SMB_VFS_NEXT_READLINK(handle, cappath, buf, bufsiz); handle 247 source3/modules/vfs_cap.c static int cap_link(vfs_handle_struct *handle, const char *oldpath, const char *newpath) handle 256 source3/modules/vfs_cap.c return SMB_VFS_NEXT_LINK(handle, capold, capnew); handle 259 source3/modules/vfs_cap.c static int cap_mknod(vfs_handle_struct *handle, const char *path, mode_t mode, SMB_DEV_T dev) handle 267 source3/modules/vfs_cap.c return SMB_VFS_NEXT_MKNOD(handle, cappath, mode, dev); handle 270 source3/modules/vfs_cap.c static char *cap_realpath(vfs_handle_struct *handle, const char *path, char *resolved_path) handle 279 source3/modules/vfs_cap.c return SMB_VFS_NEXT_REALPATH(handle, path, resolved_path); handle 282 source3/modules/vfs_cap.c static int cap_chmod_acl(vfs_handle_struct *handle, const char *path, mode_t mode) handle 287 source3/modules/vfs_cap.c if (!handle->vfs_next.ops.chmod_acl) { handle 295 source3/modules/vfs_cap.c return SMB_VFS_NEXT_CHMOD_ACL(handle, cappath, mode); handle 298 source3/modules/vfs_cap.c static SMB_ACL_T cap_sys_acl_get_file(vfs_handle_struct *handle, const char *path, SMB_ACL_TYPE_T type) handle 306 source3/modules/vfs_cap.c return SMB_VFS_NEXT_SYS_ACL_GET_FILE(handle, cappath, type); handle 309 source3/modules/vfs_cap.c static int cap_sys_acl_set_file(vfs_handle_struct *handle, const char *path, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl) handle 317 source3/modules/vfs_cap.c return SMB_VFS_NEXT_SYS_ACL_SET_FILE(handle, cappath, acltype, theacl); handle 320 source3/modules/vfs_cap.c static int cap_sys_acl_delete_def_file(vfs_handle_struct *handle, const char *path) handle 328 source3/modules/vfs_cap.c return SMB_VFS_NEXT_SYS_ACL_DELETE_DEF_FILE(handle, cappath); handle 331 source3/modules/vfs_cap.c static ssize_t cap_getxattr(vfs_handle_struct *handle, const char *path, const char *name, void *value, size_t size) handle 340 source3/modules/vfs_cap.c return SMB_VFS_NEXT_GETXATTR(handle, cappath, capname, value, size); handle 343 source3/modules/vfs_cap.c static ssize_t cap_lgetxattr(vfs_handle_struct *handle, const char *path, const char *name, void *value, size_t handle 353 source3/modules/vfs_cap.c return SMB_VFS_NEXT_LGETXATTR(handle, cappath, capname, value, size); handle 356 source3/modules/vfs_cap.c static ssize_t cap_fgetxattr(vfs_handle_struct *handle, struct files_struct *fsp, const char *path, void *value, size_t size) handle 364 source3/modules/vfs_cap.c return SMB_VFS_NEXT_FGETXATTR(handle, fsp, cappath, value, size); handle 367 source3/modules/vfs_cap.c static ssize_t cap_listxattr(vfs_handle_struct *handle, const char *path, char *list, size_t size) handle 375 source3/modules/vfs_cap.c return SMB_VFS_NEXT_LISTXATTR(handle, cappath, list, size); handle 378 source3/modules/vfs_cap.c static ssize_t cap_llistxattr(vfs_handle_struct *handle, const char *path, char *list, size_t size) handle 386 source3/modules/vfs_cap.c return SMB_VFS_NEXT_LLISTXATTR(handle, cappath, list, size); handle 389 source3/modules/vfs_cap.c static int cap_removexattr(vfs_handle_struct *handle, const char *path, const char *name) handle 398 source3/modules/vfs_cap.c return SMB_VFS_NEXT_REMOVEXATTR(handle, cappath, capname); handle 401 source3/modules/vfs_cap.c static int cap_lremovexattr(vfs_handle_struct *handle, const char *path, const char *name) handle 410 source3/modules/vfs_cap.c return SMB_VFS_NEXT_LREMOVEXATTR(handle, cappath, capname); handle 413 source3/modules/vfs_cap.c static int cap_fremovexattr(vfs_handle_struct *handle, struct files_struct *fsp, const char *path) handle 421 source3/modules/vfs_cap.c return SMB_VFS_NEXT_FREMOVEXATTR(handle, fsp, cappath); handle 424 source3/modules/vfs_cap.c static int cap_setxattr(vfs_handle_struct *handle, const char *path, const char *name, const void *value, size_t size, int flags) handle 433 source3/modules/vfs_cap.c return SMB_VFS_NEXT_SETXATTR(handle, cappath, capname, value, size, flags); handle 436 source3/modules/vfs_cap.c static int cap_lsetxattr(vfs_handle_struct *handle, const char *path, const char *name, const void *value, size_t size, int flags) handle 445 source3/modules/vfs_cap.c return SMB_VFS_NEXT_LSETXATTR(handle, cappath, capname, value, size, flags); handle 448 source3/modules/vfs_cap.c static int cap_fsetxattr(vfs_handle_struct *handle, struct files_struct *fsp, const char *path, const void *value, size_t size, int flags) handle 456 source3/modules/vfs_cap.c return SMB_VFS_NEXT_FSETXATTR(handle, fsp, cappath, value, size, flags); handle 93 source3/modules/vfs_catia.c static SMB_STRUCT_DIR *catia_opendir(vfs_handle_struct *handle, handle 102 source3/modules/vfs_catia.c return SMB_VFS_NEXT_OPENDIR(handle, name, mask, attr); handle 105 source3/modules/vfs_catia.c static SMB_STRUCT_DIRENT *catia_readdir(vfs_handle_struct *handle, handle 113 source3/modules/vfs_catia.c result = SMB_VFS_NEXT_READDIR(handle, dirp, NULL); handle 135 source3/modules/vfs_catia.c static int catia_open(vfs_handle_struct *handle, handle 147 source3/modules/vfs_catia.c return SMB_VFS_NEXT_OPEN(handle, name, fsp, flags, mode); handle 150 source3/modules/vfs_catia.c static int catia_rename(vfs_handle_struct *handle, handle 164 source3/modules/vfs_catia.c return SMB_VFS_NEXT_RENAME(handle, oname, nname); handle 167 source3/modules/vfs_catia.c static int catia_stat(vfs_handle_struct *handle, handle 176 source3/modules/vfs_catia.c return SMB_VFS_NEXT_STAT(handle, name, sbuf); handle 179 source3/modules/vfs_catia.c static int catia_lstat(vfs_handle_struct *handle, handle 188 source3/modules/vfs_catia.c return SMB_VFS_NEXT_LSTAT(handle, name, sbuf); handle 191 source3/modules/vfs_catia.c static int catia_unlink(vfs_handle_struct *handle, const char *path) handle 199 source3/modules/vfs_catia.c return SMB_VFS_NEXT_UNLINK(handle, name); handle 202 source3/modules/vfs_catia.c static int catia_chmod(vfs_handle_struct *handle, handle 211 source3/modules/vfs_catia.c return SMB_VFS_NEXT_CHMOD(handle, name, mode); handle 214 source3/modules/vfs_catia.c static int catia_chown(vfs_handle_struct *handle, handle 223 source3/modules/vfs_catia.c return SMB_VFS_NEXT_CHOWN(handle, name, uid, gid); handle 226 source3/modules/vfs_catia.c static int catia_lchown(vfs_handle_struct *handle, handle 235 source3/modules/vfs_catia.c return SMB_VFS_NEXT_LCHOWN(handle, name, uid, gid); handle 238 source3/modules/vfs_catia.c static int catia_chdir(vfs_handle_struct *handle, handle 247 source3/modules/vfs_catia.c return SMB_VFS_NEXT_CHDIR(handle, name); handle 250 source3/modules/vfs_catia.c static char *catia_getwd(vfs_handle_struct *handle, char *buf) handle 252 source3/modules/vfs_catia.c return SMB_VFS_NEXT_GETWD(handle, buf); handle 255 source3/modules/vfs_catia.c static int catia_ntimes(vfs_handle_struct *handle, handle 258 source3/modules/vfs_catia.c return SMB_VFS_NEXT_NTIMES(handle, path, ft); handle 261 source3/modules/vfs_catia.c static bool catia_symlink(vfs_handle_struct *handle, handle 264 source3/modules/vfs_catia.c return SMB_VFS_NEXT_SYMLINK(handle, oldpath, newpath); handle 267 source3/modules/vfs_catia.c static bool catia_readlink(vfs_handle_struct *handle, handle 270 source3/modules/vfs_catia.c return SMB_VFS_NEXT_READLINK(handle, path, buf, bufsiz); handle 273 source3/modules/vfs_catia.c static int catia_link(vfs_handle_struct *handle, handle 276 source3/modules/vfs_catia.c return SMB_VFS_NEXT_LINK(handle, oldpath, newpath); handle 279 source3/modules/vfs_catia.c static int catia_mknod(vfs_handle_struct *handle, handle 282 source3/modules/vfs_catia.c return SMB_VFS_NEXT_MKNOD(handle, path, mode, dev); handle 285 source3/modules/vfs_catia.c static char *catia_realpath(vfs_handle_struct *handle, handle 288 source3/modules/vfs_catia.c return SMB_VFS_NEXT_REALPATH(handle, path, resolved_path); handle 291 source3/modules/vfs_catia.c static NTSTATUS catia_get_nt_acl(vfs_handle_struct *handle, handle 295 source3/modules/vfs_catia.c return SMB_VFS_NEXT_GET_NT_ACL(handle, name, security_info, ppdesc); handle 298 source3/modules/vfs_catia.c static int catia_chmod_acl(vfs_handle_struct *handle, handle 302 source3/modules/vfs_catia.c if (!handle->vfs_next.ops.chmod_acl) { handle 306 source3/modules/vfs_catia.c return SMB_VFS_NEXT_CHMOD_ACL(handle, name, mode); handle 100 source3/modules/vfs_commit.c struct vfs_handle_struct * handle, handle 105 source3/modules/vfs_commit.c if ((c = VFS_FETCH_FSP_EXTENSION(handle, fsp))) { handle 118 source3/modules/vfs_commit.c struct vfs_handle_struct * handle, handle 125 source3/modules/vfs_commit.c if ((c = VFS_FETCH_FSP_EXTENSION(handle, fsp)) == NULL) { handle 160 source3/modules/vfs_commit.c struct vfs_handle_struct * handle, handle 164 source3/modules/vfs_commit.c module_debug = lp_parm_int(SNUM(handle->conn), MODULE, "debug", 100); handle 165 source3/modules/vfs_commit.c return SMB_VFS_NEXT_CONNECT(handle, service, user); handle 169 source3/modules/vfs_commit.c vfs_handle_struct * handle, handle 182 source3/modules/vfs_commit.c return SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode); handle 186 source3/modules/vfs_commit.c dthresh = conv_str_size(lp_parm_const_string(SNUM(handle->conn), handle 189 source3/modules/vfs_commit.c eof_mode = lp_parm_const_string(SNUM(handle->conn), handle 193 source3/modules/vfs_commit.c c = VFS_ADD_FSP_EXTENSION(handle, fsp, struct commit_info, NULL); handle 211 source3/modules/vfs_commit.c fd = SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode); handle 213 source3/modules/vfs_commit.c VFS_REMOVE_FSP_EXTENSION(handle, fsp); handle 230 source3/modules/vfs_commit.c vfs_handle_struct * handle, handle 236 source3/modules/vfs_commit.c ret = SMB_VFS_NEXT_WRITE(handle, fsp, data, count); handle 239 source3/modules/vfs_commit.c if (commit(handle, fsp, fsp->fh->pos, ret) == -1) { handle 248 source3/modules/vfs_commit.c vfs_handle_struct * handle, handle 256 source3/modules/vfs_commit.c ret = SMB_VFS_NEXT_PWRITE(handle, fsp, data, count, offset); handle 258 source3/modules/vfs_commit.c if (commit(handle, fsp, offset, ret) == -1) { handle 267 source3/modules/vfs_commit.c vfs_handle_struct * handle, handle 271 source3/modules/vfs_commit.c commit_all(handle, fsp); handle 272 source3/modules/vfs_commit.c return SMB_VFS_NEXT_CLOSE(handle, fsp); handle 276 source3/modules/vfs_commit.c vfs_handle_struct * handle, handle 282 source3/modules/vfs_commit.c result = SMB_VFS_NEXT_FTRUNCATE(handle, fsp, len); handle 285 source3/modules/vfs_commit.c if ((c = VFS_FETCH_FSP_EXTENSION(handle, fsp))) { handle 286 source3/modules/vfs_commit.c commit(handle, fsp, len, 0); handle 32 source3/modules/vfs_default.c static int vfswrap_connect(vfs_handle_struct *handle, const char *service, const char *user) handle 37 source3/modules/vfs_default.c static void vfswrap_disconnect(vfs_handle_struct *handle) handle 43 source3/modules/vfs_default.c static uint64_t vfswrap_disk_free(vfs_handle_struct *handle, const char *path, bool small_query, uint64_t *bsize, handle 48 source3/modules/vfs_default.c result = sys_disk_free(handle->conn, path, small_query, bsize, dfree, dsize); handle 52 source3/modules/vfs_default.c static int vfswrap_get_quota(struct vfs_handle_struct *handle, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *qt) handle 58 source3/modules/vfs_default.c result = sys_get_quota(handle->conn->connectpath, qtype, id, qt); handle 67 source3/modules/vfs_default.c static int vfswrap_set_quota(struct vfs_handle_struct *handle, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *qt) handle 73 source3/modules/vfs_default.c result = sys_set_quota(handle->conn->connectpath, qtype, id, qt); handle 82 source3/modules/vfs_default.c static int vfswrap_get_shadow_copy_data(struct vfs_handle_struct *handle, struct files_struct *fsp, SHADOW_COPY_DATA *shadow_copy_data, bool labels) handle 88 source3/modules/vfs_default.c static int vfswrap_statvfs(struct vfs_handle_struct *handle, const char *path, vfs_statvfs_struct *statbuf) handle 93 source3/modules/vfs_default.c static uint32_t vfswrap_fs_capabilities(struct vfs_handle_struct *handle) handle 95 source3/modules/vfs_default.c connection_struct *conn = handle->conn; handle 105 source3/modules/vfs_default.c sys_statvfs(handle->conn->connectpath, &statbuf); handle 155 source3/modules/vfs_default.c static SMB_STRUCT_DIR *vfswrap_opendir(vfs_handle_struct *handle, const char *fname, const char *mask, uint32 attr) handle 165 source3/modules/vfs_default.c static SMB_STRUCT_DIRENT *vfswrap_readdir(vfs_handle_struct *handle, handle 181 source3/modules/vfs_default.c static void vfswrap_seekdir(vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp, long offset) handle 188 source3/modules/vfs_default.c static long vfswrap_telldir(vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp) handle 197 source3/modules/vfs_default.c static void vfswrap_rewinddir(vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp) handle 204 source3/modules/vfs_default.c static int vfswrap_mkdir(vfs_handle_struct *handle, const char *path, mode_t mode) handle 212 source3/modules/vfs_default.c if (lp_inherit_acls(SNUM(handle->conn)) handle 214 source3/modules/vfs_default.c && (has_dacl = directory_has_default_acl(handle->conn, parent))) handle 230 source3/modules/vfs_default.c if ((SMB_VFS_CHMOD_ACL(handle->conn, path, mode) == -1) && (errno == ENOSYS)) handle 238 source3/modules/vfs_default.c static int vfswrap_rmdir(vfs_handle_struct *handle, const char *path) handle 248 source3/modules/vfs_default.c static int vfswrap_closedir(vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp) handle 258 source3/modules/vfs_default.c static void vfswrap_init_search_op(vfs_handle_struct *handle, handle 266 source3/modules/vfs_default.c static int vfswrap_open(vfs_handle_struct *handle, const char *fname, handle 277 source3/modules/vfs_default.c static NTSTATUS vfswrap_create_file(vfs_handle_struct *handle, handle 295 source3/modules/vfs_default.c return create_file_default(handle->conn, req, root_dir_fid, fname, handle 303 source3/modules/vfs_default.c static int vfswrap_close(vfs_handle_struct *handle, files_struct *fsp) handle 313 source3/modules/vfs_default.c static ssize_t vfswrap_read(vfs_handle_struct *handle, files_struct *fsp, void *data, size_t n) handle 323 source3/modules/vfs_default.c static ssize_t vfswrap_pread(vfs_handle_struct *handle, files_struct *fsp, void *data, handle 367 source3/modules/vfs_default.c static ssize_t vfswrap_write(vfs_handle_struct *handle, files_struct *fsp, const void *data, size_t n) handle 377 source3/modules/vfs_default.c static ssize_t vfswrap_pwrite(vfs_handle_struct *handle, files_struct *fsp, const void *data, handle 416 source3/modules/vfs_default.c static SMB_OFF_T vfswrap_lseek(vfs_handle_struct *handle, files_struct *fsp, SMB_OFF_T offset, int whence) handle 442 source3/modules/vfs_default.c static ssize_t vfswrap_sendfile(vfs_handle_struct *handle, int tofd, files_struct *fromfsp, const DATA_BLOB *hdr, handle 453 source3/modules/vfs_default.c static ssize_t vfswrap_recvfile(vfs_handle_struct *handle, handle 556 source3/modules/vfs_default.c static int vfswrap_rename(vfs_handle_struct *handle, const char *oldname, const char *newname) handle 571 source3/modules/vfs_default.c static int vfswrap_fsync(vfs_handle_struct *handle, files_struct *fsp) handle 585 source3/modules/vfs_default.c static int vfswrap_stat(vfs_handle_struct *handle, const char *fname, SMB_STRUCT_STAT *sbuf) handle 595 source3/modules/vfs_default.c static int vfswrap_fstat(vfs_handle_struct *handle, files_struct *fsp, SMB_STRUCT_STAT *sbuf) handle 605 source3/modules/vfs_default.c int vfswrap_lstat(vfs_handle_struct *handle, const char *path, SMB_STRUCT_STAT *sbuf) handle 619 source3/modules/vfs_default.c static uint64_t vfswrap_get_alloc_size(vfs_handle_struct *handle, handle 641 source3/modules/vfs_default.c result = smb_roundup(handle->conn, result); handle 648 source3/modules/vfs_default.c static int vfswrap_unlink(vfs_handle_struct *handle, const char *path) handle 658 source3/modules/vfs_default.c static int vfswrap_chmod(vfs_handle_struct *handle, const char *path, mode_t mode) handle 673 source3/modules/vfs_default.c if ((result = SMB_VFS_CHMOD_ACL(handle->conn, path, mode)) == 0) { handle 686 source3/modules/vfs_default.c static int vfswrap_fchmod(vfs_handle_struct *handle, files_struct *fsp, mode_t mode) handle 719 source3/modules/vfs_default.c static int vfswrap_chown(vfs_handle_struct *handle, const char *path, uid_t uid, gid_t gid) handle 729 source3/modules/vfs_default.c static int vfswrap_fchown(vfs_handle_struct *handle, files_struct *fsp, uid_t uid, gid_t gid) handle 744 source3/modules/vfs_default.c static int vfswrap_lchown(vfs_handle_struct *handle, const char *path, uid_t uid, gid_t gid) handle 754 source3/modules/vfs_default.c static int vfswrap_chdir(vfs_handle_struct *handle, const char *path) handle 764 source3/modules/vfs_default.c static char *vfswrap_getwd(vfs_handle_struct *handle, char *path) handle 779 source3/modules/vfs_default.c static int vfswrap_ntimes(vfs_handle_struct *handle, const char *path, handle 816 source3/modules/vfs_default.c static int strict_allocate_ftruncate(vfs_handle_struct *handle, files_struct *fsp, SMB_OFF_T len) handle 882 source3/modules/vfs_default.c static int vfswrap_ftruncate(vfs_handle_struct *handle, files_struct *fsp, SMB_OFF_T len) handle 892 source3/modules/vfs_default.c result = strict_allocate_ftruncate(handle, fsp, len); handle 957 source3/modules/vfs_default.c static bool vfswrap_lock(vfs_handle_struct *handle, files_struct *fsp, int op, SMB_OFF_T offset, SMB_OFF_T count, int type) handle 967 source3/modules/vfs_default.c static int vfswrap_kernel_flock(vfs_handle_struct *handle, files_struct *fsp, handle 976 source3/modules/vfs_default.c static bool vfswrap_getlock(vfs_handle_struct *handle, files_struct *fsp, SMB_OFF_T *poffset, SMB_OFF_T *pcount, int *ptype, pid_t *ppid) handle 986 source3/modules/vfs_default.c static int vfswrap_linux_setlease(vfs_handle_struct *handle, files_struct *fsp, handle 1007 source3/modules/vfs_default.c static int vfswrap_symlink(vfs_handle_struct *handle, const char *oldpath, const char *newpath) handle 1017 source3/modules/vfs_default.c static int vfswrap_readlink(vfs_handle_struct *handle, const char *path, char *buf, size_t bufsiz) handle 1027 source3/modules/vfs_default.c static int vfswrap_link(vfs_handle_struct *handle, const char *oldpath, const char *newpath) handle 1037 source3/modules/vfs_default.c static int vfswrap_mknod(vfs_handle_struct *handle, const char *pathname, mode_t mode, SMB_DEV_T dev) handle 1047 source3/modules/vfs_default.c static char *vfswrap_realpath(vfs_handle_struct *handle, const char *path, char *resolved_path) handle 1063 source3/modules/vfs_default.c void *private_data, void *handle) handle 1075 source3/modules/vfs_default.c return inotify_watch(ctx, e, callback, private_data, handle); handle 1084 source3/modules/vfs_default.c static int vfswrap_chflags(vfs_handle_struct *handle, const char *path, int flags) handle 1094 source3/modules/vfs_default.c static struct file_id vfswrap_file_id_create(struct vfs_handle_struct *handle, handle 1110 source3/modules/vfs_default.c static NTSTATUS vfswrap_streaminfo(vfs_handle_struct *handle, handle 1134 source3/modules/vfs_default.c ret = SMB_VFS_LSTAT(handle->conn, fname, &sbuf); handle 1136 source3/modules/vfs_default.c ret = SMB_VFS_STAT(handle->conn, fname, &sbuf); handle 1155 source3/modules/vfs_default.c streams->alloc_size = SMB_VFS_GET_ALLOC_SIZE(handle->conn, fsp, &sbuf); handle 1170 source3/modules/vfs_default.c static int vfswrap_get_real_filename(struct vfs_handle_struct *handle, handle 1184 source3/modules/vfs_default.c static NTSTATUS vfswrap_brl_lock_windows(struct vfs_handle_struct *handle, handle 1196 source3/modules/vfs_default.c static bool vfswrap_brl_unlock_windows(struct vfs_handle_struct *handle, handle 1206 source3/modules/vfs_default.c static bool vfswrap_brl_cancel_windows(struct vfs_handle_struct *handle, handle 1217 source3/modules/vfs_default.c static bool vfswrap_strict_lock(struct vfs_handle_struct *handle, handle 1227 source3/modules/vfs_default.c static void vfswrap_strict_unlock(struct vfs_handle_struct *handle, handle 1239 source3/modules/vfs_default.c static NTSTATUS vfswrap_fget_nt_acl(vfs_handle_struct *handle, handle 1251 source3/modules/vfs_default.c static NTSTATUS vfswrap_get_nt_acl(vfs_handle_struct *handle, handle 1258 source3/modules/vfs_default.c result = posix_get_nt_acl(handle->conn, name, security_info, ppdesc); handle 1263 source3/modules/vfs_default.c static NTSTATUS vfswrap_fset_nt_acl(vfs_handle_struct *handle, files_struct *fsp, uint32 security_info_sent, const SEC_DESC *psd) handle 1273 source3/modules/vfs_default.c static int vfswrap_chmod_acl(vfs_handle_struct *handle, const char *name, mode_t mode) handle 1282 source3/modules/vfs_default.c result = chmod_acl(handle->conn, name, mode); handle 1288 source3/modules/vfs_default.c static int vfswrap_fchmod_acl(vfs_handle_struct *handle, files_struct *fsp, mode_t mode) handle 1303 source3/modules/vfs_default.c static int vfswrap_sys_acl_get_entry(vfs_handle_struct *handle, SMB_ACL_T theacl, int entry_id, SMB_ACL_ENTRY_T *entry_p) handle 1308 source3/modules/vfs_default.c static int vfswrap_sys_acl_get_tag_type(vfs_handle_struct *handle, SMB_ACL_ENTRY_T entry_d, SMB_ACL_TAG_T *tag_type_p) handle 1313 source3/modules/vfs_default.c static int vfswrap_sys_acl_get_permset(vfs_handle_struct *handle, SMB_ACL_ENTRY_T entry_d, SMB_ACL_PERMSET_T *permset_p) handle 1318 source3/modules/vfs_default.c static void * vfswrap_sys_acl_get_qualifier(vfs_handle_struct *handle, SMB_ACL_ENTRY_T entry_d) handle 1323 source3/modules/vfs_default.c static SMB_ACL_T vfswrap_sys_acl_get_file(vfs_handle_struct *handle, const char *path_p, SMB_ACL_TYPE_T type) handle 1325 source3/modules/vfs_default.c return sys_acl_get_file(handle, path_p, type); handle 1328 source3/modules/vfs_default.c static SMB_ACL_T vfswrap_sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp) handle 1330 source3/modules/vfs_default.c return sys_acl_get_fd(handle, fsp); handle 1333 source3/modules/vfs_default.c static int vfswrap_sys_acl_clear_perms(vfs_handle_struct *handle, SMB_ACL_PERMSET_T permset) handle 1338 source3/modules/vfs_default.c static int vfswrap_sys_acl_add_perm(vfs_handle_struct *handle, SMB_ACL_PERMSET_T permset, SMB_ACL_PERM_T perm) handle 1343 source3/modules/vfs_default.c static char * vfswrap_sys_acl_to_text(vfs_handle_struct *handle, SMB_ACL_T theacl, ssize_t *plen) handle 1348 source3/modules/vfs_default.c static SMB_ACL_T vfswrap_sys_acl_init(vfs_handle_struct *handle, int count) handle 1353 source3/modules/vfs_default.c static int vfswrap_sys_acl_create_entry(vfs_handle_struct *handle, SMB_ACL_T *pacl, SMB_ACL_ENTRY_T *pentry) handle 1358 source3/modules/vfs_default.c static int vfswrap_sys_acl_set_tag_type(vfs_handle_struct *handle, SMB_ACL_ENTRY_T entry, SMB_ACL_TAG_T tagtype) handle 1363 source3/modules/vfs_default.c static int vfswrap_sys_acl_set_qualifier(vfs_handle_struct *handle, SMB_ACL_ENTRY_T entry, void *qual) handle 1368 source3/modules/vfs_default.c static int vfswrap_sys_acl_set_permset(vfs_handle_struct *handle, SMB_ACL_ENTRY_T entry, SMB_ACL_PERMSET_T permset) handle 1373 source3/modules/vfs_default.c static int vfswrap_sys_acl_valid(vfs_handle_struct *handle, SMB_ACL_T theacl ) handle 1378 source3/modules/vfs_default.c static int vfswrap_sys_acl_set_file(vfs_handle_struct *handle, const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl) handle 1380 source3/modules/vfs_default.c return sys_acl_set_file(handle, name, acltype, theacl); handle 1383 source3/modules/vfs_default.c static int vfswrap_sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, SMB_ACL_T theacl) handle 1385 source3/modules/vfs_default.c return sys_acl_set_fd(handle, fsp, theacl); handle 1388 source3/modules/vfs_default.c static int vfswrap_sys_acl_delete_def_file(vfs_handle_struct *handle, const char *path) handle 1390 source3/modules/vfs_default.c return sys_acl_delete_def_file(handle, path); handle 1393 source3/modules/vfs_default.c static int vfswrap_sys_acl_get_perm(vfs_handle_struct *handle, SMB_ACL_PERMSET_T permset, SMB_ACL_PERM_T perm) handle 1398 source3/modules/vfs_default.c static int vfswrap_sys_acl_free_text(vfs_handle_struct *handle, char *text) handle 1403 source3/modules/vfs_default.c static int vfswrap_sys_acl_free_acl(vfs_handle_struct *handle, SMB_ACL_T posix_acl) handle 1408 source3/modules/vfs_default.c static int vfswrap_sys_acl_free_qualifier(vfs_handle_struct *handle, void *qualifier, SMB_ACL_TAG_T tagtype) handle 1417 source3/modules/vfs_default.c static ssize_t vfswrap_getxattr(struct vfs_handle_struct *handle,const char *path, const char *name, void *value, size_t size) handle 1422 source3/modules/vfs_default.c static ssize_t vfswrap_lgetxattr(struct vfs_handle_struct *handle,const char *path, const char *name, void *value, size_t size) handle 1427 source3/modules/vfs_default.c static ssize_t vfswrap_fgetxattr(struct vfs_handle_struct *handle, struct files_struct *fsp, const char *name, void *value, size_t size) handle 1432 source3/modules/vfs_default.c static ssize_t vfswrap_listxattr(struct vfs_handle_struct *handle, const char *path, char *list, size_t size) handle 1437 source3/modules/vfs_default.c ssize_t vfswrap_llistxattr(struct vfs_handle_struct *handle, const char *path, char *list, size_t size) handle 1442 source3/modules/vfs_default.c ssize_t vfswrap_flistxattr(struct vfs_handle_struct *handle, struct files_struct *fsp, char *list, size_t size) handle 1447 source3/modules/vfs_default.c static int vfswrap_removexattr(struct vfs_handle_struct *handle, const char *path, const char *name) handle 1452 source3/modules/vfs_default.c static int vfswrap_lremovexattr(struct vfs_handle_struct *handle, const char *path, const char *name) handle 1457 source3/modules/vfs_default.c static int vfswrap_fremovexattr(struct vfs_handle_struct *handle, struct files_struct *fsp, const char *name) handle 1462 source3/modules/vfs_default.c static int vfswrap_setxattr(struct vfs_handle_struct *handle, const char *path, const char *name, const void *value, size_t size, int flags) handle 1467 source3/modules/vfs_default.c static int vfswrap_lsetxattr(struct vfs_handle_struct *handle, const char *path, const char *name, const void *value, size_t size, int flags) handle 1472 source3/modules/vfs_default.c static int vfswrap_fsetxattr(struct vfs_handle_struct *handle, struct files_struct *fsp, const char *name, const void *value, size_t size, int flags) handle 1477 source3/modules/vfs_default.c static int vfswrap_aio_read(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) handle 1492 source3/modules/vfs_default.c static int vfswrap_aio_write(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) handle 1507 source3/modules/vfs_default.c static ssize_t vfswrap_aio_return(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) handle 1512 source3/modules/vfs_default.c static int vfswrap_aio_cancel(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) handle 1517 source3/modules/vfs_default.c static int vfswrap_aio_error(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) handle 1522 source3/modules/vfs_default.c static int vfswrap_aio_fsync(struct vfs_handle_struct *handle, struct files_struct *fsp, int op, SMB_STRUCT_AIOCB *aiocb) handle 1527 source3/modules/vfs_default.c static int vfswrap_aio_suspend(struct vfs_handle_struct *handle, struct files_struct *fsp, const SMB_STRUCT_AIOCB * const aiocb[], int n, const struct timespec *timeout) handle 1532 source3/modules/vfs_default.c static bool vfswrap_aio_force(struct vfs_handle_struct *handle, struct files_struct *fsp) handle 1537 source3/modules/vfs_default.c static bool vfswrap_is_offline(struct vfs_handle_struct *handle, const char *path, SMB_STRUCT_STAT *sbuf) handle 1543 source3/modules/vfs_default.c if (!lp_dmapi_support(SNUM(handle->conn)) || !dmapi_have_session()) { handle 1553 source3/modules/vfs_default.c static int vfswrap_set_offline(struct vfs_handle_struct *handle, const char *path) handle 82 source3/modules/vfs_default_quota.c #define DEFAULT_QUOTA_UID(handle) \ handle 83 source3/modules/vfs_default_quota.c (uid_t)lp_parm_int(SNUM((handle)->conn),DEFAULT_QUOTA_NAME,"uid",DEFAULT_QUOTA_UID_DEFAULT) handle 85 source3/modules/vfs_default_quota.c #define DEFAULT_QUOTA_UID_NOLIMIT(handle) \ handle 86 source3/modules/vfs_default_quota.c lp_parm_bool(SNUM((handle)->conn),DEFAULT_QUOTA_NAME,"uid nolimit",DEFAULT_QUOTA_UID_NOLIMIT_DEFAULT) handle 88 source3/modules/vfs_default_quota.c #define DEFAULT_QUOTA_GID(handle) \ handle 89 source3/modules/vfs_default_quota.c (gid_t)lp_parm_int(SNUM((handle)->conn),DEFAULT_QUOTA_NAME,"gid",DEFAULT_QUOTA_GID_DEFAULT) handle 91 source3/modules/vfs_default_quota.c #define DEFAULT_QUOTA_GID_NOLIMIT(handle) \ handle 92 source3/modules/vfs_default_quota.c lp_parm_bool(SNUM((handle)->conn),DEFAULT_QUOTA_NAME,"gid nolimit",DEFAULT_QUOTA_GID_NOLIMIT_DEFAULT) handle 94 source3/modules/vfs_default_quota.c static int default_quota_get_quota(vfs_handle_struct *handle, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dq) handle 98 source3/modules/vfs_default_quota.c if ((ret=SMB_VFS_NEXT_GET_QUOTA(handle, qtype, id, dq))!=0) { handle 105 source3/modules/vfs_default_quota.c if ((id.uid==DEFAULT_QUOTA_UID(handle)) && handle 106 source3/modules/vfs_default_quota.c DEFAULT_QUOTA_UID_NOLIMIT(handle)) { handle 113 source3/modules/vfs_default_quota.c if ((id.gid==DEFAULT_QUOTA_GID(handle)) && handle 114 source3/modules/vfs_default_quota.c DEFAULT_QUOTA_GID_NOLIMIT(handle)) { handle 123 source3/modules/vfs_default_quota.c qid.uid = DEFAULT_QUOTA_UID(handle); handle 124 source3/modules/vfs_default_quota.c SMB_VFS_NEXT_GET_QUOTA(handle, SMB_USER_QUOTA_TYPE, qid, dq); handle 133 source3/modules/vfs_default_quota.c qid.gid = DEFAULT_QUOTA_GID(handle); handle 134 source3/modules/vfs_default_quota.c SMB_VFS_NEXT_GET_QUOTA(handle, SMB_GROUP_QUOTA_TYPE, qid, dq); handle 148 source3/modules/vfs_default_quota.c static int default_quota_set_quota(vfs_handle_struct *handle, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dq) handle 155 source3/modules/vfs_default_quota.c if ((id.uid==DEFAULT_QUOTA_UID(handle)) && handle 156 source3/modules/vfs_default_quota.c DEFAULT_QUOTA_UID_NOLIMIT(handle)) { handle 163 source3/modules/vfs_default_quota.c if ((id.gid==DEFAULT_QUOTA_GID(handle)) && handle 164 source3/modules/vfs_default_quota.c DEFAULT_QUOTA_GID_NOLIMIT(handle)) { handle 181 source3/modules/vfs_default_quota.c if ((ret=SMB_VFS_NEXT_SET_QUOTA(handle, qtype, id, dq))!=0) { handle 195 source3/modules/vfs_default_quota.c qid.uid = DEFAULT_QUOTA_UID(handle); handle 196 source3/modules/vfs_default_quota.c ret = SMB_VFS_NEXT_SET_QUOTA(handle, SMB_USER_QUOTA_TYPE, qid, dq); handle 203 source3/modules/vfs_default_quota.c qid.gid = DEFAULT_QUOTA_GID(handle); handle 204 source3/modules/vfs_default_quota.c ret = SMB_VFS_NEXT_SET_QUOTA(handle, SMB_GROUP_QUOTA_TYPE, qid, dq); handle 47 source3/modules/vfs_dirsort.c static void open_and_sort_dir (vfs_handle_struct *handle) handle 54 source3/modules/vfs_dirsort.c SMB_VFS_HANDLE_GET_DATA(handle, data, struct dirsort_privates, return); handle 62 source3/modules/vfs_dirsort.c while (SMB_VFS_NEXT_READDIR(handle, data->source_directory, NULL) handle 69 source3/modules/vfs_dirsort.c SMB_VFS_NEXT_REWINDDIR(handle, data->source_directory); handle 77 source3/modules/vfs_dirsort.c while ((dp = SMB_VFS_NEXT_READDIR(handle, data->source_directory, handle 88 source3/modules/vfs_dirsort.c static SMB_STRUCT_DIR *dirsort_opendir(vfs_handle_struct *handle, handle 102 source3/modules/vfs_dirsort.c data->source_directory = SMB_VFS_NEXT_OPENDIR(handle, fname, mask, handle 107 source3/modules/vfs_dirsort.c SMB_VFS_HANDLE_SET_DATA(handle, data, free_dirsort_privates, handle 110 source3/modules/vfs_dirsort.c open_and_sort_dir(handle); handle 115 source3/modules/vfs_dirsort.c static SMB_STRUCT_DIRENT *dirsort_readdir(vfs_handle_struct *handle, handle 122 source3/modules/vfs_dirsort.c SMB_VFS_HANDLE_GET_DATA(handle, data, struct dirsort_privates, handle 133 source3/modules/vfs_dirsort.c open_and_sort_dir(handle); handle 143 source3/modules/vfs_dirsort.c static void dirsort_seekdir(vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp, handle 147 source3/modules/vfs_dirsort.c SMB_VFS_HANDLE_GET_DATA(handle, data, struct dirsort_privates, return); handle 152 source3/modules/vfs_dirsort.c static long dirsort_telldir(vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp) handle 155 source3/modules/vfs_dirsort.c SMB_VFS_HANDLE_GET_DATA(handle, data, struct dirsort_privates, handle 161 source3/modules/vfs_dirsort.c static void dirsort_rewinddir(vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp) handle 164 source3/modules/vfs_dirsort.c SMB_VFS_HANDLE_GET_DATA(handle, data, struct dirsort_privates, return); handle 170 source3/modules/vfs_expand_msdfs.c static int expand_msdfs_readlink(struct vfs_handle_struct *handle, handle 181 source3/modules/vfs_expand_msdfs.c result = SMB_VFS_NEXT_READLINK(handle, path, target, handle 191 source3/modules/vfs_expand_msdfs.c target = expand_msdfs_target(ctx, handle->conn, target); handle 34 source3/modules/vfs_extd_audit.c static int audit_connect(vfs_handle_struct *handle, const char *svc, const char *user); handle 35 source3/modules/vfs_extd_audit.c static void audit_disconnect(vfs_handle_struct *handle); handle 36 source3/modules/vfs_extd_audit.c static SMB_STRUCT_DIR *audit_opendir(vfs_handle_struct *handle, const char *fname, const char *mask, uint32 attr); handle 37 source3/modules/vfs_extd_audit.c static int audit_mkdir(vfs_handle_struct *handle, const char *path, mode_t mode); handle 38 source3/modules/vfs_extd_audit.c static int audit_rmdir(vfs_handle_struct *handle, const char *path); handle 39 source3/modules/vfs_extd_audit.c static int audit_open(vfs_handle_struct *handle, const char *fname, files_struct *fsp, int flags, mode_t mode); handle 40 source3/modules/vfs_extd_audit.c static int audit_close(vfs_handle_struct *handle, files_struct *fsp); handle 41 source3/modules/vfs_extd_audit.c static int audit_rename(vfs_handle_struct *handle, const char *oldname, const char *newname); handle 42 source3/modules/vfs_extd_audit.c static int audit_unlink(vfs_handle_struct *handle, const char *path); handle 43 source3/modules/vfs_extd_audit.c static int audit_chmod(vfs_handle_struct *handle, const char *path, mode_t mode); handle 44 source3/modules/vfs_extd_audit.c static int audit_chmod_acl(vfs_handle_struct *handle, const char *name, mode_t mode); handle 45 source3/modules/vfs_extd_audit.c static int audit_fchmod(vfs_handle_struct *handle, files_struct *fsp, mode_t mode); handle 46 source3/modules/vfs_extd_audit.c static int audit_fchmod_acl(vfs_handle_struct *handle, files_struct *fsp, mode_t mode); handle 80 source3/modules/vfs_extd_audit.c static int audit_syslog_facility(vfs_handle_struct *handle) handle 96 source3/modules/vfs_extd_audit.c facility = lp_parm_enum(SNUM(handle->conn), "extd_audit", "facility", enum_log_facilities, LOG_USER); handle 102 source3/modules/vfs_extd_audit.c static int audit_syslog_priority(vfs_handle_struct *handle) handle 117 source3/modules/vfs_extd_audit.c priority = lp_parm_enum(SNUM(handle->conn), "extd_audit", "priority", handle 129 source3/modules/vfs_extd_audit.c static int audit_connect(vfs_handle_struct *handle, const char *svc, const char *user) handle 133 source3/modules/vfs_extd_audit.c openlog("smbd_audit", LOG_PID, audit_syslog_facility(handle)); handle 136 source3/modules/vfs_extd_audit.c syslog(audit_syslog_priority(handle), handle 143 source3/modules/vfs_extd_audit.c result = SMB_VFS_NEXT_CONNECT(handle, svc, user); handle 148 source3/modules/vfs_extd_audit.c static void audit_disconnect(vfs_handle_struct *handle) handle 151 source3/modules/vfs_extd_audit.c syslog(audit_syslog_priority(handle), "disconnected\n"); handle 154 source3/modules/vfs_extd_audit.c SMB_VFS_NEXT_DISCONNECT(handle); handle 159 source3/modules/vfs_extd_audit.c static SMB_STRUCT_DIR *audit_opendir(vfs_handle_struct *handle, const char *fname, const char *mask, uint32 attr) handle 163 source3/modules/vfs_extd_audit.c result = SMB_VFS_NEXT_OPENDIR(handle, fname, mask, attr); handle 166 source3/modules/vfs_extd_audit.c syslog(audit_syslog_priority(handle), "opendir %s %s%s\n", handle 179 source3/modules/vfs_extd_audit.c static int audit_mkdir(vfs_handle_struct *handle, const char *path, mode_t mode) handle 183 source3/modules/vfs_extd_audit.c result = SMB_VFS_NEXT_MKDIR(handle, path, mode); handle 186 source3/modules/vfs_extd_audit.c syslog(audit_syslog_priority(handle), "mkdir %s %s%s\n", handle 199 source3/modules/vfs_extd_audit.c static int audit_rmdir(vfs_handle_struct *handle, const char *path) handle 203 source3/modules/vfs_extd_audit.c result = SMB_VFS_NEXT_RMDIR(handle, path); handle 206 source3/modules/vfs_extd_audit.c syslog(audit_syslog_priority(handle), "rmdir %s %s%s\n", handle 219 source3/modules/vfs_extd_audit.c static int audit_open(vfs_handle_struct *handle, const char *fname, files_struct *fsp, int flags, mode_t mode) handle 223 source3/modules/vfs_extd_audit.c result = SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode); handle 226 source3/modules/vfs_extd_audit.c syslog(audit_syslog_priority(handle), "open %s (fd %d) %s%s%s\n", handle 240 source3/modules/vfs_extd_audit.c static int audit_close(vfs_handle_struct *handle, files_struct *fsp) handle 244 source3/modules/vfs_extd_audit.c result = SMB_VFS_NEXT_CLOSE(handle, fsp); handle 247 source3/modules/vfs_extd_audit.c syslog(audit_syslog_priority(handle), "close fd %d %s%s\n", handle 260 source3/modules/vfs_extd_audit.c static int audit_rename(vfs_handle_struct *handle, const char *oldname, const char *newname) handle 264 source3/modules/vfs_extd_audit.c result = SMB_VFS_NEXT_RENAME(handle, oldname, newname); handle 267 source3/modules/vfs_extd_audit.c syslog(audit_syslog_priority(handle), "rename %s -> %s %s%s\n", handle 280 source3/modules/vfs_extd_audit.c static int audit_unlink(vfs_handle_struct *handle, const char *path) handle 284 source3/modules/vfs_extd_audit.c result = SMB_VFS_NEXT_UNLINK(handle, path); handle 287 source3/modules/vfs_extd_audit.c syslog(audit_syslog_priority(handle), "unlink %s %s%s\n", handle 300 source3/modules/vfs_extd_audit.c static int audit_chmod(vfs_handle_struct *handle, const char *path, mode_t mode) handle 304 source3/modules/vfs_extd_audit.c result = SMB_VFS_NEXT_CHMOD(handle, path, mode); handle 307 source3/modules/vfs_extd_audit.c syslog(audit_syslog_priority(handle), "chmod %s mode 0x%x %s%s\n", handle 320 source3/modules/vfs_extd_audit.c static int audit_chmod_acl(vfs_handle_struct *handle, const char *path, mode_t mode) handle 324 source3/modules/vfs_extd_audit.c result = SMB_VFS_NEXT_CHMOD_ACL(handle, path, mode); handle 327 source3/modules/vfs_extd_audit.c syslog(audit_syslog_priority(handle), "chmod_acl %s mode 0x%x %s%s\n", handle 340 source3/modules/vfs_extd_audit.c static int audit_fchmod(vfs_handle_struct *handle, files_struct *fsp, mode_t mode) handle 344 source3/modules/vfs_extd_audit.c result = SMB_VFS_NEXT_FCHMOD(handle, fsp, mode); handle 347 source3/modules/vfs_extd_audit.c syslog(audit_syslog_priority(handle), "fchmod %s mode 0x%x %s%s\n", handle 360 source3/modules/vfs_extd_audit.c static int audit_fchmod_acl(vfs_handle_struct *handle, files_struct *fsp, mode_t mode) handle 364 source3/modules/vfs_extd_audit.c result = SMB_VFS_NEXT_FCHMOD_ACL(handle, fsp, mode); handle 367 source3/modules/vfs_extd_audit.c syslog(audit_syslog_priority(handle), "fchmod_acl %s mode 0x%x %s%s\n", handle 29 source3/modules/vfs_fake_perms.c static int fake_perms_stat(vfs_handle_struct *handle, const char *fname, SMB_STRUCT_STAT *sbuf) handle 33 source3/modules/vfs_fake_perms.c ret = SMB_VFS_NEXT_STAT(handle, fname, sbuf); handle 40 source3/modules/vfs_fake_perms.c sbuf->st_uid = handle->conn->server_info->utok.uid; handle 41 source3/modules/vfs_fake_perms.c sbuf->st_gid = handle->conn->server_info->utok.gid; handle 47 source3/modules/vfs_fake_perms.c static int fake_perms_fstat(vfs_handle_struct *handle, files_struct *fsp, SMB_STRUCT_STAT *sbuf) handle 51 source3/modules/vfs_fake_perms.c ret = SMB_VFS_NEXT_FSTAT(handle, fsp, sbuf); handle 58 source3/modules/vfs_fake_perms.c sbuf->st_uid = handle->conn->server_info->utok.uid; handle 59 source3/modules/vfs_fake_perms.c sbuf->st_gid = handle->conn->server_info->utok.gid; handle 179 source3/modules/vfs_fileid.c static int fileid_connect(struct vfs_handle_struct *handle, handle 185 source3/modules/vfs_fileid.c data = talloc_zero(handle->conn, struct fileid_handle_data); handle 195 source3/modules/vfs_fileid.c algorithm = lp_parm_const_string(SNUM(handle->conn), handle 198 source3/modules/vfs_fileid.c algorithm = lp_parm_const_string(SNUM(handle->conn), handle 210 source3/modules/vfs_fileid.c SMB_VFS_HANDLE_SET_DATA(handle, data, NULL, handle 217 source3/modules/vfs_fileid.c return SMB_VFS_NEXT_CONNECT(handle, service, user); handle 220 source3/modules/vfs_fileid.c static void fileid_disconnect(struct vfs_handle_struct *handle) handle 223 source3/modules/vfs_fileid.c lp_servicename(SNUM(handle->conn)))); handle 225 source3/modules/vfs_fileid.c SMB_VFS_NEXT_DISCONNECT(handle); handle 228 source3/modules/vfs_fileid.c static struct file_id fileid_file_id_create(struct vfs_handle_struct *handle, handle 236 source3/modules/vfs_fileid.c SMB_VFS_HANDLE_GET_DATA(handle, data, handle 74 source3/modules/vfs_full_audit.c static int smb_full_audit_connect(vfs_handle_struct *handle, handle 76 source3/modules/vfs_full_audit.c static void smb_full_audit_disconnect(vfs_handle_struct *handle); handle 77 source3/modules/vfs_full_audit.c static uint64_t smb_full_audit_disk_free(vfs_handle_struct *handle, handle 81 source3/modules/vfs_full_audit.c static int smb_full_audit_get_quota(struct vfs_handle_struct *handle, handle 84 source3/modules/vfs_full_audit.c static int smb_full_audit_set_quota(struct vfs_handle_struct *handle, handle 87 source3/modules/vfs_full_audit.c static int smb_full_audit_get_shadow_copy_data(struct vfs_handle_struct *handle, handle 90 source3/modules/vfs_full_audit.c static int smb_full_audit_statvfs(struct vfs_handle_struct *handle, handle 93 source3/modules/vfs_full_audit.c static int smb_full_audit_fs_capabilities(struct vfs_handle_struct *handle); handle 94 source3/modules/vfs_full_audit.c static SMB_STRUCT_DIR *smb_full_audit_opendir(vfs_handle_struct *handle, handle 96 source3/modules/vfs_full_audit.c static SMB_STRUCT_DIRENT *smb_full_audit_readdir(vfs_handle_struct *handle, handle 99 source3/modules/vfs_full_audit.c static void smb_full_audit_seekdir(vfs_handle_struct *handle, handle 101 source3/modules/vfs_full_audit.c static long smb_full_audit_telldir(vfs_handle_struct *handle, handle 103 source3/modules/vfs_full_audit.c static void smb_full_audit_rewinddir(vfs_handle_struct *handle, handle 105 source3/modules/vfs_full_audit.c static int smb_full_audit_mkdir(vfs_handle_struct *handle, handle 107 source3/modules/vfs_full_audit.c static int smb_full_audit_rmdir(vfs_handle_struct *handle, handle 109 source3/modules/vfs_full_audit.c static int smb_full_audit_closedir(vfs_handle_struct *handle, handle 111 source3/modules/vfs_full_audit.c static void smb_full_audit_init_search_op(vfs_handle_struct *handle, handle 113 source3/modules/vfs_full_audit.c static int smb_full_audit_open(vfs_handle_struct *handle, handle 115 source3/modules/vfs_full_audit.c static NTSTATUS smb_full_audit_create_file(vfs_handle_struct *handle, handle 132 source3/modules/vfs_full_audit.c static int smb_full_audit_close(vfs_handle_struct *handle, files_struct *fsp); handle 133 source3/modules/vfs_full_audit.c static ssize_t smb_full_audit_read(vfs_handle_struct *handle, files_struct *fsp, handle 135 source3/modules/vfs_full_audit.c static ssize_t smb_full_audit_pread(vfs_handle_struct *handle, files_struct *fsp, handle 137 source3/modules/vfs_full_audit.c static ssize_t smb_full_audit_write(vfs_handle_struct *handle, files_struct *fsp, handle 139 source3/modules/vfs_full_audit.c static ssize_t smb_full_audit_pwrite(vfs_handle_struct *handle, files_struct *fsp, handle 142 source3/modules/vfs_full_audit.c static SMB_OFF_T smb_full_audit_lseek(vfs_handle_struct *handle, files_struct *fsp, handle 144 source3/modules/vfs_full_audit.c static ssize_t smb_full_audit_sendfile(vfs_handle_struct *handle, int tofd, handle 148 source3/modules/vfs_full_audit.c static ssize_t smb_full_audit_recvfile(vfs_handle_struct *handle, int fromfd, handle 152 source3/modules/vfs_full_audit.c static int smb_full_audit_rename(vfs_handle_struct *handle, handle 154 source3/modules/vfs_full_audit.c static int smb_full_audit_fsync(vfs_handle_struct *handle, files_struct *fsp); handle 155 source3/modules/vfs_full_audit.c static int smb_full_audit_stat(vfs_handle_struct *handle, handle 157 source3/modules/vfs_full_audit.c static int smb_full_audit_fstat(vfs_handle_struct *handle, files_struct *fsp, handle 159 source3/modules/vfs_full_audit.c static int smb_full_audit_lstat(vfs_handle_struct *handle, handle 161 source3/modules/vfs_full_audit.c static int smb_full_audit_get_alloc_size(vfs_handle_struct *handle, handle 163 source3/modules/vfs_full_audit.c static int smb_full_audit_unlink(vfs_handle_struct *handle, handle 165 source3/modules/vfs_full_audit.c static int smb_full_audit_chmod(vfs_handle_struct *handle, handle 167 source3/modules/vfs_full_audit.c static int smb_full_audit_fchmod(vfs_handle_struct *handle, files_struct *fsp, handle 169 source3/modules/vfs_full_audit.c static int smb_full_audit_chown(vfs_handle_struct *handle, handle 171 source3/modules/vfs_full_audit.c static int smb_full_audit_fchown(vfs_handle_struct *handle, files_struct *fsp, handle 173 source3/modules/vfs_full_audit.c static int smb_full_audit_lchown(vfs_handle_struct *handle, handle 175 source3/modules/vfs_full_audit.c static int smb_full_audit_chdir(vfs_handle_struct *handle, handle 177 source3/modules/vfs_full_audit.c static char *smb_full_audit_getwd(vfs_handle_struct *handle, handle 179 source3/modules/vfs_full_audit.c static int smb_full_audit_ntimes(vfs_handle_struct *handle, handle 181 source3/modules/vfs_full_audit.c static int smb_full_audit_ftruncate(vfs_handle_struct *handle, files_struct *fsp, handle 183 source3/modules/vfs_full_audit.c static bool smb_full_audit_lock(vfs_handle_struct *handle, files_struct *fsp, handle 185 source3/modules/vfs_full_audit.c static int smb_full_audit_kernel_flock(struct vfs_handle_struct *handle, handle 188 source3/modules/vfs_full_audit.c static int smb_full_audit_linux_setlease(vfs_handle_struct *handle, files_struct *fsp, handle 190 source3/modules/vfs_full_audit.c static bool smb_full_audit_getlock(vfs_handle_struct *handle, files_struct *fsp, handle 192 source3/modules/vfs_full_audit.c static int smb_full_audit_symlink(vfs_handle_struct *handle, handle 194 source3/modules/vfs_full_audit.c static int smb_full_audit_readlink(vfs_handle_struct *handle, handle 196 source3/modules/vfs_full_audit.c static int smb_full_audit_link(vfs_handle_struct *handle, handle 198 source3/modules/vfs_full_audit.c static int smb_full_audit_mknod(vfs_handle_struct *handle, handle 200 source3/modules/vfs_full_audit.c static char *smb_full_audit_realpath(vfs_handle_struct *handle, handle 202 source3/modules/vfs_full_audit.c static NTSTATUS smb_full_audit_notify_watch(struct vfs_handle_struct *handle, handle 209 source3/modules/vfs_full_audit.c static int smb_full_audit_chflags(vfs_handle_struct *handle, handle 211 source3/modules/vfs_full_audit.c static struct file_id smb_full_audit_file_id_create(struct vfs_handle_struct *handle, handle 213 source3/modules/vfs_full_audit.c static NTSTATUS smb_full_audit_streaminfo(vfs_handle_struct *handle, handle 219 source3/modules/vfs_full_audit.c static int smb_full_audit_get_real_filename(struct vfs_handle_struct *handle, handle 224 source3/modules/vfs_full_audit.c static NTSTATUS smb_full_audit_brl_lock_windows(struct vfs_handle_struct *handle, handle 229 source3/modules/vfs_full_audit.c static bool smb_full_audit_brl_unlock_windows(struct vfs_handle_struct *handle, handle 233 source3/modules/vfs_full_audit.c static bool smb_full_audit_brl_cancel_windows(struct vfs_handle_struct *handle, handle 237 source3/modules/vfs_full_audit.c static bool smb_full_audit_strict_lock(struct vfs_handle_struct *handle, handle 240 source3/modules/vfs_full_audit.c static void smb_full_audit_strict_unlock(struct vfs_handle_struct *handle, handle 243 source3/modules/vfs_full_audit.c static NTSTATUS smb_full_audit_fget_nt_acl(vfs_handle_struct *handle, files_struct *fsp, handle 246 source3/modules/vfs_full_audit.c static NTSTATUS smb_full_audit_get_nt_acl(vfs_handle_struct *handle, handle 249 source3/modules/vfs_full_audit.c static NTSTATUS smb_full_audit_fset_nt_acl(vfs_handle_struct *handle, files_struct *fsp, handle 252 source3/modules/vfs_full_audit.c static int smb_full_audit_chmod_acl(vfs_handle_struct *handle, handle 254 source3/modules/vfs_full_audit.c static int smb_full_audit_fchmod_acl(vfs_handle_struct *handle, files_struct *fsp, handle 256 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_get_entry(vfs_handle_struct *handle, handle 259 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_get_tag_type(vfs_handle_struct *handle, handle 262 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_get_permset(vfs_handle_struct *handle, handle 265 source3/modules/vfs_full_audit.c static void * smb_full_audit_sys_acl_get_qualifier(vfs_handle_struct *handle, handle 267 source3/modules/vfs_full_audit.c static SMB_ACL_T smb_full_audit_sys_acl_get_file(vfs_handle_struct *handle, handle 270 source3/modules/vfs_full_audit.c static SMB_ACL_T smb_full_audit_sys_acl_get_fd(vfs_handle_struct *handle, handle 272 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_clear_perms(vfs_handle_struct *handle, handle 274 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_add_perm(vfs_handle_struct *handle, handle 277 source3/modules/vfs_full_audit.c static char * smb_full_audit_sys_acl_to_text(vfs_handle_struct *handle, handle 280 source3/modules/vfs_full_audit.c static SMB_ACL_T smb_full_audit_sys_acl_init(vfs_handle_struct *handle, handle 282 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_create_entry(vfs_handle_struct *handle, handle 285 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_set_tag_type(vfs_handle_struct *handle, handle 288 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_set_qualifier(vfs_handle_struct *handle, handle 291 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_set_permset(vfs_handle_struct *handle, handle 294 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_valid(vfs_handle_struct *handle, handle 296 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_set_file(vfs_handle_struct *handle, handle 299 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, handle 301 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_delete_def_file(vfs_handle_struct *handle, handle 303 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_get_perm(vfs_handle_struct *handle, handle 306 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_free_text(vfs_handle_struct *handle, handle 308 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_free_acl(vfs_handle_struct *handle, handle 310 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_free_qualifier(vfs_handle_struct *handle, handle 313 source3/modules/vfs_full_audit.c static ssize_t smb_full_audit_getxattr(struct vfs_handle_struct *handle, handle 316 source3/modules/vfs_full_audit.c static ssize_t smb_full_audit_lgetxattr(struct vfs_handle_struct *handle, handle 319 source3/modules/vfs_full_audit.c static ssize_t smb_full_audit_fgetxattr(struct vfs_handle_struct *handle, handle 322 source3/modules/vfs_full_audit.c static ssize_t smb_full_audit_listxattr(struct vfs_handle_struct *handle, handle 324 source3/modules/vfs_full_audit.c static ssize_t smb_full_audit_llistxattr(struct vfs_handle_struct *handle, handle 326 source3/modules/vfs_full_audit.c static ssize_t smb_full_audit_flistxattr(struct vfs_handle_struct *handle, handle 329 source3/modules/vfs_full_audit.c static int smb_full_audit_removexattr(struct vfs_handle_struct *handle, handle 332 source3/modules/vfs_full_audit.c static int smb_full_audit_lremovexattr(struct vfs_handle_struct *handle, handle 335 source3/modules/vfs_full_audit.c static int smb_full_audit_fremovexattr(struct vfs_handle_struct *handle, handle 338 source3/modules/vfs_full_audit.c static int smb_full_audit_setxattr(struct vfs_handle_struct *handle, handle 342 source3/modules/vfs_full_audit.c static int smb_full_audit_lsetxattr(struct vfs_handle_struct *handle, handle 346 source3/modules/vfs_full_audit.c static int smb_full_audit_fsetxattr(struct vfs_handle_struct *handle, handle 350 source3/modules/vfs_full_audit.c static int smb_full_audit_aio_read(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb); handle 351 source3/modules/vfs_full_audit.c static int smb_full_audit_aio_write(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb); handle 352 source3/modules/vfs_full_audit.c static ssize_t smb_full_audit_aio_return(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb); handle 353 source3/modules/vfs_full_audit.c static int smb_full_audit_aio_cancel(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb); handle 354 source3/modules/vfs_full_audit.c static int smb_full_audit_aio_error(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb); handle 355 source3/modules/vfs_full_audit.c static int smb_full_audit_aio_fsync(struct vfs_handle_struct *handle, struct files_struct *fsp, int op, SMB_STRUCT_AIOCB *aiocb); handle 356 source3/modules/vfs_full_audit.c static int smb_full_audit_aio_suspend(struct vfs_handle_struct *handle, struct files_struct *fsp, const SMB_STRUCT_AIOCB * const aiocb[], int n, const struct timespec *ts); handle 357 source3/modules/vfs_full_audit.c static bool smb_full_audit_aio_force(struct vfs_handle_struct *handle, handle 727 source3/modules/vfs_full_audit.c static int audit_syslog_facility(vfs_handle_struct *handle) handle 743 source3/modules/vfs_full_audit.c facility = lp_parm_enum(SNUM(handle->conn), "full_audit", "facility", enum_log_facilities, LOG_USER); handle 748 source3/modules/vfs_full_audit.c static int audit_syslog_priority(vfs_handle_struct *handle) handle 763 source3/modules/vfs_full_audit.c priority = lp_parm_enum(SNUM(handle->conn), "full_audit", "priority", handle 795 source3/modules/vfs_full_audit.c static bool log_success(vfs_handle_struct *handle, vfs_op_type op) handle 799 source3/modules/vfs_full_audit.c SMB_VFS_HANDLE_GET_DATA(handle, pd, handle 810 source3/modules/vfs_full_audit.c static bool log_failure(vfs_handle_struct *handle, vfs_op_type op) handle 814 source3/modules/vfs_full_audit.c SMB_VFS_HANDLE_GET_DATA(handle, pd, handle 886 source3/modules/vfs_full_audit.c static void do_log(vfs_op_type op, bool success, vfs_handle_struct *handle, handle 894 source3/modules/vfs_full_audit.c if (success && (!log_success(handle, op))) handle 897 source3/modules/vfs_full_audit.c if (!success && (!log_failure(handle, op))) handle 913 source3/modules/vfs_full_audit.c audit_pre = audit_prefix(talloc_tos(), handle->conn); handle 914 source3/modules/vfs_full_audit.c syslog(audit_syslog_priority(handle), "%s|%s|%s|%s\n", handle 943 source3/modules/vfs_full_audit.c static int smb_full_audit_connect(vfs_handle_struct *handle, handle 951 source3/modules/vfs_full_audit.c if (!handle) { handle 961 source3/modules/vfs_full_audit.c openlog("smbd_audit", 0, audit_syslog_facility(handle)); handle 964 source3/modules/vfs_full_audit.c lp_parm_string_list(SNUM(handle->conn), "full_audit", "success", handle 967 source3/modules/vfs_full_audit.c lp_parm_string_list(SNUM(handle->conn), "full_audit", "failure", handle 971 source3/modules/vfs_full_audit.c SMB_VFS_HANDLE_SET_DATA(handle, pd, free_private_data, handle 974 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_CONNECT(handle, svc, user); handle 976 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_CONNECT, True, handle, handle 982 source3/modules/vfs_full_audit.c static void smb_full_audit_disconnect(vfs_handle_struct *handle) handle 984 source3/modules/vfs_full_audit.c SMB_VFS_NEXT_DISCONNECT(handle); handle 986 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_DISCONNECT, True, handle, handle 987 source3/modules/vfs_full_audit.c "%s", lp_servicename(SNUM(handle->conn))); handle 995 source3/modules/vfs_full_audit.c static uint64_t smb_full_audit_disk_free(vfs_handle_struct *handle, handle 1002 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_DISK_FREE(handle, path, small_query, bsize, handle 1007 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_DISK_FREE, True, handle, "%s", path); handle 1012 source3/modules/vfs_full_audit.c static int smb_full_audit_get_quota(struct vfs_handle_struct *handle, handle 1018 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_GET_QUOTA(handle, qtype, id, qt); handle 1020 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_GET_QUOTA, (result >= 0), handle, ""); handle 1026 source3/modules/vfs_full_audit.c static int smb_full_audit_set_quota(struct vfs_handle_struct *handle, handle 1032 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_SET_QUOTA(handle, qtype, id, qt); handle 1034 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_SET_QUOTA, (result >= 0), handle, ""); handle 1039 source3/modules/vfs_full_audit.c static int smb_full_audit_get_shadow_copy_data(struct vfs_handle_struct *handle, handle 1045 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_GET_SHADOW_COPY_DATA(handle, fsp, shadow_copy_data, labels); handle 1047 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_GET_SHADOW_COPY_DATA, (result >= 0), handle, ""); handle 1052 source3/modules/vfs_full_audit.c static int smb_full_audit_statvfs(struct vfs_handle_struct *handle, handle 1058 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_STATVFS(handle, path, statbuf); handle 1060 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_STATVFS, (result >= 0), handle, ""); handle 1065 source3/modules/vfs_full_audit.c static int smb_full_audit_fs_capabilities(struct vfs_handle_struct *handle) handle 1069 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_FS_CAPABILITIES(handle); handle 1071 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_FS_CAPABILITIES, true, handle, ""); handle 1076 source3/modules/vfs_full_audit.c static SMB_STRUCT_DIR *smb_full_audit_opendir(vfs_handle_struct *handle, handle 1081 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_OPENDIR(handle, fname, mask, attr); handle 1083 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_OPENDIR, (result != NULL), handle, "%s", fname); handle 1088 source3/modules/vfs_full_audit.c static SMB_STRUCT_DIRENT *smb_full_audit_readdir(vfs_handle_struct *handle, handle 1093 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_READDIR(handle, dirp, sbuf); handle 1098 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_READDIR, True, handle, ""); handle 1103 source3/modules/vfs_full_audit.c static void smb_full_audit_seekdir(vfs_handle_struct *handle, handle 1106 source3/modules/vfs_full_audit.c SMB_VFS_NEXT_SEEKDIR(handle, dirp, offset); handle 1108 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_SEEKDIR, True, handle, ""); handle 1112 source3/modules/vfs_full_audit.c static long smb_full_audit_telldir(vfs_handle_struct *handle, handle 1117 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_TELLDIR(handle, dirp); handle 1119 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_TELLDIR, True, handle, ""); handle 1124 source3/modules/vfs_full_audit.c static void smb_full_audit_rewinddir(vfs_handle_struct *handle, handle 1127 source3/modules/vfs_full_audit.c SMB_VFS_NEXT_REWINDDIR(handle, dirp); handle 1129 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_REWINDDIR, True, handle, ""); handle 1133 source3/modules/vfs_full_audit.c static int smb_full_audit_mkdir(vfs_handle_struct *handle, handle 1138 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_MKDIR(handle, path, mode); handle 1140 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_MKDIR, (result >= 0), handle, "%s", path); handle 1145 source3/modules/vfs_full_audit.c static int smb_full_audit_rmdir(vfs_handle_struct *handle, handle 1150 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_RMDIR(handle, path); handle 1152 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_RMDIR, (result >= 0), handle, "%s", path); handle 1157 source3/modules/vfs_full_audit.c static int smb_full_audit_closedir(vfs_handle_struct *handle, handle 1162 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_CLOSEDIR(handle, dirp); handle 1164 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_CLOSEDIR, (result >= 0), handle, ""); handle 1169 source3/modules/vfs_full_audit.c static void smb_full_audit_init_search_op(vfs_handle_struct *handle, handle 1172 source3/modules/vfs_full_audit.c SMB_VFS_NEXT_INIT_SEARCH_OP(handle, dirp); handle 1174 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_INIT_SEARCH_OP, True, handle, ""); handle 1178 source3/modules/vfs_full_audit.c static int smb_full_audit_open(vfs_handle_struct *handle, handle 1183 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode); handle 1185 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_OPEN, (result >= 0), handle, "%s|%s", handle 1192 source3/modules/vfs_full_audit.c static NTSTATUS smb_full_audit_create_file(vfs_handle_struct *handle, handle 1213 source3/modules/vfs_full_audit.c handle, /* handle */ handle 1231 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_CREATE_FILE, (NT_STATUS_IS_OK(result)), handle, "0x%x|%s", handle 1237 source3/modules/vfs_full_audit.c static int smb_full_audit_close(vfs_handle_struct *handle, files_struct *fsp) handle 1241 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_CLOSE(handle, fsp); handle 1243 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_CLOSE, (result >= 0), handle, "%s", fsp->fsp_name); handle 1248 source3/modules/vfs_full_audit.c static ssize_t smb_full_audit_read(vfs_handle_struct *handle, files_struct *fsp, handle 1253 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_READ(handle, fsp, data, n); handle 1255 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_READ, (result >= 0), handle, "%s", fsp->fsp_name); handle 1260 source3/modules/vfs_full_audit.c static ssize_t smb_full_audit_pread(vfs_handle_struct *handle, files_struct *fsp, handle 1265 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_PREAD(handle, fsp, data, n, offset); handle 1267 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_PREAD, (result >= 0), handle, "%s", fsp->fsp_name); handle 1272 source3/modules/vfs_full_audit.c static ssize_t smb_full_audit_write(vfs_handle_struct *handle, files_struct *fsp, handle 1277 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_WRITE(handle, fsp, data, n); handle 1279 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_WRITE, (result >= 0), handle, "%s", fsp->fsp_name); handle 1284 source3/modules/vfs_full_audit.c static ssize_t smb_full_audit_pwrite(vfs_handle_struct *handle, files_struct *fsp, handle 1290 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_PWRITE(handle, fsp, data, n, offset); handle 1292 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_PWRITE, (result >= 0), handle, "%s", fsp->fsp_name); handle 1297 source3/modules/vfs_full_audit.c static SMB_OFF_T smb_full_audit_lseek(vfs_handle_struct *handle, files_struct *fsp, handle 1302 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_LSEEK(handle, fsp, offset, whence); handle 1304 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_LSEEK, (result != (ssize_t)-1), handle, handle 1310 source3/modules/vfs_full_audit.c static ssize_t smb_full_audit_sendfile(vfs_handle_struct *handle, int tofd, handle 1317 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_SENDFILE(handle, tofd, fromfsp, hdr, offset, n); handle 1319 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_SENDFILE, (result >= 0), handle, handle 1325 source3/modules/vfs_full_audit.c static ssize_t smb_full_audit_recvfile(vfs_handle_struct *handle, int fromfd, handle 1332 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_RECVFILE(handle, fromfd, tofsp, offset, n); handle 1334 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_RECVFILE, (result >= 0), handle, handle 1340 source3/modules/vfs_full_audit.c static int smb_full_audit_rename(vfs_handle_struct *handle, handle 1345 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_RENAME(handle, oldname, newname); handle 1347 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_RENAME, (result >= 0), handle, "%s|%s", oldname, newname); handle 1352 source3/modules/vfs_full_audit.c static int smb_full_audit_fsync(vfs_handle_struct *handle, files_struct *fsp) handle 1356 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_FSYNC(handle, fsp); handle 1358 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_FSYNC, (result >= 0), handle, "%s", fsp->fsp_name); handle 1363 source3/modules/vfs_full_audit.c static int smb_full_audit_stat(vfs_handle_struct *handle, handle 1368 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_STAT(handle, fname, sbuf); handle 1370 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_STAT, (result >= 0), handle, "%s", fname); handle 1375 source3/modules/vfs_full_audit.c static int smb_full_audit_fstat(vfs_handle_struct *handle, files_struct *fsp, handle 1380 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_FSTAT(handle, fsp, sbuf); handle 1382 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_FSTAT, (result >= 0), handle, "%s", fsp->fsp_name); handle 1387 source3/modules/vfs_full_audit.c static int smb_full_audit_lstat(vfs_handle_struct *handle, handle 1392 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_LSTAT(handle, path, sbuf); handle 1394 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_LSTAT, (result >= 0), handle, "%s", path); handle 1399 source3/modules/vfs_full_audit.c static int smb_full_audit_get_alloc_size(vfs_handle_struct *handle, handle 1404 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_GET_ALLOC_SIZE(handle, fsp, sbuf); handle 1406 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_GET_ALLOC_SIZE, (result >= 0), handle, "%d", result); handle 1411 source3/modules/vfs_full_audit.c static int smb_full_audit_unlink(vfs_handle_struct *handle, handle 1416 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_UNLINK(handle, path); handle 1418 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_UNLINK, (result >= 0), handle, "%s", path); handle 1423 source3/modules/vfs_full_audit.c static int smb_full_audit_chmod(vfs_handle_struct *handle, handle 1428 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_CHMOD(handle, path, mode); handle 1430 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_CHMOD, (result >= 0), handle, "%s|%o", path, mode); handle 1435 source3/modules/vfs_full_audit.c static int smb_full_audit_fchmod(vfs_handle_struct *handle, files_struct *fsp, handle 1440 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_FCHMOD(handle, fsp, mode); handle 1442 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_FCHMOD, (result >= 0), handle, handle 1448 source3/modules/vfs_full_audit.c static int smb_full_audit_chown(vfs_handle_struct *handle, handle 1453 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_CHOWN(handle, path, uid, gid); handle 1455 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_CHOWN, (result >= 0), handle, "%s|%ld|%ld", handle 1461 source3/modules/vfs_full_audit.c static int smb_full_audit_fchown(vfs_handle_struct *handle, files_struct *fsp, handle 1466 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_FCHOWN(handle, fsp, uid, gid); handle 1468 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_FCHOWN, (result >= 0), handle, "%s|%ld|%ld", handle 1474 source3/modules/vfs_full_audit.c static int smb_full_audit_lchown(vfs_handle_struct *handle, handle 1479 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_LCHOWN(handle, path, uid, gid); handle 1481 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_LCHOWN, (result >= 0), handle, "%s|%ld|%ld", handle 1487 source3/modules/vfs_full_audit.c static int smb_full_audit_chdir(vfs_handle_struct *handle, handle 1492 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_CHDIR(handle, path); handle 1494 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_CHDIR, (result >= 0), handle, "chdir|%s", path); handle 1499 source3/modules/vfs_full_audit.c static char *smb_full_audit_getwd(vfs_handle_struct *handle, handle 1504 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_GETWD(handle, path); handle 1506 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_GETWD, (result != NULL), handle, "%s", path); handle 1511 source3/modules/vfs_full_audit.c static int smb_full_audit_ntimes(vfs_handle_struct *handle, handle 1516 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_NTIMES(handle, path, ft); handle 1518 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_NTIMES, (result >= 0), handle, "%s", path); handle 1523 source3/modules/vfs_full_audit.c static int smb_full_audit_ftruncate(vfs_handle_struct *handle, files_struct *fsp, handle 1528 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_FTRUNCATE(handle, fsp, len); handle 1530 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_FTRUNCATE, (result >= 0), handle, handle 1536 source3/modules/vfs_full_audit.c static bool smb_full_audit_lock(vfs_handle_struct *handle, files_struct *fsp, handle 1541 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_LOCK(handle, fsp, op, offset, count, type); handle 1543 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_LOCK, result, handle, "%s", fsp->fsp_name); handle 1548 source3/modules/vfs_full_audit.c static int smb_full_audit_kernel_flock(struct vfs_handle_struct *handle, handle 1554 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_KERNEL_FLOCK(handle, fsp, share_mode); handle 1556 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_KERNEL_FLOCK, (result >= 0), handle, "%s", handle 1562 source3/modules/vfs_full_audit.c static int smb_full_audit_linux_setlease(vfs_handle_struct *handle, files_struct *fsp, handle 1567 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_LINUX_SETLEASE(handle, fsp, leasetype); handle 1569 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_LINUX_SETLEASE, (result >= 0), handle, "%s", handle 1575 source3/modules/vfs_full_audit.c static bool smb_full_audit_getlock(vfs_handle_struct *handle, files_struct *fsp, handle 1580 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_GETLOCK(handle, fsp, poffset, pcount, ptype, ppid); handle 1582 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_GETLOCK, result, handle, "%s", fsp->fsp_name); handle 1587 source3/modules/vfs_full_audit.c static int smb_full_audit_symlink(vfs_handle_struct *handle, handle 1592 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_SYMLINK(handle, oldpath, newpath); handle 1594 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_SYMLINK, (result >= 0), handle, handle 1600 source3/modules/vfs_full_audit.c static int smb_full_audit_readlink(vfs_handle_struct *handle, handle 1605 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_READLINK(handle, path, buf, bufsiz); handle 1607 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_READLINK, (result >= 0), handle, "%s", path); handle 1612 source3/modules/vfs_full_audit.c static int smb_full_audit_link(vfs_handle_struct *handle, handle 1617 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_LINK(handle, oldpath, newpath); handle 1619 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_LINK, (result >= 0), handle, handle 1625 source3/modules/vfs_full_audit.c static int smb_full_audit_mknod(vfs_handle_struct *handle, handle 1630 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_MKNOD(handle, pathname, mode, dev); handle 1632 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_MKNOD, (result >= 0), handle, "%s", pathname); handle 1637 source3/modules/vfs_full_audit.c static char *smb_full_audit_realpath(vfs_handle_struct *handle, handle 1642 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_REALPATH(handle, path, resolved_path); handle 1644 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_REALPATH, (result != NULL), handle, "%s", path); handle 1649 source3/modules/vfs_full_audit.c static NTSTATUS smb_full_audit_notify_watch(struct vfs_handle_struct *handle, handle 1659 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_NOTIFY_WATCH(handle, ctx, e, callback, private_data, handle_p); handle 1661 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_NOTIFY_WATCH, NT_STATUS_IS_OK(result), handle, ""); handle 1666 source3/modules/vfs_full_audit.c static int smb_full_audit_chflags(vfs_handle_struct *handle, handle 1671 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_CHFLAGS(handle, path, flags); handle 1673 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_CHFLAGS, (result != 0), handle, "%s", path); handle 1678 source3/modules/vfs_full_audit.c static struct file_id smb_full_audit_file_id_create(struct vfs_handle_struct *handle, handle 1686 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_FILE_ID_CREATE(handle, sbuf); handle 1690 source3/modules/vfs_full_audit.c handle, "%s", file_id_string_tos(&result)); handle 1695 source3/modules/vfs_full_audit.c static NTSTATUS smb_full_audit_streaminfo(vfs_handle_struct *handle, handle 1704 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_STREAMINFO(handle, fsp, fname, mem_ctx, handle 1707 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_STREAMINFO, NT_STATUS_IS_OK(result), handle, handle 1713 source3/modules/vfs_full_audit.c static int smb_full_audit_get_real_filename(struct vfs_handle_struct *handle, handle 1721 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_GET_REAL_FILENAME(handle, path, name, mem_ctx, handle 1724 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_GET_REAL_FILENAME, (result == 0), handle, handle 1730 source3/modules/vfs_full_audit.c static NTSTATUS smb_full_audit_brl_lock_windows(struct vfs_handle_struct *handle, handle 1738 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_BRL_LOCK_WINDOWS(handle, br_lck, plock, handle 1741 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_BRL_LOCK_WINDOWS, NT_STATUS_IS_OK(result), handle, handle 1748 source3/modules/vfs_full_audit.c static bool smb_full_audit_brl_unlock_windows(struct vfs_handle_struct *handle, handle 1755 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_BRL_UNLOCK_WINDOWS(handle, msg_ctx, br_lck, handle 1758 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_BRL_UNLOCK_WINDOWS, (result == 0), handle, handle 1765 source3/modules/vfs_full_audit.c static bool smb_full_audit_brl_cancel_windows(struct vfs_handle_struct *handle, handle 1772 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_BRL_CANCEL_WINDOWS(handle, br_lck, plock, blr); handle 1774 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_BRL_CANCEL_WINDOWS, (result == 0), handle, handle 1781 source3/modules/vfs_full_audit.c static bool smb_full_audit_strict_lock(struct vfs_handle_struct *handle, handle 1787 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_STRICT_LOCK(handle, fsp, plock); handle 1789 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_STRICT_LOCK, result, handle, handle 1796 source3/modules/vfs_full_audit.c static void smb_full_audit_strict_unlock(struct vfs_handle_struct *handle, handle 1800 source3/modules/vfs_full_audit.c SMB_VFS_NEXT_STRICT_UNLOCK(handle, fsp, plock); handle 1802 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_STRICT_UNLOCK, true, handle, handle 1809 source3/modules/vfs_full_audit.c static NTSTATUS smb_full_audit_fget_nt_acl(vfs_handle_struct *handle, files_struct *fsp, handle 1815 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_FGET_NT_ACL(handle, fsp, security_info, ppdesc); handle 1817 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_FGET_NT_ACL, NT_STATUS_IS_OK(result), handle, handle 1823 source3/modules/vfs_full_audit.c static NTSTATUS smb_full_audit_get_nt_acl(vfs_handle_struct *handle, handle 1830 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_GET_NT_ACL(handle, name, security_info, ppdesc); handle 1832 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_GET_NT_ACL, NT_STATUS_IS_OK(result), handle, handle 1838 source3/modules/vfs_full_audit.c static NTSTATUS smb_full_audit_fset_nt_acl(vfs_handle_struct *handle, files_struct *fsp, handle 1844 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_FSET_NT_ACL(handle, fsp, security_info_sent, psd); handle 1846 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_FSET_NT_ACL, NT_STATUS_IS_OK(result), handle, "%s", fsp->fsp_name); handle 1851 source3/modules/vfs_full_audit.c static int smb_full_audit_chmod_acl(vfs_handle_struct *handle, handle 1856 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_CHMOD_ACL(handle, path, mode); handle 1858 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_CHMOD_ACL, (result >= 0), handle, handle 1864 source3/modules/vfs_full_audit.c static int smb_full_audit_fchmod_acl(vfs_handle_struct *handle, files_struct *fsp, handle 1869 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_FCHMOD_ACL(handle, fsp, mode); handle 1871 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_FCHMOD_ACL, (result >= 0), handle, handle 1877 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_get_entry(vfs_handle_struct *handle, handle 1884 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_SYS_ACL_GET_ENTRY(handle, theacl, entry_id, handle 1887 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_SYS_ACL_GET_ENTRY, (result >= 0), handle, handle 1893 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_get_tag_type(vfs_handle_struct *handle, handle 1900 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_SYS_ACL_GET_TAG_TYPE(handle, entry_d, handle 1903 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_SYS_ACL_GET_TAG_TYPE, (result >= 0), handle, handle 1909 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_get_permset(vfs_handle_struct *handle, handle 1916 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_SYS_ACL_GET_PERMSET(handle, entry_d, handle 1919 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_SYS_ACL_GET_PERMSET, (result >= 0), handle, handle 1925 source3/modules/vfs_full_audit.c static void * smb_full_audit_sys_acl_get_qualifier(vfs_handle_struct *handle, handle 1931 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_SYS_ACL_GET_QUALIFIER(handle, entry_d); handle 1933 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_SYS_ACL_GET_QUALIFIER, (result != NULL), handle, handle 1939 source3/modules/vfs_full_audit.c static SMB_ACL_T smb_full_audit_sys_acl_get_file(vfs_handle_struct *handle, handle 1945 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_SYS_ACL_GET_FILE(handle, path_p, type); handle 1947 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_SYS_ACL_GET_FILE, (result != NULL), handle, handle 1953 source3/modules/vfs_full_audit.c static SMB_ACL_T smb_full_audit_sys_acl_get_fd(vfs_handle_struct *handle, handle 1958 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_SYS_ACL_GET_FD(handle, fsp); handle 1960 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_SYS_ACL_GET_FD, (result != NULL), handle, handle 1966 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_clear_perms(vfs_handle_struct *handle, handle 1972 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_SYS_ACL_CLEAR_PERMS(handle, permset); handle 1974 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_SYS_ACL_CLEAR_PERMS, (result >= 0), handle, handle 1980 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_add_perm(vfs_handle_struct *handle, handle 1987 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_SYS_ACL_ADD_PERM(handle, permset, perm); handle 1989 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_SYS_ACL_ADD_PERM, (result >= 0), handle, handle 1995 source3/modules/vfs_full_audit.c static char * smb_full_audit_sys_acl_to_text(vfs_handle_struct *handle, handle 2001 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_SYS_ACL_TO_TEXT(handle, theacl, plen); handle 2003 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_SYS_ACL_TO_TEXT, (result != NULL), handle, handle 2009 source3/modules/vfs_full_audit.c static SMB_ACL_T smb_full_audit_sys_acl_init(vfs_handle_struct *handle, handle 2015 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_SYS_ACL_INIT(handle, count); handle 2017 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_SYS_ACL_INIT, (result != NULL), handle, handle 2023 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_create_entry(vfs_handle_struct *handle, handle 2029 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_SYS_ACL_CREATE_ENTRY(handle, pacl, pentry); handle 2031 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_SYS_ACL_CREATE_ENTRY, (result >= 0), handle, handle 2037 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_set_tag_type(vfs_handle_struct *handle, handle 2044 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_SYS_ACL_SET_TAG_TYPE(handle, entry, handle 2047 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_SYS_ACL_SET_TAG_TYPE, (result >= 0), handle, handle 2053 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_set_qualifier(vfs_handle_struct *handle, handle 2060 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_SYS_ACL_SET_QUALIFIER(handle, entry, qual); handle 2062 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_SYS_ACL_SET_QUALIFIER, (result >= 0), handle, handle 2068 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_set_permset(vfs_handle_struct *handle, handle 2075 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_SYS_ACL_SET_PERMSET(handle, entry, permset); handle 2077 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_SYS_ACL_SET_PERMSET, (result >= 0), handle, handle 2083 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_valid(vfs_handle_struct *handle, handle 2089 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_SYS_ACL_VALID(handle, theacl); handle 2091 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_SYS_ACL_VALID, (result >= 0), handle, handle 2097 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_set_file(vfs_handle_struct *handle, handle 2104 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_SYS_ACL_SET_FILE(handle, name, acltype, handle 2107 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_SYS_ACL_SET_FILE, (result >= 0), handle, handle 2113 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, handle 2118 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_SYS_ACL_SET_FD(handle, fsp, theacl); handle 2120 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_SYS_ACL_SET_FD, (result >= 0), handle, handle 2126 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_delete_def_file(vfs_handle_struct *handle, handle 2132 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_SYS_ACL_DELETE_DEF_FILE(handle, path); handle 2134 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_SYS_ACL_DELETE_DEF_FILE, (result >= 0), handle, handle 2140 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_get_perm(vfs_handle_struct *handle, handle 2147 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_SYS_ACL_GET_PERM(handle, permset, perm); handle 2149 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_SYS_ACL_GET_PERM, (result >= 0), handle, handle 2155 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_free_text(vfs_handle_struct *handle, handle 2161 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_SYS_ACL_FREE_TEXT(handle, text); handle 2163 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_SYS_ACL_FREE_TEXT, (result >= 0), handle, handle 2169 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_free_acl(vfs_handle_struct *handle, handle 2175 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_SYS_ACL_FREE_ACL(handle, posix_acl); handle 2177 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_SYS_ACL_FREE_ACL, (result >= 0), handle, handle 2183 source3/modules/vfs_full_audit.c static int smb_full_audit_sys_acl_free_qualifier(vfs_handle_struct *handle, handle 2189 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_SYS_ACL_FREE_QUALIFIER(handle, qualifier, handle 2192 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_SYS_ACL_FREE_QUALIFIER, (result >= 0), handle, handle 2198 source3/modules/vfs_full_audit.c static ssize_t smb_full_audit_getxattr(struct vfs_handle_struct *handle, handle 2204 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_GETXATTR(handle, path, name, value, size); handle 2206 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_GETXATTR, (result >= 0), handle, handle 2212 source3/modules/vfs_full_audit.c static ssize_t smb_full_audit_lgetxattr(struct vfs_handle_struct *handle, handle 2218 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_LGETXATTR(handle, path, name, value, size); handle 2220 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_LGETXATTR, (result >= 0), handle, handle 2226 source3/modules/vfs_full_audit.c static ssize_t smb_full_audit_fgetxattr(struct vfs_handle_struct *handle, handle 2232 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_FGETXATTR(handle, fsp, name, value, size); handle 2234 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_FGETXATTR, (result >= 0), handle, handle 2240 source3/modules/vfs_full_audit.c static ssize_t smb_full_audit_listxattr(struct vfs_handle_struct *handle, handle 2245 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_LISTXATTR(handle, path, list, size); handle 2247 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_LISTXATTR, (result >= 0), handle, "%s", path); handle 2252 source3/modules/vfs_full_audit.c static ssize_t smb_full_audit_llistxattr(struct vfs_handle_struct *handle, handle 2257 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_LLISTXATTR(handle, path, list, size); handle 2259 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_LLISTXATTR, (result >= 0), handle, "%s", path); handle 2264 source3/modules/vfs_full_audit.c static ssize_t smb_full_audit_flistxattr(struct vfs_handle_struct *handle, handle 2270 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_FLISTXATTR(handle, fsp, list, size); handle 2272 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_FLISTXATTR, (result >= 0), handle, handle 2278 source3/modules/vfs_full_audit.c static int smb_full_audit_removexattr(struct vfs_handle_struct *handle, handle 2284 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_REMOVEXATTR(handle, path, name); handle 2286 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_REMOVEXATTR, (result >= 0), handle, handle 2292 source3/modules/vfs_full_audit.c static int smb_full_audit_lremovexattr(struct vfs_handle_struct *handle, handle 2298 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_LREMOVEXATTR(handle, path, name); handle 2300 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_LREMOVEXATTR, (result >= 0), handle, handle 2306 source3/modules/vfs_full_audit.c static int smb_full_audit_fremovexattr(struct vfs_handle_struct *handle, handle 2312 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_FREMOVEXATTR(handle, fsp, name); handle 2314 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_FREMOVEXATTR, (result >= 0), handle, handle 2320 source3/modules/vfs_full_audit.c static int smb_full_audit_setxattr(struct vfs_handle_struct *handle, handle 2327 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_SETXATTR(handle, path, name, value, size, handle 2330 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_SETXATTR, (result >= 0), handle, handle 2336 source3/modules/vfs_full_audit.c static int smb_full_audit_lsetxattr(struct vfs_handle_struct *handle, handle 2343 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_LSETXATTR(handle, path, name, value, size, handle 2346 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_LSETXATTR, (result >= 0), handle, handle 2352 source3/modules/vfs_full_audit.c static int smb_full_audit_fsetxattr(struct vfs_handle_struct *handle, handle 2358 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_FSETXATTR(handle, fsp, name, value, size, flags); handle 2360 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_FSETXATTR, (result >= 0), handle, handle 2366 source3/modules/vfs_full_audit.c static int smb_full_audit_aio_read(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) handle 2370 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_AIO_READ(handle, fsp, aiocb); handle 2371 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_AIO_READ, (result >= 0), handle, handle 2377 source3/modules/vfs_full_audit.c static int smb_full_audit_aio_write(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) handle 2381 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_AIO_WRITE(handle, fsp, aiocb); handle 2382 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_AIO_WRITE, (result >= 0), handle, handle 2388 source3/modules/vfs_full_audit.c static ssize_t smb_full_audit_aio_return(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) handle 2392 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_AIO_RETURN(handle, fsp, aiocb); handle 2393 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_AIO_RETURN, (result >= 0), handle, handle 2399 source3/modules/vfs_full_audit.c static int smb_full_audit_aio_cancel(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) handle 2403 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_AIO_CANCEL(handle, fsp, aiocb); handle 2404 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_AIO_CANCEL, (result >= 0), handle, handle 2410 source3/modules/vfs_full_audit.c static int smb_full_audit_aio_error(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) handle 2414 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_AIO_ERROR(handle, fsp, aiocb); handle 2415 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_AIO_ERROR, (result >= 0), handle, handle 2421 source3/modules/vfs_full_audit.c static int smb_full_audit_aio_fsync(struct vfs_handle_struct *handle, struct files_struct *fsp, int op, SMB_STRUCT_AIOCB *aiocb) handle 2425 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_AIO_FSYNC(handle, fsp, op, aiocb); handle 2426 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_AIO_FSYNC, (result >= 0), handle, handle 2432 source3/modules/vfs_full_audit.c static int smb_full_audit_aio_suspend(struct vfs_handle_struct *handle, struct files_struct *fsp, const SMB_STRUCT_AIOCB * const aiocb[], int n, const struct timespec *ts) handle 2436 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_AIO_SUSPEND(handle, fsp, aiocb, n, ts); handle 2437 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_AIO_SUSPEND, (result >= 0), handle, handle 2443 source3/modules/vfs_full_audit.c static bool smb_full_audit_aio_force(struct vfs_handle_struct *handle, handle 2448 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_AIO_FORCE(handle, fsp); handle 2449 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_AIO_FORCE, result, handle, handle 33 source3/modules/vfs_gpfs.c static int vfs_gpfs_kernel_flock(vfs_handle_struct *handle, files_struct *fsp, handle 52 source3/modules/vfs_gpfs.c static int vfs_gpfs_close(vfs_handle_struct *handle, files_struct *fsp) handle 58 source3/modules/vfs_gpfs.c return SMB_VFS_NEXT_CLOSE(handle, fsp); handle 61 source3/modules/vfs_gpfs.c static int vfs_gpfs_setlease(vfs_handle_struct *handle, files_struct *fsp, handle 84 source3/modules/vfs_gpfs.c static int vfs_gpfs_get_real_filename(struct vfs_handle_struct *handle, handle 110 source3/modules/vfs_gpfs.c handle, path, name, mem_ctx, found_name); handle 298 source3/modules/vfs_gpfs.c static NTSTATUS gpfsacl_fget_nt_acl(vfs_handle_struct *handle, handle 320 source3/modules/vfs_gpfs.c static NTSTATUS gpfsacl_get_nt_acl(vfs_handle_struct *handle, handle 331 source3/modules/vfs_gpfs.c return smb_get_nt_acl_nfs4(handle->conn, name, security_info, ppdesc, pacl); handle 335 source3/modules/vfs_gpfs.c return posix_get_nt_acl(handle->conn, name, security_info, ppdesc); handle 458 source3/modules/vfs_gpfs.c static NTSTATUS gpfsacl_fset_nt_acl(vfs_handle_struct *handle, files_struct *fsp, uint32 security_info_sent, const SEC_DESC *psd) handle 568 source3/modules/vfs_gpfs.c static SMB_ACL_T gpfsacl_sys_acl_get_file(vfs_handle_struct *handle, handle 589 source3/modules/vfs_gpfs.c static SMB_ACL_T gpfsacl_sys_acl_get_fd(vfs_handle_struct *handle, handle 682 source3/modules/vfs_gpfs.c static int gpfsacl_sys_acl_set_file(vfs_handle_struct *handle, handle 701 source3/modules/vfs_gpfs.c static int gpfsacl_sys_acl_set_fd(vfs_handle_struct *handle, handle 705 source3/modules/vfs_gpfs.c return gpfsacl_sys_acl_set_file(handle, fsp->fsp_name, SMB_ACL_TYPE_ACCESS, theacl); handle 708 source3/modules/vfs_gpfs.c static int gpfsacl_sys_acl_delete_def_file(vfs_handle_struct *handle, handle 839 source3/modules/vfs_gpfs.c static int vfs_gpfs_chmod(vfs_handle_struct *handle, const char *path, mode_t mode) handle 844 source3/modules/vfs_gpfs.c if (SMB_VFS_NEXT_STAT(handle, path, &st) != 0) { handle 855 source3/modules/vfs_gpfs.c return SMB_VFS_NEXT_CHMOD(handle, path, mode); handle 859 source3/modules/vfs_gpfs.c static int vfs_gpfs_fchmod(vfs_handle_struct *handle, files_struct *fsp, mode_t mode) handle 864 source3/modules/vfs_gpfs.c if (SMB_VFS_NEXT_FSTAT(handle, fsp, &st) != 0) { handle 875 source3/modules/vfs_gpfs.c return SMB_VFS_NEXT_FCHMOD(handle, fsp, mode); handle 137 source3/modules/vfs_hpuxacl.c SMB_ACL_T hpuxacl_sys_acl_get_file(vfs_handle_struct *handle, handle 184 source3/modules/vfs_hpuxacl.c SMB_ACL_T hpuxacl_sys_acl_get_fd(vfs_handle_struct *handle, handle 204 source3/modules/vfs_hpuxacl.c return hpuxacl_sys_acl_get_file(handle, file_struct_p->fsp_name, handle 209 source3/modules/vfs_hpuxacl.c int hpuxacl_sys_acl_set_file(vfs_handle_struct *handle, handle 252 source3/modules/vfs_hpuxacl.c ret = SMB_VFS_LSTAT(handle->conn, name, &s); handle 254 source3/modules/vfs_hpuxacl.c ret = SMB_VFS_STAT(handle->conn, name, &s); handle 313 source3/modules/vfs_hpuxacl.c int hpuxacl_sys_acl_set_fd(vfs_handle_struct *handle, handle 334 source3/modules/vfs_hpuxacl.c return hpuxacl_sys_acl_set_file(handle, file_struct_p->fsp_name, handle 355 source3/modules/vfs_hpuxacl.c int hpuxacl_sys_acl_delete_def_file(vfs_handle_struct *handle, handle 365 source3/modules/vfs_hpuxacl.c smb_acl = hpuxacl_sys_acl_get_file(handle, path, handle 1065 source3/modules/vfs_hpuxacl.c shl_t handle = NULL; handle 1075 source3/modules/vfs_hpuxacl.c ret_val = shl_findsym(&handle, "acl", TYPE_PROCEDURE, &value); handle 1099 source3/modules/vfs_hpuxacl.c shl_t handle = NULL; handle 1109 source3/modules/vfs_hpuxacl.c ret_val = shl_findsym(&handle, "aclsort", TYPE_PROCEDURE, &value); handle 36 source3/modules/vfs_hpuxacl.h SMB_ACL_T hpuxacl_sys_acl_get_file(vfs_handle_struct *handle, handle 40 source3/modules/vfs_hpuxacl.h SMB_ACL_T hpuxacl_sys_acl_get_fd(vfs_handle_struct *handle, handle 43 source3/modules/vfs_hpuxacl.h int hpuxacl_sys_acl_set_file(vfs_handle_struct *handle, handle 48 source3/modules/vfs_hpuxacl.h int hpuxacl_sys_acl_set_fd(vfs_handle_struct *handle, handle 52 source3/modules/vfs_hpuxacl.h int hpuxacl_sys_acl_delete_def_file(vfs_handle_struct *handle, handle 26 source3/modules/vfs_irixacl.c SMB_ACL_T irixacl_sys_acl_get_file(vfs_handle_struct *handle, handle 34 source3/modules/vfs_irixacl.c SMB_ACL_T irixacl_sys_acl_get_fd(vfs_handle_struct *handle, handle 41 source3/modules/vfs_irixacl.c int irixacl_sys_acl_set_file(vfs_handle_struct *handle, handle 50 source3/modules/vfs_irixacl.c int irixacl_sys_acl_set_fd(vfs_handle_struct *handle, handle 58 source3/modules/vfs_irixacl.c int irixacl_sys_acl_delete_def_file(vfs_handle_struct *handle, handle 23 source3/modules/vfs_irixacl.h SMB_ACL_T irixacl_sys_acl_get_file(vfs_handle_struct *handle, handle 27 source3/modules/vfs_irixacl.h SMB_ACL_T irixacl_sys_acl_get_fd(vfs_handle_struct *handle, handle 30 source3/modules/vfs_irixacl.h int irixacl_sys_acl_set_file(vfs_handle_struct *handle, handle 35 source3/modules/vfs_irixacl.h int irixacl_sys_acl_set_fd(vfs_handle_struct *handle, handle 39 source3/modules/vfs_irixacl.h int irixacl_sys_acl_delete_def_file(vfs_handle_struct *handle, handle 174 source3/modules/vfs_netatalk.c static SMB_STRUCT_DIR *atalk_opendir(struct vfs_handle_struct *handle, const char *fname, const char *mask, uint32 attr) handle 178 source3/modules/vfs_netatalk.c ret = SMB_VFS_NEXT_OPENDIR(handle, fname, mask, attr); handle 189 source3/modules/vfs_netatalk.c atalk_add_to_list(&handle->conn->hide_list); handle 190 source3/modules/vfs_netatalk.c atalk_add_to_list(&handle->conn->veto_list); handle 195 source3/modules/vfs_netatalk.c static int atalk_rmdir(struct vfs_handle_struct *handle, const char *path) handle 201 source3/modules/vfs_netatalk.c if (!handle->conn->origpath || !path) goto exit_rmdir; handle 213 source3/modules/vfs_netatalk.c handle->conn->origpath, path, add ? "/"APPLEDOUBLE : ""))) handle 220 source3/modules/vfs_netatalk.c return SMB_VFS_NEXT_RMDIR(handle, path); handle 225 source3/modules/vfs_netatalk.c static int atalk_rename(struct vfs_handle_struct *handle, const char *oldname, const char *newname) handle 234 source3/modules/vfs_netatalk.c ret = SMB_VFS_NEXT_RENAME(handle, oldname, newname); handle 241 source3/modules/vfs_netatalk.c if (atalk_build_paths(ctx, handle->conn->origpath, oldname, &adbl_path, &orig_path, handle 257 source3/modules/vfs_netatalk.c static int atalk_unlink(struct vfs_handle_struct *handle, const char *path) handle 266 source3/modules/vfs_netatalk.c ret = SMB_VFS_NEXT_UNLINK(handle, path); handle 274 source3/modules/vfs_netatalk.c if (!handle->conn->veto_list) return ret; handle 275 source3/modules/vfs_netatalk.c if (!handle->conn->hide_list) return ret; handle 277 source3/modules/vfs_netatalk.c for (i = 0; handle->conn->veto_list[i].name; i ++) { handle 278 source3/modules/vfs_netatalk.c if (strstr(handle->conn->veto_list[i].name, APPLEDOUBLE)) handle 282 source3/modules/vfs_netatalk.c if (!handle->conn->veto_list[i].name) { handle 283 source3/modules/vfs_netatalk.c for (i = 0; handle->conn->hide_list[i].name; i ++) { handle 284 source3/modules/vfs_netatalk.c if (strstr(handle->conn->hide_list[i].name, APPLEDOUBLE)) handle 297 source3/modules/vfs_netatalk.c if (atalk_build_paths(ctx, handle->conn->origpath, path, &adbl_path, &orig_path, handle 313 source3/modules/vfs_netatalk.c static int atalk_chmod(struct vfs_handle_struct *handle, const char *path, mode_t mode) handle 322 source3/modules/vfs_netatalk.c ret = SMB_VFS_NEXT_CHMOD(handle, path, mode); handle 329 source3/modules/vfs_netatalk.c if (atalk_build_paths(ctx, handle->conn->origpath, path, &adbl_path, &orig_path, handle 345 source3/modules/vfs_netatalk.c static int atalk_chown(struct vfs_handle_struct *handle, const char *path, uid_t uid, gid_t gid) handle 354 source3/modules/vfs_netatalk.c ret = SMB_VFS_NEXT_CHOWN(handle, path, uid, gid); handle 361 source3/modules/vfs_netatalk.c if (atalk_build_paths(ctx, handle->conn->origpath, path, &adbl_path, &orig_path, handle 379 source3/modules/vfs_netatalk.c static int atalk_lchown(struct vfs_handle_struct *handle, const char *path, uid_t uid, gid_t gid) handle 388 source3/modules/vfs_netatalk.c ret = SMB_VFS_NEXT_CHOWN(handle, path, uid, gid); handle 395 source3/modules/vfs_netatalk.c if (atalk_build_paths(ctx, handle->conn->origpath, path, &adbl_path, &orig_path, handle 217 source3/modules/vfs_notify_fam.c void **handle = (void **)handle_p; handle 279 source3/modules/vfs_notify_fam.c *handle = (void *)watch; handle 28 source3/modules/vfs_onefs.c static int onefs_connect(struct vfs_handle_struct *handle, const char *service, handle 33 source3/modules/vfs_onefs.c ret = onefs_load_config(handle->conn); handle 39 source3/modules/vfs_onefs.c return SMB_VFS_NEXT_CONNECT(handle, service, user); handle 42 source3/modules/vfs_onefs.c static int onefs_mkdir(vfs_handle_struct *handle, const char *path, handle 47 source3/modules/vfs_onefs.c return SMB_VFS_NEXT_MKDIR(handle, path, mode); handle 50 source3/modules/vfs_onefs.c static int onefs_open(vfs_handle_struct *handle, const char *fname, handle 55 source3/modules/vfs_onefs.c return SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode); handle 58 source3/modules/vfs_onefs.c static ssize_t onefs_sendfile(vfs_handle_struct *handle, int tofd, handle 65 source3/modules/vfs_onefs.c result = onefs_sys_sendfile(handle->conn, tofd, fromfsp->fh->fd, handle 71 source3/modules/vfs_onefs.c static ssize_t onefs_recvfile(vfs_handle_struct *handle, int fromfd, handle 83 source3/modules/vfs_onefs.c static uint64_t onefs_get_alloc_size(struct vfs_handle_struct *handle, handle 102 source3/modules/vfs_onefs.c result = smb_roundup(handle->conn, result); handle 109 source3/modules/vfs_onefs.c static struct file_id onefs_file_id_create(struct vfs_handle_struct *handle, handle 125 source3/modules/vfs_onefs.c static int onefs_statvfs(vfs_handle_struct *handle, const char *path, handle 151 source3/modules/vfs_onefs.c static int onefs_get_real_filename(vfs_handle_struct *handle, const char *path, handle 156 source3/modules/vfs_onefs.c struct connection_struct *conn = handle->conn; handle 202 source3/modules/vfs_onefs.c static int onefs_ntimes(vfs_handle_struct *handle, const char *fname, handle 232 source3/modules/vfs_onefs.c return onefs_vtimes_streams(handle, fname, flags, times); handle 235 source3/modules/vfs_onefs.c static uint32_t onefs_fs_capabilities(struct vfs_handle_struct *handle) handle 239 source3/modules/vfs_onefs.c if (!lp_parm_bool(SNUM(handle->conn), PARM_ONEFS_TYPE, handle 244 source3/modules/vfs_onefs.c result |= SMB_VFS_NEXT_FS_CAPABILITIES(handle); handle 73 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_get_shadow_copy_data(vfs_handle_struct *handle, handle 149 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_disk_free(vfs_handle_struct *handle, const char *path, handle 155 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, small_query, bsize, dfree, dsize), handle 161 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_statvfs(struct vfs_handle_struct *handle, const char *path, handle 165 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, statbuf), handle 170 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_opendir(vfs_handle_struct *handle, const char *path, handle 174 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, mask, attr), handle 179 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_mkdir(vfs_handle_struct *handle, const char *path, handle 183 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, mode), handle 188 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_rmdir(vfs_handle_struct *handle, const char *path) handle 191 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path), handle 196 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_open(vfs_handle_struct *handle, const char *path, handle 200 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, fsp, flags, mode), handle 205 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_create_file(vfs_handle_struct *handle, handle 224 source3/modules/vfs_onefs_shadow_copy.c (handle, req, root_dir_fid, cpath ?: path, handle 236 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_rename(vfs_handle_struct *handle, const char *old_name, handle 251 source3/modules/vfs_onefs_shadow_copy.c ret = SMB_VFS_NEXT_RENAME(handle, old_cpath ?: old_name, handle 261 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_stat(vfs_handle_struct *handle, const char *path, handle 265 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, sbuf), handle 270 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_lstat(vfs_handle_struct *handle, const char *path, handle 274 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, sbuf), handle 279 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_unlink(vfs_handle_struct *handle, const char *path) handle 282 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path), handle 287 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_chmod(vfs_handle_struct *handle, const char *path, handle 291 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, mode), handle 296 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_chown(vfs_handle_struct *handle, const char *path, handle 300 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, uid, gid), handle 305 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_lchown(vfs_handle_struct *handle, const char *path, handle 309 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, uid, gid), handle 314 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_chdir(vfs_handle_struct *handle, const char *path) handle 317 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path), handle 322 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_ntimes(vfs_handle_struct *handle, const char *path, handle 326 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, ft), handle 335 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_symlink(vfs_handle_struct *handle, handle 350 source3/modules/vfs_onefs_shadow_copy.c ret = SMB_VFS_NEXT_SYMLINK(handle, old_cpath ?: oldpath, handle 360 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_readlink(vfs_handle_struct *handle, const char *path, handle 364 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, buf, bufsiz), handle 372 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_link(vfs_handle_struct *handle, const char *oldpath, handle 387 source3/modules/vfs_onefs_shadow_copy.c ret = SMB_VFS_NEXT_LINK(handle, old_cpath ?: oldpath, handle 397 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_mknod(vfs_handle_struct *handle, const char *path, handle 401 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, mode, dev), handle 406 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_realpath(vfs_handle_struct *handle, const char *path, handle 410 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, resolved_path), handle 414 source3/modules/vfs_onefs_shadow_copy.c static int onefs_shadow_copy_chflags(struct vfs_handle_struct *handle, handle 418 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, flags), handle 423 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_streaminfo(struct vfs_handle_struct *handle, handle 431 source3/modules/vfs_onefs_shadow_copy.c (handle, fsp, cpath ?: path, mem_ctx, num_streams, handle 437 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_get_real_filename(struct vfs_handle_struct *handle, handle 444 source3/modules/vfs_onefs_shadow_copy.c (handle, full_path, cpath ?: path, mem_ctx, found_name), handle 449 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_get_nt_acl(struct vfs_handle_struct *handle, handle 454 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, security_info, ppdesc), handle 459 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_chmod_acl(vfs_handle_struct *handle, const char *path, handle 463 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, mode), handle 468 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_sys_acl_get_file(vfs_handle_struct *handle, handle 472 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, type), handle 477 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_sys_acl_set_file(vfs_handle_struct *handle, const char *path, handle 481 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, type, theacl), handle 486 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_sys_acl_delete_def_file(vfs_handle_struct *handle, handle 490 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path), handle 495 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_getxattr(vfs_handle_struct *handle, const char *path, handle 499 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, name, value, size), handle 504 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_lgetxattr(vfs_handle_struct *handle, const char *path, handle 508 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, name, value, size), handle 513 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_listxattr(vfs_handle_struct *handle, const char *path, handle 517 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, list, size), handle 522 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_llistxattr(vfs_handle_struct *handle, const char *path, handle 526 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, list, size), handle 531 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_removexattr(vfs_handle_struct *handle, const char *path, handle 535 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, name), handle 540 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_lremovexattr(vfs_handle_struct *handle, const char *path, handle 544 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, name), handle 549 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_setxattr(vfs_handle_struct *handle, const char *path, handle 554 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, name, value, size, flags), handle 559 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_lsetxattr(vfs_handle_struct *handle, const char *path, handle 564 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, name, value, size, flags), handle 569 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_is_offline(struct vfs_handle_struct *handle, handle 573 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, sbuf), handle 578 source3/modules/vfs_onefs_shadow_copy.c onefs_shadow_copy_set_offline(struct vfs_handle_struct *handle, handle 582 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path), handle 34 source3/modules/vfs_posixacl.c SMB_ACL_T posixacl_sys_acl_get_file(vfs_handle_struct *handle, handle 65 source3/modules/vfs_posixacl.c SMB_ACL_T posixacl_sys_acl_get_fd(vfs_handle_struct *handle, handle 80 source3/modules/vfs_posixacl.c int posixacl_sys_acl_set_file(vfs_handle_struct *handle, handle 114 source3/modules/vfs_posixacl.c int posixacl_sys_acl_set_fd(vfs_handle_struct *handle, handle 128 source3/modules/vfs_posixacl.c int posixacl_sys_acl_delete_def_file(vfs_handle_struct *handle, handle 24 source3/modules/vfs_posixacl.h SMB_ACL_T posixacl_sys_acl_get_file(vfs_handle_struct *handle, handle 28 source3/modules/vfs_posixacl.h SMB_ACL_T posixacl_sys_acl_get_fd(vfs_handle_struct *handle, handle 31 source3/modules/vfs_posixacl.h int posixacl_sys_acl_set_file(vfs_handle_struct *handle, handle 36 source3/modules/vfs_posixacl.h int posixacl_sys_acl_set_fd(vfs_handle_struct *handle, handle 40 source3/modules/vfs_posixacl.h int posixacl_sys_acl_delete_def_file(vfs_handle_struct *handle, handle 100 source3/modules/vfs_prealloc.c struct vfs_handle_struct * handle, handle 104 source3/modules/vfs_prealloc.c module_debug = lp_parm_int(SNUM(handle->conn), handle 107 source3/modules/vfs_prealloc.c return SMB_VFS_NEXT_CONNECT(handle, service, user); handle 110 source3/modules/vfs_prealloc.c static int prealloc_open(vfs_handle_struct* handle, handle 148 source3/modules/vfs_prealloc.c size = conv_str_size(lp_parm_const_string(SNUM(handle->conn), MODULE, handle 155 source3/modules/vfs_prealloc.c fd = SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode); handle 167 source3/modules/vfs_prealloc.c psize = VFS_ADD_FSP_EXTENSION(handle, fsp, SMB_OFF_T, NULL); handle 178 source3/modules/vfs_prealloc.c VFS_REMOVE_FSP_EXTENSION(handle, fsp); handle 190 source3/modules/vfs_prealloc.c return SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode); handle 193 source3/modules/vfs_prealloc.c static int prealloc_ftruncate(vfs_handle_struct * handle, handle 198 source3/modules/vfs_prealloc.c int ret = SMB_VFS_NEXT_FTRUNCATE(handle, fsp, offset); handle 201 source3/modules/vfs_prealloc.c if ((psize = VFS_FETCH_FSP_EXTENSION(handle, fsp))) { handle 294 source3/modules/vfs_preopen.c static struct preopen_state *preopen_state_get(vfs_handle_struct *handle) handle 300 source3/modules/vfs_preopen.c if (SMB_VFS_HANDLE_TEST_DATA(handle)) { handle 301 source3/modules/vfs_preopen.c SMB_VFS_HANDLE_GET_DATA(handle, state, struct preopen_state, handle 306 source3/modules/vfs_preopen.c namelist = lp_parm_const_string(SNUM(handle->conn), "preopen", "names", handle 315 source3/modules/vfs_preopen.c lp_parm_int(SNUM(handle->conn), "preopen", "num_bytes", 1), handle 316 source3/modules/vfs_preopen.c lp_parm_int(SNUM(handle->conn), "preopen", "helpers", 1), handle 317 source3/modules/vfs_preopen.c lp_parm_int(SNUM(handle->conn), "preopen", "queuelen", 10), handle 330 source3/modules/vfs_preopen.c if (!SMB_VFS_HANDLE_TEST_DATA(handle)) { handle 331 source3/modules/vfs_preopen.c SMB_VFS_HANDLE_SET_DATA(handle, state, preopen_free_helpers, handle 374 source3/modules/vfs_preopen.c static int preopen_open(vfs_handle_struct *handle, const char *fname, handle 383 source3/modules/vfs_preopen.c state = preopen_state_get(handle); handle 385 source3/modules/vfs_preopen.c return SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode); handle 388 source3/modules/vfs_preopen.c res = SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode); handle 36 source3/modules/vfs_readahead.c static ssize_t readahead_sendfile(struct vfs_handle_struct *handle, handle 43 source3/modules/vfs_readahead.c struct readahead_data *rhd = (struct readahead_data *)handle->data; handle 67 source3/modules/vfs_readahead.c return SMB_VFS_NEXT_SENDFILE(handle, handle 79 source3/modules/vfs_readahead.c static ssize_t readahead_pread(vfs_handle_struct *handle, handle 85 source3/modules/vfs_readahead.c struct readahead_data *rhd = (struct readahead_data *)handle->data; handle 109 source3/modules/vfs_readahead.c return SMB_VFS_NEXT_PREAD(handle, fsp, data, count, offset); handle 126 source3/modules/vfs_readahead.c static int readahead_connect(struct vfs_handle_struct *handle, handle 138 source3/modules/vfs_readahead.c rhd->off_bound = conv_str_size(lp_parm_const_string(SNUM(handle->conn), handle 145 source3/modules/vfs_readahead.c rhd->len = conv_str_size(lp_parm_const_string(SNUM(handle->conn), handle 153 source3/modules/vfs_readahead.c handle->data = (void *)rhd; handle 154 source3/modules/vfs_readahead.c handle->free_data = free_readahead_data; handle 155 source3/modules/vfs_readahead.c return SMB_VFS_NEXT_CONNECT(handle, service, user); handle 56 source3/modules/vfs_readonly.c static int readonly_connect(vfs_handle_struct *handle, handle 62 source3/modules/vfs_readonly.c const char **period = lp_parm_string_list(SNUM(handle->conn), handle 63 source3/modules/vfs_readonly.c (handle->param ? handle->param : MODULE_NAME), handle 73 source3/modules/vfs_readonly.c connection_struct *conn = handle->conn; handle 75 source3/modules/vfs_readonly.c handle->conn->read_only = True; handle 88 source3/modules/vfs_readonly.c return SMB_VFS_NEXT_CONNECT(handle, service, user); handle 34 source3/modules/vfs_recycle.c static int recycle_connect(vfs_handle_struct *handle, const char *service, const char *user); handle 35 source3/modules/vfs_recycle.c static void recycle_disconnect(vfs_handle_struct *handle); handle 36 source3/modules/vfs_recycle.c static int recycle_unlink(vfs_handle_struct *handle, const char *name); handle 50 source3/modules/vfs_recycle.c static int recycle_connect(vfs_handle_struct *handle, const char *service, const char *user) handle 55 source3/modules/vfs_recycle.c return SMB_VFS_NEXT_CONNECT(handle, service, user); handle 58 source3/modules/vfs_recycle.c static void recycle_disconnect(vfs_handle_struct *handle) handle 61 source3/modules/vfs_recycle.c lp_servicename(SNUM(handle->conn)))); handle 63 source3/modules/vfs_recycle.c SMB_VFS_NEXT_DISCONNECT(handle); handle 66 source3/modules/vfs_recycle.c static const char *recycle_repository(vfs_handle_struct *handle) handle 71 source3/modules/vfs_recycle.c tmp_str = lp_parm_const_string(SNUM(handle->conn), "recycle", "repository",".recycle"); handle 78 source3/modules/vfs_recycle.c static bool recycle_keep_dir_tree(vfs_handle_struct *handle) handle 82 source3/modules/vfs_recycle.c ret = lp_parm_bool(SNUM(handle->conn), "recycle", "keeptree", False); handle 89 source3/modules/vfs_recycle.c static bool recycle_versions(vfs_handle_struct *handle) handle 93 source3/modules/vfs_recycle.c ret = lp_parm_bool(SNUM(handle->conn), "recycle", "versions", False); handle 100 source3/modules/vfs_recycle.c static bool recycle_touch(vfs_handle_struct *handle) handle 104 source3/modules/vfs_recycle.c ret = lp_parm_bool(SNUM(handle->conn), "recycle", "touch", False); handle 111 source3/modules/vfs_recycle.c static bool recycle_touch_mtime(vfs_handle_struct *handle) handle 115 source3/modules/vfs_recycle.c ret = lp_parm_bool(SNUM(handle->conn), "recycle", "touch_mtime", False); handle 122 source3/modules/vfs_recycle.c static const char **recycle_exclude(vfs_handle_struct *handle) handle 126 source3/modules/vfs_recycle.c tmp_lp = lp_parm_string_list(SNUM(handle->conn), "recycle", "exclude", NULL); handle 133 source3/modules/vfs_recycle.c static const char **recycle_exclude_dir(vfs_handle_struct *handle) handle 137 source3/modules/vfs_recycle.c tmp_lp = lp_parm_string_list(SNUM(handle->conn), "recycle", "exclude_dir", NULL); handle 144 source3/modules/vfs_recycle.c static const char **recycle_noversions(vfs_handle_struct *handle) handle 148 source3/modules/vfs_recycle.c tmp_lp = lp_parm_string_list(SNUM(handle->conn), "recycle", "noversions", NULL); handle 155 source3/modules/vfs_recycle.c static SMB_OFF_T recycle_maxsize(vfs_handle_struct *handle) handle 159 source3/modules/vfs_recycle.c maxsize = conv_str_size(lp_parm_const_string(SNUM(handle->conn), handle 167 source3/modules/vfs_recycle.c static SMB_OFF_T recycle_minsize(vfs_handle_struct *handle) handle 171 source3/modules/vfs_recycle.c minsize = conv_str_size(lp_parm_const_string(SNUM(handle->conn), handle 179 source3/modules/vfs_recycle.c static mode_t recycle_directory_mode(vfs_handle_struct *handle) handle 184 source3/modules/vfs_recycle.c buff = lp_parm_const_string(SNUM(handle->conn), "recycle", "directory_mode", NULL); handle 196 source3/modules/vfs_recycle.c static mode_t recycle_subdir_mode(vfs_handle_struct *handle) handle 201 source3/modules/vfs_recycle.c buff = lp_parm_const_string(SNUM(handle->conn), "recycle", "subdir_mode", NULL); handle 206 source3/modules/vfs_recycle.c dirmode=recycle_directory_mode(handle); handle 213 source3/modules/vfs_recycle.c static bool recycle_directory_exist(vfs_handle_struct *handle, const char *dname) handle 217 source3/modules/vfs_recycle.c if (SMB_VFS_NEXT_STAT(handle, dname, &st) == 0) { handle 226 source3/modules/vfs_recycle.c static bool recycle_file_exist(vfs_handle_struct *handle, const char *fname) handle 230 source3/modules/vfs_recycle.c if (SMB_VFS_NEXT_STAT(handle, fname, &st) == 0) { handle 245 source3/modules/vfs_recycle.c static SMB_OFF_T recycle_get_file_size(vfs_handle_struct *handle, const char *fname) handle 249 source3/modules/vfs_recycle.c if (SMB_VFS_NEXT_STAT(handle, fname, &st) != 0) { handle 263 source3/modules/vfs_recycle.c static bool recycle_create_dir(vfs_handle_struct *handle, const char *dname) handle 274 source3/modules/vfs_recycle.c mode = recycle_directory_mode(handle); handle 293 source3/modules/vfs_recycle.c if (recycle_directory_exist(handle, new_dir)) handle 297 source3/modules/vfs_recycle.c if (SMB_VFS_NEXT_MKDIR(handle, new_dir, mode) != 0) { handle 304 source3/modules/vfs_recycle.c mode = recycle_subdir_mode(handle); handle 390 source3/modules/vfs_recycle.c static void recycle_do_touch(vfs_handle_struct *handle, const char *fname, handle 399 source3/modules/vfs_recycle.c if (SMB_VFS_NEXT_STAT(handle, fname, &st) != 0) { handle 408 source3/modules/vfs_recycle.c ret = SMB_VFS_NEXT_NTIMES(handle, fname, &ft); handle 420 source3/modules/vfs_recycle.c static int recycle_unlink(vfs_handle_struct *handle, const char *file_name) handle 422 source3/modules/vfs_recycle.c connection_struct *conn = handle->conn; handle 440 source3/modules/vfs_recycle.c recycle_repository(handle)); handle 448 source3/modules/vfs_recycle.c rc = SMB_VFS_NEXT_UNLINK(handle, file_name); handle 455 source3/modules/vfs_recycle.c rc = SMB_VFS_NEXT_UNLINK(handle, file_name); handle 459 source3/modules/vfs_recycle.c file_size = recycle_get_file_size(handle, file_name); handle 474 source3/modules/vfs_recycle.c maxsize = recycle_maxsize(handle); handle 477 source3/modules/vfs_recycle.c rc = SMB_VFS_NEXT_UNLINK(handle, file_name); handle 480 source3/modules/vfs_recycle.c minsize = recycle_minsize(handle); handle 483 source3/modules/vfs_recycle.c rc = SMB_VFS_NEXT_UNLINK(handle, file_name); handle 517 source3/modules/vfs_recycle.c if (matchparam(recycle_exclude(handle), base)) { handle 519 source3/modules/vfs_recycle.c rc = SMB_VFS_NEXT_UNLINK(handle, file_name); handle 523 source3/modules/vfs_recycle.c if (matchdirparam(recycle_exclude_dir(handle), path_name)) { handle 525 source3/modules/vfs_recycle.c rc = SMB_VFS_NEXT_UNLINK(handle, file_name); handle 529 source3/modules/vfs_recycle.c if (recycle_keep_dir_tree(handle) == True) { handle 538 source3/modules/vfs_recycle.c exist = recycle_directory_exist(handle, temp_name); handle 543 source3/modules/vfs_recycle.c if (recycle_create_dir(handle, temp_name) == False) { handle 545 source3/modules/vfs_recycle.c rc = SMB_VFS_NEXT_UNLINK(handle, file_name); handle 556 source3/modules/vfs_recycle.c if (recycle_file_exist(handle, final_name)) { handle 557 source3/modules/vfs_recycle.c if (recycle_versions(handle) == False || matchparam(recycle_noversions(handle), base) == True) { handle 559 source3/modules/vfs_recycle.c if (SMB_VFS_NEXT_UNLINK(handle, final_name) != 0) { handle 567 source3/modules/vfs_recycle.c while (recycle_file_exist(handle, final_name)) { handle 575 source3/modules/vfs_recycle.c rc = SMB_VFS_NEXT_RENAME(handle, file_name, final_name); handle 578 source3/modules/vfs_recycle.c rc = SMB_VFS_NEXT_UNLINK(handle, file_name); handle 583 source3/modules/vfs_recycle.c if (recycle_touch(handle) == True || recycle_touch_mtime(handle)) handle 584 source3/modules/vfs_recycle.c recycle_do_touch(handle, final_name, recycle_touch_mtime(handle)); handle 74 source3/modules/vfs_shadow_copy.c static SMB_STRUCT_DIR *shadow_copy_opendir(vfs_handle_struct *handle, const char *fname, const char *mask, uint32 attr) handle 77 source3/modules/vfs_shadow_copy.c SMB_STRUCT_DIR *p = SMB_VFS_NEXT_OPENDIR(handle,fname,mask,attr); handle 87 source3/modules/vfs_shadow_copy.c SMB_VFS_NEXT_CLOSEDIR(handle,p); handle 96 source3/modules/vfs_shadow_copy.c d = SMB_VFS_NEXT_READDIR(handle, p, NULL); handle 117 source3/modules/vfs_shadow_copy.c SMB_VFS_NEXT_CLOSEDIR(handle,p); handle 121 source3/modules/vfs_shadow_copy.c static SMB_STRUCT_DIRENT *shadow_copy_readdir(vfs_handle_struct *handle, SMB_STRUCT_DIR *_dirp) handle 132 source3/modules/vfs_shadow_copy.c static void shadow_copy_seekdir(struct vfs_handle_struct *handle, SMB_STRUCT_DIR *_dirp, long offset) handle 141 source3/modules/vfs_shadow_copy.c static long shadow_copy_telldir(struct vfs_handle_struct *handle, SMB_STRUCT_DIR *_dirp) handle 147 source3/modules/vfs_shadow_copy.c static void shadow_copy_rewinddir(struct vfs_handle_struct *handle, SMB_STRUCT_DIR *_dirp) handle 153 source3/modules/vfs_shadow_copy.c static int shadow_copy_closedir(vfs_handle_struct *handle, SMB_STRUCT_DIR *_dirp) handle 163 source3/modules/vfs_shadow_copy.c static int shadow_copy_get_shadow_copy_data(vfs_handle_struct *handle, files_struct *fsp, SHADOW_COPY_DATA *shadow_copy_data, bool labels) handle 165 source3/modules/vfs_shadow_copy.c SMB_STRUCT_DIR *p = SMB_VFS_NEXT_OPENDIR(handle,fsp->conn->connectpath,NULL,0); handle 179 source3/modules/vfs_shadow_copy.c d = SMB_VFS_NEXT_READDIR(handle, p, NULL); handle 202 source3/modules/vfs_shadow_copy.c SMB_VFS_NEXT_CLOSEDIR(handle,p); handle 211 source3/modules/vfs_shadow_copy.c SMB_VFS_NEXT_CLOSEDIR(handle,p); handle 103 source3/modules/vfs_shadow_copy2.c name2 = convert_shadow2_name(handle, fname); \ handle 127 source3/modules/vfs_shadow_copy2.c name2 = convert_shadow2_name(handle, fname); \ handle 159 source3/modules/vfs_shadow_copy2.c static char *find_mount_point(TALLOC_CTX *mem_ctx, vfs_handle_struct *handle) handle 161 source3/modules/vfs_shadow_copy2.c char *path = talloc_strdup(mem_ctx, handle->conn->connectpath); handle 191 source3/modules/vfs_shadow_copy2.c static const char *shadow_copy2_find_snapdir(TALLOC_CTX *mem_ctx, vfs_handle_struct *handle) handle 197 source3/modules/vfs_shadow_copy2.c snapdir = lp_parm_const_string(SNUM(handle->conn), "shadow", "snapdir", NULL); handle 207 source3/modules/vfs_shadow_copy2.c mount_point = find_mount_point(mem_ctx, handle); handle 220 source3/modules/vfs_shadow_copy2.c static const char *shadow_copy2_find_basedir(TALLOC_CTX *mem_ctx, vfs_handle_struct *handle) handle 222 source3/modules/vfs_shadow_copy2.c const char *basedir = lp_parm_const_string(SNUM(handle->conn), "shadow", "basedir", NULL); handle 226 source3/modules/vfs_shadow_copy2.c basedir = find_mount_point(mem_ctx, handle); handle 236 source3/modules/vfs_shadow_copy2.c static char *convert_shadow2_name(vfs_handle_struct *handle, const char *fname) handle 238 source3/modules/vfs_shadow_copy2.c TALLOC_CTX *tmp_ctx = talloc_new(handle->data); handle 243 source3/modules/vfs_shadow_copy2.c snapdir = shadow_copy2_find_snapdir(tmp_ctx, handle); handle 245 source3/modules/vfs_shadow_copy2.c DEBUG(2,("no snapdir found for share at %s\n", handle->conn->connectpath)); handle 250 source3/modules/vfs_shadow_copy2.c basedir = shadow_copy2_find_basedir(tmp_ctx, handle); handle 252 source3/modules/vfs_shadow_copy2.c DEBUG(2,("no basedir found for share at %s\n", handle->conn->connectpath)); handle 259 source3/modules/vfs_shadow_copy2.c baseoffset = handle->conn->connectpath + baselen; handle 262 source3/modules/vfs_shadow_copy2.c if (strncmp(basedir, handle->conn->connectpath, baselen) != 0 || handle 263 source3/modules/vfs_shadow_copy2.c (handle->conn->connectpath[baselen] != 0 && handle->conn->connectpath[baselen] != '/')) { handle 265 source3/modules/vfs_shadow_copy2.c basedir, handle->conn->connectpath)); handle 273 source3/modules/vfs_shadow_copy2.c ret = talloc_asprintf(handle->data, "%s/%.*s/%s/%s", handle 300 source3/modules/vfs_shadow_copy2.c static void convert_sbuf(vfs_handle_struct *handle, const char *fname, SMB_STRUCT_STAT *sbuf) handle 302 source3/modules/vfs_shadow_copy2.c if (lp_parm_bool(SNUM(handle->conn), "shadow", "fixinodes", False)) { handle 321 source3/modules/vfs_shadow_copy2.c static int shadow_copy2_rename(vfs_handle_struct *handle, handle 324 source3/modules/vfs_shadow_copy2.c SHADOW2_NEXT2(RENAME, (handle, oldname, newname)); handle 327 source3/modules/vfs_shadow_copy2.c static int shadow_copy2_symlink(vfs_handle_struct *handle, handle 330 source3/modules/vfs_shadow_copy2.c SHADOW2_NEXT2(SYMLINK, (handle, oldname, newname)); handle 333 source3/modules/vfs_shadow_copy2.c static int shadow_copy2_link(vfs_handle_struct *handle, handle 336 source3/modules/vfs_shadow_copy2.c SHADOW2_NEXT2(LINK, (handle, oldname, newname)); handle 339 source3/modules/vfs_shadow_copy2.c static int shadow_copy2_open(vfs_handle_struct *handle, handle 342 source3/modules/vfs_shadow_copy2.c SHADOW2_NEXT(OPEN, (handle, name, fsp, flags, mode), int, -1); handle 345 source3/modules/vfs_shadow_copy2.c static SMB_STRUCT_DIR *shadow_copy2_opendir(vfs_handle_struct *handle, handle 348 source3/modules/vfs_shadow_copy2.c SHADOW2_NEXT(OPENDIR, (handle, name, mask, attr), SMB_STRUCT_DIR *, NULL); handle 351 source3/modules/vfs_shadow_copy2.c static int shadow_copy2_stat(vfs_handle_struct *handle, handle 354 source3/modules/vfs_shadow_copy2.c _SHADOW2_NEXT(STAT, (handle, name, sbuf), int, -1, convert_sbuf(handle, fname, sbuf)); handle 357 source3/modules/vfs_shadow_copy2.c static int shadow_copy2_lstat(vfs_handle_struct *handle, handle 360 source3/modules/vfs_shadow_copy2.c _SHADOW2_NEXT(LSTAT, (handle, name, sbuf), int, -1, convert_sbuf(handle, fname, sbuf)); handle 363 source3/modules/vfs_shadow_copy2.c static int shadow_copy2_fstat(vfs_handle_struct *handle, files_struct *fsp, SMB_STRUCT_STAT *sbuf) handle 365 source3/modules/vfs_shadow_copy2.c int ret = SMB_VFS_NEXT_FSTAT(handle, fsp, sbuf); handle 367 source3/modules/vfs_shadow_copy2.c convert_sbuf(handle, fsp->fsp_name, sbuf); handle 372 source3/modules/vfs_shadow_copy2.c static int shadow_copy2_unlink(vfs_handle_struct *handle, const char *fname) handle 374 source3/modules/vfs_shadow_copy2.c SHADOW2_NEXT(UNLINK, (handle, name), int, -1); handle 377 source3/modules/vfs_shadow_copy2.c static int shadow_copy2_chmod(vfs_handle_struct *handle, handle 380 source3/modules/vfs_shadow_copy2.c SHADOW2_NEXT(CHMOD, (handle, name, mode), int, -1); handle 383 source3/modules/vfs_shadow_copy2.c static int shadow_copy2_chown(vfs_handle_struct *handle, handle 386 source3/modules/vfs_shadow_copy2.c SHADOW2_NEXT(CHOWN, (handle, name, uid, gid), int, -1); handle 389 source3/modules/vfs_shadow_copy2.c static int shadow_copy2_chdir(vfs_handle_struct *handle, handle 392 source3/modules/vfs_shadow_copy2.c SHADOW2_NEXT(CHDIR, (handle, name), int, -1); handle 395 source3/modules/vfs_shadow_copy2.c static int shadow_copy2_ntimes(vfs_handle_struct *handle, handle 398 source3/modules/vfs_shadow_copy2.c SHADOW2_NEXT(NTIMES, (handle, name, ft), int, -1); handle 401 source3/modules/vfs_shadow_copy2.c static int shadow_copy2_readlink(vfs_handle_struct *handle, handle 404 source3/modules/vfs_shadow_copy2.c SHADOW2_NEXT(READLINK, (handle, name, buf, bufsiz), int, -1); handle 407 source3/modules/vfs_shadow_copy2.c static int shadow_copy2_mknod(vfs_handle_struct *handle, handle 410 source3/modules/vfs_shadow_copy2.c SHADOW2_NEXT(MKNOD, (handle, name, mode, dev), int, -1); handle 413 source3/modules/vfs_shadow_copy2.c static char *shadow_copy2_realpath(vfs_handle_struct *handle, handle 416 source3/modules/vfs_shadow_copy2.c SHADOW2_NEXT(REALPATH, (handle, name, resolved_path), char *, NULL); handle 419 source3/modules/vfs_shadow_copy2.c static NTSTATUS shadow_copy2_get_nt_acl(vfs_handle_struct *handle, handle 423 source3/modules/vfs_shadow_copy2.c SHADOW2_NTSTATUS_NEXT(GET_NT_ACL, (handle, name, security_info, ppdesc), NT_STATUS_ACCESS_DENIED); handle 426 source3/modules/vfs_shadow_copy2.c static int shadow_copy2_mkdir(vfs_handle_struct *handle, const char *fname, mode_t mode) handle 428 source3/modules/vfs_shadow_copy2.c SHADOW2_NEXT(MKDIR, (handle, name, mode), int, -1); handle 431 source3/modules/vfs_shadow_copy2.c static int shadow_copy2_rmdir(vfs_handle_struct *handle, const char *fname) handle 433 source3/modules/vfs_shadow_copy2.c SHADOW2_NEXT(RMDIR, (handle, name), int, -1); handle 436 source3/modules/vfs_shadow_copy2.c static int shadow_copy2_chflags(vfs_handle_struct *handle, const char *fname, int flags) handle 438 source3/modules/vfs_shadow_copy2.c SHADOW2_NEXT(CHFLAGS, (handle, name, flags), int, -1); handle 441 source3/modules/vfs_shadow_copy2.c static ssize_t shadow_copy2_getxattr(vfs_handle_struct *handle, handle 444 source3/modules/vfs_shadow_copy2.c SHADOW2_NEXT(GETXATTR, (handle, name, aname, value, size), ssize_t, -1); handle 447 source3/modules/vfs_shadow_copy2.c static ssize_t shadow_copy2_lgetxattr(vfs_handle_struct *handle, handle 450 source3/modules/vfs_shadow_copy2.c SHADOW2_NEXT(LGETXATTR, (handle, name, aname, value, size), ssize_t, -1); handle 453 source3/modules/vfs_shadow_copy2.c static ssize_t shadow_copy2_listxattr(struct vfs_handle_struct *handle, const char *fname, handle 456 source3/modules/vfs_shadow_copy2.c SHADOW2_NEXT(LISTXATTR, (handle, name, list, size), ssize_t, -1); handle 459 source3/modules/vfs_shadow_copy2.c static int shadow_copy2_removexattr(struct vfs_handle_struct *handle, const char *fname, handle 462 source3/modules/vfs_shadow_copy2.c SHADOW2_NEXT(REMOVEXATTR, (handle, name, aname), int, -1); handle 465 source3/modules/vfs_shadow_copy2.c static int shadow_copy2_lremovexattr(struct vfs_handle_struct *handle, const char *fname, handle 468 source3/modules/vfs_shadow_copy2.c SHADOW2_NEXT(LREMOVEXATTR, (handle, name, aname), int, -1); handle 471 source3/modules/vfs_shadow_copy2.c static int shadow_copy2_setxattr(struct vfs_handle_struct *handle, const char *fname, handle 474 source3/modules/vfs_shadow_copy2.c SHADOW2_NEXT(SETXATTR, (handle, name, aname, value, size, flags), int, -1); handle 477 source3/modules/vfs_shadow_copy2.c static int shadow_copy2_lsetxattr(struct vfs_handle_struct *handle, const char *fname, handle 480 source3/modules/vfs_shadow_copy2.c SHADOW2_NEXT(LSETXATTR, (handle, name, aname, value, size, flags), int, -1); handle 483 source3/modules/vfs_shadow_copy2.c static int shadow_copy2_chmod_acl(vfs_handle_struct *handle, handle 487 source3/modules/vfs_shadow_copy2.c if (!handle->vfs_next.ops.chmod_acl) { handle 491 source3/modules/vfs_shadow_copy2.c SHADOW2_NEXT(CHMOD_ACL, (handle, name, mode), int, -1); handle 494 source3/modules/vfs_shadow_copy2.c static int shadow_copy2_get_shadow_copy2_data(vfs_handle_struct *handle, handle 502 source3/modules/vfs_shadow_copy2.c TALLOC_CTX *tmp_ctx = talloc_new(handle->data); handle 504 source3/modules/vfs_shadow_copy2.c snapdir = shadow_copy2_find_snapdir(tmp_ctx, handle); handle 507 source3/modules/vfs_shadow_copy2.c handle->conn->connectpath)); handle 513 source3/modules/vfs_shadow_copy2.c p = SMB_VFS_NEXT_OPENDIR(handle, snapdir, NULL, 0); handle 528 source3/modules/vfs_shadow_copy2.c while ((d = SMB_VFS_NEXT_READDIR(handle, p, NULL))) { handle 547 source3/modules/vfs_shadow_copy2.c SMB_VFS_NEXT_CLOSEDIR(handle, p); handle 556 source3/modules/vfs_shadow_copy2.c SMB_VFS_NEXT_CLOSEDIR(handle,p); handle 32 source3/modules/vfs_smb_traffic_analyzer.c static enum sock_type smb_traffic_analyzer_connMode(vfs_handle_struct *handle) handle 34 source3/modules/vfs_smb_traffic_analyzer.c connection_struct *conn = handle->conn; handle 48 source3/modules/vfs_smb_traffic_analyzer.c static int smb_traffic_analyzer_connect_inet_socket(vfs_handle_struct *handle, handle 112 source3/modules/vfs_smb_traffic_analyzer.c static int smb_traffic_analyzer_connect_unix_socket(vfs_handle_struct *handle, handle 155 source3/modules/vfs_smb_traffic_analyzer.c static void smb_traffic_analyzer_send_data(vfs_handle_struct *handle, handle 171 source3/modules/vfs_smb_traffic_analyzer.c SMB_VFS_HANDLE_GET_DATA(handle, rf_sock, struct refcounted_sock, return); handle 189 source3/modules/vfs_smb_traffic_analyzer.c total_anonymization=lp_parm_const_string(SNUM(handle->conn),"smb_traffic_analyzer", handle 192 source3/modules/vfs_smb_traffic_analyzer.c anon_prefix=lp_parm_const_string(SNUM(handle->conn),"smb_traffic_analyzer",\ handle 204 source3/modules/vfs_smb_traffic_analyzer.c handle->conn->server_info->sanitized_username ) ); handle 208 source3/modules/vfs_smb_traffic_analyzer.c username = handle->conn->server_info->sanitized_username; handle 220 source3/modules/vfs_smb_traffic_analyzer.c pdb_get_domain(handle->conn->server_info->sam_account), handle 222 source3/modules/vfs_smb_traffic_analyzer.c handle->conn->connectpath, handle 266 source3/modules/vfs_smb_traffic_analyzer.c static int smb_traffic_analyzer_connect(struct vfs_handle_struct *handle, handle 270 source3/modules/vfs_smb_traffic_analyzer.c connection_struct *conn = handle->conn; handle 271 source3/modules/vfs_smb_traffic_analyzer.c enum sock_type st = smb_traffic_analyzer_connMode(handle); handle 310 source3/modules/vfs_smb_traffic_analyzer.c rf_sock->sock = smb_traffic_analyzer_connect_unix_socket(handle, handle 314 source3/modules/vfs_smb_traffic_analyzer.c rf_sock->sock = smb_traffic_analyzer_connect_inet_socket(handle, handle 326 source3/modules/vfs_smb_traffic_analyzer.c SMB_VFS_HANDLE_SET_DATA(handle, rf_sock, smb_traffic_analyzer_free_data, handle 328 source3/modules/vfs_smb_traffic_analyzer.c return SMB_VFS_NEXT_CONNECT(handle, service, user); handle 333 source3/modules/vfs_smb_traffic_analyzer.c static ssize_t smb_traffic_analyzer_read(vfs_handle_struct *handle, \ handle 338 source3/modules/vfs_smb_traffic_analyzer.c result = SMB_VFS_NEXT_READ(handle, fsp, data, n); handle 341 source3/modules/vfs_smb_traffic_analyzer.c smb_traffic_analyzer_send_data(handle, handle 349 source3/modules/vfs_smb_traffic_analyzer.c static ssize_t smb_traffic_analyzer_pread(vfs_handle_struct *handle, \ handle 354 source3/modules/vfs_smb_traffic_analyzer.c result = SMB_VFS_NEXT_PREAD(handle, fsp, data, n, offset); handle 358 source3/modules/vfs_smb_traffic_analyzer.c smb_traffic_analyzer_send_data(handle, handle 366 source3/modules/vfs_smb_traffic_analyzer.c static ssize_t smb_traffic_analyzer_write(vfs_handle_struct *handle, \ handle 371 source3/modules/vfs_smb_traffic_analyzer.c result = SMB_VFS_NEXT_WRITE(handle, fsp, data, n); handle 375 source3/modules/vfs_smb_traffic_analyzer.c smb_traffic_analyzer_send_data(handle, handle 382 source3/modules/vfs_smb_traffic_analyzer.c static ssize_t smb_traffic_analyzer_pwrite(vfs_handle_struct *handle, \ handle 387 source3/modules/vfs_smb_traffic_analyzer.c result = SMB_VFS_NEXT_PWRITE(handle, fsp, data, n, offset); handle 391 source3/modules/vfs_smb_traffic_analyzer.c smb_traffic_analyzer_send_data(handle, handle 63 source3/modules/vfs_solarisacl.c SMB_ACL_T solarisacl_sys_acl_get_file(vfs_handle_struct *handle, handle 103 source3/modules/vfs_solarisacl.c SMB_ACL_T solarisacl_sys_acl_get_fd(vfs_handle_struct *handle, handle 134 source3/modules/vfs_solarisacl.c int solarisacl_sys_acl_set_file(vfs_handle_struct *handle, handle 168 source3/modules/vfs_solarisacl.c if (SMB_VFS_STAT(handle->conn, name, &s) != 0) { handle 220 source3/modules/vfs_solarisacl.c int solarisacl_sys_acl_set_fd(vfs_handle_struct *handle, handle 290 source3/modules/vfs_solarisacl.c int solarisacl_sys_acl_delete_def_file(vfs_handle_struct *handle, handle 300 source3/modules/vfs_solarisacl.c smb_acl = solarisacl_sys_acl_get_file(handle, path, handle 23 source3/modules/vfs_solarisacl.h SMB_ACL_T solarisacl_sys_acl_get_file(vfs_handle_struct *handle, handle 27 source3/modules/vfs_solarisacl.h SMB_ACL_T solarisacl_sys_acl_get_fd(vfs_handle_struct *handle, handle 30 source3/modules/vfs_solarisacl.h int solarisacl_sys_acl_set_file(vfs_handle_struct *handle, handle 35 source3/modules/vfs_solarisacl.h int solarisacl_sys_acl_set_fd(vfs_handle_struct *handle, handle 39 source3/modules/vfs_solarisacl.h int solarisacl_sys_acl_delete_def_file(vfs_handle_struct *handle, handle 70 source3/modules/vfs_streams_depot.c static bool file_is_valid(vfs_handle_struct *handle, const char *path, handle 81 source3/modules/vfs_streams_depot.c if (SMB_VFS_GETXATTR(handle->conn, path, SAMBA_XATTR_MARKER, handle 95 source3/modules/vfs_streams_depot.c static bool mark_file_valid(vfs_handle_struct *handle, const char *path, handle 107 source3/modules/vfs_streams_depot.c ret = SMB_VFS_SETXATTR(handle->conn, path, SAMBA_XATTR_MARKER, handle 118 source3/modules/vfs_streams_depot.c static char *stream_dir(vfs_handle_struct *handle, const char *base_path, handle 132 source3/modules/vfs_streams_depot.c check_valid = lp_parm_bool(SNUM(handle->conn), handle 135 source3/modules/vfs_streams_depot.c tmp = talloc_asprintf(talloc_tos(), "%s/.streams", handle->conn->connectpath); handle 143 source3/modules/vfs_streams_depot.c SNUM(handle->conn), "streams_depot", "directory", handle 147 source3/modules/vfs_streams_depot.c if (SMB_VFS_NEXT_STAT(handle, base_path, &sbuf) == -1) { handle 156 source3/modules/vfs_streams_depot.c id = SMB_VFS_FILE_ID_CREATE(handle->conn, base_sbuf); handle 182 source3/modules/vfs_streams_depot.c if (SMB_VFS_NEXT_STAT(handle, result, &sbuf) == 0) { handle 190 source3/modules/vfs_streams_depot.c if (file_is_valid(handle, base_path, check_valid)) { handle 207 source3/modules/vfs_streams_depot.c if (SMB_VFS_NEXT_RENAME(handle, result, newname) == -1) { handle 223 source3/modules/vfs_streams_depot.c if ((SMB_VFS_NEXT_MKDIR(handle, rootdir, 0755) != 0) handle 234 source3/modules/vfs_streams_depot.c if ((SMB_VFS_NEXT_MKDIR(handle, tmp, 0755) != 0) handle 248 source3/modules/vfs_streams_depot.c if ((SMB_VFS_NEXT_MKDIR(handle, tmp, 0755) != 0) handle 255 source3/modules/vfs_streams_depot.c if ((SMB_VFS_NEXT_MKDIR(handle, result, 0755) != 0) handle 260 source3/modules/vfs_streams_depot.c if (!mark_file_valid(handle, base_path, check_valid)) { handle 271 source3/modules/vfs_streams_depot.c static char *stream_name(vfs_handle_struct *handle, const char *fname, handle 291 source3/modules/vfs_streams_depot.c dirname = stream_dir(handle, base, NULL, create_dir); handle 320 source3/modules/vfs_streams_depot.c static NTSTATUS walk_streams(vfs_handle_struct *handle, handle 333 source3/modules/vfs_streams_depot.c dirname = stream_dir(handle, fname, sbuf, false); handle 347 source3/modules/vfs_streams_depot.c dirhandle = SMB_VFS_NEXT_OPENDIR(handle, dirname, NULL, 0); handle 354 source3/modules/vfs_streams_depot.c while ((dirent = vfs_readdirname(handle->conn, dirhandle, NULL)) != NULL) { handle 367 source3/modules/vfs_streams_depot.c SMB_VFS_NEXT_CLOSEDIR(handle, dirhandle); handle 379 source3/modules/vfs_streams_depot.c static int streams_depot_stat(vfs_handle_struct *handle, const char *fname, handle 388 source3/modules/vfs_streams_depot.c return SMB_VFS_NEXT_STAT(handle, fname, sbuf); handle 391 source3/modules/vfs_streams_depot.c stream_fname = stream_name(handle, fname, false); handle 396 source3/modules/vfs_streams_depot.c ret = SMB_VFS_NEXT_STAT(handle, stream_fname, sbuf); handle 403 source3/modules/vfs_streams_depot.c static int streams_depot_lstat(vfs_handle_struct *handle, const char *fname, handle 410 source3/modules/vfs_streams_depot.c return SMB_VFS_NEXT_LSTAT(handle, fname, sbuf); handle 413 source3/modules/vfs_streams_depot.c stream_fname = stream_name(handle, fname, false); handle 418 source3/modules/vfs_streams_depot.c ret = SMB_VFS_NEXT_LSTAT(handle, stream_fname, sbuf); handle 425 source3/modules/vfs_streams_depot.c static int streams_depot_open(vfs_handle_struct *handle, const char *fname, handle 436 source3/modules/vfs_streams_depot.c return SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode); handle 448 source3/modules/vfs_streams_depot.c ret = SMB_VFS_NEXT_OPEN(handle, base, fsp, flags, mode); handle 452 source3/modules/vfs_streams_depot.c ret = SMB_VFS_NEXT_STAT(handle, base, &base_sbuf); handle 460 source3/modules/vfs_streams_depot.c stream_fname = stream_name(handle, fname, true); handle 465 source3/modules/vfs_streams_depot.c ret = SMB_VFS_NEXT_OPEN(handle, stream_fname, fsp, flags, mode); handle 472 source3/modules/vfs_streams_depot.c static int streams_depot_unlink(vfs_handle_struct *handle, const char *fname) handle 482 source3/modules/vfs_streams_depot.c stream_fname = stream_name(handle, fname, false); handle 487 source3/modules/vfs_streams_depot.c ret = SMB_VFS_NEXT_UNLINK(handle, stream_fname); handle 498 source3/modules/vfs_streams_depot.c ret = SMB_VFS_NEXT_LSTAT(handle, fname, &sbuf); handle 500 source3/modules/vfs_streams_depot.c ret = SMB_VFS_NEXT_STAT(handle, fname, &sbuf); handle 508 source3/modules/vfs_streams_depot.c char *dirname = stream_dir(handle, fname, &sbuf, false); handle 511 source3/modules/vfs_streams_depot.c SMB_VFS_NEXT_RMDIR(handle, dirname); handle 516 source3/modules/vfs_streams_depot.c return SMB_VFS_NEXT_UNLINK(handle, fname); handle 519 source3/modules/vfs_streams_depot.c static int streams_depot_rename(vfs_handle_struct *handle, handle 542 source3/modules/vfs_streams_depot.c return SMB_VFS_NEXT_RENAME(handle, oldname, newname); handle 565 source3/modules/vfs_streams_depot.c ostream_fname = stream_name(handle, oldname, false); handle 583 source3/modules/vfs_streams_depot.c nstream_fname = stream_name(handle, handle 590 source3/modules/vfs_streams_depot.c ret = SMB_VFS_NEXT_RENAME(handle, ostream_fname, nstream_fname); handle 625 source3/modules/vfs_streams_depot.c vfs_handle_struct *handle; handle 644 source3/modules/vfs_streams_depot.c if (SMB_VFS_NEXT_STAT(state->handle, full_sname, &sbuf) == -1) { handle 656 source3/modules/vfs_streams_depot.c SMB_VFS_GET_ALLOC_SIZE(state->handle->conn, NULL, handle 665 source3/modules/vfs_streams_depot.c static NTSTATUS streams_depot_streaminfo(vfs_handle_struct *handle, handle 681 source3/modules/vfs_streams_depot.c ret = SMB_VFS_NEXT_FSTAT(handle, fsp, &sbuf); handle 688 source3/modules/vfs_streams_depot.c ret = SMB_VFS_NEXT_LSTAT(handle, fname, &sbuf); handle 690 source3/modules/vfs_streams_depot.c ret = SMB_VFS_NEXT_STAT(handle, fname, &sbuf); handle 705 source3/modules/vfs_streams_depot.c SMB_VFS_GET_ALLOC_SIZE(handle->conn, fsp, handle 712 source3/modules/vfs_streams_depot.c state.handle = handle; handle 715 source3/modules/vfs_streams_depot.c status = walk_streams(handle, fname, &sbuf, NULL, collect_one_stream, handle 733 source3/modules/vfs_streams_depot.c static uint32_t streams_depot_fs_capabilities(struct vfs_handle_struct *handle) handle 735 source3/modules/vfs_streams_depot.c return SMB_VFS_NEXT_FS_CAPABILITIES(handle) | FILE_NAMED_STREAMS; handle 34 source3/modules/vfs_streams_xattr.c vfs_handle_struct *handle; handle 122 source3/modules/vfs_streams_xattr.c sio->xattr_name = talloc_strdup(VFS_MEMCTX_FSP_EXTENSION(sio->handle, sio->fsp), handle 124 source3/modules/vfs_streams_xattr.c sio->base = talloc_strdup(VFS_MEMCTX_FSP_EXTENSION(sio->handle, sio->fsp), handle 135 source3/modules/vfs_streams_xattr.c static int streams_xattr_fstat(vfs_handle_struct *handle, files_struct *fsp, handle 140 source3/modules/vfs_streams_xattr.c VFS_FETCH_FSP_EXTENSION(handle, fsp); handle 145 source3/modules/vfs_streams_xattr.c return SMB_VFS_NEXT_FSTAT(handle, fsp, sbuf); handle 153 source3/modules/vfs_streams_xattr.c ret = SMB_VFS_LSTAT(handle->conn, io->base, sbuf); handle 155 source3/modules/vfs_streams_xattr.c ret = SMB_VFS_STAT(handle->conn, io->base, sbuf); handle 162 source3/modules/vfs_streams_xattr.c sbuf->st_size = get_xattr_size(handle->conn, fsp->base_fsp, handle 178 source3/modules/vfs_streams_xattr.c static int streams_xattr_stat(vfs_handle_struct *handle, const char *fname, handle 187 source3/modules/vfs_streams_xattr.c return SMB_VFS_NEXT_STAT(handle, fname, sbuf); handle 197 source3/modules/vfs_streams_xattr.c return SMB_VFS_NEXT_STAT(handle, base, sbuf); handle 200 source3/modules/vfs_streams_xattr.c if (SMB_VFS_STAT(handle->conn, base, sbuf) == -1) { handle 211 source3/modules/vfs_streams_xattr.c sbuf->st_size = get_xattr_size(handle->conn, NULL, base, xattr_name); handle 229 source3/modules/vfs_streams_xattr.c static int streams_xattr_lstat(vfs_handle_struct *handle, const char *fname, handle 238 source3/modules/vfs_streams_xattr.c return SMB_VFS_NEXT_LSTAT(handle, fname, sbuf); handle 248 source3/modules/vfs_streams_xattr.c return SMB_VFS_NEXT_LSTAT(handle, base, sbuf); handle 251 source3/modules/vfs_streams_xattr.c if (SMB_VFS_LSTAT(handle->conn, base, sbuf) == -1) { handle 262 source3/modules/vfs_streams_xattr.c sbuf->st_size = get_xattr_size(handle->conn, NULL, base, xattr_name); handle 280 source3/modules/vfs_streams_xattr.c static int streams_xattr_open(vfs_handle_struct *handle, const char *fname, handle 295 source3/modules/vfs_streams_xattr.c return SMB_VFS_NEXT_OPEN(handle, fname, fsp, flags, mode); handle 308 source3/modules/vfs_streams_xattr.c hostfd = SMB_VFS_NEXT_OPEN(handle, base, fsp, flags, mode); handle 329 source3/modules/vfs_streams_xattr.c hostfd = SMB_VFS_OPEN(handle->conn, base, fsp, baseflags, mode); handle 337 source3/modules/vfs_streams_xattr.c hostfd = SMB_VFS_OPEN(handle->conn, fname, fsp, baseflags, handle 345 source3/modules/vfs_streams_xattr.c status = get_ea_value(talloc_tos(), handle->conn, NULL, base, handle 386 source3/modules/vfs_streams_xattr.c handle->conn, base, xattr_name, handle 406 source3/modules/vfs_streams_xattr.c handle->conn, base, xattr_name, handle 414 source3/modules/vfs_streams_xattr.c sio = (struct stream_io *)VFS_ADD_FSP_EXTENSION(handle, fsp, handle 422 source3/modules/vfs_streams_xattr.c sio->xattr_name = talloc_strdup(VFS_MEMCTX_FSP_EXTENSION(handle, fsp), handle 424 source3/modules/vfs_streams_xattr.c sio->base = talloc_strdup(VFS_MEMCTX_FSP_EXTENSION(handle, fsp), handle 427 source3/modules/vfs_streams_xattr.c sio->handle = handle; handle 451 source3/modules/vfs_streams_xattr.c static int streams_xattr_unlink(vfs_handle_struct *handle, const char *fname) handle 460 source3/modules/vfs_streams_xattr.c return SMB_VFS_NEXT_UNLINK(handle, fname); handle 470 source3/modules/vfs_streams_xattr.c return SMB_VFS_NEXT_UNLINK(handle, base); handle 480 source3/modules/vfs_streams_xattr.c ret = SMB_VFS_REMOVEXATTR(handle->conn, base, xattr_name); handle 495 source3/modules/vfs_streams_xattr.c static int streams_xattr_rename(vfs_handle_struct *handle, handle 519 source3/modules/vfs_streams_xattr.c return SMB_VFS_NEXT_RENAME(handle, oldname, newname); handle 571 source3/modules/vfs_streams_xattr.c status = get_ea_value(talloc_tos(), handle->conn, NULL, handle 579 source3/modules/vfs_streams_xattr.c nret = SMB_VFS_SETXATTR(handle->conn, base, nxattr_name, handle 589 source3/modules/vfs_streams_xattr.c oret = SMB_VFS_REMOVEXATTR(handle->conn, base, oxattr_name); handle 684 source3/modules/vfs_streams_xattr.c vfs_handle_struct *handle; handle 698 source3/modules/vfs_streams_xattr.c smb_roundup(state->handle->conn, handle 707 source3/modules/vfs_streams_xattr.c static NTSTATUS streams_xattr_streaminfo(vfs_handle_struct *handle, handle 730 source3/modules/vfs_streams_xattr.c ret = SMB_VFS_LSTAT(handle->conn, fname, &sbuf); handle 732 source3/modules/vfs_streams_xattr.c ret = SMB_VFS_STAT(handle->conn, fname, &sbuf); handle 747 source3/modules/vfs_streams_xattr.c SMB_VFS_GET_ALLOC_SIZE(handle->conn, fsp, handle 754 source3/modules/vfs_streams_xattr.c state.handle = handle; handle 757 source3/modules/vfs_streams_xattr.c status = walk_xattr_streams(handle->conn, fsp, fname, handle 775 source3/modules/vfs_streams_xattr.c static uint32_t streams_xattr_fs_capabilities(struct vfs_handle_struct *handle) handle 777 source3/modules/vfs_streams_xattr.c return SMB_VFS_NEXT_FS_CAPABILITIES(handle) | FILE_NAMED_STREAMS; handle 780 source3/modules/vfs_streams_xattr.c static ssize_t streams_xattr_pwrite(vfs_handle_struct *handle, handle 785 source3/modules/vfs_streams_xattr.c (struct stream_io *)VFS_FETCH_FSP_EXTENSION(handle, fsp); handle 793 source3/modules/vfs_streams_xattr.c return SMB_VFS_NEXT_PWRITE(handle, fsp, data, n, offset); handle 800 source3/modules/vfs_streams_xattr.c status = get_ea_value(talloc_tos(), handle->conn, fsp->base_fsp, handle 842 source3/modules/vfs_streams_xattr.c static ssize_t streams_xattr_pread(vfs_handle_struct *handle, handle 847 source3/modules/vfs_streams_xattr.c (struct stream_io *)VFS_FETCH_FSP_EXTENSION(handle, fsp); handle 853 source3/modules/vfs_streams_xattr.c return SMB_VFS_NEXT_PREAD(handle, fsp, data, n, offset); handle 860 source3/modules/vfs_streams_xattr.c status = get_ea_value(talloc_tos(), handle->conn, fsp->base_fsp, handle 880 source3/modules/vfs_streams_xattr.c static int streams_xattr_ftruncate(struct vfs_handle_struct *handle, handle 889 source3/modules/vfs_streams_xattr.c (struct stream_io *)VFS_FETCH_FSP_EXTENSION(handle, fsp); handle 896 source3/modules/vfs_streams_xattr.c return SMB_VFS_NEXT_FTRUNCATE(handle, fsp, offset); handle 903 source3/modules/vfs_streams_xattr.c status = get_ea_value(talloc_tos(), handle->conn, fsp->base_fsp, handle 111 source3/modules/vfs_syncops.c static int syncops_rename(vfs_handle_struct *handle, handle 114 source3/modules/vfs_syncops.c int ret = SMB_VFS_NEXT_RENAME(handle, oldname, newname); handle 128 source3/modules/vfs_syncops.c static int syncops_symlink(vfs_handle_struct *handle, handle 131 source3/modules/vfs_syncops.c SYNCOPS_NEXT(SYMLINK, newname, (handle, oldname, newname)); handle 134 source3/modules/vfs_syncops.c static int syncops_link(vfs_handle_struct *handle, handle 137 source3/modules/vfs_syncops.c SYNCOPS_NEXT(LINK, newname, (handle, oldname, newname)); handle 140 source3/modules/vfs_syncops.c static int syncops_open(vfs_handle_struct *handle, handle 143 source3/modules/vfs_syncops.c SYNCOPS_NEXT(OPEN, (flags&O_CREAT?fname:NULL), (handle, fname, fsp, flags, mode)); handle 146 source3/modules/vfs_syncops.c static int syncops_unlink(vfs_handle_struct *handle, const char *fname) handle 148 source3/modules/vfs_syncops.c SYNCOPS_NEXT(UNLINK, fname, (handle, fname)); handle 151 source3/modules/vfs_syncops.c static int syncops_mknod(vfs_handle_struct *handle, handle 154 source3/modules/vfs_syncops.c SYNCOPS_NEXT(MKNOD, fname, (handle, fname, mode, dev)); handle 157 source3/modules/vfs_syncops.c static int syncops_mkdir(vfs_handle_struct *handle, const char *fname, mode_t mode) handle 159 source3/modules/vfs_syncops.c SYNCOPS_NEXT(MKDIR, fname, (handle, fname, mode)); handle 162 source3/modules/vfs_syncops.c static int syncops_rmdir(vfs_handle_struct *handle, const char *fname) handle 164 source3/modules/vfs_syncops.c SYNCOPS_NEXT(RMDIR, fname, (handle, fname)); handle 168 source3/modules/vfs_syncops.c static int syncops_close(vfs_handle_struct *handle, files_struct *fsp) handle 175 source3/modules/vfs_syncops.c return SMB_VFS_NEXT_CLOSE(handle, fsp); handle 36 source3/modules/vfs_tru64acl.c SMB_ACL_T tru64acl_sys_acl_get_file(vfs_handle_struct *handle, handle 69 source3/modules/vfs_tru64acl.c SMB_ACL_T tru64acl_sys_acl_get_fd(vfs_handle_struct *handle, handle 84 source3/modules/vfs_tru64acl.c int tru64acl_sys_acl_set_file(vfs_handle_struct *handle, handle 129 source3/modules/vfs_tru64acl.c int tru64acl_sys_acl_set_fd(vfs_handle_struct *handle, handle 144 source3/modules/vfs_tru64acl.c int tru64acl_sys_acl_delete_def_file(vfs_handle_struct *handle, handle 23 source3/modules/vfs_tru64acl.h SMB_ACL_T tru64acl_sys_acl_get_file(vfs_handle_struct *handle, handle 27 source3/modules/vfs_tru64acl.h SMB_ACL_T tru64acl_sys_acl_get_fd(vfs_handle_struct *handle, handle 30 source3/modules/vfs_tru64acl.h int tru64acl_sys_acl_set_file(vfs_handle_struct *handle, handle 35 source3/modules/vfs_tru64acl.h int tru64acl_sys_acl_set_fd(vfs_handle_struct *handle, handle 39 source3/modules/vfs_tru64acl.h int tru64acl_sys_acl_delete_def_file(vfs_handle_struct *handle, handle 87 source3/modules/vfs_tsmsm.c static int tsmsm_connect(struct vfs_handle_struct *handle, handle 90 source3/modules/vfs_tsmsm.c struct tsmsm_struct *tsmd = TALLOC_ZERO_P(handle, struct tsmsm_struct); handle 105 source3/modules/vfs_tsmsm.c tsmname = (handle->param ? handle->param : "tsmsm"); handle 108 source3/modules/vfs_tsmsm.c tsmd->hsmscript = lp_parm_talloc_string(SNUM(handle->conn), tsmname, handle 112 source3/modules/vfs_tsmsm.c tsmd->attrib_name = lp_parm_talloc_string(SNUM(handle->conn), tsmname, handle 116 source3/modules/vfs_tsmsm.c tsmd->attrib_value = lp_parm_talloc_string(SNUM(handle->conn), "tsmsm", handle 121 source3/modules/vfs_tsmsm.c fres = lp_parm_const_string(SNUM(handle->conn), tsmname, handle 135 source3/modules/vfs_tsmsm.c SMB_VFS_HANDLE_SET_DATA(handle, tsmd, tsmsm_free_data, handle 137 source3/modules/vfs_tsmsm.c return SMB_VFS_NEXT_CONNECT(handle, service, user); handle 140 source3/modules/vfs_tsmsm.c static bool tsmsm_is_offline(struct vfs_handle_struct *handle, handle 143 source3/modules/vfs_tsmsm.c struct tsmsm_struct *tsmd = (struct tsmsm_struct *) handle->data; handle 246 source3/modules/vfs_tsmsm.c static bool tsmsm_aio_force(struct vfs_handle_struct *handle, struct files_struct *fsp) handle 249 source3/modules/vfs_tsmsm.c struct tsmsm_struct *tsmd = (struct tsmsm_struct *) handle->data; handle 264 source3/modules/vfs_tsmsm.c static ssize_t tsmsm_aio_return(struct vfs_handle_struct *handle, struct files_struct *fsp, handle 269 source3/modules/vfs_tsmsm.c result = SMB_VFS_NEXT_AIO_RETURN(handle, fsp, aiocb); handle 271 source3/modules/vfs_tsmsm.c notify_fname(handle->conn, NOTIFY_ACTION_MODIFIED, handle 279 source3/modules/vfs_tsmsm.c static ssize_t tsmsm_sendfile(vfs_handle_struct *handle, int tofd, files_struct *fsp, const DATA_BLOB *hdr, handle 282 source3/modules/vfs_tsmsm.c bool file_offline = tsmsm_aio_force(handle, fsp); handle 290 source3/modules/vfs_tsmsm.c return SMB_VFS_NEXT_SENDFILE(handle, tofd, fsp, hdr, offset, n); handle 295 source3/modules/vfs_tsmsm.c static ssize_t tsmsm_pread(struct vfs_handle_struct *handle, struct files_struct *fsp, handle 298 source3/modules/vfs_tsmsm.c bool notify_online = tsmsm_aio_force(handle, fsp); handle 300 source3/modules/vfs_tsmsm.c result = SMB_VFS_NEXT_PREAD(handle, fsp, data, n, offset); handle 305 source3/modules/vfs_tsmsm.c notify_fname(handle->conn, NOTIFY_ACTION_MODIFIED, handle 313 source3/modules/vfs_tsmsm.c static ssize_t tsmsm_pwrite(struct vfs_handle_struct *handle, struct files_struct *fsp, handle 316 source3/modules/vfs_tsmsm.c bool notify_online = tsmsm_aio_force(handle, fsp); handle 318 source3/modules/vfs_tsmsm.c result = SMB_VFS_NEXT_PWRITE(handle, fsp, data, n, offset); handle 323 source3/modules/vfs_tsmsm.c notify_fname(handle->conn, NOTIFY_ACTION_MODIFIED, handle 331 source3/modules/vfs_tsmsm.c static int tsmsm_set_offline(struct vfs_handle_struct *handle, handle 333 source3/modules/vfs_tsmsm.c struct tsmsm_struct *tsmd = (struct tsmsm_struct *) handle->data; handle 357 source3/modules/vfs_tsmsm.c static uint32_t tsmsm_fs_capabilities(struct vfs_handle_struct *handle) handle 359 source3/modules/vfs_tsmsm.c return SMB_VFS_NEXT_FS_CAPABILITIES(handle) | FILE_SUPPORTS_REMOTE_STORAGE | FILE_SUPPORTS_REPARSE_POINTS; handle 208 source3/modules/vfs_xattr_tdb.c static ssize_t xattr_tdb_getxattr(struct vfs_handle_struct *handle, handle 217 source3/modules/vfs_xattr_tdb.c SMB_VFS_HANDLE_GET_DATA(handle, db, struct db_context, return -1); handle 220 source3/modules/vfs_xattr_tdb.c ret = SMB_VFS_LSTAT(handle->conn, path, &sbuf); handle 222 source3/modules/vfs_xattr_tdb.c ret = SMB_VFS_STAT(handle->conn, path, &sbuf); handle 229 source3/modules/vfs_xattr_tdb.c id = SMB_VFS_FILE_ID_CREATE(handle->conn, &sbuf); handle 234 source3/modules/vfs_xattr_tdb.c static ssize_t xattr_tdb_fgetxattr(struct vfs_handle_struct *handle, handle 242 source3/modules/vfs_xattr_tdb.c SMB_VFS_HANDLE_GET_DATA(handle, db, struct db_context, return -1); handle 248 source3/modules/vfs_xattr_tdb.c id = SMB_VFS_FILE_ID_CREATE(handle->conn, &sbuf); handle 337 source3/modules/vfs_xattr_tdb.c static int xattr_tdb_setxattr(struct vfs_handle_struct *handle, handle 346 source3/modules/vfs_xattr_tdb.c SMB_VFS_HANDLE_GET_DATA(handle, db, struct db_context, return -1); handle 349 source3/modules/vfs_xattr_tdb.c ret = SMB_VFS_LSTAT(handle->conn, path, &sbuf); handle 351 source3/modules/vfs_xattr_tdb.c ret = SMB_VFS_STAT(handle->conn, path, &sbuf); handle 358 source3/modules/vfs_xattr_tdb.c id = SMB_VFS_FILE_ID_CREATE(handle->conn, &sbuf); handle 363 source3/modules/vfs_xattr_tdb.c static int xattr_tdb_fsetxattr(struct vfs_handle_struct *handle, handle 372 source3/modules/vfs_xattr_tdb.c SMB_VFS_HANDLE_GET_DATA(handle, db, struct db_context, return -1); handle 378 source3/modules/vfs_xattr_tdb.c id = SMB_VFS_FILE_ID_CREATE(handle->conn, &sbuf); handle 450 source3/modules/vfs_xattr_tdb.c static ssize_t xattr_tdb_listxattr(struct vfs_handle_struct *handle, handle 458 source3/modules/vfs_xattr_tdb.c SMB_VFS_HANDLE_GET_DATA(handle, db, struct db_context, return -1); handle 461 source3/modules/vfs_xattr_tdb.c ret = SMB_VFS_LSTAT(handle->conn, path, &sbuf); handle 463 source3/modules/vfs_xattr_tdb.c ret = SMB_VFS_STAT(handle->conn, path, &sbuf); handle 470 source3/modules/vfs_xattr_tdb.c id = SMB_VFS_FILE_ID_CREATE(handle->conn, &sbuf); handle 475 source3/modules/vfs_xattr_tdb.c static ssize_t xattr_tdb_flistxattr(struct vfs_handle_struct *handle, handle 483 source3/modules/vfs_xattr_tdb.c SMB_VFS_HANDLE_GET_DATA(handle, db, struct db_context, return -1); handle 489 source3/modules/vfs_xattr_tdb.c id = SMB_VFS_FILE_ID_CREATE(handle->conn, &sbuf); handle 557 source3/modules/vfs_xattr_tdb.c static int xattr_tdb_removexattr(struct vfs_handle_struct *handle, handle 565 source3/modules/vfs_xattr_tdb.c SMB_VFS_HANDLE_GET_DATA(handle, db, struct db_context, return -1); handle 568 source3/modules/vfs_xattr_tdb.c ret = SMB_VFS_LSTAT(handle->conn, path, &sbuf); handle 570 source3/modules/vfs_xattr_tdb.c ret = SMB_VFS_STAT(handle->conn, path, &sbuf); handle 577 source3/modules/vfs_xattr_tdb.c id = SMB_VFS_FILE_ID_CREATE(handle->conn, &sbuf); handle 582 source3/modules/vfs_xattr_tdb.c static int xattr_tdb_fremovexattr(struct vfs_handle_struct *handle, handle 589 source3/modules/vfs_xattr_tdb.c SMB_VFS_HANDLE_GET_DATA(handle, db, struct db_context, return -1); handle 595 source3/modules/vfs_xattr_tdb.c id = SMB_VFS_FILE_ID_CREATE(handle->conn, &sbuf); handle 642 source3/modules/vfs_xattr_tdb.c static int xattr_tdb_unlink(vfs_handle_struct *handle, const char *path) handle 650 source3/modules/vfs_xattr_tdb.c SMB_VFS_HANDLE_GET_DATA(handle, db, struct db_context, return -1); handle 653 source3/modules/vfs_xattr_tdb.c ret = SMB_VFS_LSTAT(handle->conn, path, &sbuf); handle 655 source3/modules/vfs_xattr_tdb.c ret = SMB_VFS_STAT(handle->conn, path, &sbuf); handle 662 source3/modules/vfs_xattr_tdb.c ret = SMB_VFS_NEXT_UNLINK(handle, path); handle 668 source3/modules/vfs_xattr_tdb.c id = SMB_VFS_FILE_ID_CREATE(handle->conn, &sbuf); handle 687 source3/modules/vfs_xattr_tdb.c static int xattr_tdb_rmdir(vfs_handle_struct *handle, const char *path) handle 695 source3/modules/vfs_xattr_tdb.c SMB_VFS_HANDLE_GET_DATA(handle, db, struct db_context, return -1); handle 698 source3/modules/vfs_xattr_tdb.c ret = SMB_VFS_LSTAT(handle->conn, path, &sbuf); handle 700 source3/modules/vfs_xattr_tdb.c ret = SMB_VFS_STAT(handle->conn, path, &sbuf); handle 707 source3/modules/vfs_xattr_tdb.c ret = SMB_VFS_NEXT_RMDIR(handle, path); handle 713 source3/modules/vfs_xattr_tdb.c id = SMB_VFS_FILE_ID_CREATE(handle->conn, &sbuf); handle 739 source3/modules/vfs_xattr_tdb.c static int xattr_tdb_connect(vfs_handle_struct *handle, const char *service, handle 746 source3/modules/vfs_xattr_tdb.c res = SMB_VFS_NEXT_CONNECT(handle, service, user); handle 768 source3/modules/vfs_xattr_tdb.c SMB_VFS_HANDLE_SET_DATA(handle, db, close_xattr_db, handle 167 source3/modules/vfs_zfsacl.c static NTSTATUS zfs_set_nt_acl(vfs_handle_struct *handle, files_struct *fsp, handle 175 source3/modules/vfs_zfsacl.c static NTSTATUS zfsacl_fget_nt_acl(struct vfs_handle_struct *handle, handle 191 source3/modules/vfs_zfsacl.c static NTSTATUS zfsacl_get_nt_acl(struct vfs_handle_struct *handle, handle 203 source3/modules/vfs_zfsacl.c return smb_get_nt_acl_nfs4(handle->conn, name, security_info, ppdesc, handle 207 source3/modules/vfs_zfsacl.c static NTSTATUS zfsacl_fset_nt_acl(vfs_handle_struct *handle, handle 212 source3/modules/vfs_zfsacl.c return zfs_set_nt_acl(handle, fsp, security_info_sent, psd); handle 246 source3/modules/vfs_zfsacl.c SMB_ACL_T zfsacl_fail__sys_acl_get_file(vfs_handle_struct *handle, handle 252 source3/modules/vfs_zfsacl.c SMB_ACL_T zfsacl_fail__sys_acl_get_fd(vfs_handle_struct *handle, handle 259 source3/modules/vfs_zfsacl.c int zfsacl_fail__sys_acl_set_file(vfs_handle_struct *handle, handle 267 source3/modules/vfs_zfsacl.c int zfsacl_fail__sys_acl_set_fd(vfs_handle_struct *handle, handle 274 source3/modules/vfs_zfsacl.c int zfsacl_fail__sys_acl_delete_def_file(vfs_handle_struct *handle, handle 36 source3/rpc_client/cli_spoolss.c struct policy_handle *handle) handle 64 source3/rpc_client/cli_spoolss.c handle, handle 84 source3/rpc_client/cli_spoolss.c struct policy_handle *handle, handle 105 source3/rpc_client/cli_spoolss.c handle, handle 123 source3/rpc_client/cli_spoolss.c handle, handle 154 source3/rpc_client/cli_spoolss.c struct policy_handle handle; handle 177 source3/rpc_client/cli_spoolss.c &handle, handle 188 source3/rpc_client/cli_spoolss.c struct policy_handle *handle, handle 204 source3/rpc_client/cli_spoolss.c handle, handle 219 source3/rpc_client/cli_spoolss.c handle, handle 237 source3/rpc_client/cli_spoolss.c struct policy_handle *handle, handle 254 source3/rpc_client/cli_spoolss.c handle, handle 269 source3/rpc_client/cli_spoolss.c handle, handle 288 source3/rpc_client/cli_spoolss.c struct policy_handle *handle, handle 305 source3/rpc_client/cli_spoolss.c handle, handle 320 source3/rpc_client/cli_spoolss.c handle, handle 549 source3/rpc_client/cli_spoolss.c struct policy_handle *handle, handle 568 source3/rpc_client/cli_spoolss.c handle, handle 585 source3/rpc_client/cli_spoolss.c handle, handle 714 source3/rpc_client/cli_spoolss.c struct policy_handle *handle, handle 725 source3/rpc_client/cli_spoolss.c handle, handle 737 source3/rpc_client/cli_spoolss.c handle, handle 755 source3/rpc_client/cli_spoolss.c struct policy_handle *handle, handle 765 source3/rpc_client/cli_spoolss.c handle, handle 776 source3/rpc_client/cli_spoolss.c handle, handle 793 source3/rpc_client/cli_spoolss.c struct policy_handle *handle, handle 804 source3/rpc_client/cli_spoolss.c handle, handle 816 source3/rpc_client/cli_spoolss.c handle, handle 53 source3/rpc_server/srv_eventlog_nt.c struct policy_handle * handle ) handle 57 source3/rpc_server/srv_eventlog_nt.c if ( !find_policy_by_hnd( p, handle, (void **)(void *)&info ) ) { handle 369 source3/rpc_server/srv_eventlog_nt.c if ( !NT_STATUS_IS_OK( result = elog_open( p, r->in.logname->string, r->out.handle )) ) handle 372 source3/rpc_server/srv_eventlog_nt.c if ( !(info = find_eventlog_info_by_hnd( p, r->out.handle )) ) { handle 375 source3/rpc_server/srv_eventlog_nt.c elog_close( p, r->out.handle ); handle 408 source3/rpc_server/srv_eventlog_nt.c EVENTLOG_INFO *info = find_eventlog_info_by_hnd( p, r->in.handle ); handle 447 source3/rpc_server/srv_eventlog_nt.c status = elog_close( p, r->in.handle ); handle 452 source3/rpc_server/srv_eventlog_nt.c ZERO_STRUCTP(r->out.handle); handle 464 source3/rpc_server/srv_eventlog_nt.c EVENTLOG_INFO *info = find_eventlog_info_by_hnd( p, r->in.handle ); handle 578 source3/rpc_server/srv_eventlog_nt.c EVENTLOG_INFO *info = find_eventlog_info_by_hnd( p, r->in.handle ); handle 599 source3/rpc_server/srv_eventlog_nt.c EVENTLOG_INFO *info = find_eventlog_info_by_hnd( p, r->in.handle ); handle 626 source3/rpc_server/srv_eventlog_nt.c EVENTLOG_INFO *info = find_eventlog_info_by_hnd(p, r->in.handle); handle 670 source3/rpc_server/srv_eventlog_nt.c EVENTLOG_INFO *info = find_eventlog_info_by_hnd(p, r->in.handle); handle 426 source3/rpc_server/srv_lsa_nt.c if (!create_policy_hnd(p, r->out.handle, info)) handle 445 source3/rpc_server/srv_lsa_nt.c o.out.handle = r->out.handle; handle 476 source3/rpc_server/srv_lsa_nt.c if (!find_policy_by_hnd(p, r->in.handle, (void **)(void *)&info)) handle 544 source3/rpc_server/srv_lsa_nt.c struct lsa_info *handle; handle 550 source3/rpc_server/srv_lsa_nt.c if (!find_policy_by_hnd(p, r->in.handle, (void **)(void *)&handle)) handle 553 source3/rpc_server/srv_lsa_nt.c if (handle->type != LSA_HANDLE_POLICY_TYPE) { handle 569 source3/rpc_server/srv_lsa_nt.c if (!(handle->access & LSA_POLICY_VIEW_AUDIT_INFORMATION)) { handle 597 source3/rpc_server/srv_lsa_nt.c if (!(handle->access & LSA_POLICY_VIEW_LOCAL_INFORMATION)) handle 633 source3/rpc_server/srv_lsa_nt.c if (!(handle->access & LSA_POLICY_VIEW_LOCAL_INFORMATION)) handle 644 source3/rpc_server/srv_lsa_nt.c if (!(handle->access & LSA_POLICY_VIEW_LOCAL_INFORMATION)) handle 796 source3/rpc_server/srv_lsa_nt.c struct lsa_info *handle; handle 808 source3/rpc_server/srv_lsa_nt.c if (!find_policy_by_hnd(p, r->in.handle, (void **)(void *)&handle)) { handle 812 source3/rpc_server/srv_lsa_nt.c if (handle->type != LSA_HANDLE_POLICY_TYPE) { handle 817 source3/rpc_server/srv_lsa_nt.c if (!(handle->access & LSA_POLICY_LOOKUP_NAMES)) { handle 877 source3/rpc_server/srv_lsa_nt.c struct lsa_info *handle; handle 898 source3/rpc_server/srv_lsa_nt.c if (!find_policy_by_hnd(p, r->in.handle, (void **)(void *)&handle)) { handle 902 source3/rpc_server/srv_lsa_nt.c if (handle->type != LSA_HANDLE_POLICY_TYPE) { handle 907 source3/rpc_server/srv_lsa_nt.c if (!(handle->access & LSA_POLICY_LOOKUP_NAMES)) { handle 951 source3/rpc_server/srv_lsa_nt.c q.in.handle = NULL; handle 1002 source3/rpc_server/srv_lsa_nt.c struct lsa_info *handle; handle 1033 source3/rpc_server/srv_lsa_nt.c if (!find_policy_by_hnd(p, r->in.handle, (void **)(void *)&handle)) { handle 1038 source3/rpc_server/srv_lsa_nt.c if (handle->type != LSA_HANDLE_POLICY_TYPE) { handle 1043 source3/rpc_server/srv_lsa_nt.c if (!(handle->access & LSA_POLICY_LOOKUP_NAMES)) { handle 1090 source3/rpc_server/srv_lsa_nt.c q.in.handle = r->in.handle; handle 1132 source3/rpc_server/srv_lsa_nt.c struct lsa_info *handle; handle 1177 source3/rpc_server/srv_lsa_nt.c if (!find_policy_by_hnd(p, r->in.handle, (void **)(void *)&handle)) { handle 1182 source3/rpc_server/srv_lsa_nt.c if (handle->type != LSA_HANDLE_POLICY_TYPE) { handle 1187 source3/rpc_server/srv_lsa_nt.c if (!(handle->access & LSA_POLICY_LOOKUP_NAMES)) { handle 1233 source3/rpc_server/srv_lsa_nt.c q.in.handle = NULL; handle 1255 source3/rpc_server/srv_lsa_nt.c if (!find_policy_by_hnd(p, r->in.handle, NULL)) { handle 1259 source3/rpc_server/srv_lsa_nt.c close_policy_hnd(p, r->in.handle); handle 1260 source3/rpc_server/srv_lsa_nt.c ZERO_STRUCTP(r->out.handle); handle 1314 source3/rpc_server/srv_lsa_nt.c if (!find_policy_by_hnd(p, r->in.handle, (void **)(void *)&info)) { handle 1338 source3/rpc_server/srv_lsa_nt.c struct lsa_info *handle; handle 1353 source3/rpc_server/srv_lsa_nt.c if (!find_policy_by_hnd(p, r->in.handle, (void **)(void *)&handle)) handle 1356 source3/rpc_server/srv_lsa_nt.c if (handle->type != LSA_HANDLE_POLICY_TYPE) { handle 1363 source3/rpc_server/srv_lsa_nt.c if (!(handle->access & LSA_POLICY_VIEW_LOCAL_INFORMATION)) handle 1409 source3/rpc_server/srv_lsa_nt.c struct lsa_info *handle; handle 1413 source3/rpc_server/srv_lsa_nt.c if (!find_policy_by_hnd(p, r->in.handle, (void **)(void *)&handle)) handle 1416 source3/rpc_server/srv_lsa_nt.c if (handle->type != LSA_HANDLE_POLICY_TYPE) { handle 1425 source3/rpc_server/srv_lsa_nt.c if (!(handle->access & LSA_POLICY_VIEW_LOCAL_INFORMATION)) handle 1458 source3/rpc_server/srv_lsa_nt.c struct lsa_info *handle; handle 1464 source3/rpc_server/srv_lsa_nt.c if (!find_policy_by_hnd(p, r->in.handle, (void **)(void *)&handle)) handle 1467 source3/rpc_server/srv_lsa_nt.c if (handle->type != LSA_HANDLE_POLICY_TYPE) { handle 1471 source3/rpc_server/srv_lsa_nt.c if (!(handle->access & LSA_POLICY_VIEW_LOCAL_INFORMATION)) handle 1580 source3/rpc_server/srv_lsa_nt.c struct lsa_info *handle; handle 1584 source3/rpc_server/srv_lsa_nt.c if (!find_policy_by_hnd(p, r->in.handle, (void **)(void *)&handle)) handle 1587 source3/rpc_server/srv_lsa_nt.c if (handle->type != LSA_HANDLE_POLICY_TYPE) { handle 1597 source3/rpc_server/srv_lsa_nt.c if (!(handle->access & LSA_POLICY_CREATE_ACCOUNT)) handle 1628 source3/rpc_server/srv_lsa_nt.c struct lsa_info *handle; handle 1637 source3/rpc_server/srv_lsa_nt.c if (!find_policy_by_hnd(p, r->in.handle, (void **)(void *)&handle)) handle 1640 source3/rpc_server/srv_lsa_nt.c if (handle->type != LSA_HANDLE_POLICY_TYPE) { handle 1671 source3/rpc_server/srv_lsa_nt.c if (!lookup_sid(&handle->sid, dom_name, name, &type)) handle 1708 source3/rpc_server/srv_lsa_nt.c if (!find_policy_by_hnd(p, r->in.handle, (void **)(void *)&info)) handle 1778 source3/rpc_server/srv_lsa_nt.c if (!find_policy_by_hnd(p, r->in.handle, (void **)(void *)&info)) handle 1793 source3/rpc_server/srv_lsa_nt.c e.in.handle = r->in.handle; handle 1834 source3/rpc_server/srv_lsa_nt.c if (!find_policy_by_hnd(p, r->in.handle, (void **)(void *)&info)) handle 1864 source3/rpc_server/srv_lsa_nt.c if (!find_policy_by_hnd(p, r->in.handle, (void **)(void *)&info)) handle 1903 source3/rpc_server/srv_lsa_nt.c if (!find_policy_by_hnd(p, r->in.handle, (void **)(void *)&info)) handle 1937 source3/rpc_server/srv_lsa_nt.c struct lsa_info *handle=NULL; handle 1943 source3/rpc_server/srv_lsa_nt.c if (!find_policy_by_hnd(p, r->in.handle, (void **)(void *)&handle)) handle 1946 source3/rpc_server/srv_lsa_nt.c if (handle->type == LSA_HANDLE_POLICY_TYPE) { handle 1949 source3/rpc_server/srv_lsa_nt.c } else if (handle->type == LSA_HANDLE_ACCOUNT_TYPE) { handle 1952 source3/rpc_server/srv_lsa_nt.c &handle->sid, LSA_ACCOUNT_ALL_ACCESS); handle 1986 source3/rpc_server/srv_lsa_nt.c struct lsa_info *handle; handle 1997 source3/rpc_server/srv_lsa_nt.c if (!find_policy_by_hnd(p, &q_u->pol, (void **)(void *)&handle)) handle 2003 source3/rpc_server/srv_lsa_nt.c if (!(handle->access & LSA_POLICY_VIEW_LOCAL_INFORMATION)) handle 2063 source3/rpc_server/srv_lsa_nt.c if (!find_policy_by_hnd(p, r->in.handle, (void **)(void *)&info)) handle 2134 source3/rpc_server/srv_lsa_nt.c if (!find_policy_by_hnd(p, r->in.handle, (void **)(void *)&info)) handle 2248 source3/rpc_server/srv_lsa_nt.c if (!find_policy_by_hnd(p, r->in.handle, (void **)(void *)&info)) handle 2298 source3/rpc_server/srv_lsa_nt.c if (!find_policy_by_hnd(p, r->in.handle, (void **)(void *)&info)) handle 1136 source3/rpc_server/srv_pipe_hnd.c struct fake_file_handle *handle; handle 1140 source3/rpc_server/srv_pipe_hnd.c handle = talloc(mem_ctx, struct fake_file_handle); handle 1141 source3/rpc_server/srv_pipe_hnd.c if (handle == NULL) { handle 1148 source3/rpc_server/srv_pipe_hnd.c p = make_external_rpc_pipe_p(handle, name, server_info); handle 1150 source3/rpc_server/srv_pipe_hnd.c handle->type = FAKE_FILE_TYPE_NAMED_PIPE_PROXY; handle 1151 source3/rpc_server/srv_pipe_hnd.c handle->private_data = p; handle 1157 source3/rpc_server/srv_pipe_hnd.c TALLOC_FREE(handle); handle 1161 source3/rpc_server/srv_pipe_hnd.c p = make_internal_rpc_pipe_p(handle, &syntax, client_address, handle 1164 source3/rpc_server/srv_pipe_hnd.c handle->type = FAKE_FILE_TYPE_NAMED_PIPE; handle 1165 source3/rpc_server/srv_pipe_hnd.c handle->private_data = p; handle 1168 source3/rpc_server/srv_pipe_hnd.c if (handle->private_data == NULL) { handle 1169 source3/rpc_server/srv_pipe_hnd.c TALLOC_FREE(handle); handle 1173 source3/rpc_server/srv_pipe_hnd.c *phandle = handle; handle 1188 source3/rpc_server/srv_pipe_hnd.c struct fake_file_handle *handle, handle 1209 source3/rpc_server/srv_pipe_hnd.c if (handle->type == FAKE_FILE_TYPE_NAMED_PIPE) { handle 1211 source3/rpc_server/srv_pipe_hnd.c handle->private_data, struct pipes_struct); handle 1220 source3/rpc_server/srv_pipe_hnd.c if (handle->type == FAKE_FILE_TYPE_NAMED_PIPE_PROXY) { handle 1222 source3/rpc_server/srv_pipe_hnd.c handle->private_data, struct np_proxy_state); handle 1318 source3/rpc_server/srv_pipe_hnd.c struct fake_file_handle *handle, handle 1330 source3/rpc_server/srv_pipe_hnd.c if (handle->type == FAKE_FILE_TYPE_NAMED_PIPE) { handle 1332 source3/rpc_server/srv_pipe_hnd.c handle->private_data, struct pipes_struct); handle 1342 source3/rpc_server/srv_pipe_hnd.c if (handle->type == FAKE_FILE_TYPE_NAMED_PIPE_PROXY) { handle 1344 source3/rpc_server/srv_pipe_hnd.c handle->private_data, struct np_proxy_state); handle 586 source3/rpc_server/srv_samr_nt.c if (!close_policy_hnd(p, r->in.handle)) { handle 590 source3/rpc_server/srv_samr_nt.c ZERO_STRUCTP(r->out.handle); handle 771 source3/rpc_server/srv_samr_nt.c if (!get_lsa_policy_samr_sid(p, r->in.handle, &pol_sid, &acc_granted, NULL)) handle 868 source3/rpc_server/srv_samr_nt.c if (!get_lsa_policy_samr_sid(p, r->in.handle, &pol_sid, &acc_granted, NULL)) handle 145 source3/rpc_server/srv_spoolss_nt.c static void srv_spoolss_replycloseprinter(int snum, struct policy_handle *handle) handle 165 source3/rpc_server/srv_spoolss_nt.c handle, handle 1449 source3/rpc_server/srv_spoolss_nt.c e.out.handle = r->out.handle; handle 1557 source3/rpc_server/srv_spoolss_nt.c if (!open_printer_hnd(p, r->out.handle, r->in.printername, 0)) { handle 1558 source3/rpc_server/srv_spoolss_nt.c ZERO_STRUCTP(r->out.handle); handle 1562 source3/rpc_server/srv_spoolss_nt.c Printer = find_printer_index_by_hnd(p, r->out.handle); handle 1566 source3/rpc_server/srv_spoolss_nt.c close_printer_handle(p, r->out.handle); handle 1567 source3/rpc_server/srv_spoolss_nt.c ZERO_STRUCTP(r->out.handle); handle 1617 source3/rpc_server/srv_spoolss_nt.c close_printer_handle(p, r->out.handle); handle 1618 source3/rpc_server/srv_spoolss_nt.c ZERO_STRUCTP(r->out.handle); handle 1629 source3/rpc_server/srv_spoolss_nt.c close_printer_handle(p, r->out.handle); handle 1630 source3/rpc_server/srv_spoolss_nt.c ZERO_STRUCTP(r->out.handle); handle 1645 source3/rpc_server/srv_spoolss_nt.c close_printer_handle(p, r->out.handle); handle 1646 source3/rpc_server/srv_spoolss_nt.c ZERO_STRUCTP(r->out.handle); handle 1667 source3/rpc_server/srv_spoolss_nt.c if (!get_printer_snum(p, r->out.handle, &snum, NULL)) { handle 1668 source3/rpc_server/srv_spoolss_nt.c close_printer_handle(p, r->out.handle); handle 1669 source3/rpc_server/srv_spoolss_nt.c ZERO_STRUCTP(r->out.handle); handle 1695 source3/rpc_server/srv_spoolss_nt.c ZERO_STRUCTP(r->out.handle); handle 1704 source3/rpc_server/srv_spoolss_nt.c close_printer_handle(p, r->out.handle); handle 1705 source3/rpc_server/srv_spoolss_nt.c ZERO_STRUCTP(r->out.handle); handle 1711 source3/rpc_server/srv_spoolss_nt.c close_printer_handle(p, r->out.handle); handle 1712 source3/rpc_server/srv_spoolss_nt.c ZERO_STRUCTP(r->out.handle); handle 1728 source3/rpc_server/srv_spoolss_nt.c ZERO_STRUCTP(r->out.handle); handle 2004 source3/rpc_server/srv_spoolss_nt.c struct policy_handle *handle) handle 2006 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, handle); handle 2010 source3/rpc_server/srv_spoolss_nt.c DEBUG(2,("_spoolss_enddocprinter_internal: Invalid handle (%s:%u:%u)\n", OUR_HANDLE(handle))); handle 2014 source3/rpc_server/srv_spoolss_nt.c if (!get_printer_snum(p, handle, &snum, NULL)) handle 2031 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, r->in.handle); handle 2034 source3/rpc_server/srv_spoolss_nt.c _spoolss_enddocprinter_internal(p, r->in.handle); /* print job was not closed */ handle 2036 source3/rpc_server/srv_spoolss_nt.c if (!close_printer_handle(p, r->in.handle)) handle 2044 source3/rpc_server/srv_spoolss_nt.c ZERO_STRUCTP(r->out.handle); handle 2056 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, r->in.handle); handle 2060 source3/rpc_server/srv_spoolss_nt.c _spoolss_enddocprinter_internal(p, r->in.handle); /* print job was not closed */ handle 2062 source3/rpc_server/srv_spoolss_nt.c result = delete_printer_handle(p, r->in.handle); handle 2497 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, r->in.handle); handle 2517 source3/rpc_server/srv_spoolss_nt.c OUR_HANDLE(r->in.handle))); handle 2528 source3/rpc_server/srv_spoolss_nt.c if (!get_printer_snum(p, r->in.handle, &snum, NULL)) { handle 2656 source3/rpc_server/srv_spoolss_nt.c struct policy_handle *handle, handle 2698 source3/rpc_server/srv_spoolss_nt.c handle, handle 2777 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, r->in.handle); handle 2782 source3/rpc_server/srv_spoolss_nt.c OUR_HANDLE(r->in.handle))); handle 2800 source3/rpc_server/srv_spoolss_nt.c !get_printer_snum(p, r->in.handle, &snum, NULL) ) handle 3718 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, r->in.handle); handle 3733 source3/rpc_server/srv_spoolss_nt.c OUR_HANDLE(r->in.handle))); handle 3762 source3/rpc_server/srv_spoolss_nt.c result = printserver_notify_info(p, r->in.handle, handle 3767 source3/rpc_server/srv_spoolss_nt.c result = printer_notify_info(p, r->in.handle, handle 4606 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, r->in.handle); handle 4620 source3/rpc_server/srv_spoolss_nt.c if (!get_printer_snum(p, r->in.handle, &snum, NULL)) { handle 5476 source3/rpc_server/srv_spoolss_nt.c if (!(printer = find_printer_index_by_hnd(p, r->in.handle))) { handle 5487 source3/rpc_server/srv_spoolss_nt.c if (!get_printer_snum(p, r->in.handle, &snum, NULL)) { handle 5557 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, r->in.handle); handle 5578 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, r->in.handle); handle 5582 source3/rpc_server/srv_spoolss_nt.c OUR_HANDLE(r->in.handle))); handle 5586 source3/rpc_server/srv_spoolss_nt.c if (!get_printer_snum(p, r->in.handle, &snum, NULL)) handle 5604 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, r->in.handle); handle 5609 source3/rpc_server/srv_spoolss_nt.c OUR_HANDLE(r->in.handle))); handle 5635 source3/rpc_server/srv_spoolss_nt.c if (!get_printer_snum(p, r->in.handle, &snum, NULL)) { handle 5663 source3/rpc_server/srv_spoolss_nt.c return _spoolss_enddocprinter_internal(p, r->in.handle); handle 5675 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, r->in.handle); handle 5679 source3/rpc_server/srv_spoolss_nt.c OUR_HANDLE(r->in.handle))); handle 5684 source3/rpc_server/srv_spoolss_nt.c if (!get_printer_snum(p, r->in.handle, &snum, NULL)) handle 5710 source3/rpc_server/srv_spoolss_nt.c static WERROR control_printer(struct policy_handle *handle, uint32_t command, handle 5715 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, handle); handle 5719 source3/rpc_server/srv_spoolss_nt.c OUR_HANDLE(handle))); handle 5723 source3/rpc_server/srv_spoolss_nt.c if (!get_printer_snum(p, handle, &snum, NULL)) handle 5754 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, r->in.handle); handle 5760 source3/rpc_server/srv_spoolss_nt.c OUR_HANDLE(r->in.handle))); handle 5764 source3/rpc_server/srv_spoolss_nt.c if (!get_printer_snum(p, r->in.handle, &snum, NULL)) handle 5777 source3/rpc_server/srv_spoolss_nt.c static WERROR update_printer_sec(struct policy_handle *handle, handle 5784 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, handle); handle 5786 source3/rpc_server/srv_spoolss_nt.c if (!Printer || !get_printer_snum(p, handle, &snum, NULL)) { handle 5788 source3/rpc_server/srv_spoolss_nt.c OUR_HANDLE(handle))); handle 6065 source3/rpc_server/srv_spoolss_nt.c static WERROR update_printer(pipes_struct *p, struct policy_handle *handle, handle 6071 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, handle); handle 6085 source3/rpc_server/srv_spoolss_nt.c if (!get_printer_snum(p, handle, &snum, NULL)) { handle 6259 source3/rpc_server/srv_spoolss_nt.c struct policy_handle *handle, handle 6270 source3/rpc_server/srv_spoolss_nt.c Printer = find_printer_index_by_hnd(p, handle); handle 6277 source3/rpc_server/srv_spoolss_nt.c if (!get_printer_snum(p, handle, &snum, NULL)) handle 6297 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, r->in.handle); handle 6301 source3/rpc_server/srv_spoolss_nt.c OUR_HANDLE(r->in.handle))); handle 6308 source3/rpc_server/srv_spoolss_nt.c return control_printer(r->in.handle, r->in.command, p); handle 6310 source3/rpc_server/srv_spoolss_nt.c result = update_printer(p, r->in.handle, handle 6316 source3/rpc_server/srv_spoolss_nt.c result = update_printer_sec(r->in.handle, p, handle 6320 source3/rpc_server/srv_spoolss_nt.c return update_printer_sec(r->in.handle, p, handle 6323 source3/rpc_server/srv_spoolss_nt.c return publish_or_unpublish_printer(p, r->in.handle, handle 6337 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, r->in.handle); handle 6341 source3/rpc_server/srv_spoolss_nt.c "Invalid handle (%s:%u:%u)\n", OUR_HANDLE(r->in.handle))); handle 6351 source3/rpc_server/srv_spoolss_nt.c !get_printer_snum(p, r->in.handle, &snum, NULL) ) handle 6611 source3/rpc_server/srv_spoolss_nt.c if (!get_printer_snum(p, r->in.handle, &snum, NULL)) { handle 6681 source3/rpc_server/srv_spoolss_nt.c if (!get_printer_snum(p, r->in.handle, &snum, NULL)) { handle 7477 source3/rpc_server/srv_spoolss_nt.c struct policy_handle *handle) handle 7576 source3/rpc_server/srv_spoolss_nt.c if (!open_printer_hnd(p, handle, name, PRINTER_ACCESS_ADMINISTER)) { handle 7580 source3/rpc_server/srv_spoolss_nt.c ZERO_STRUCTP(handle); handle 7608 source3/rpc_server/srv_spoolss_nt.c r->out.handle); handle 7935 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, r->in.handle); handle 7951 source3/rpc_server/srv_spoolss_nt.c OUR_HANDLE(r->in.handle))); handle 7955 source3/rpc_server/srv_spoolss_nt.c if (!get_printer_snum(p, r->in.handle, &snum, NULL)) { handle 8094 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, r->in.handle); handle 8101 source3/rpc_server/srv_spoolss_nt.c OUR_HANDLE(r->in.handle))); handle 8111 source3/rpc_server/srv_spoolss_nt.c if (!get_printer_snum(p, r->in.handle, &snum, NULL)) { handle 8175 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, r->in.handle); handle 8188 source3/rpc_server/srv_spoolss_nt.c OUR_HANDLE(r->in.handle))); handle 8192 source3/rpc_server/srv_spoolss_nt.c if (!get_printer_snum(p, r->in.handle, &snum, NULL)) handle 8210 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, r->in.handle); handle 8216 source3/rpc_server/srv_spoolss_nt.c OUR_HANDLE(r->in.handle))); handle 8220 source3/rpc_server/srv_spoolss_nt.c if (!get_printer_snum(p, r->in.handle, &snum, NULL)) handle 8265 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, r->in.handle); handle 8271 source3/rpc_server/srv_spoolss_nt.c OUR_HANDLE(r->in.handle))); handle 8280 source3/rpc_server/srv_spoolss_nt.c if (!get_printer_snum(p, r->in.handle, &snum, NULL)) handle 8345 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, r->in.handle); handle 8356 source3/rpc_server/srv_spoolss_nt.c OUR_HANDLE(r->in.handle))); handle 8364 source3/rpc_server/srv_spoolss_nt.c if (!get_printer_snum(p, r->in.handle, &snum, NULL)) handle 8430 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, r->in.handle); handle 8436 source3/rpc_server/srv_spoolss_nt.c OUR_HANDLE(r->in.handle))); handle 8444 source3/rpc_server/srv_spoolss_nt.c if (!get_printer_snum(p, r->in.handle, &snum, NULL)) handle 8963 source3/rpc_server/srv_spoolss_nt.c if (!get_printer_snum(p, r->in.handle, &snum, NULL)) { handle 9019 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, r->in.handle); handle 9037 source3/rpc_server/srv_spoolss_nt.c OUR_HANDLE(r->in.handle))); handle 9051 source3/rpc_server/srv_spoolss_nt.c if (!get_printer_snum(p, r->in.handle, &snum, NULL)) { handle 9111 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, r->in.handle); handle 9121 source3/rpc_server/srv_spoolss_nt.c OUR_HANDLE(r->in.handle))); handle 9131 source3/rpc_server/srv_spoolss_nt.c if (!get_printer_snum(p, r->in.handle, &snum, NULL)) { handle 9208 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, r->in.handle); handle 9215 source3/rpc_server/srv_spoolss_nt.c OUR_HANDLE(r->in.handle))); handle 9219 source3/rpc_server/srv_spoolss_nt.c if (!get_printer_snum(p, r->in.handle, &snum, NULL)) handle 9255 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, r->in.handle); handle 9268 source3/rpc_server/srv_spoolss_nt.c OUR_HANDLE(r->in.handle))); handle 9272 source3/rpc_server/srv_spoolss_nt.c if (!get_printer_snum(p, r->in.handle, &snum, NULL)) { handle 9337 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, r->in.handle); handle 9346 source3/rpc_server/srv_spoolss_nt.c OUR_HANDLE(r->in.handle))); handle 9355 source3/rpc_server/srv_spoolss_nt.c if (!get_printer_snum(p, r->in.handle, &snum, NULL)) handle 9423 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, r->in.handle); handle 9437 source3/rpc_server/srv_spoolss_nt.c OUR_HANDLE(r->in.handle))); handle 9455 source3/rpc_server/srv_spoolss_nt.c if (!get_printer_snum(p, r->in.handle, &snum, NULL)) { handle 9873 source3/rpc_server/srv_spoolss_nt.c Printer_entry *Printer = find_printer_index_by_hnd(p, r->in.handle); handle 9879 source3/rpc_server/srv_spoolss_nt.c OUR_HANDLE(r->in.handle))); handle 186 source3/rpc_server/srv_svcctl_nt.c static WERROR create_open_service_handle( pipes_struct *p, struct policy_handle *handle, uint32 type, handle 236 source3/rpc_server/srv_svcctl_nt.c if ( !create_policy_hnd( p, handle, info ) ) { handle 270 source3/rpc_server/srv_svcctl_nt.c return create_open_service_handle( p, r->out.handle, SVC_HANDLE_IS_SCM, NULL, access_granted ); handle 308 source3/rpc_server/srv_svcctl_nt.c return create_open_service_handle( p, r->out.handle, SVC_HANDLE_IS_SERVICE, service, access_granted ); handle 318 source3/rpc_server/srv_svcctl_nt.c if ( !close_policy_hnd( p, r->in.handle ) ) handle 321 source3/rpc_server/srv_svcctl_nt.c ZERO_STRUCTP(r->out.handle); handle 335 source3/rpc_server/srv_svcctl_nt.c SERVICE_INFO *info = find_service_info_by_hnd( p, r->in.handle ); handle 363 source3/rpc_server/srv_svcctl_nt.c SERVICE_INFO *info = find_service_info_by_hnd( p, r->in.handle ); handle 423 source3/rpc_server/srv_svcctl_nt.c SERVICE_INFO *info = find_service_info_by_hnd( p, r->in.handle ); handle 487 source3/rpc_server/srv_svcctl_nt.c SERVICE_INFO *info = find_service_info_by_hnd( p, r->in.handle ); handle 507 source3/rpc_server/srv_svcctl_nt.c SERVICE_INFO *info = find_service_info_by_hnd( p, r->in.handle ); handle 578 source3/rpc_server/srv_svcctl_nt.c SERVICE_INFO *info = find_service_info_by_hnd( p, r->in.handle ); handle 693 source3/rpc_server/srv_svcctl_nt.c SERVICE_INFO *info = find_service_info_by_hnd( p, r->in.handle ); handle 733 source3/rpc_server/srv_svcctl_nt.c SERVICE_INFO *info = find_service_info_by_hnd( p, r->in.handle ); handle 818 source3/rpc_server/srv_svcctl_nt.c SERVICE_INFO *info = find_service_info_by_hnd( p, r->in.handle ); handle 856 source3/rpc_server/srv_svcctl_nt.c SERVICE_INFO *info = find_service_info_by_hnd( p, r->in.handle ); handle 907 source3/rpc_server/srv_svcctl_nt.c SERVICE_INFO *info = find_service_info_by_hnd( p, r->in.handle ); handle 109 source3/rpc_server/srv_winreg_nt.c if (!close_registry_key(p, r->in.handle)) handle 112 source3/rpc_server/srv_winreg_nt.c ZERO_STRUCTP(r->out.handle); handle 122 source3/rpc_server/srv_winreg_nt.c return open_registry_key(p, r->out.handle, NULL, KEY_HKLM, r->in.access_mask); handle 130 source3/rpc_server/srv_winreg_nt.c return open_registry_key(p, r->out.handle, NULL, KEY_HKPD, r->in.access_mask); handle 138 source3/rpc_server/srv_winreg_nt.c return open_registry_key(p, r->out.handle, NULL, KEY_HKPT, r->in.access_mask); handle 146 source3/rpc_server/srv_winreg_nt.c return open_registry_key(p, r->out.handle, NULL, KEY_HKCR, r->in.access_mask); handle 154 source3/rpc_server/srv_winreg_nt.c return open_registry_key(p, r->out.handle, NULL, KEY_HKU, r->in.access_mask); handle 162 source3/rpc_server/srv_winreg_nt.c return open_registry_key(p, r->out.handle, NULL, KEY_HKCU, r->in.access_mask); handle 170 source3/rpc_server/srv_winreg_nt.c return open_registry_key(p, r->out.handle, NULL, KEY_HKCC, r->in.access_mask); handle 178 source3/rpc_server/srv_winreg_nt.c return open_registry_key(p, r->out.handle, NULL, KEY_HKDD, r->in.access_mask); handle 186 source3/rpc_server/srv_winreg_nt.c return open_registry_key(p, r->out.handle, NULL, KEY_HKPN, r->in.access_mask); handle 200 source3/rpc_server/srv_winreg_nt.c return open_registry_key(p, r->out.handle, parent, r->in.keyname.name, r->in.access_mask); handle 210 source3/rpc_server/srv_winreg_nt.c struct registry_key *regkey = find_regkey_by_hnd( p, r->in.handle ); handle 325 source3/rpc_server/srv_winreg_nt.c struct registry_key *regkey = find_regkey_by_hnd( p, r->in.handle ); handle 360 source3/rpc_server/srv_winreg_nt.c struct registry_key *regkey = find_regkey_by_hnd( p, r->in.handle ); handle 376 source3/rpc_server/srv_winreg_nt.c struct registry_key *key = find_regkey_by_hnd( p, r->in.handle ); handle 402 source3/rpc_server/srv_winreg_nt.c struct registry_key *key = find_regkey_by_hnd( p, r->in.handle ); handle 654 source3/rpc_server/srv_winreg_nt.c struct registry_key *regkey = find_regkey_by_hnd( p, r->in.handle ); handle 688 source3/rpc_server/srv_winreg_nt.c struct registry_key *regkey = find_regkey_by_hnd( p, r->in.handle ); handle 732 source3/rpc_server/srv_winreg_nt.c struct registry_key *parent = find_regkey_by_hnd(p, r->in.handle); handle 761 source3/rpc_server/srv_winreg_nt.c struct registry_key *key = find_regkey_by_hnd(p, r->in.handle); handle 785 source3/rpc_server/srv_winreg_nt.c struct registry_key *parent = find_regkey_by_hnd(p, r->in.handle); handle 799 source3/rpc_server/srv_winreg_nt.c struct registry_key *key = find_regkey_by_hnd(p, r->in.handle); handle 812 source3/rpc_server/srv_winreg_nt.c struct registry_key *key = find_regkey_by_hnd(p, r->in.handle); handle 854 source3/rpc_server/srv_winreg_nt.c struct registry_key *key = find_regkey_by_hnd(p, r->in.handle); handle 27 source3/rpcclient/cmd_eventlog.c struct policy_handle *handle) handle 45 source3/rpcclient/cmd_eventlog.c handle); handle 59 source3/rpcclient/cmd_eventlog.c struct policy_handle handle; handle 86 source3/rpcclient/cmd_eventlog.c status = get_eventlog_handle(cli, mem_ctx, argv[1], &handle); handle 100 source3/rpcclient/cmd_eventlog.c &handle, handle 115 source3/rpcclient/cmd_eventlog.c &handle, handle 160 source3/rpcclient/cmd_eventlog.c rpccli_eventlog_CloseEventLog(cli, mem_ctx, &handle); handle 171 source3/rpcclient/cmd_eventlog.c struct policy_handle handle; handle 179 source3/rpcclient/cmd_eventlog.c status = get_eventlog_handle(cli, mem_ctx, argv[1], &handle); handle 185 source3/rpcclient/cmd_eventlog.c &handle, handle 194 source3/rpcclient/cmd_eventlog.c rpccli_eventlog_CloseEventLog(cli, mem_ctx, &handle); handle 205 source3/rpcclient/cmd_eventlog.c struct policy_handle handle; handle 213 source3/rpcclient/cmd_eventlog.c status = get_eventlog_handle(cli, mem_ctx, argv[1], &handle); handle 219 source3/rpcclient/cmd_eventlog.c &handle, handle 228 source3/rpcclient/cmd_eventlog.c rpccli_eventlog_CloseEventLog(cli, mem_ctx, &handle); handle 239 source3/rpcclient/cmd_eventlog.c struct policy_handle handle; handle 254 source3/rpcclient/cmd_eventlog.c status = get_eventlog_handle(cli, mem_ctx, argv[1], &handle); handle 268 source3/rpcclient/cmd_eventlog.c &handle, handle 291 source3/rpcclient/cmd_eventlog.c rpccli_eventlog_CloseEventLog(cli, mem_ctx, &handle); handle 302 source3/rpcclient/cmd_eventlog.c struct policy_handle handle; handle 317 source3/rpcclient/cmd_eventlog.c status = get_eventlog_handle(cli, mem_ctx, argv[1], &handle); handle 332 source3/rpcclient/cmd_eventlog.c &handle, handle 355 source3/rpcclient/cmd_eventlog.c rpccli_eventlog_CloseEventLog(cli, mem_ctx, &handle); handle 404 source3/rpcclient/cmd_eventlog.c struct policy_handle handle; handle 413 source3/rpcclient/cmd_eventlog.c status = get_eventlog_handle(cli, mem_ctx, argv[1], &handle); handle 427 source3/rpcclient/cmd_eventlog.c &handle, handle 431 source3/rpcclient/cmd_eventlog.c rpccli_eventlog_CloseEventLog(cli, mem_ctx, &handle); handle 442 source3/rpcclient/cmd_eventlog.c struct policy_handle handle; handle 452 source3/rpcclient/cmd_eventlog.c status = get_eventlog_handle(cli, mem_ctx, argv[1], &handle); handle 458 source3/rpcclient/cmd_eventlog.c &handle, handle 476 source3/rpcclient/cmd_eventlog.c &handle, handle 486 source3/rpcclient/cmd_eventlog.c rpccli_eventlog_CloseEventLog(cli, mem_ctx, &handle); handle 1975 source3/rpcclient/cmd_spoolss.c struct policy_handle handle; handle 1998 source3/rpcclient/cmd_spoolss.c &handle); handle 2047 source3/rpcclient/cmd_spoolss.c &handle, handle 2053 source3/rpcclient/cmd_spoolss.c if (is_valid_policy_hnd(&handle)) handle 2054 source3/rpcclient/cmd_spoolss.c rpccli_spoolss_ClosePrinter(cli, mem_ctx, &handle, NULL); handle 2065 source3/rpcclient/cmd_spoolss.c struct policy_handle handle; handle 2086 source3/rpcclient/cmd_spoolss.c &handle); handle 2106 source3/rpcclient/cmd_spoolss.c &handle, handle 2113 source3/rpcclient/cmd_spoolss.c if (is_valid_policy_hnd(&handle)) handle 2114 source3/rpcclient/cmd_spoolss.c rpccli_spoolss_ClosePrinter(cli, mem_ctx, &handle, NULL); handle 2179 source3/rpcclient/cmd_spoolss.c struct policy_handle handle; handle 2203 source3/rpcclient/cmd_spoolss.c &handle); handle 2214 source3/rpcclient/cmd_spoolss.c &handle, handle 2226 source3/rpcclient/cmd_spoolss.c &handle, handle 2250 source3/rpcclient/cmd_spoolss.c if (is_valid_policy_hnd(&handle)) handle 2251 source3/rpcclient/cmd_spoolss.c rpccli_spoolss_ClosePrinter(cli, mem_ctx, &handle, NULL); handle 2263 source3/rpcclient/cmd_spoolss.c struct policy_handle handle; handle 2282 source3/rpcclient/cmd_spoolss.c &handle); handle 2289 source3/rpcclient/cmd_spoolss.c &handle, handle 2297 source3/rpcclient/cmd_spoolss.c if (is_valid_policy_hnd(&handle)) handle 2298 source3/rpcclient/cmd_spoolss.c rpccli_spoolss_ClosePrinter(cli, mem_ctx, &handle, NULL); handle 2310 source3/rpcclient/cmd_spoolss.c struct policy_handle handle; handle 2330 source3/rpcclient/cmd_spoolss.c &handle); handle 2341 source3/rpcclient/cmd_spoolss.c &handle, handle 2364 source3/rpcclient/cmd_spoolss.c if (is_valid_policy_hnd(&handle)) handle 2365 source3/rpcclient/cmd_spoolss.c rpccli_spoolss_ClosePrinter(cli, mem_ctx, &handle, NULL); handle 245 source3/smbd/conn.c vfs_handle_struct *handle = NULL, *thandle = NULL; handle 249 source3/smbd/conn.c handle = conn->vfs_handles; handle 250 source3/smbd/conn.c while(handle) { handle 251 source3/smbd/conn.c thandle = handle->next; handle 252 source3/smbd/conn.c DLIST_REMOVE(conn->vfs_handles, handle); handle 253 source3/smbd/conn.c if (handle->free_data) handle 254 source3/smbd/conn.c handle->free_data(&handle->data); handle 255 source3/smbd/conn.c handle = thandle; handle 208 source3/smbd/ipc.c struct fake_file_handle *handle; handle 236 source3/smbd/ipc.c state->handle = fsp->fake_file_handle; handle 250 source3/smbd/ipc.c subreq = np_write_send(state, smbd_event_context(), state->handle, handle 288 source3/smbd/ipc.c state->handle, state->data, state->max_read); handle 511 source3/smbd/notify.c void *private_data, void *handle) handle 514 source3/smbd/notify.c handle); handle 382 source3/smbd/notify_inotify.c void **handle = (void **)handle_p; handle 434 source3/smbd/notify_inotify.c (*handle) = w; handle 225 source3/smbd/ntquotas.c static int quota_handle_destructor(SMB_NTQUOTA_HANDLE *handle) handle 227 source3/smbd/ntquotas.c if (handle->quota_list) handle 228 source3/smbd/ntquotas.c free_ntquota_list(&handle->quota_list); handle 104 source3/smbd/vfs.c struct vfs_handle_struct * handle, void * op) handle 106 source3/smbd/vfs.c ((struct vfs_handle_struct **)&vfs->handles)[which] = handle; handle 117 source3/smbd/vfs.c vfs_handle_struct *handle; handle 179 source3/smbd/vfs.c handle = TALLOC_ZERO_P(conn, vfs_handle_struct); handle 180 source3/smbd/vfs.c if (!handle) { handle 184 source3/smbd/vfs.c memcpy(&handle->vfs_next, &conn->vfs, sizeof(struct vfs_ops)); handle 185 source3/smbd/vfs.c handle->conn = conn; handle 187 source3/smbd/vfs.c handle->param = talloc_strdup(conn, module_param); handle 189 source3/smbd/vfs.c DLIST_ADD(conn->vfs_handles, handle); handle 198 source3/smbd/vfs.c vfs_set_operation(&conn->vfs_opaque, ops[i].type, handle, ops[i].op); handle 202 source3/smbd/vfs.c vfs_set_operation(&conn->vfs, ops[i].type, handle, ops[i].op); handle 223 source3/smbd/vfs.c void *vfs_add_fsp_extension_notype(vfs_handle_struct *handle, handle 231 source3/smbd/vfs.c if ((ext_data = vfs_fetch_fsp_extension(handle, fsp))) { handle 236 source3/smbd/vfs.c handle->conn, sizeof(struct vfs_fsp_data) + ext_size); handle 241 source3/smbd/vfs.c ext->owner = handle; handle 248 source3/smbd/vfs.c void vfs_remove_fsp_extension(vfs_handle_struct *handle, files_struct *fsp) handle 256 source3/smbd/vfs.c if (curr->owner == handle) { handle 271 source3/smbd/vfs.c void *vfs_memctx_fsp_extension(vfs_handle_struct *handle, files_struct *fsp) handle 276 source3/smbd/vfs.c if (head->owner == handle) { handle 284 source3/smbd/vfs.c void *vfs_fetch_fsp_extension(vfs_handle_struct *handle, files_struct *fsp) handle 288 source3/smbd/vfs.c head = (struct vfs_fsp_data *)vfs_memctx_fsp_extension(handle, fsp); handle 33 source3/torture/nbio.c int handle; handle 80 source3/torture/nbio.c static int ne_find_handle(int handle) handle 85 source3/torture/nbio.c if (ftable[i].handle == handle) return i; handle 91 source3/torture/nbio.c static int find_handle(int handle) handle 96 source3/torture/nbio.c if (ftable[i].handle == handle) return i; handle 99 source3/torture/nbio.c line_count, handle); handle 141 source3/torture/nbio.c unsigned create_options, unsigned create_disposition, int handle) handle 158 source3/torture/nbio.c if (fd == -1 && handle != -1) { handle 163 source3/torture/nbio.c if (fd != -1 && handle == -1) { handle 170 source3/torture/nbio.c if (ftable[i].handle == 0) break; handle 177 source3/torture/nbio.c ftable[i].handle = handle; handle 181 source3/torture/nbio.c void nb_writex(int handle, int offset, int size, int ret_size) handle 187 source3/torture/nbio.c i = find_handle(handle); handle 190 source3/torture/nbio.c errno %d (%s)\n", line_count, handle, ftable[i].fd, errno, strerror(errno)); handle 197 source3/torture/nbio.c void nb_readx(int handle, int offset, int size, int ret_size) handle 201 source3/torture/nbio.c i = find_handle(handle); handle 204 source3/torture/nbio.c line_count, handle, offset, size, ret, ftable[i].fd, errno, strerror(errno)); handle 210 source3/torture/nbio.c void nb_close(int handle) handle 213 source3/torture/nbio.c i = find_handle(handle); handle 215 source3/torture/nbio.c printf("(%d) close failed on handle %d\n", line_count, handle); handle 218 source3/torture/nbio.c ftable[i].handle = 0; handle 72 source3/utils/smbcacls.c struct policy_handle handle; handle 91 source3/utils/smbcacls.c GENERIC_EXECUTE_ACCESS, &handle); handle 96 source3/utils/smbcacls.c status = rpccli_lsa_lookup_sids(p, talloc_tos(), &handle, 1, sid, handle 122 source3/utils/smbcacls.c struct policy_handle handle; handle 140 source3/utils/smbcacls.c GENERIC_EXECUTE_ACCESS, &handle); handle 145 source3/utils/smbcacls.c status = rpccli_lsa_lookup_names(p, talloc_tos(), &handle, 1, &name, handle 91 source4/cldap_server/rootdse.c ldb_ret = ldb_wait(lreq->handle, LDB_WAIT_ALL); handle 368 source4/client/cifsdd.c struct dd_iohandle * handle = NULL; handle 384 source4/client/cifsdd.c handle = dd_open_path(resolve_ctx, ev, path, ports, handle 393 source4/client/cifsdd.c handle = dd_open_path(resolve_ctx, ev, path, ports, handle 404 source4/client/cifsdd.c if (!handle) { handle 408 source4/client/cifsdd.c return(handle); handle 52 source4/client/cifsdd.h typedef bool (*dd_seek_func)(void * handle, uint64_t offset); handle 53 source4/client/cifsdd.h typedef bool (*dd_read_func)(void * handle, uint8_t * buf, handle 55 source4/client/cifsdd.h typedef bool (*dd_write_func)(void * handle, uint8_t * buf, handle 41 source4/client/cifsddio.c static bool fd_seek_func(void * handle, uint64_t offset) handle 45 source4/client/cifsddio.c ret = lseek(IO_HANDLE_TO_FD(handle), offset, SEEK_SET); handle 55 source4/client/cifsddio.c static bool fd_read_func(void * handle, handle 62 source4/client/cifsddio.c ret = read(IO_HANDLE_TO_FD(handle), buf, wanted); handle 74 source4/client/cifsddio.c static bool fd_write_func(void * handle, handle 81 source4/client/cifsddio.c ret = write(IO_HANDLE_TO_FD(handle), buf, wanted); handle 152 source4/client/cifsddio.c static bool smb_seek_func(void * handle, uint64_t offset) handle 154 source4/client/cifsddio.c IO_HANDLE_TO_SMB(handle)->offset = offset; handle 158 source4/client/cifsddio.c static bool smb_read_func(void * handle, uint8_t * buf, uint64_t wanted, handle 166 source4/client/cifsddio.c smbh = IO_HANDLE_TO_SMB(handle); handle 194 source4/client/cifsddio.c static bool smb_write_func(void * handle, uint8_t * buf, uint64_t wanted, handle 202 source4/client/cifsddio.c smbh = IO_HANDLE_TO_SMB(handle); handle 690 source4/client/client.c int handle = 0, fnum; handle 715 source4/client/client.c handle = fileno(stdout); handle 718 source4/client/client.c handle = open(lname, O_WRONLY|O_CREAT, 0644); handle 719 source4/client/client.c if (handle >= 0) { handle 720 source4/client/client.c start = lseek(handle, 0, SEEK_END); handle 727 source4/client/client.c handle = open(lname, O_WRONLY|O_CREAT|O_TRUNC, 0644); handle 731 source4/client/client.c if (handle < 0) { handle 759 source4/client/client.c if (writefile(handle,data, n, ctx->translation) != n) { handle 783 source4/client/client.c close(handle); handle 855 source4/dsdb/samdb/cracknames.c ret = ldb_wait(req->handle, LDB_WAIT_ALL); handle 758 source4/dsdb/samdb/ldb_modules/partition.c ret = ldb_wait(treq->handle, LDB_WAIT_ALL); handle 812 source4/dsdb/samdb/ldb_modules/partition.c ret = ldb_wait(treq->handle, LDB_WAIT_ALL); handle 859 source4/dsdb/samdb/ldb_modules/partition.c ret = ldb_wait(treq->handle, LDB_WAIT_ALL); handle 911 source4/dsdb/samdb/ldb_modules/partition.c ret = ldb_wait(treq->handle, LDB_WAIT_ALL); handle 1198 source4/dsdb/samdb/ldb_modules/partition.c req->handle = ldb_handle_new(req, module->ldb); handle 1199 source4/dsdb/samdb/ldb_modules/partition.c if (req->handle == NULL) { handle 1205 source4/dsdb/samdb/ldb_modules/partition.c ret = ldb_wait(req->handle, LDB_WAIT_ALL); handle 373 source4/dsdb/samdb/ldb_modules/proxy.c ret = ldb_wait(newreq->handle, LDB_WAIT_ALL); handle 656 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c ret = ldb_wait(search_req->handle, LDB_WAIT_ALL); handle 171 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c gsskrb5_cred handle; handle 181 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c handle = (gsskrb5_cred) *delegated_cred_handle; handle 183 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c handle->cred_flags |= GSS_CF_DESTROY_CRED_ON_RELEASE; handle 112 source4/heimdal/lib/gssapi/krb5/acquire_cred.c gsskrb5_cred handle, handle 137 source4/heimdal/lib/gssapi/krb5/acquire_cred.c if (handle->principal) { handle 139 source4/heimdal/lib/gssapi/krb5/acquire_cred.c handle->principal, handle 158 source4/heimdal/lib/gssapi/krb5/acquire_cred.c } else if (handle->principal == NULL) { handle 159 source4/heimdal/lib/gssapi/krb5/acquire_cred.c kret = krb5_copy_principal(context, def_princ, &handle->principal); handle 162 source4/heimdal/lib/gssapi/krb5/acquire_cred.c } else if (handle->principal != NULL && handle 163 source4/heimdal/lib/gssapi/krb5/acquire_cred.c krb5_principal_compare(context, handle->principal, handle 174 source4/heimdal/lib/gssapi/krb5/acquire_cred.c if (handle->principal == NULL) { handle 175 source4/heimdal/lib/gssapi/krb5/acquire_cred.c kret = krb5_get_default_principal(context, &handle->principal); handle 186 source4/heimdal/lib/gssapi/krb5/acquire_cred.c handle->principal, keytab, 0, NULL, opt); handle 203 source4/heimdal/lib/gssapi/krb5/acquire_cred.c handle->lifetime = cred.times.endtime; handle 204 source4/heimdal/lib/gssapi/krb5/acquire_cred.c handle->cred_flags |= GSS_CF_DESTROY_CRED_ON_RELEASE; handle 210 source4/heimdal/lib/gssapi/krb5/acquire_cred.c handle->principal, handle 211 source4/heimdal/lib/gssapi/krb5/acquire_cred.c &handle->lifetime); handle 219 source4/heimdal/lib/gssapi/krb5/acquire_cred.c handle->ccache = ccache; handle 241 source4/heimdal/lib/gssapi/krb5/acquire_cred.c gsskrb5_cred handle, handle 250 source4/heimdal/lib/gssapi/krb5/acquire_cred.c kret = get_keytab(context, &handle->keytab); handle 255 source4/heimdal/lib/gssapi/krb5/acquire_cred.c if (handle->principal) { handle 258 source4/heimdal/lib/gssapi/krb5/acquire_cred.c kret = krb5_kt_get_entry(context, handle->keytab, handle 259 source4/heimdal/lib/gssapi/krb5/acquire_cred.c handle->principal, 0, 0, &entry); handle 272 source4/heimdal/lib/gssapi/krb5/acquire_cred.c kret = krb5_kt_start_seq_get (context, handle->keytab, &c); handle 275 source4/heimdal/lib/gssapi/krb5/acquire_cred.c if (krb5_kt_next_entry(context, handle->keytab, &tmp, &c) == 0) { handle 279 source4/heimdal/lib/gssapi/krb5/acquire_cred.c krb5_kt_end_seq_get (context, handle->keytab, &c); handle 283 source4/heimdal/lib/gssapi/krb5/acquire_cred.c if (handle->keytab != NULL) handle 284 source4/heimdal/lib/gssapi/krb5/acquire_cred.c krb5_kt_close(context, handle->keytab); handle 304 source4/heimdal/lib/gssapi/krb5/acquire_cred.c gsskrb5_cred handle; handle 333 source4/heimdal/lib/gssapi/krb5/acquire_cred.c handle = calloc(1, sizeof(*handle)); handle 334 source4/heimdal/lib/gssapi/krb5/acquire_cred.c if (handle == NULL) { handle 339 source4/heimdal/lib/gssapi/krb5/acquire_cred.c HEIMDAL_MUTEX_init(&handle->cred_id_mutex); handle 344 source4/heimdal/lib/gssapi/krb5/acquire_cred.c &handle->principal); handle 346 source4/heimdal/lib/gssapi/krb5/acquire_cred.c HEIMDAL_MUTEX_destroy(&handle->cred_id_mutex); handle 347 source4/heimdal/lib/gssapi/krb5/acquire_cred.c free(handle); handle 354 source4/heimdal/lib/gssapi/krb5/acquire_cred.c desired_mechs, cred_usage, handle, handle 357 source4/heimdal/lib/gssapi/krb5/acquire_cred.c HEIMDAL_MUTEX_destroy(&handle->cred_id_mutex); handle 358 source4/heimdal/lib/gssapi/krb5/acquire_cred.c krb5_free_principal(context, handle->principal); handle 359 source4/heimdal/lib/gssapi/krb5/acquire_cred.c free(handle); handle 366 source4/heimdal/lib/gssapi/krb5/acquire_cred.c desired_mechs, cred_usage, handle, actual_mechs, time_rec); handle 368 source4/heimdal/lib/gssapi/krb5/acquire_cred.c HEIMDAL_MUTEX_destroy(&handle->cred_id_mutex); handle 369 source4/heimdal/lib/gssapi/krb5/acquire_cred.c krb5_free_principal(context, handle->principal); handle 370 source4/heimdal/lib/gssapi/krb5/acquire_cred.c free(handle); handle 374 source4/heimdal/lib/gssapi/krb5/acquire_cred.c ret = gss_create_empty_oid_set(minor_status, &handle->mechanisms); handle 377 source4/heimdal/lib/gssapi/krb5/acquire_cred.c &handle->mechanisms); handle 379 source4/heimdal/lib/gssapi/krb5/acquire_cred.c ret = _gsskrb5_inquire_cred(minor_status, (gss_cred_id_t)handle, handle 382 source4/heimdal/lib/gssapi/krb5/acquire_cred.c if (handle->mechanisms != NULL) handle 383 source4/heimdal/lib/gssapi/krb5/acquire_cred.c gss_release_oid_set(NULL, &handle->mechanisms); handle 384 source4/heimdal/lib/gssapi/krb5/acquire_cred.c HEIMDAL_MUTEX_destroy(&handle->cred_id_mutex); handle 385 source4/heimdal/lib/gssapi/krb5/acquire_cred.c krb5_free_principal(context, handle->principal); handle 386 source4/heimdal/lib/gssapi/krb5/acquire_cred.c free(handle); handle 393 source4/heimdal/lib/gssapi/krb5/acquire_cred.c handle->lifetime, handle 399 source4/heimdal/lib/gssapi/krb5/acquire_cred.c handle->usage = cred_usage; handle 400 source4/heimdal/lib/gssapi/krb5/acquire_cred.c *output_cred_handle = (gss_cred_id_t)handle; handle 53 source4/heimdal/lib/gssapi/krb5/add_cred.c gsskrb5_cred cred, handle; handle 56 source4/heimdal/lib/gssapi/krb5/add_cred.c handle = NULL; handle 101 source4/heimdal/lib/gssapi/krb5/add_cred.c handle = calloc(1, sizeof(*handle)); handle 102 source4/heimdal/lib/gssapi/krb5/add_cred.c if (handle == NULL) { handle 108 source4/heimdal/lib/gssapi/krb5/add_cred.c handle->usage = cred_usage; handle 109 source4/heimdal/lib/gssapi/krb5/add_cred.c handle->lifetime = cred->lifetime; handle 110 source4/heimdal/lib/gssapi/krb5/add_cred.c handle->principal = NULL; handle 111 source4/heimdal/lib/gssapi/krb5/add_cred.c handle->keytab = NULL; handle 112 source4/heimdal/lib/gssapi/krb5/add_cred.c handle->ccache = NULL; handle 113 source4/heimdal/lib/gssapi/krb5/add_cred.c handle->mechanisms = NULL; handle 114 source4/heimdal/lib/gssapi/krb5/add_cred.c HEIMDAL_MUTEX_init(&handle->cred_id_mutex); handle 119 source4/heimdal/lib/gssapi/krb5/add_cred.c &handle->principal); handle 122 source4/heimdal/lib/gssapi/krb5/add_cred.c free(handle); handle 151 source4/heimdal/lib/gssapi/krb5/add_cred.c &handle->keytab); handle 172 source4/heimdal/lib/gssapi/krb5/add_cred.c &handle->ccache); handle 179 source4/heimdal/lib/gssapi/krb5/add_cred.c handle->ccache); handle 199 source4/heimdal/lib/gssapi/krb5/add_cred.c &handle->ccache); handle 207 source4/heimdal/lib/gssapi/krb5/add_cred.c ret = gss_create_empty_oid_set(minor_status, &handle->mechanisms); handle 212 source4/heimdal/lib/gssapi/krb5/add_cred.c &handle->mechanisms); handle 230 source4/heimdal/lib/gssapi/krb5/add_cred.c *output_cred_handle = (gss_cred_id_t)handle; handle 238 source4/heimdal/lib/gssapi/krb5/add_cred.c if (handle) { handle 239 source4/heimdal/lib/gssapi/krb5/add_cred.c if (handle->principal) handle 240 source4/heimdal/lib/gssapi/krb5/add_cred.c krb5_free_principal(context, handle->principal); handle 241 source4/heimdal/lib/gssapi/krb5/add_cred.c if (handle->keytab) handle 242 source4/heimdal/lib/gssapi/krb5/add_cred.c krb5_kt_close(context, handle->keytab); handle 243 source4/heimdal/lib/gssapi/krb5/add_cred.c if (handle->ccache) handle 244 source4/heimdal/lib/gssapi/krb5/add_cred.c krb5_cc_destroy(context, handle->ccache); handle 245 source4/heimdal/lib/gssapi/krb5/add_cred.c if (handle->mechanisms) handle 246 source4/heimdal/lib/gssapi/krb5/add_cred.c gss_release_oid_set(NULL, &handle->mechanisms); handle 247 source4/heimdal/lib/gssapi/krb5/add_cred.c free(handle); handle 76 source4/heimdal/lib/gssapi/krb5/copy_ccache.c gsskrb5_cred handle; handle 83 source4/heimdal/lib/gssapi/krb5/copy_ccache.c handle = calloc(1, sizeof(*handle)); handle 84 source4/heimdal/lib/gssapi/krb5/copy_ccache.c if (handle == NULL) { handle 89 source4/heimdal/lib/gssapi/krb5/copy_ccache.c HEIMDAL_MUTEX_init(&handle->cred_id_mutex); handle 91 source4/heimdal/lib/gssapi/krb5/copy_ccache.c handle->usage = 0; handle 96 source4/heimdal/lib/gssapi/krb5/copy_ccache.c handle->usage |= GSS_C_INITIATE; handle 99 source4/heimdal/lib/gssapi/krb5/copy_ccache.c &handle->principal); handle 101 source4/heimdal/lib/gssapi/krb5/copy_ccache.c free(handle); handle 110 source4/heimdal/lib/gssapi/krb5/copy_ccache.c handle->principal, handle 113 source4/heimdal/lib/gssapi/krb5/copy_ccache.c krb5_free_principal(context, handle->principal); handle 114 source4/heimdal/lib/gssapi/krb5/copy_ccache.c free(handle); handle 124 source4/heimdal/lib/gssapi/krb5/copy_ccache.c handle->principal, handle 125 source4/heimdal/lib/gssapi/krb5/copy_ccache.c &handle->lifetime); handle 127 source4/heimdal/lib/gssapi/krb5/copy_ccache.c krb5_free_principal(context, handle->principal); handle 128 source4/heimdal/lib/gssapi/krb5/copy_ccache.c free(handle); handle 137 source4/heimdal/lib/gssapi/krb5/copy_ccache.c kret = krb5_cc_resolve(context, str, &handle->ccache); handle 147 source4/heimdal/lib/gssapi/krb5/copy_ccache.c handle->usage |= GSS_C_ACCEPT; handle 149 source4/heimdal/lib/gssapi/krb5/copy_ccache.c if (keytab_principal && handle->principal == NULL) { handle 152 source4/heimdal/lib/gssapi/krb5/copy_ccache.c &handle->principal); handle 161 source4/heimdal/lib/gssapi/krb5/copy_ccache.c kret = krb5_kt_resolve(context, str, &handle->keytab); handle 169 source4/heimdal/lib/gssapi/krb5/copy_ccache.c ret = gss_create_empty_oid_set(minor_status, &handle->mechanisms); handle 172 source4/heimdal/lib/gssapi/krb5/copy_ccache.c &handle->mechanisms); handle 180 source4/heimdal/lib/gssapi/krb5/copy_ccache.c *cred = (gss_cred_id_t)handle; handle 184 source4/heimdal/lib/gssapi/krb5/copy_ccache.c gss_release_oid_set(minor_status, &handle->mechanisms); handle 185 source4/heimdal/lib/gssapi/krb5/copy_ccache.c if (handle->ccache) handle 186 source4/heimdal/lib/gssapi/krb5/copy_ccache.c krb5_cc_close(context, handle->ccache); handle 187 source4/heimdal/lib/gssapi/krb5/copy_ccache.c if (handle->keytab) handle 188 source4/heimdal/lib/gssapi/krb5/copy_ccache.c krb5_kt_close(context, handle->keytab); handle 189 source4/heimdal/lib/gssapi/krb5/copy_ccache.c if (handle->principal) handle 190 source4/heimdal/lib/gssapi/krb5/copy_ccache.c krb5_free_principal(context, handle->principal); handle 191 source4/heimdal/lib/gssapi/krb5/copy_ccache.c HEIMDAL_MUTEX_destroy(&handle->cred_id_mutex); handle 192 source4/heimdal/lib/gssapi/krb5/copy_ccache.c free(handle); handle 242 source4/heimdal/lib/hcrypto/engine.c void *handle; handle 249 source4/heimdal/lib/hcrypto/engine.c handle = dlopen(path, RTLD_NOW); handle 250 source4/heimdal/lib/hcrypto/engine.c if (handle == NULL) { handle 260 source4/heimdal/lib/hcrypto/engine.c v_check = (openssl_v_check)dlsym(handle, "v_check"); handle 262 source4/heimdal/lib/hcrypto/engine.c dlclose(handle); handle 269 source4/heimdal/lib/hcrypto/engine.c dlclose(handle); handle 278 source4/heimdal/lib/hcrypto/engine.c bind_engine = (openssl_bind_engine)dlsym(handle, "bind_engine"); handle 280 source4/heimdal/lib/hcrypto/engine.c dlclose(handle); handle 287 source4/heimdal/lib/hcrypto/engine.c dlclose(handle); handle 297 source4/heimdal/lib/hcrypto/engine.c dlclose(handle); handle 520 source4/heimdal/lib/krb5/changepw.c krb5_krbhst_handle handle = NULL; handle 539 source4/heimdal/lib/krb5/changepw.c ret = krb5_krbhst_init (context, realm, KRB5_KRBHST_CHANGEPW, &handle); handle 543 source4/heimdal/lib/krb5/changepw.c while (!done && (ret = krb5_krbhst_next(context, handle, &hi)) == 0) { handle 648 source4/heimdal/lib/krb5/changepw.c krb5_krbhst_free (context, handle); handle 79 source4/heimdal/lib/krb5/convert_creds.c krb5_krbhst_handle handle; handle 85 source4/heimdal/lib/krb5/convert_creds.c &handle); handle 91 source4/heimdal/lib/krb5/convert_creds.c handle, handle 93 source4/heimdal/lib/krb5/convert_creds.c krb5_krbhst_free(context, handle); handle 805 source4/heimdal/lib/krb5/krbhst.c krb5_krbhst_handle *handle) handle 807 source4/heimdal/lib/krb5/krbhst.c return krb5_krbhst_init_flags(context, realm, type, 0, handle); handle 815 source4/heimdal/lib/krb5/krbhst.c krb5_krbhst_handle *handle) handle 850 source4/heimdal/lib/krb5/krbhst.c *handle = kd; handle 860 source4/heimdal/lib/krb5/krbhst.c krb5_krbhst_handle handle, handle 863 source4/heimdal/lib/krb5/krbhst.c if(get_next(handle, host)) handle 866 source4/heimdal/lib/krb5/krbhst.c return (*handle->get_next)(context, handle, host); handle 876 source4/heimdal/lib/krb5/krbhst.c krb5_krbhst_handle handle, handle 882 source4/heimdal/lib/krb5/krbhst.c ret = krb5_krbhst_next(context, handle, &host); handle 890 source4/heimdal/lib/krb5/krbhst.c krb5_krbhst_reset(krb5_context context, krb5_krbhst_handle handle) handle 892 source4/heimdal/lib/krb5/krbhst.c handle->index = &handle->hosts; handle 896 source4/heimdal/lib/krb5/krbhst.c krb5_krbhst_free(krb5_context context, krb5_krbhst_handle handle) handle 900 source4/heimdal/lib/krb5/krbhst.c if (handle == NULL) handle 903 source4/heimdal/lib/krb5/krbhst.c for (h = handle->hosts; h != NULL; h = next) { handle 908 source4/heimdal/lib/krb5/krbhst.c free(handle->realm); handle 909 source4/heimdal/lib/krb5/krbhst.c free(handle); handle 920 source4/heimdal/lib/krb5/krbhst.c krb5_krbhst_handle handle; handle 924 source4/heimdal/lib/krb5/krbhst.c ret = krb5_krbhst_init(context, realm, type, &handle); handle 928 source4/heimdal/lib/krb5/krbhst.c while(krb5_krbhst_next(context, handle, &hostinfo) == 0) handle 937 source4/heimdal/lib/krb5/krbhst.c krb5_krbhst_free(context, handle); handle 941 source4/heimdal/lib/krb5/krbhst.c krb5_krbhst_reset(context, handle); handle 943 source4/heimdal/lib/krb5/krbhst.c while(krb5_krbhst_next_as_string(context, handle, handle 947 source4/heimdal/lib/krb5/krbhst.c krb5_krbhst_free(context, handle); handle 952 source4/heimdal/lib/krb5/krbhst.c krb5_krbhst_free(context, handle); handle 369 source4/heimdal/lib/krb5/send_to_kdc.c krb5_krbhst_handle handle, handle 381 source4/heimdal/lib/krb5/send_to_kdc.c while (krb5_krbhst_next(context, handle, &hi) == 0) { handle 441 source4/heimdal/lib/krb5/send_to_kdc.c krb5_krbhst_reset(context, handle); handle 577 source4/heimdal/lib/krb5/send_to_kdc.c krb5_krbhst_handle handle = NULL; handle 608 source4/heimdal/lib/krb5/send_to_kdc.c if (handle == NULL) { handle 610 source4/heimdal/lib/krb5/send_to_kdc.c ctx->flags, &handle); handle 618 source4/heimdal/lib/krb5/send_to_kdc.c ret = krb5_sendto(context, send_data, handle, receive); handle 627 source4/heimdal/lib/krb5/send_to_kdc.c krb5_krbhst_free(context, handle); handle 628 source4/heimdal/lib/krb5/send_to_kdc.c handle = NULL; handle 631 source4/heimdal/lib/krb5/send_to_kdc.c if (handle) handle 632 source4/heimdal/lib/krb5/send_to_kdc.c krb5_krbhst_free(context, handle); handle 271 source4/ldap_server/ldap_backend.c ldb_ret = ldb_wait(lreq->handle, LDB_WAIT_ALL); handle 429 source4/lib/ldb/common/ldb.c ret = ldb_wait(req->handle, LDB_WAIT_ALL); handle 445 source4/lib/ldb/common/ldb.c int ldb_wait(struct ldb_handle *handle, enum ldb_wait_type type) handle 450 source4/lib/ldb/common/ldb.c if (!handle) { handle 454 source4/lib/ldb/common/ldb.c if (handle->state == LDB_ASYNC_DONE) { handle 455 source4/lib/ldb/common/ldb.c return handle->status; handle 458 source4/lib/ldb/common/ldb.c ev = ldb_get_event_context(handle->ldb); handle 469 source4/lib/ldb/common/ldb.c if (handle->state == LDB_ASYNC_DONE || handle 470 source4/lib/ldb/common/ldb.c handle->status != LDB_SUCCESS) { handle 471 source4/lib/ldb/common/ldb.c return handle->status; handle 476 source4/lib/ldb/common/ldb.c while (handle->state != LDB_ASYNC_DONE) { handle 481 source4/lib/ldb/common/ldb.c if (handle->status != LDB_SUCCESS) { handle 482 source4/lib/ldb/common/ldb.c return handle->status; handle 485 source4/lib/ldb/common/ldb.c return handle->status; handle 552 source4/lib/ldb/common/ldb.c req->handle->state = state; handle 557 source4/lib/ldb/common/ldb.c return req->handle->status; handle 614 source4/lib/ldb/common/ldb.c req->handle->state = LDB_ASYNC_DONE; handle 615 source4/lib/ldb/common/ldb.c req->handle->status = status; handle 703 source4/lib/ldb/common/ldb.c ldb_set_errstring(req->handle->ldb, "Invalid reply type!"); handle 755 source4/lib/ldb/common/ldb.c req->handle = ldb_handle_new(req, ldb); handle 756 source4/lib/ldb/common/ldb.c if (req->handle == NULL) { handle 822 source4/lib/ldb/common/ldb.c req->handle = ldb_handle_new(req, ldb); handle 823 source4/lib/ldb/common/ldb.c if (req->handle == NULL) { handle 860 source4/lib/ldb/common/ldb.c req->handle = ldb_handle_new(req, ldb); handle 861 source4/lib/ldb/common/ldb.c if (req->handle == NULL) { handle 898 source4/lib/ldb/common/ldb.c req->handle = ldb_handle_new(req, ldb); handle 899 source4/lib/ldb/common/ldb.c if (req->handle == NULL) { handle 938 source4/lib/ldb/common/ldb.c req->handle = ldb_handle_new(req, ldb); handle 939 source4/lib/ldb/common/ldb.c if (req->handle == NULL) { handle 974 source4/lib/ldb/common/ldb.c ldb_set_errstring(req->handle->ldb, "Invalid reply type!"); handle 1007 source4/lib/ldb/common/ldb.c req->handle = ldb_handle_new(req, ldb); handle 1008 source4/lib/ldb/common/ldb.c if (req->handle == NULL) { handle 1045 source4/lib/ldb/common/ldb.c ret = ldb_wait(req->handle, LDB_WAIT_ALL); handle 1109 source4/lib/ldb/common/ldb.c ret = ldb_wait(req->handle, LDB_WAIT_ALL); handle 298 source4/lib/ldb/common/ldb_modules.c void *handle; handle 309 source4/lib/ldb/common/ldb_modules.c handle = dlopen(path, RTLD_NOW); handle 310 source4/lib/ldb/common/ldb_modules.c if (handle == NULL) { handle 315 source4/lib/ldb/common/ldb_modules.c sym = (int (*)(void))dlsym(handle, symbol); handle 639 source4/lib/ldb/common/ldb_modules.c ldb_oom(req->handle->ldb); handle 665 source4/lib/ldb/common/ldb_modules.c ldb_oom(req->handle->ldb); handle 694 source4/lib/ldb/common/ldb_modules.c ldb_oom(req->handle->ldb); handle 727 source4/lib/ldb/common/ldb_modules.c req->handle = ldb_handle_new(req, module->ldb); handle 728 source4/lib/ldb/common/ldb_modules.c if (req->handle == NULL) { handle 734 source4/lib/ldb/common/ldb_modules.c ret = ldb_wait(req->handle, LDB_WAIT_ALL); handle 790 source4/lib/ldb/include/ldb.h struct ldb_handle *handle; handle 797 source4/lib/ldb/include/ldb.h int ldb_modules_wait(struct ldb_handle *handle); handle 798 source4/lib/ldb/include/ldb.h int ldb_wait(struct ldb_handle *handle, enum ldb_wait_type type); handle 367 source4/lib/ldb/modules/paged_searches.c ret = ldb_wait(req->handle, LDB_WAIT_ALL); handle 386 source4/lib/ldb/nssldb/ldb-nss.c ret = ldb_wait(req->handle, LDB_WAIT_ALL); handle 861 source4/lib/ldb/pyldb.c ret = ldb_wait(req->handle, LDB_WAIT_ALL); handle 245 source4/lib/ldb/tools/ldbsearch.c ret = ldb_wait(req->handle, LDB_WAIT_ALL); handle 49 source4/lib/registry/interface.c if (reg_predefined_keys[i].handle == hkey) handle 66 source4/lib/registry/interface.c reg_predefined_keys[i].handle, handle 266 source4/lib/registry/patchfile.c reg_predefined_keys[i].handle, &r1); handle 275 source4/lib/registry/patchfile.c reg_predefined_keys[i].handle, &r2); handle 240 source4/lib/registry/registry.h uint32_t handle; handle 453 source4/lib/registry/registry.h WERROR reg_open_key_abs(TALLOC_CTX *mem_ctx, struct registry_context *handle, handle 62 source4/lib/registry/rpc.c r.out.handle = hnd;\ handle 141 source4/lib/registry/rpc.c r.in.handle = &(((struct rpc_key_data *)k->hive->root->backend_data)->pol); handle 145 source4/lib/registry/rpc.c r.out.handle = &mykeydata->pol; handle 175 source4/lib/registry/rpc.c r.out.handle = &mykeydata->pol; handle 212 source4/lib/registry/rpc.c r.in.handle = &mykeydata->pol; handle 262 source4/lib/registry/rpc.c r.in.handle = &mykeydata->pol; handle 305 source4/lib/registry/rpc.c r.in.handle = &mykeydata->pol; handle 344 source4/lib/registry/rpc.c r.in.handle = &parentkd->pol; handle 378 source4/lib/registry/rpc.c r.in.handle = &mykeydata->pol; handle 410 source4/lib/registry/rpc.c r.in.handle = &mykeydata->pol; handle 311 source4/lib/registry/tools/regshell.c WERROR (*handle)(struct regshell_context *ctx, int argc, char **argv); handle 355 source4/lib/registry/tools/regshell.c return regshell_cmds[i].handle(ctx, argc, argv); handle 379 source4/lib/registry/tools/regshell.c for (i=0;regshell_cmds[i].handle && count < MAX_COMPLETIONS-1;i++) { handle 536 source4/lib/registry/tools/regshell.c for (i = 0; (reg_predefined_keys[i].handle != 0) && handle 540 source4/lib/registry/tools/regshell.c reg_predefined_keys[i].handle, handle 150 source4/lib/registry/tools/regtree.c for(i = 0; reg_predefined_keys[i].handle; i++) { handle 152 source4/lib/registry/tools/regtree.c reg_predefined_keys[i].handle, handle 153 source4/lib/registry/util.c WERROR reg_open_key_abs(TALLOC_CTX *mem_ctx, struct registry_context *handle, handle 167 source4/lib/registry/util.c error = reg_get_predefined_key_by_name(handle, predefname, &predef); handle 156 source4/libcli/clilist.c ff_dir_handle = first_parms.t2ffirst.out.handle; handle 171 source4/libcli/clilist.c next_parms.t2fnext.in.handle = ff_dir_handle; handle 77 source4/libcli/raw/interfaces.h struct smb2_handle handle; handle 97 source4/libcli/raw/interfaces.h struct smb2_handle handle; handle 1165 source4/libcli/raw/interfaces.h struct smb2_handle handle; /* only for smb2 */ handle 1225 source4/libcli/raw/interfaces.h struct smb2_handle handle; /* only for smb2 */ handle 1237 source4/libcli/raw/interfaces.h struct smb2_handle handle; /* only for smb2 */ handle 1250 source4/libcli/raw/interfaces.h struct smb2_handle handle; /* only for smb2 */ handle 1262 source4/libcli/raw/interfaces.h struct smb2_handle handle; /* only for smb2 */ handle 1286 source4/libcli/raw/interfaces.h struct smb2_handle handle; /* only for smb2 */ handle 1299 source4/libcli/raw/interfaces.h struct smb2_handle handle; /* only for smb2 */ handle 1313 source4/libcli/raw/interfaces.h struct smb2_handle handle; /* only for smb2 */ handle 2418 source4/libcli/raw/interfaces.h uint16_t handle; handle 2491 source4/libcli/raw/interfaces.h uint8_t handle; handle 2507 source4/libcli/raw/interfaces.h uint16_t handle; handle 2728 source4/libcli/raw/interfaces.h uint16_t handle; handle 51 source4/libcli/raw/rawsearch.c search_data.search.id.handle = CVAL(p, 12); handle 136 source4/libcli/raw/rawsearch.c SCVAL(var_block, 12, io->search_next.in.id.handle); handle 176 source4/libcli/raw/rawsearch.c SCVAL(var_block, 12, io->fclose.in.id.handle); handle 304 source4/libcli/raw/rawsearch.c SSVAL(tp.in.params.data, 0, io->t2fnext.in.handle); handle 756 source4/libcli/raw/rawsearch.c io->t2ffirst.out.handle = SVAL(p_blob.data, 0); handle 834 source4/libcli/raw/rawsearch.c SSVAL(req->out.vwv, VWV(0), io->findclose.in.handle); handle 39 source4/libcli/smb2/break.c smb2_push_handle(req->out.body+0x08, &io->in.file.handle); handle 62 source4/libcli/smb2/break.c smb2_pull_handle(req->in.body+0x08, &io->out.file.handle); handle 40 source4/libcli/smb2/close.c smb2_push_handle(req->out.body+0x08, &io->in.file.handle); handle 374 source4/libcli/smb2/create.c smb2_pull_handle(req->in.body+0x40, &io->out.file.handle); handle 42 source4/libcli/smb2/find.c smb2_push_handle(req->out.body+0x08, &io->in.file.handle); handle 38 source4/libcli/smb2/flush.c smb2_push_handle(req->out.body+0x08, &io->in.file.handle); handle 47 source4/libcli/smb2/getinfo.c smb2_push_handle(req->out.body+0x18, &io->in.file.handle); handle 131 source4/libcli/smb2/getinfo.c b.in.file.handle = io->generic.in.file.handle; handle 186 source4/libcli/smb2/getinfo.c b.in.file.handle = io->generic.handle; handle 40 source4/libcli/smb2/ioctl.c smb2_push_handle(req->out.body+0x08, &io->in.file.handle); handle 82 source4/libcli/smb2/ioctl.c smb2_pull_handle(req->in.body+0x08, &io->out.file.handle); handle 43 source4/libcli/smb2/lock.c smb2_push_handle(req->out.body+0x08, &io->in.file.handle); handle 43 source4/libcli/smb2/notify.c smb2_push_handle(req->out.body+0x08, &io->in.file.handle); handle 40 source4/libcli/smb2/read.c smb2_push_handle(req->out.body+0x10, &io->in.file.handle); handle 48 source4/libcli/smb2/setinfo.c smb2_push_handle(req->out.body+0x10, &io->in.file.handle); handle 95 source4/libcli/smb2/setinfo.c b.in.file.handle = io->generic.in.file.handle; handle 69 source4/libcli/smb2/smb2.h const struct smb2_handle *handle, handle 37 source4/libcli/smb2/util.c c.in.file.handle = h; handle 158 source4/libcli/smb2/util.c f.in.file.handle = create_parm.out.file.handle; handle 167 source4/libcli/smb2/util.c smb2_util_close(tree, create_parm.out.file.handle); handle 197 source4/libcli/smb2/util.c smb2_util_close(tree, create_parm.out.file.handle); handle 44 source4/libcli/smb2/write.c smb2_push_handle(req->out.body+0x10, &io->in.file.handle); handle 67 source4/libcli/smb_composite/smb2.c close_parm.in.file.handle = create_parm.out.file.handle; handle 146 source4/libcli/smb_composite/smb2.c close_parm.in.file.handle = create_parm.out.file.handle; handle 217 source4/libcli/smb_composite/smb2.c close_parm.in.file.handle = create_parm.out.file.handle; handle 288 source4/libcli/smb_composite/smb2.c close_parm.in.file.handle = io2->generic.in.file.handle; handle 314 source4/libcli/smb_composite/smb2.c io2->generic.in.file.handle = create_parm.out.file.handle; handle 39 source4/libcli/util/clilsa.c struct policy_handle handle; handle 120 source4/libcli/util/clilsa.c r.out.handle = &lsa->handle; handle 149 source4/libcli/util/clilsa.c r.in.handle = &cli->lsa->handle; handle 228 source4/libcli/util/clilsa.c r.in.handle = &cli->lsa->handle; handle 284 source4/libcli/util/clilsa.c r.in.handle = &cli->lsa->handle; handle 331 source4/libcli/util/clilsa.c r.in.handle = &cli->lsa->handle; handle 353 source4/libcli/util/clilsa.c r.in.handle = &cli->lsa->handle; handle 201 source4/libnet/groupinfo.c s->samrclose.in.handle = &s->group_handle; handle 202 source4/libnet/groupinfo.c s->samrclose.out.handle = &s->group_handle; handle 36 source4/libnet/libnet.h struct policy_handle handle; handle 46 source4/libnet/libnet.h struct policy_handle handle; handle 116 source4/libnet/libnet_domain.c ZERO_STRUCT(s->ctx->samr.handle); handle 302 source4/libnet/libnet_domain.c if (!policy_handle_empty(&ctx->samr.handle)) { handle 313 source4/libnet/libnet_domain.c s->close.in.handle = &ctx->samr.handle; handle 366 source4/libnet/libnet_domain.c ctx->samr.handle = s->domain_handle; handle 383 source4/libnet/libnet_domain.c struct policy_handle handle; handle 457 source4/libnet/libnet_domain.c s->openpol.out.handle = &s->handle; handle 501 source4/libnet/libnet_domain.c s->openpol.out.handle = &s->handle; handle 560 source4/libnet/libnet_domain.c io->out.domain_handle = s->handle; handle 562 source4/libnet/libnet_domain.c ctx->lsa.handle = s->handle; handle 661 source4/libnet/libnet_domain.c struct policy_handle handle; handle 699 source4/libnet/libnet_domain.c s->close.in.handle = &ctx->lsa.handle; handle 700 source4/libnet/libnet_domain.c s->close.out.handle = &s->handle; handle 749 source4/libnet/libnet_domain.c ZERO_STRUCT(ctx->lsa.handle); handle 765 source4/libnet/libnet_domain.c struct policy_handle handle; handle 801 source4/libnet/libnet_domain.c s->close.in.handle = &ctx->samr.handle; handle 802 source4/libnet/libnet_domain.c s->close.out.handle = &s->handle; handle 850 source4/libnet/libnet_domain.c ZERO_STRUCT(ctx->samr.handle); handle 1069 source4/libnet/libnet_domain.c s->samrclose.in.handle = &s->connect_handle; handle 1070 source4/libnet/libnet_domain.c s->samrclose.out.handle = &s->connect_handle; handle 76 source4/libnet/libnet_group.c s->group_add.in.domain_handle = ctx->samr.handle; handle 101 source4/libnet/libnet_group.c s->group_add.in.domain_handle = s->ctx->samr.handle; handle 255 source4/libnet/libnet_group.c s->info.in.domain_handle = s->ctx->samr.handle; handle 304 source4/libnet/libnet_group.c s->info.in.domain_handle = s->ctx->samr.handle; handle 344 source4/libnet/libnet_group.c s->info.in.domain_handle = s->ctx->samr.handle; handle 497 source4/libnet/libnet_group.c s->query_domain.in.handle = &ctx->lsa.handle; handle 529 source4/libnet/libnet_group.c s->query_domain.in.handle = &s->ctx->lsa.handle; handle 569 source4/libnet/libnet_group.c s->group_list.in.domain_handle = &s->ctx->samr.handle; handle 604 source4/libnet/libnet_group.c s->group_list.in.domain_handle = &s->ctx->samr.handle; handle 307 source4/libnet/libnet_lookup.c s->lookup.in.handle = &ctx->lsa.handle; handle 216 source4/libnet/libnet_passwd.c pw.in.handle = &user_handle; handle 554 source4/libnet/libnet_rpc.c s->lsa_open_policy.out.handle = &s->lsa_handle; handle 608 source4/libnet/libnet_rpc.c s->lsa_query_info2.in.handle = &s->lsa_handle; handle 683 source4/libnet/libnet_rpc.c s->lsa_query_info.in.handle = &s->lsa_handle; handle 88 source4/libnet/libnet_user.c s->user_add.in.domain_handle = ctx->samr.handle; handle 123 source4/libnet/libnet_user.c s->user_add.in.domain_handle = s->ctx->samr.handle; handle 257 source4/libnet/libnet_user.c s->user_del.in.domain_handle = ctx->samr.handle; handle 292 source4/libnet/libnet_user.c s->user_del.in.domain_handle = s->ctx->samr.handle; handle 423 source4/libnet/libnet_user.c s->user_info.in.domain_handle = ctx->samr.handle; handle 454 source4/libnet/libnet_user.c s->user_info.in.domain_handle = s->ctx->samr.handle; handle 481 source4/libnet/libnet_user.c s->user_mod.in.domain_handle = s->ctx->samr.handle; handle 682 source4/libnet/libnet_user.c s->userinfo.in.domain_handle = s->ctx->samr.handle; handle 738 source4/libnet/libnet_user.c s->userinfo.in.domain_handle = s->ctx->samr.handle; handle 778 source4/libnet/libnet_user.c s->userinfo.in.domain_handle = s->ctx->samr.handle; handle 958 source4/libnet/libnet_user.c s->query_domain.in.handle = &ctx->lsa.handle; handle 990 source4/libnet/libnet_user.c s->query_domain.in.handle = &s->ctx->lsa.handle; handle 1030 source4/libnet/libnet_user.c s->user_list.in.domain_handle = &s->ctx->samr.handle; handle 1066 source4/libnet/libnet_user.c s->user_list.in.domain_handle = &s->ctx->samr.handle; handle 48 source4/libnet/prereq_domain.c if (policy_handle_empty(&ctx->samr.handle)) { handle 65 source4/libnet/prereq_domain.c if (policy_handle_empty(&ctx->samr.handle) || handle 103 source4/libnet/prereq_domain.c if (policy_handle_empty(&ctx->lsa.handle)) { handle 122 source4/libnet/prereq_domain.c if (policy_handle_empty(&ctx->lsa.handle) || handle 200 source4/libnet/userinfo.c s->samrclose.in.handle = &s->user_handle; handle 201 source4/libnet/userinfo.c s->samrclose.out.handle = &s->user_handle; handle 33 source4/librpc/rpc/dcerpc_smb2.c struct smb2_handle handle; handle 124 source4/librpc/rpc/dcerpc_smb2.c io.in.file.handle = smb->handle; handle 168 source4/librpc/rpc/dcerpc_smb2.c io.in.file.handle = smb->handle; handle 259 source4/librpc/rpc/dcerpc_smb2.c io.in.file.handle = smb->handle; handle 313 source4/librpc/rpc/dcerpc_smb2.c io.in.file.handle = smb->handle; handle 340 source4/librpc/rpc/dcerpc_smb2.c io.in.file.handle = smb->handle; handle 477 source4/librpc/rpc/dcerpc_smb2.c smb->handle = io.out.file.handle; handle 105 source4/librpc/rpc/dcerpc_util.c struct policy_handle handle; handle 145 source4/librpc/rpc/dcerpc_util.c s->r.in.entry_handle = &s->handle; handle 147 source4/librpc/rpc/dcerpc_util.c s->r.out.entry_handle = &s->handle; handle 29 source4/ntvfs/cifs_posix_cli/cifsposix.h struct ntvfs_handle *handle; handle 35 source4/ntvfs/cifs_posix_cli/cifsposix.h uint16_t handle; handle 95 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c static struct cifspsx_file *find_fd(struct cifspsx_private *cp, struct ntvfs_handle *handle) handle 100 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c p = ntvfs_handle_get_backend_data(handle, cp->ntvfs); handle 316 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c struct ntvfs_handle *handle; handle 388 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c status = ntvfs_handle_new(ntvfs, req, &handle); handle 391 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c f = talloc(handle, struct cifspsx_file); handle 399 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c status = ntvfs_handle_set_backend_data(handle, ntvfs, f); handle 408 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c io->generic.out.file.ntvfs = handle; handle 861 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c search->handle = p->next_search_handle; handle 887 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c io->t2ffirst.out.handle = search->handle; handle 924 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c if (search->handle == io->t2fnext.in.handle) break; handle 1002 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c if (search->handle == io->findclose.in.handle) break; handle 49 source4/ntvfs/ipc/vfs_ipc.c struct ntvfs_handle *handle; handle 59 source4/ntvfs/ipc/vfs_ipc.c static struct pipe_state *pipe_state_find(struct ipc_private *ipriv, struct ntvfs_handle *handle) handle 64 source4/ntvfs/ipc/vfs_ipc.c p = ntvfs_handle_get_backend_data(handle, ipriv->ntvfs); handle 178 source4/ntvfs/ipc/vfs_ipc.c ntvfs_handle_remove_backend_data(p->handle, p->ipriv->ntvfs); handle 223 source4/ntvfs/ipc/vfs_ipc.c p->handle = h; handle 282 source4/ntvfs/ipc/vfs_ipc.c oi->ntcreatex.out.file.ntvfs= p->handle; handle 305 source4/ntvfs/ipc/vfs_ipc.c oi->openx.out.file.ntvfs= p->handle; handle 325 source4/ntvfs/ipc/vfs_ipc.c oi->smb2.out.file.ntvfs = p->handle; handle 542 source4/ntvfs/ipc/vfs_ipc.c if (p->handle->session_info == req->session_info && handle 543 source4/ntvfs/ipc/vfs_ipc.c p->handle->smbpid == req->smbpid) { handle 562 source4/ntvfs/ipc/vfs_ipc.c if (p->handle->session_info == req->session_info) { handle 208 source4/ntvfs/ntvfs.h NTSTATUS (*handler)(void *private_data, struct ntvfs_handle *handle, uint8_t level); handle 223 source4/ntvfs/ntvfs.h DATA_BLOB (*get_wire_key)(void *private_data, struct ntvfs_handle *handle, TALLOC_CTX *mem_ctx); handle 670 source4/ntvfs/ntvfs_interface.c NTSTATUS (*handler)(void *private_data, struct ntvfs_handle *handle, uint8_t level), handle 679 source4/ntvfs/ntvfs_interface.c struct ntvfs_handle *handle, uint8_t level) handle 685 source4/ntvfs/ntvfs_interface.c return ntvfs->ctx->oplock.handler(ntvfs->ctx->oplock.private_data, handle, level); handle 192 source4/ntvfs/ntvfs_util.c DATA_BLOB (*get_wire_key)(void *private_data, struct ntvfs_handle *handle, TALLOC_CTX *mem_ctx), handle 59 source4/ntvfs/posix/pvfs_aio.c f->handle->position = f->handle->seek_offset = rd->readx.in.offset + ret; handle 84 source4/ntvfs/posix/pvfs_aio.c io_prep_pread(&iocb, f->handle->fd, rd->readx.out.data, handle 124 source4/ntvfs/posix/pvfs_aio.c f->handle->seek_offset = wr->writex.in.offset + ret; handle 148 source4/ntvfs/posix/pvfs_aio.c io_prep_pwrite(&iocb, f->handle->fd, discard_const(wr->writex.in.data), handle 30 source4/ntvfs/posix/pvfs_flush.c if (f->handle->fd == -1) { handle 34 source4/ntvfs/posix/pvfs_flush.c fsync(f->handle->fd); handle 303 source4/ntvfs/posix/pvfs_lock.c if (f->handle->fd == -1) { handle 184 source4/ntvfs/posix/pvfs_notify.c e.path = f->handle->name->full_name; handle 242 source4/ntvfs/posix/pvfs_notify.c if (f->handle->fd != -1) { handle 246 source4/ntvfs/posix/pvfs_open.c f->handle = talloc(f, struct pvfs_file_handle); handle 247 source4/ntvfs/posix/pvfs_open.c if (f->handle == NULL) { handle 276 source4/ntvfs/posix/pvfs_open.c f->handle->pvfs = pvfs; handle 277 source4/ntvfs/posix/pvfs_open.c f->handle->name = talloc_steal(f->handle, name); handle 278 source4/ntvfs/posix/pvfs_open.c f->handle->fd = -1; handle 279 source4/ntvfs/posix/pvfs_open.c f->handle->odb_locking_key = data_blob(NULL, 0); handle 280 source4/ntvfs/posix/pvfs_open.c f->handle->create_options = io->generic.in.create_options; handle 281 source4/ntvfs/posix/pvfs_open.c f->handle->seek_offset = 0; handle 282 source4/ntvfs/posix/pvfs_open.c f->handle->position = 0; handle 283 source4/ntvfs/posix/pvfs_open.c f->handle->mode = 0; handle 284 source4/ntvfs/posix/pvfs_open.c f->handle->oplock = NULL; handle 285 source4/ntvfs/posix/pvfs_open.c ZERO_STRUCT(f->handle->write_time); handle 286 source4/ntvfs/posix/pvfs_open.c f->handle->open_completed = false; handle 289 source4/ntvfs/posix/pvfs_open.c pvfs_directory_empty(pvfs, f->handle->name)) { handle 297 source4/ntvfs/posix/pvfs_open.c status = pvfs_locking_key(name, f->handle, &f->handle->odb_locking_key); handle 303 source4/ntvfs/posix/pvfs_open.c lck = odb_lock(req, pvfs->odb_context, &f->handle->odb_locking_key); handle 322 source4/ntvfs/posix/pvfs_open.c status = odb_open_file(lck, f->handle, name->full_name, handle 331 source4/ntvfs/posix/pvfs_open.c f->handle->have_opendb_entry = true; handle 337 source4/ntvfs/posix/pvfs_open.c talloc_set_destructor(f->handle, pvfs_dir_handle_destructor); handle 361 source4/ntvfs/posix/pvfs_open.c status = pvfs_locking_key(name, f->handle, &f->handle->odb_locking_key); handle 366 source4/ntvfs/posix/pvfs_open.c lck = odb_lock(req, pvfs->odb_context, &f->handle->odb_locking_key); handle 383 source4/ntvfs/posix/pvfs_open.c status = odb_open_file(lck, f->handle, name->full_name, handle 391 source4/ntvfs/posix/pvfs_open.c f->handle->have_opendb_entry = true; handle 413 source4/ntvfs/posix/pvfs_open.c f->handle->open_completed = true; handle 662 source4/ntvfs/posix/pvfs_open.c f->handle = talloc(f, struct pvfs_file_handle); handle 663 source4/ntvfs/posix/pvfs_open.c NT_STATUS_HAVE_NO_MEMORY(f->handle); handle 714 source4/ntvfs/posix/pvfs_open.c status = pvfs_locking_key(name, f->handle, &f->handle->odb_locking_key); handle 725 source4/ntvfs/posix/pvfs_open.c lck = odb_lock(req, pvfs->odb_context, &f->handle->odb_locking_key); handle 775 source4/ntvfs/posix/pvfs_open.c f->handle->pvfs = pvfs; handle 776 source4/ntvfs/posix/pvfs_open.c f->handle->name = talloc_steal(f->handle, name); handle 777 source4/ntvfs/posix/pvfs_open.c f->handle->fd = fd; handle 778 source4/ntvfs/posix/pvfs_open.c f->handle->create_options = io->generic.in.create_options; handle 779 source4/ntvfs/posix/pvfs_open.c f->handle->seek_offset = 0; handle 780 source4/ntvfs/posix/pvfs_open.c f->handle->position = 0; handle 781 source4/ntvfs/posix/pvfs_open.c f->handle->mode = 0; handle 782 source4/ntvfs/posix/pvfs_open.c f->handle->oplock = NULL; handle 783 source4/ntvfs/posix/pvfs_open.c f->handle->have_opendb_entry = true; handle 784 source4/ntvfs/posix/pvfs_open.c ZERO_STRUCT(f->handle->write_time); handle 785 source4/ntvfs/posix/pvfs_open.c f->handle->open_completed = false; handle 787 source4/ntvfs/posix/pvfs_open.c status = odb_open_file(lck, f->handle, name->full_name, handle 788 source4/ntvfs/posix/pvfs_open.c &f->handle->fd, name->dos.write_time, handle 805 source4/ntvfs/posix/pvfs_open.c talloc_set_destructor(f->handle, pvfs_handle_destructor); handle 836 source4/ntvfs/posix/pvfs_open.c f->handle->open_completed = true; handle 1064 source4/ntvfs/posix/pvfs_open.c (f2->handle->create_options & handle 1068 source4/ntvfs/posix/pvfs_open.c strcasecmp_m(f2->handle->name->original_name, handle 1080 source4/ntvfs/posix/pvfs_open.c (f2->handle->create_options & NTCREATEX_OPTIONS_PRIVATE_DENY_DOS)) { handle 1087 source4/ntvfs/posix/pvfs_open.c talloc_free(f->handle); handle 1088 source4/ntvfs/posix/pvfs_open.c f->handle = talloc_reference(f, f2->handle); handle 1092 source4/ntvfs/posix/pvfs_open.c name = f->handle->name; handle 1407 source4/ntvfs/posix/pvfs_open.c f->handle = talloc(f, struct pvfs_file_handle); handle 1408 source4/ntvfs/posix/pvfs_open.c if (f->handle == NULL) { handle 1422 source4/ntvfs/posix/pvfs_open.c f->handle->pvfs = pvfs; handle 1423 source4/ntvfs/posix/pvfs_open.c f->handle->fd = -1; handle 1424 source4/ntvfs/posix/pvfs_open.c f->handle->name = talloc_steal(f->handle, name); handle 1425 source4/ntvfs/posix/pvfs_open.c f->handle->create_options = io->generic.in.create_options; handle 1426 source4/ntvfs/posix/pvfs_open.c f->handle->seek_offset = 0; handle 1427 source4/ntvfs/posix/pvfs_open.c f->handle->position = 0; handle 1428 source4/ntvfs/posix/pvfs_open.c f->handle->mode = 0; handle 1429 source4/ntvfs/posix/pvfs_open.c f->handle->oplock = NULL; handle 1430 source4/ntvfs/posix/pvfs_open.c f->handle->have_opendb_entry = false; handle 1431 source4/ntvfs/posix/pvfs_open.c ZERO_STRUCT(f->handle->write_time); handle 1432 source4/ntvfs/posix/pvfs_open.c f->handle->open_completed = false; handle 1436 source4/ntvfs/posix/pvfs_open.c status = pvfs_locking_key(name, f->handle, &f->handle->odb_locking_key); handle 1447 source4/ntvfs/posix/pvfs_open.c lck = odb_lock(req, pvfs->odb_context, &f->handle->odb_locking_key); handle 1461 source4/ntvfs/posix/pvfs_open.c talloc_set_destructor(f->handle, pvfs_handle_destructor); handle 1515 source4/ntvfs/posix/pvfs_open.c fd = open(f->handle->name->full_name, flags | O_NONBLOCK); handle 1531 source4/ntvfs/posix/pvfs_open.c f->handle->fd = fd; handle 1534 source4/ntvfs/posix/pvfs_open.c status = odb_open_file(lck, f->handle, name->full_name, handle 1535 source4/ntvfs/posix/pvfs_open.c &f->handle->fd, name->dos.write_time, handle 1544 source4/ntvfs/posix/pvfs_open.c f->handle->have_opendb_entry = true; handle 1560 source4/ntvfs/posix/pvfs_open.c status = pvfs_stream_create(pvfs, f->handle->name, fd); handle 1566 source4/ntvfs/posix/pvfs_open.c status = pvfs_stream_truncate(pvfs, f->handle->name, fd, 0); handle 1575 source4/ntvfs/posix/pvfs_open.c status = pvfs_resolve_name_fd(f->pvfs, fd, f->handle->name, PVFS_RESOLVE_NO_OPENDB); handle 1581 source4/ntvfs/posix/pvfs_open.c if (f->handle->name->stream_id == 0 && handle 1607 source4/ntvfs/posix/pvfs_open.c f->handle->open_completed = true; handle 1653 source4/ntvfs/posix/pvfs_open.c f->handle->write_time.update_forced = false; handle 1654 source4/ntvfs/posix/pvfs_open.c f->handle->write_time.update_on_close = true; handle 1655 source4/ntvfs/posix/pvfs_open.c unix_to_nt_time(&f->handle->write_time.close_time, io->generic.in.write_time); handle 1661 source4/ntvfs/posix/pvfs_open.c struct pvfs_file_handle *h = f->handle; handle 1740 source4/ntvfs/posix/pvfs_open.c if ((f->handle->name->dos.attrib & FILE_ATTRIBUTE_READONLY) && del_on_close) { handle 1744 source4/ntvfs/posix/pvfs_open.c if ((f->handle->name->dos.attrib & FILE_ATTRIBUTE_DIRECTORY) && handle 1745 source4/ntvfs/posix/pvfs_open.c !pvfs_directory_empty(pvfs, f->handle->name)) { handle 1750 source4/ntvfs/posix/pvfs_open.c f->handle->create_options |= NTCREATEX_OPTIONS_DELETE_ON_CLOSE; handle 1752 source4/ntvfs/posix/pvfs_open.c f->handle->create_options &= ~NTCREATEX_OPTIONS_DELETE_ON_CLOSE; handle 1755 source4/ntvfs/posix/pvfs_open.c lck = odb_lock(req, pvfs->odb_context, &f->handle->odb_locking_key); handle 30 source4/ntvfs/posix/pvfs_oplock.c struct pvfs_file_handle *handle; handle 97 source4/ntvfs/posix/pvfs_oplock.c struct pvfs_file_handle *h = opl->handle; handle 183 source4/ntvfs/posix/pvfs_oplock.c if (opb.file_handle != opl->handle) { handle 205 source4/ntvfs/posix/pvfs_oplock.c f->handle->oplock = NULL; handle 223 source4/ntvfs/posix/pvfs_oplock.c opl = talloc_zero(f->handle, struct pvfs_oplock); handle 226 source4/ntvfs/posix/pvfs_oplock.c opl->handle = f->handle; handle 240 source4/ntvfs/posix/pvfs_oplock.c f->handle->oplock = opl; handle 261 source4/ntvfs/posix/pvfs_oplock.c status = pvfs_oplock_release_internal(f->handle, oplock_break); handle 273 source4/ntvfs/posix/pvfs_oplock.c struct pvfs_file_handle *h = f->handle; handle 389 source4/ntvfs/posix/pvfs_qfileinfo.c h = f->handle; handle 49 source4/ntvfs/posix/pvfs_read.c if (f->handle->fd == -1) { handle 74 source4/ntvfs/posix/pvfs_read.c if (f->handle->name->stream_name) { handle 75 source4/ntvfs/posix/pvfs_read.c ret = pvfs_stream_read(pvfs, f->handle, handle 88 source4/ntvfs/posix/pvfs_read.c ret = pread(f->handle->fd, handle 105 source4/ntvfs/posix/pvfs_read.c f->handle->position = f->handle->seek_offset = rd->readx.in.offset + ret; handle 42 source4/ntvfs/posix/pvfs_search.c idr_remove(search->pvfs->search.idtree, search->handle); handle 62 source4/ntvfs/posix/pvfs_search.c if (search->handle == INVALID_SEARCH_HANDLE) return; handle 104 source4/ntvfs/posix/pvfs_search.c file->search.id.reserved = search->handle >> 8; handle 108 source4/ntvfs/posix/pvfs_search.c file->search.id.handle = search->handle & 0xFF; handle 377 source4/ntvfs/posix/pvfs_search.c search->handle = id; handle 419 source4/ntvfs/posix/pvfs_search.c uint16_t handle; handle 422 source4/ntvfs/posix/pvfs_search.c handle = io->search_next.in.id.handle | (io->search_next.in.id.reserved<<8); handle 425 source4/ntvfs/posix/pvfs_search.c p = idr_find(pvfs->search.idtree, handle); handle 516 source4/ntvfs/posix/pvfs_search.c search->handle = id; handle 541 source4/ntvfs/posix/pvfs_search.c io->t2ffirst.out.handle = search->handle; handle 569 source4/ntvfs/posix/pvfs_search.c uint16_t handle; handle 572 source4/ntvfs/posix/pvfs_search.c handle = io->t2fnext.in.handle; handle 574 source4/ntvfs/posix/pvfs_search.c p = idr_find(pvfs->search.idtree, handle); handle 645 source4/ntvfs/posix/pvfs_search.c if (f->handle->fd != -1) { handle 668 source4/ntvfs/posix/pvfs_search.c if (strequal("", f->handle->name->original_name)) { handle 673 source4/ntvfs/posix/pvfs_search.c f->handle->name->original_name, handle 697 source4/ntvfs/posix/pvfs_search.c search->handle = INVALID_SEARCH_HANDLE; handle 746 source4/ntvfs/posix/pvfs_search.c if (f->handle->fd != -1) { handle 835 source4/ntvfs/posix/pvfs_search.c uint16_t handle = INVALID_SEARCH_HANDLE; handle 842 source4/ntvfs/posix/pvfs_search.c handle = io->fclose.in.id.handle; handle 846 source4/ntvfs/posix/pvfs_search.c handle = io->findclose.in.handle; handle 850 source4/ntvfs/posix/pvfs_search.c p = idr_find(pvfs->search.idtree, handle); handle 42 source4/ntvfs/posix/pvfs_seek.c h = f->handle; handle 325 source4/ntvfs/posix/pvfs_setfileinfo.c h = f->handle; handle 433 source4/ntvfs/posix/pvfs_setfileinfo.c return pvfs_setfileinfo_rename(pvfs, req, h->name, f->handle->fd, handle 101 source4/ntvfs/posix/pvfs_write.c if (f->handle->fd == -1) { handle 118 source4/ntvfs/posix/pvfs_write.c pvfs_trigger_write_time_update(f->handle); handle 120 source4/ntvfs/posix/pvfs_write.c if (f->handle->name->stream_name) { handle 122 source4/ntvfs/posix/pvfs_write.c f->handle, handle 137 source4/ntvfs/posix/pvfs_write.c ret = pwrite(f->handle->fd, handle 149 source4/ntvfs/posix/pvfs_write.c f->handle->seek_offset = wr->writex.in.offset + ret; handle 190 source4/ntvfs/posix/vfs_posix.h struct pvfs_file_handle *handle; handle 220 source4/ntvfs/posix/vfs_posix.h uint16_t handle; handle 29 source4/ntvfs/simple/svfs.h struct ntvfs_handle *handle; handle 35 source4/ntvfs/simple/svfs.h uint16_t handle; handle 92 source4/ntvfs/simple/vfs_simple.c static struct svfs_file *find_fd(struct svfs_private *sp, struct ntvfs_handle *handle) handle 97 source4/ntvfs/simple/vfs_simple.c p = ntvfs_handle_get_backend_data(handle, sp->ntvfs); handle 313 source4/ntvfs/simple/vfs_simple.c struct ntvfs_handle *handle; handle 385 source4/ntvfs/simple/vfs_simple.c status = ntvfs_handle_new(ntvfs, req, &handle); handle 388 source4/ntvfs/simple/vfs_simple.c f = talloc(handle, struct svfs_file); handle 396 source4/ntvfs/simple/vfs_simple.c status = ntvfs_handle_set_backend_data(handle, ntvfs, f); handle 405 source4/ntvfs/simple/vfs_simple.c io->generic.out.file.ntvfs = handle; handle 858 source4/ntvfs/simple/vfs_simple.c search->handle = p->next_search_handle; handle 884 source4/ntvfs/simple/vfs_simple.c io->t2ffirst.out.handle = search->handle; handle 921 source4/ntvfs/simple/vfs_simple.c if (search->handle == io->t2fnext.in.handle) break; handle 999 source4/ntvfs/simple/vfs_simple.c if (search->handle == io->findclose.in.handle) break; handle 128 source4/ntvfs/smb2/vfs_smb2.c static NTSTATUS smb2_get_roothandle(struct smb2_tree *tree, struct smb2_handle *handle) handle 148 source4/ntvfs/smb2/vfs_smb2.c *handle = io.out.file.handle; handle 403 source4/ntvfs/smb2/vfs_smb2.c f.in.file.handle = p->roothandle; handle 670 source4/ntvfs/smb2/vfs_smb2.c fs->generic.handle = p->roothandle; handle 736 source4/ntvfs/smb2/vfs_smb2.c f.in.file.handle = p->roothandle; handle 752 source4/ntvfs/smb2/vfs_smb2.c io->t2ffirst.out.handle = 0; handle 351 source4/ntvfs/sysdep/inotify.c void **handle = (void **)handle_p; handle 399 source4/ntvfs/sysdep/inotify.c (*handle) = w; handle 111 source4/ntvfs/sysdep/sys_notify.c void *private_data, void *handle) handle 116 source4/ntvfs/sysdep/sys_notify.c return ctx->notify_watch(ctx, e, callback, private_data, handle); handle 52 source4/ntvfs/sysdep/sys_notify.h void *handle); handle 176 source4/param/util.c void *handle; handle 179 source4/param/util.c handle = dlopen(path, RTLD_NOW); handle 180 source4/param/util.c if (handle == NULL) { handle 185 source4/param/util.c init_fn = dlsym(handle, SAMBA_INIT_MODULE); handle 191 source4/param/util.c dlclose(handle); handle 39 source4/rpc_server/drsuapi/dcesrv_drsuapi.c struct dcesrv_handle *handle; handle 192 source4/rpc_server/drsuapi/dcesrv_drsuapi.c handle = dcesrv_handle_new(dce_call->context, DRSUAPI_BIND_HANDLE); handle 193 source4/rpc_server/drsuapi/dcesrv_drsuapi.c W_ERROR_HAVE_NO_MEMORY(handle); handle 194 source4/rpc_server/drsuapi/dcesrv_drsuapi.c handle->data = talloc_steal(handle, b_state); handle 200 source4/rpc_server/drsuapi/dcesrv_drsuapi.c *r->out.bind_handle = handle->wire_handle; handle 88 source4/rpc_server/lsa/dcesrv_lsa.c *r->out.handle = *r->in.handle; handle 90 source4/rpc_server/lsa/dcesrv_lsa.c DCESRV_PULL_HANDLE(h, r->in.handle, DCESRV_HANDLE_ANY); handle 94 source4/rpc_server/lsa/dcesrv_lsa.c ZERO_STRUCTP(r->out.handle); handle 119 source4/rpc_server/lsa/dcesrv_lsa.c DCESRV_PULL_HANDLE(h, r->in.handle, DCESRV_HANDLE_ANY); handle 142 source4/rpc_server/lsa/dcesrv_lsa.c ZERO_STRUCTP(r->out.handle); handle 174 source4/rpc_server/lsa/dcesrv_lsa.c ZERO_STRUCTP(r->out.handle); handle 185 source4/rpc_server/lsa/dcesrv_lsa.c DCESRV_PULL_HANDLE(h, r->in.handle, LSA_HANDLE_ACCOUNT); handle 189 source4/rpc_server/lsa/dcesrv_lsa.c r2.in.handle = &astate->policy->handle->wire_handle; handle 216 source4/rpc_server/lsa/dcesrv_lsa.c ZERO_STRUCTP(r->out.handle); handle 234 source4/rpc_server/lsa/dcesrv_lsa.c DCESRV_PULL_HANDLE(h, r->in.handle, LSA_HANDLE_POLICY); handle 441 source4/rpc_server/lsa/dcesrv_lsa.c DCESRV_PULL_HANDLE(h, r->in.handle, LSA_HANDLE_POLICY); handle 512 source4/rpc_server/lsa/dcesrv_lsa.c r2.in.handle = r->in.handle; handle 564 source4/rpc_server/lsa/dcesrv_lsa.c DCESRV_PULL_HANDLE(h, r->in.handle, LSA_HANDLE_POLICY); handle 609 source4/rpc_server/lsa/dcesrv_lsa.c DCESRV_PULL_HANDLE(h, r->in.handle, LSA_HANDLE_POLICY); handle 667 source4/rpc_server/lsa/dcesrv_lsa.c struct dcesrv_handle *handle; handle 1017 source4/rpc_server/lsa/dcesrv_lsa.c handle = dcesrv_handle_new(dce_call->context, LSA_HANDLE_TRUSTED_DOMAIN); handle 1018 source4/rpc_server/lsa/dcesrv_lsa.c if (!handle) { handle 1022 source4/rpc_server/lsa/dcesrv_lsa.c handle->data = talloc_steal(handle, trusted_domain_state); handle 1027 source4/rpc_server/lsa/dcesrv_lsa.c *r->out.trustdom_handle = handle->wire_handle; handle 1095 source4/rpc_server/lsa/dcesrv_lsa.c struct dcesrv_handle *handle; handle 1106 source4/rpc_server/lsa/dcesrv_lsa.c DCESRV_PULL_HANDLE(policy_handle, r->in.handle, LSA_HANDLE_POLICY); handle 1151 source4/rpc_server/lsa/dcesrv_lsa.c handle = dcesrv_handle_new(dce_call->context, LSA_HANDLE_TRUSTED_DOMAIN); handle 1152 source4/rpc_server/lsa/dcesrv_lsa.c if (!handle) { handle 1156 source4/rpc_server/lsa/dcesrv_lsa.c handle->data = talloc_steal(handle, trusted_domain_state); handle 1161 source4/rpc_server/lsa/dcesrv_lsa.c *r->out.trustdom_handle = handle->wire_handle; handle 1178 source4/rpc_server/lsa/dcesrv_lsa.c struct dcesrv_handle *handle; handle 1186 source4/rpc_server/lsa/dcesrv_lsa.c DCESRV_PULL_HANDLE(policy_handle, r->in.handle, LSA_HANDLE_POLICY); handle 1217 source4/rpc_server/lsa/dcesrv_lsa.c handle = dcesrv_handle_new(dce_call->context, LSA_HANDLE_TRUSTED_DOMAIN); handle 1218 source4/rpc_server/lsa/dcesrv_lsa.c if (!handle) { handle 1222 source4/rpc_server/lsa/dcesrv_lsa.c handle->data = talloc_steal(handle, trusted_domain_state); handle 1227 source4/rpc_server/lsa/dcesrv_lsa.c *r->out.trustdom_handle = handle->wire_handle; handle 1267 source4/rpc_server/lsa/dcesrv_lsa.c opn.in.handle = r->in.handle; handle 1282 source4/rpc_server/lsa/dcesrv_lsa.c del.in.handle = opn.out.trustdom_handle; handle 1283 source4/rpc_server/lsa/dcesrv_lsa.c del.out.handle = opn.out.trustdom_handle; handle 1414 source4/rpc_server/lsa/dcesrv_lsa.c opn.in.handle = r->in.handle; handle 1463 source4/rpc_server/lsa/dcesrv_lsa.c opn.in.handle = r->in.handle; handle 1536 source4/rpc_server/lsa/dcesrv_lsa.c DCESRV_PULL_HANDLE(policy_handle, r->in.handle, LSA_HANDLE_POLICY); handle 1621 source4/rpc_server/lsa/dcesrv_lsa.c DCESRV_PULL_HANDLE(policy_handle, r->in.handle, LSA_HANDLE_POLICY); handle 1685 source4/rpc_server/lsa/dcesrv_lsa.c DCESRV_PULL_HANDLE(h, r->in.handle, LSA_HANDLE_POLICY); handle 1733 source4/rpc_server/lsa/dcesrv_lsa.c DCESRV_PULL_HANDLE(h, r->in.handle, LSA_HANDLE_ACCOUNT); handle 1799 source4/rpc_server/lsa/dcesrv_lsa.c DCESRV_PULL_HANDLE(h, r->in.handle, LSA_HANDLE_POLICY); handle 1892 source4/rpc_server/lsa/dcesrv_lsa.c r2.in.handle = &state->handle->wire_handle; handle 1954 source4/rpc_server/lsa/dcesrv_lsa.c DCESRV_PULL_HANDLE(h, r->in.handle, LSA_HANDLE_ACCOUNT); handle 1991 source4/rpc_server/lsa/dcesrv_lsa.c DCESRV_PULL_HANDLE(h, r->in.handle, LSA_HANDLE_ACCOUNT); handle 2002 source4/rpc_server/lsa/dcesrv_lsa.c r2.in.handle = &astate->policy->handle->wire_handle; handle 2081 source4/rpc_server/lsa/dcesrv_lsa.c enumPrivs.in.handle = r->in.handle; handle 2130 source4/rpc_server/lsa/dcesrv_lsa.c struct dcesrv_handle *handle; handle 2141 source4/rpc_server/lsa/dcesrv_lsa.c DCESRV_PULL_HANDLE(policy_handle, r->in.handle, LSA_HANDLE_POLICY); handle 2258 source4/rpc_server/lsa/dcesrv_lsa.c handle = dcesrv_handle_new(dce_call->context, LSA_HANDLE_SECRET); handle 2259 source4/rpc_server/lsa/dcesrv_lsa.c if (!handle) { handle 2263 source4/rpc_server/lsa/dcesrv_lsa.c handle->data = talloc_steal(handle, secret_state); handle 2268 source4/rpc_server/lsa/dcesrv_lsa.c *r->out.sec_handle = handle->wire_handle; handle 2284 source4/rpc_server/lsa/dcesrv_lsa.c struct dcesrv_handle *handle; handle 2294 source4/rpc_server/lsa/dcesrv_lsa.c DCESRV_PULL_HANDLE(policy_handle, r->in.handle, LSA_HANDLE_POLICY); handle 2373 source4/rpc_server/lsa/dcesrv_lsa.c handle = dcesrv_handle_new(dce_call->context, LSA_HANDLE_SECRET); handle 2374 source4/rpc_server/lsa/dcesrv_lsa.c if (!handle) { handle 2378 source4/rpc_server/lsa/dcesrv_lsa.c handle->data = talloc_steal(handle, secret_state); handle 2383 source4/rpc_server/lsa/dcesrv_lsa.c *r->out.sec_handle = handle->wire_handle; handle 2693 source4/rpc_server/lsa/dcesrv_lsa.c DCESRV_PULL_HANDLE(h, r->in.handle, LSA_HANDLE_POLICY); handle 2721 source4/rpc_server/lsa/dcesrv_lsa.c DCESRV_PULL_HANDLE(h, r->in.handle, LSA_HANDLE_POLICY); handle 2759 source4/rpc_server/lsa/dcesrv_lsa.c DCESRV_PULL_HANDLE(h, r->in.handle, LSA_HANDLE_POLICY); handle 2799 source4/rpc_server/lsa/dcesrv_lsa.c DCESRV_PULL_HANDLE(h, r->in.handle, LSA_HANDLE_POLICY); handle 2846 source4/rpc_server/lsa/dcesrv_lsa.c DCESRV_PULL_HANDLE(h, r->in.handle, LSA_HANDLE_POLICY); handle 2866 source4/rpc_server/lsa/dcesrv_lsa.c DCESRV_PULL_HANDLE(h, r->in.handle, LSA_HANDLE_POLICY); handle 41 source4/rpc_server/lsa/lsa.h struct dcesrv_handle *handle; handle 198 source4/rpc_server/lsa/lsa_init.c struct dcesrv_handle *handle; handle 200 source4/rpc_server/lsa/lsa_init.c ZERO_STRUCTP(r->out.handle); handle 213 source4/rpc_server/lsa/lsa_init.c handle = dcesrv_handle_new(dce_call->context, LSA_HANDLE_POLICY); handle 214 source4/rpc_server/lsa/lsa_init.c if (!handle) { handle 218 source4/rpc_server/lsa/lsa_init.c handle->data = talloc_steal(handle, state); handle 223 source4/rpc_server/lsa/lsa_init.c state->handle = handle; handle 224 source4/rpc_server/lsa/lsa_init.c *r->out.handle = handle->wire_handle; handle 245 source4/rpc_server/lsa/lsa_init.c r2.out.handle = r->out.handle; handle 639 source4/rpc_server/lsa/lsa_lookup.c r2.in.handle = talloc(mem_ctx, struct policy_handle); handle 640 source4/rpc_server/lsa/lsa_lookup.c if (!r2.in.handle) { handle 644 source4/rpc_server/lsa/lsa_lookup.c pol.out.handle = r2.in.handle; handle 654 source4/rpc_server/lsa/lsa_lookup.c DCESRV_PULL_HANDLE(h, r2.in.handle, LSA_HANDLE_POLICY); handle 689 source4/rpc_server/lsa/lsa_lookup.c r2.in.handle = r->in.handle; handle 743 source4/rpc_server/lsa/lsa_lookup.c DCESRV_PULL_HANDLE(policy_handle, r->in.handle, LSA_HANDLE_POLICY); handle 834 source4/rpc_server/lsa/lsa_lookup.c r2.in.handle = talloc(mem_ctx, struct policy_handle); handle 835 source4/rpc_server/lsa/lsa_lookup.c if (!r2.in.handle) { handle 839 source4/rpc_server/lsa/lsa_lookup.c pol.out.handle = r2.in.handle; handle 849 source4/rpc_server/lsa/lsa_lookup.c DCESRV_PULL_HANDLE(h, r2.in.handle, LSA_HANDLE_POLICY); handle 886 source4/rpc_server/lsa/lsa_lookup.c DCESRV_PULL_HANDLE(h, r->in.handle, LSA_HANDLE_POLICY); handle 973 source4/rpc_server/lsa/lsa_lookup.c r2.in.handle = r->in.handle; handle 163 source4/rpc_server/samr/dcesrv_samr.c struct dcesrv_handle *handle; handle 180 source4/rpc_server/samr/dcesrv_samr.c handle = dcesrv_handle_new(dce_call->context, SAMR_HANDLE_CONNECT); handle 181 source4/rpc_server/samr/dcesrv_samr.c if (!handle) { handle 186 source4/rpc_server/samr/dcesrv_samr.c handle->data = talloc_steal(handle, c_state); handle 189 source4/rpc_server/samr/dcesrv_samr.c *r->out.connect_handle = handle->wire_handle; handle 203 source4/rpc_server/samr/dcesrv_samr.c *r->out.handle = *r->in.handle; handle 205 source4/rpc_server/samr/dcesrv_samr.c DCESRV_PULL_HANDLE(h, r->in.handle, DCESRV_HANDLE_ANY); handle 209 source4/rpc_server/samr/dcesrv_samr.c ZERO_STRUCTP(r->out.handle); handle 236 source4/rpc_server/samr/dcesrv_samr.c DCESRV_PULL_HANDLE(h, r->in.handle, DCESRV_HANDLE_ANY); handle 273 source4/rpc_server/spoolss/dcesrv_spoolss.c r2->out.handle = r->out.handle; handle 280 source4/rpc_server/spoolss/dcesrv_spoolss.c r->out.handle = r2->out.handle; handle 573 source4/rpc_server/spoolss/dcesrv_spoolss.c struct ntptr_GenericHandle *handle; handle 578 source4/rpc_server/spoolss/dcesrv_spoolss.c DCESRV_PULL_HANDLE_WERR(h, r->in.handle, DCESRV_HANDLE_ANY); handle 579 source4/rpc_server/spoolss/dcesrv_spoolss.c handle = talloc_get_type(h->data, struct ntptr_GenericHandle); handle 580 source4/rpc_server/spoolss/dcesrv_spoolss.c if (!handle) handle 592 source4/rpc_server/spoolss/dcesrv_spoolss.c switch (handle->type) { handle 594 source4/rpc_server/spoolss/dcesrv_spoolss.c status = ntptr_GetPrintServerData(handle, mem_ctx, r); handle 638 source4/rpc_server/spoolss/dcesrv_spoolss.c *r->out.handle = *r->in.handle; handle 640 source4/rpc_server/spoolss/dcesrv_spoolss.c DCESRV_PULL_HANDLE_WERR(h, r->in.handle, DCESRV_HANDLE_ANY); handle 644 source4/rpc_server/spoolss/dcesrv_spoolss.c ZERO_STRUCTP(r->out.handle); handle 656 source4/rpc_server/spoolss/dcesrv_spoolss.c struct ntptr_GenericHandle *handle; handle 660 source4/rpc_server/spoolss/dcesrv_spoolss.c DCESRV_PULL_HANDLE_WERR(h, r->in.handle, DCESRV_HANDLE_ANY); handle 661 source4/rpc_server/spoolss/dcesrv_spoolss.c handle = talloc_get_type(h->data, struct ntptr_GenericHandle); handle 662 source4/rpc_server/spoolss/dcesrv_spoolss.c if (!handle) handle 665 source4/rpc_server/spoolss/dcesrv_spoolss.c switch (handle->type) { handle 667 source4/rpc_server/spoolss/dcesrv_spoolss.c status = ntptr_AddPrintServerForm(handle, mem_ctx, r); handle 671 source4/rpc_server/spoolss/dcesrv_spoolss.c status = ntptr_AddPrinterForm(handle, mem_ctx, r); handle 688 source4/rpc_server/spoolss/dcesrv_spoolss.c struct ntptr_GenericHandle *handle; handle 692 source4/rpc_server/spoolss/dcesrv_spoolss.c DCESRV_PULL_HANDLE_WERR(h, r->in.handle, DCESRV_HANDLE_ANY); handle 693 source4/rpc_server/spoolss/dcesrv_spoolss.c handle = talloc_get_type(h->data, struct ntptr_GenericHandle); handle 694 source4/rpc_server/spoolss/dcesrv_spoolss.c if (!handle) handle 697 source4/rpc_server/spoolss/dcesrv_spoolss.c switch (handle->type) { handle 699 source4/rpc_server/spoolss/dcesrv_spoolss.c status = ntptr_DeletePrintServerForm(handle, mem_ctx, r); handle 703 source4/rpc_server/spoolss/dcesrv_spoolss.c status = ntptr_DeletePrinterForm(handle, mem_ctx, r); handle 720 source4/rpc_server/spoolss/dcesrv_spoolss.c struct ntptr_GenericHandle *handle; handle 725 source4/rpc_server/spoolss/dcesrv_spoolss.c DCESRV_PULL_HANDLE_WERR(h, r->in.handle, DCESRV_HANDLE_ANY); handle 726 source4/rpc_server/spoolss/dcesrv_spoolss.c handle = talloc_get_type(h->data, struct ntptr_GenericHandle); handle 727 source4/rpc_server/spoolss/dcesrv_spoolss.c if (!handle) handle 730 source4/rpc_server/spoolss/dcesrv_spoolss.c switch (handle->type) { handle 737 source4/rpc_server/spoolss/dcesrv_spoolss.c status = ntptr_GetPrinterForm(handle, mem_ctx, r); handle 756 source4/rpc_server/spoolss/dcesrv_spoolss.c struct ntptr_GenericHandle *handle; handle 760 source4/rpc_server/spoolss/dcesrv_spoolss.c DCESRV_PULL_HANDLE_WERR(h, r->in.handle, DCESRV_HANDLE_ANY); handle 761 source4/rpc_server/spoolss/dcesrv_spoolss.c handle = talloc_get_type(h->data, struct ntptr_GenericHandle); handle 762 source4/rpc_server/spoolss/dcesrv_spoolss.c if (!handle) handle 765 source4/rpc_server/spoolss/dcesrv_spoolss.c switch (handle->type) { handle 767 source4/rpc_server/spoolss/dcesrv_spoolss.c status = ntptr_SetPrintServerForm(handle, mem_ctx, r); handle 771 source4/rpc_server/spoolss/dcesrv_spoolss.c status = ntptr_SetPrinterForm(handle, mem_ctx, r); handle 788 source4/rpc_server/spoolss/dcesrv_spoolss.c struct ntptr_GenericHandle *handle; handle 793 source4/rpc_server/spoolss/dcesrv_spoolss.c DCESRV_PULL_HANDLE_WERR(h, r->in.handle, DCESRV_HANDLE_ANY); handle 794 source4/rpc_server/spoolss/dcesrv_spoolss.c handle = talloc_get_type(h->data, struct ntptr_GenericHandle); handle 795 source4/rpc_server/spoolss/dcesrv_spoolss.c if (!handle) handle 798 source4/rpc_server/spoolss/dcesrv_spoolss.c switch (handle->type) { handle 800 source4/rpc_server/spoolss/dcesrv_spoolss.c status = ntptr_EnumPrintServerForms(handle, mem_ctx, r); handle 804 source4/rpc_server/spoolss/dcesrv_spoolss.c status = ntptr_EnumPrinterForms(handle, mem_ctx, r); handle 1080 source4/rpc_server/spoolss/dcesrv_spoolss.c struct dcesrv_handle *handle; handle 1082 source4/rpc_server/spoolss/dcesrv_spoolss.c handle = dcesrv_handle_new(dce_call->context, SPOOLSS_NOTIFY); handle 1083 source4/rpc_server/spoolss/dcesrv_spoolss.c W_ERROR_HAVE_NO_MEMORY(handle); handle 1087 source4/rpc_server/spoolss/dcesrv_spoolss.c *r->out.handle = handle->wire_handle; handle 1109 source4/rpc_server/spoolss/dcesrv_spoolss.c struct dcesrv_handle *handle; handle 1111 source4/rpc_server/spoolss/dcesrv_spoolss.c DCESRV_PULL_HANDLE_WERR(handle, r->in.handle, SPOOLSS_NOTIFY); handle 1113 source4/rpc_server/spoolss/dcesrv_spoolss.c talloc_free(handle); handle 1115 source4/rpc_server/spoolss/dcesrv_spoolss.c ZERO_STRUCTP(r->out.handle); handle 1207 source4/rpc_server/spoolss/dcesrv_spoolss.c rop.out.handle = ¬ify_handle; handle 1258 source4/rpc_server/spoolss/dcesrv_spoolss.c struct ntptr_GenericHandle *handle; handle 1265 source4/rpc_server/spoolss/dcesrv_spoolss.c ZERO_STRUCTP(r->out.handle); handle 1275 source4/rpc_server/spoolss/dcesrv_spoolss.c status = ntptr_OpenPrintServer(ntptr, mem_ctx, r, server, &handle); handle 1279 source4/rpc_server/spoolss/dcesrv_spoolss.c status = ntptr_OpenPort(ntptr, mem_ctx, r, object, &handle); handle 1283 source4/rpc_server/spoolss/dcesrv_spoolss.c status = ntptr_OpenMonitor(ntptr, mem_ctx, r, object, &handle); handle 1287 source4/rpc_server/spoolss/dcesrv_spoolss.c status = ntptr_OpenPrinter(ntptr, mem_ctx, r, object, &handle); handle 1294 source4/rpc_server/spoolss/dcesrv_spoolss.c h = dcesrv_handle_new(dce_call->context, handle->type); handle 1297 source4/rpc_server/spoolss/dcesrv_spoolss.c h->data = talloc_steal(h, handle); handle 1299 source4/rpc_server/spoolss/dcesrv_spoolss.c *r->out.handle = h->wire_handle; handle 1490 source4/rpc_server/spoolss/dcesrv_spoolss.c struct ntptr_GenericHandle *handle; handle 1494 source4/rpc_server/spoolss/dcesrv_spoolss.c DCESRV_PULL_HANDLE_WERR(h, r->in.handle, DCESRV_HANDLE_ANY); handle 1495 source4/rpc_server/spoolss/dcesrv_spoolss.c handle = talloc_get_type(h->data, struct ntptr_GenericHandle); handle 1497 source4/rpc_server/spoolss/dcesrv_spoolss.c switch (handle->type) { handle 1499 source4/rpc_server/spoolss/dcesrv_spoolss.c status = ntptr_XcvDataPrintServer(handle, mem_ctx, r); handle 1503 source4/rpc_server/spoolss/dcesrv_spoolss.c status = ntptr_XcvDataPrinter(handle, mem_ctx, r); handle 1507 source4/rpc_server/spoolss/dcesrv_spoolss.c status = ntptr_XcvDataPort(handle, mem_ctx, r); handle 1511 source4/rpc_server/spoolss/dcesrv_spoolss.c status = ntptr_XcvDataMonitor(handle, mem_ctx, r); handle 78 source4/rpc_server/winreg/rpc_winreg.c return dcesrv_winreg_openhive (dce_call, mem_ctx, n, &r->out.handle);\ handle 100 source4/rpc_server/winreg/rpc_winreg.c DCESRV_PULL_HANDLE_FAULT(h, r->in.handle, HTYPE_REGKEY); handle 104 source4/rpc_server/winreg/rpc_winreg.c ZERO_STRUCTP(r->out.handle); handle 121 source4/rpc_server/winreg/rpc_winreg.c DCESRV_PULL_HANDLE_FAULT(h, r->in.handle, HTYPE_REGKEY); handle 171 source4/rpc_server/winreg/rpc_winreg.c DCESRV_PULL_HANDLE_FAULT(h, r->in.handle, HTYPE_REGKEY); handle 195 source4/rpc_server/winreg/rpc_winreg.c DCESRV_PULL_HANDLE_FAULT(h, r->in.handle, HTYPE_REGKEY); handle 222 source4/rpc_server/winreg/rpc_winreg.c DCESRV_PULL_HANDLE_FAULT(h, r->in.handle, HTYPE_REGKEY); handle 272 source4/rpc_server/winreg/rpc_winreg.c DCESRV_PULL_HANDLE_FAULT(h, r->in.handle, HTYPE_REGKEY); handle 338 source4/rpc_server/winreg/rpc_winreg.c DCESRV_PULL_HANDLE_FAULT(h, r->in.handle, HTYPE_REGKEY); handle 361 source4/rpc_server/winreg/rpc_winreg.c DCESRV_PULL_HANDLE_FAULT(h, r->in.handle, HTYPE_REGKEY); handle 418 source4/rpc_server/winreg/rpc_winreg.c r->out.handle = &newh->wire_handle; handle 442 source4/rpc_server/winreg/rpc_winreg.c DCESRV_PULL_HANDLE_FAULT(h, r->in.handle, HTYPE_REGKEY); handle 484 source4/rpc_server/winreg/rpc_winreg.c DCESRV_PULL_HANDLE_FAULT(h, r->in.handle, HTYPE_REGKEY); handle 582 source4/rpc_server/winreg/rpc_winreg.c DCESRV_PULL_HANDLE_FAULT(h, r->in.handle, HTYPE_REGKEY); handle 641 source4/rpc_server/winreg/rpc_winreg.c DCESRV_PULL_HANDLE_FAULT(h, r->in.handle, HTYPE_REGKEY); handle 52 source4/smb_server/handle.c struct smbsrv_handle *handle; handle 61 source4/smb_server/handle.c handle = talloc_get_type(p, struct smbsrv_handle); handle 62 source4/smb_server/handle.c if (!handle) return NULL; handle 65 source4/smb_server/handle.c if (!handle->ntvfs) return NULL; handle 67 source4/smb_server/handle.c handle->statistics.last_use_time = request_time; handle 69 source4/smb_server/handle.c return handle; handle 87 source4/smb_server/handle.c static int smbsrv_handle_destructor(struct smbsrv_handle *handle) handle 91 source4/smb_server/handle.c handles_ctx = &handle->tcon->handles; handle 93 source4/smb_server/handle.c idr_remove(handles_ctx->idtree_hid, handle->hid); handle 94 source4/smb_server/handle.c DLIST_REMOVE(handles_ctx->list, handle); handle 95 source4/smb_server/handle.c DLIST_REMOVE(handle->session->handles, &handle->session_item); handle 98 source4/smb_server/handle.c if (handle->ntvfs) { handle 99 source4/smb_server/handle.c talloc_free(handle->ntvfs); handle 100 source4/smb_server/handle.c handle->ntvfs = NULL; handle 115 source4/smb_server/handle.c struct smbsrv_handle *handle; handle 118 source4/smb_server/handle.c handle = talloc_zero(mem_ctx, struct smbsrv_handle); handle 119 source4/smb_server/handle.c if (!handle) return NULL; handle 120 source4/smb_server/handle.c handle->tcon = tcon; handle 121 source4/smb_server/handle.c handle->session = session; handle 123 source4/smb_server/handle.c i = idr_get_new_above(handles_ctx->idtree_hid, handle, 1, handles_ctx->idtree_limit); handle 128 source4/smb_server/handle.c handle->hid = i; handle 129 source4/smb_server/handle.c handle->session_item.handle = handle; handle 131 source4/smb_server/handle.c DLIST_ADD(handles_ctx->list, handle); handle 132 source4/smb_server/handle.c DLIST_ADD(session->handles, &handle->session_item); handle 133 source4/smb_server/handle.c talloc_set_destructor(handle, smbsrv_handle_destructor); handle 136 source4/smb_server/handle.c handle->statistics.open_time = request_time; handle 137 source4/smb_server/handle.c handle->statistics.last_use_time = request_time; handle 139 source4/smb_server/handle.c return handle; handle 142 source4/smb_server/handle.c talloc_free(handle); handle 2030 source4/smb_server/smb/reply.c h = i->handle; handle 2073 source4/smb_server/smb/reply.c h = i->handle; handle 2116 source4/smb_server/smb/reply.c io->findclose.in.handle = SVAL(req->in.vwv, VWV(0)); handle 681 source4/smb_server/smb/request.c struct smbsrv_handle *handle; handle 684 source4/smb_server/smb/request.c handle = smbsrv_smb_handle_find(req->tcon, fnum, req->request_time); handle 685 source4/smb_server/smb/request.c if (!handle) { handle 696 source4/smb_server/smb/request.c if (handle->session != req->session) { handle 700 source4/smb_server/smb/request.c return handle->ntvfs; handle 705 source4/smb_server/smb/request.c struct smbsrv_handle *handle = talloc_get_type(ntvfs->frontend_data.private_data, handle 707 source4/smb_server/smb/request.c SSVAL(base, offset, handle->hid); handle 714 source4/smb_server/smb/request.c struct smbsrv_handle *handle; handle 717 source4/smb_server/smb/request.c handle = smbsrv_handle_new(req->session, req->tcon, req, req->request_time); handle 718 source4/smb_server/smb/request.c if (!handle) return NT_STATUS_INSUFFICIENT_RESOURCES; handle 720 source4/smb_server/smb/request.c h = talloc_zero(handle, struct ntvfs_handle); handle 733 source4/smb_server/smb/request.c h->frontend_data.private_data = handle; handle 738 source4/smb_server/smb/request.c talloc_free(handle); handle 745 source4/smb_server/smb/request.c struct smbsrv_handle *handle = talloc_get_type(h->frontend_data.private_data, handle 748 source4/smb_server/smb/request.c handle->ntvfs = h; handle 750 source4/smb_server/smb/request.c talloc_steal(tcon, handle); handle 756 source4/smb_server/smb/request.c struct smbsrv_handle *handle = talloc_get_type(h->frontend_data.private_data, handle 758 source4/smb_server/smb/request.c talloc_free(handle); handle 771 source4/smb_server/smb/request.c DATA_BLOB smbsrv_handle_get_wire_key(void *private_data, struct ntvfs_handle *handle, TALLOC_CTX *mem_ctx) handle 775 source4/smb_server/smb/request.c smbsrv_push_fnum(key, 0, handle); handle 54 source4/smb_server/smb/search.c SCVAL(p, 12, file->search.id.handle); handle 182 source4/smb_server/smb/search.c sn->search_next.in.id.handle = CVAL(p, 12); handle 277 source4/smb_server/smb/search.c sc->fclose.in.id.handle = CVAL(p, 12); handle 838 source4/smb_server/smb/trans2.c SSVAL(param, VWV(0), search->t2ffirst.out.handle); handle 952 source4/smb_server/smb/trans2.c search->t2fnext.in.handle = SVAL(trans->in.params.data, 0); handle 128 source4/smb_server/smb2/smb2_server.h #define SMB2SRV_CHECK_FILE_HANDLE(handle) do { \ handle 129 source4/smb_server/smb2/smb2_server.h if (!handle) { \ handle 36 source4/smb_server/smb2/tcon.c struct smbsrv_handle *handle = talloc_get_type(h->frontend_data.private_data, handle 42 source4/smb_server/smb2/tcon.c req = smb2srv_init_request(handle->tcon->smb_conn); handle 93 source4/smb_server/smb2/tcon.c struct smbsrv_handle *handle; handle 143 source4/smb_server/smb2/tcon.c handle = smbsrv_smb2_handle_find(tcon, hid, req->request_time); handle 144 source4/smb_server/smb2/tcon.c if (!handle) { handle 163 source4/smb_server/smb2/tcon.c return handle->ntvfs; handle 168 source4/smb_server/smb2/tcon.c struct smbsrv_handle *handle = talloc_get_type(ntvfs->frontend_data.private_data, handle 174 source4/smb_server/smb2/tcon.c SIVAL(base, offset, handle->hid); handle 175 source4/smb_server/smb2/tcon.c SIVAL(base, offset + 4, handle->tcon->tid); handle 176 source4/smb_server/smb2/tcon.c SBVAL(base, offset + 8, handle->session->vuid); handle 183 source4/smb_server/smb2/tcon.c struct smbsrv_handle *handle; handle 186 source4/smb_server/smb2/tcon.c handle = smbsrv_handle_new(req->session, req->tcon, req, req->request_time); handle 187 source4/smb_server/smb2/tcon.c if (!handle) return NT_STATUS_INSUFFICIENT_RESOURCES; handle 189 source4/smb_server/smb2/tcon.c h = talloc_zero(handle, struct ntvfs_handle); handle 202 source4/smb_server/smb2/tcon.c h->frontend_data.private_data = handle; handle 207 source4/smb_server/smb2/tcon.c talloc_free(handle); handle 214 source4/smb_server/smb2/tcon.c struct smbsrv_handle *handle = talloc_get_type(h->frontend_data.private_data, handle 217 source4/smb_server/smb2/tcon.c handle->ntvfs = h; handle 219 source4/smb_server/smb2/tcon.c talloc_steal(tcon, handle); handle 225 source4/smb_server/smb2/tcon.c struct smbsrv_handle *handle = talloc_get_type(h->frontend_data.private_data, handle 227 source4/smb_server/smb2/tcon.c talloc_free(handle); handle 235 source4/smb_server/smb2/tcon.c static DATA_BLOB smb2srv_handle_get_wire_key(void *private_data, struct ntvfs_handle *handle, TALLOC_CTX *mem_ctx) handle 187 source4/smb_server/smb_server.h struct smbsrv_handle *handle; handle 441 source4/smb_server/smb_server.h #define SMBSRV_CHECK_FILE_HANDLE(handle) do { \ handle 442 source4/smb_server/smb_server.h if (!handle) { \ handle 448 source4/smb_server/smb_server.h #define SMBSRV_CHECK_FILE_HANDLE_ERROR(handle, _status) do { \ handle 449 source4/smb_server/smb_server.h if (!handle) { \ handle 455 source4/smb_server/smb_server.h #define SMBSRV_CHECK_FILE_HANDLE_NTSTATUS(handle) do { \ handle 456 source4/smb_server/smb_server.h if (!handle) { \ handle 99 source4/torture/gentest.c uint16_t handle; handle 126 source4/torture/gentest.c static bool oplock_handler_smb2(struct smb2_transport *transport, const struct smb2_handle *handle, handle 461 source4/torture/gentest.c static struct smb2_handle gen_lookup_handle_smb2(int server, uint16_t handle) handle 463 source4/torture/gentest.c if (handle == BAD_HANDLE) return bad_smb2_handle; handle 464 source4/torture/gentest.c return open_handles[handle].smb2_handle[server]; handle 470 source4/torture/gentest.c static uint16_t gen_lookup_handle_smb(int server, uint16_t handle) handle 472 source4/torture/gentest.c if (handle == BAD_HANDLE) return BAD_HANDLE; handle 473 source4/torture/gentest.c return open_handles[handle].smb_handle[server]; handle 996 source4/torture/gentest.c oplocks[i][j].handle = fnum_to_handle_smb(i, j, fnum); handle 1075 source4/torture/gentest.c static bool send_oplock_ack_smb2(struct smb2_tree *tree, struct smb2_handle handle, handle 1082 source4/torture/gentest.c br.in.file.handle = handle; handle 1097 source4/torture/gentest.c static bool oplock_handler_smb2(struct smb2_transport *transport, const struct smb2_handle *handle, handle 1118 source4/torture/gentest.c oplocks[i][j].smb2_handle = *handle; handle 1119 source4/torture/gentest.c oplocks[i][j].handle = fnum_to_handle_smb2(i, j, *handle); handle 1130 source4/torture/gentest.c printf("oplock ack handle=%d\n", oplocks[i][j].handle); handle 1131 source4/torture/gentest.c return send_oplock_ack_smb2(tree, *handle, level); handle 1134 source4/torture/gentest.c printf("oplock close fnum=%d\n", oplocks[i][j].handle); handle 1137 source4/torture/gentest.c io.in.file.handle = *handle; handle 1243 source4/torture/gentest.c oplocks[0][j].handle != oplocks[i][j].handle || handle 1248 source4/torture/gentest.c oplocks[0][j].handle, handle 1251 source4/torture/gentest.c oplocks[i][j].handle, handle 2561 source4/torture/gentest.c ADD_HANDLE_SMB2(parm[0].in.fname, out.file.handle); handle 2575 source4/torture/gentest.c parm[0].in.file.handle.data[0] = gen_fnum_close(instance); handle 2579 source4/torture/gentest.c GEN_SET_FNUM_SMB2(in.file.handle); handle 2592 source4/torture/gentest.c REMOVE_HANDLE_SMB2(in.file.handle); handle 2605 source4/torture/gentest.c parm[0].in.file.handle.data[0] = gen_fnum(instance); handle 2616 source4/torture/gentest.c GEN_SET_FNUM_SMB2(in.file.handle); handle 2634 source4/torture/gentest.c parm[0].in.file.handle.data[0] = gen_fnum(instance); handle 2642 source4/torture/gentest.c GEN_SET_FNUM_SMB2(in.file.handle); handle 2662 source4/torture/gentest.c parm[0].in.file.handle.data[0] = gen_fnum(instance); handle 2679 source4/torture/gentest.c GEN_SET_FNUM_SMB2(in.file.handle); handle 2694 source4/torture/gentest.c parm[0].in.file.handle.data[0] = gen_fnum(instance); handle 2699 source4/torture/gentest.c GEN_SET_FNUM_SMB2(in.file.handle); handle 2755 source4/torture/gentest.c parm[0].generic.in.file.handle.data[0] = gen_fnum(instance); handle 2760 source4/torture/gentest.c GEN_SET_FNUM_SMB2(generic.in.file.handle); handle 2779 source4/torture/gentest.c GEN_SET_FNUM_SMB2(generic.in.file.handle); handle 200 source4/torture/ldap/schema.c ret = ldb_wait(req->handle, LDB_WAIT_ALL); handle 56 source4/torture/libnet/domain.c struct policy_handle handle; handle 58 source4/torture/libnet/domain.c r.in.handle = domain_handle; handle 59 source4/torture/libnet/domain.c r.out.handle = &handle; handle 37 source4/torture/libnet/libnet_domain.c struct policy_handle *handle, struct lsa_String *domname, handle 85 source4/torture/libnet/libnet_domain.c *handle = domain_handle; handle 93 source4/torture/libnet/libnet_domain.c struct policy_handle *handle, struct lsa_String *domname, handle 116 source4/torture/libnet/libnet_domain.c open.out.handle = handle; handle 162 source4/torture/libnet/libnet_domain.c lsa_close.in.handle = &ctx->lsa.handle; handle 163 source4/torture/libnet/libnet_domain.c lsa_close.out.handle = &h; handle 224 source4/torture/libnet/libnet_domain.c ctx->lsa.handle = h; handle 251 source4/torture/libnet/libnet_domain.c struct policy_handle domain_handle, handle; handle 283 source4/torture/libnet/libnet_domain.c domain_handle = ctx->samr.handle; handle 285 source4/torture/libnet/libnet_domain.c r.in.handle = &domain_handle; handle 286 source4/torture/libnet/libnet_domain.c r.out.handle = &handle; handle 353 source4/torture/libnet/libnet_domain.c ctx->samr.handle = h; handle 94 source4/torture/libnet/libnet_group.c struct policy_handle *handle, const char *name) handle 104 source4/torture/libnet/libnet_group.c r.in.domain_handle = handle; handle 118 source4/torture/libnet/libnet_group.c if (!test_cleanup(p, mem_ctx, handle, TEST_GROUPNAME)) { handle 139 source4/torture/libnet/libnet_group.c struct policy_handle *handle, struct lsa_String *domname) handle 184 source4/torture/libnet/libnet_group.c *handle = domain_handle; handle 197 source4/torture/libnet/libnet_group.c r.in.handle = domain_handle; handle 198 source4/torture/libnet/libnet_group.c r.out.handle = domain_handle; handle 216 source4/torture/libnet/libnet_group.c r.in.handle = domain_handle; handle 217 source4/torture/libnet/libnet_group.c r.out.handle = domain_handle; handle 280 source4/torture/libnet/libnet_group.c if (!test_cleanup(ctx->samr.pipe, mem_ctx, &ctx->samr.handle, TEST_GROUPNAME)) { handle 286 source4/torture/libnet/libnet_group.c if (!test_samr_close(ctx->samr.pipe, mem_ctx, &ctx->samr.handle)) { handle 342 source4/torture/libnet/libnet_group.c if (!test_samr_close(ctx->samr.pipe, mem_ctx, &ctx->samr.handle)) { handle 347 source4/torture/libnet/libnet_group.c if (!test_lsa_close(ctx->lsa.pipe, mem_ctx, &ctx->lsa.handle)) { handle 384 source4/torture/libnet/libnet_group.c if (!test_cleanup(ctx->samr.pipe, mem_ctx, &ctx->samr.handle, TEST_GROUPNAME)) { handle 390 source4/torture/libnet/libnet_group.c if (!test_samr_close(ctx->samr.pipe, mem_ctx, &ctx->samr.handle)) { handle 92 source4/torture/libnet/libnet_user.c struct policy_handle *handle, struct lsa_String *domname) handle 137 source4/torture/libnet/libnet_user.c *handle = domain_handle; handle 150 source4/torture/libnet/libnet_user.c r.in.handle = domain_handle; handle 151 source4/torture/libnet/libnet_user.c r.out.handle = domain_handle; handle 169 source4/torture/libnet/libnet_user.c r.in.handle = domain_handle; handle 170 source4/torture/libnet/libnet_user.c r.out.handle = domain_handle; handle 183 source4/torture/libnet/libnet_user.c struct policy_handle *handle, const char* user) handle 194 source4/torture/libnet/libnet_user.c r1.in.domain_handle = handle; handle 208 source4/torture/libnet/libnet_user.c if (!test_cleanup(p, mem_ctx, handle, TEST_USERNAME)) { handle 224 source4/torture/libnet/libnet_user.c r2.in.handle = &user_handle; handle 225 source4/torture/libnet/libnet_user.c r2.out.handle = &user_handle; handle 263 source4/torture/libnet/libnet_user.c if (!test_cleanup(ctx->samr.pipe, mem_ctx, &ctx->samr.handle, TEST_USERNAME)) { handle 269 source4/torture/libnet/libnet_user.c if (!test_samr_close(ctx->samr.pipe, mem_ctx, &ctx->samr.handle)) { handle 593 source4/torture/libnet/libnet_user.c if (!test_cleanup(ctx->samr.pipe, torture, &ctx->samr.handle, name)) { handle 599 source4/torture/libnet/libnet_user.c if (!test_samr_close(ctx->samr.pipe, torture, &ctx->samr.handle)) { handle 662 source4/torture/libnet/libnet_user.c if (!test_cleanup(ctx->samr.pipe, mem_ctx, &ctx->samr.handle, TEST_USERNAME)) { handle 668 source4/torture/libnet/libnet_user.c if (!test_samr_close(ctx->samr.pipe, mem_ctx, &ctx->samr.handle)) { handle 725 source4/torture/libnet/libnet_user.c if (!test_samr_close(ctx->samr.pipe, mem_ctx, &ctx->samr.handle)) { handle 731 source4/torture/libnet/libnet_user.c if (!test_lsa_close(ctx->lsa.pipe, mem_ctx, &ctx->lsa.handle)) { handle 55 source4/torture/libnet/userman.c struct policy_handle *handle, const char* username) handle 61 source4/torture/libnet/userman.c user.in.domain_handle = *handle; handle 84 source4/torture/libnet/userman.c struct policy_handle *handle, int num_changes, handle 104 source4/torture/libnet/userman.c mod->in.domain_handle = *handle; handle 216 source4/torture/libnet/userman.c struct policy_handle *handle, const char *username) handle 221 source4/torture/libnet/userman.c user.in.domain_handle = *handle; handle 270 source4/torture/libnet/userman.c struct policy_handle *handle, struct libnet_rpc_usermod *mod, handle 281 source4/torture/libnet/userman.c info.in.domain_handle = *handle; handle 34 source4/torture/libnet/utils.c struct policy_handle *handle, struct lsa_String *domname, handle 71 source4/torture/libnet/utils.c *handle = domain_handle; handle 130 source4/torture/libnet/utils.c struct policy_handle *handle, const char *name, handle 140 source4/torture/libnet/utils.c r.in.domain_handle = handle; handle 154 source4/torture/libnet/utils.c if (!test_user_cleanup(tctx, p, mem_ctx, handle, name)) { handle 231 source4/torture/libnet/utils.c struct policy_handle *handle, const char *name, handle 241 source4/torture/libnet/utils.c r.in.domain_handle = handle; handle 255 source4/torture/libnet/utils.c if (!test_group_cleanup(p, mem_ctx, handle, name)) { handle 24 source4/torture/libnet/utils.h struct policy_handle *handle, struct lsa_String *domname, handle 29 source4/torture/libnet/utils.h struct policy_handle *handle, const char *name, handle 38 source4/torture/libnet/utils.h struct policy_handle *handle, const char *name, handle 54 source4/torture/nbench/nbio.c int handle; handle 60 source4/torture/nbench/nbio.c int handle; /* the handle in the load file */ handle 80 source4/torture/nbench/nbio.c int handle, handle 84 source4/torture/nbench/nbio.c static bool nb_do_lockx(bool relock, int handle, off_t offset, int size, NTSTATUS status); handle 90 source4/torture/nbench/nbio.c int handle) handle 106 source4/torture/nbench/nbio.c cp->handle = handle; handle 115 source4/torture/nbench/nbio.c f->handle, (unsigned long) linfo->offset)); handle 117 source4/torture/nbench/nbio.c if (!nb_do_lockx(true, f->handle, linfo->offset, linfo->size, NT_STATUS_OK)) { handle 135 source4/torture/nbench/nbio.c f->cp.fname, f->cp.handle)); handle 141 source4/torture/nbench/nbio.c f->cp.handle, handle 347 source4/torture/nbench/nbio.c static struct ftable *find_ftable(int handle) handle 352 source4/torture/nbench/nbio.c if (f->handle == handle) return f; handle 357 source4/torture/nbench/nbio.c static int find_handle(int handle, struct ftable **f_ret) handle 366 source4/torture/nbench/nbio.c f = find_ftable(handle); handle 373 source4/torture/nbench/nbio.c nbench_line_count, handle); handle 463 source4/torture/nbench/nbio.c int handle, handle 526 source4/torture/nbench/nbio.c nb_set_createx_params(f, fname, create_options, create_disposition, handle); handle 530 source4/torture/nbench/nbio.c f->handle = handle; handle 537 source4/torture/nbench/nbio.c uint_t create_options, uint_t create_disposition, int handle, handle 540 source4/torture/nbench/nbio.c return nb_do_createx(NULL, fname, create_options, create_disposition, handle, status, false); handle 543 source4/torture/nbench/nbio.c bool nb_writex(int handle, off_t offset, int size, int ret_size, NTSTATUS status) handle 550 source4/torture/nbench/nbio.c i = find_handle(handle, NULL); handle 584 source4/torture/nbench/nbio.c bool nb_write(int handle, off_t offset, int size, int ret_size, NTSTATUS status) handle 591 source4/torture/nbench/nbio.c i = find_handle(handle, NULL); handle 625 source4/torture/nbench/nbio.c static bool nb_do_lockx(bool relock, int handle, off_t offset, int size, NTSTATUS status) handle 633 source4/torture/nbench/nbio.c i = find_handle(handle, &f); handle 665 source4/torture/nbench/nbio.c bool nb_lockx(int handle, off_t offset, int size, NTSTATUS status) handle 667 source4/torture/nbench/nbio.c return nb_do_lockx(false, handle, offset, size, status); handle 670 source4/torture/nbench/nbio.c bool nb_unlockx(int handle, uint_t offset, int size, NTSTATUS status) handle 678 source4/torture/nbench/nbio.c i = find_handle(handle, &f); handle 703 source4/torture/nbench/nbio.c printf("nb_unlockx: unknown lock (%d)\n", handle); handle 709 source4/torture/nbench/nbio.c bool nb_readx(int handle, off_t offset, int size, int ret_size, NTSTATUS status) handle 716 source4/torture/nbench/nbio.c i = find_handle(handle, NULL); handle 751 source4/torture/nbench/nbio.c bool nb_close(int handle, NTSTATUS status) handle 757 source4/torture/nbench/nbio.c i = find_handle(handle, NULL); handle 769 source4/torture/nbench/nbio.c struct ftable *f = find_ftable(handle); handle 35 source4/torture/ndr/winreg.c torture_assert(tctx, ck->in.handle != NULL, "handle invalid"); handle 36 source4/torture/ndr/winreg.c torture_assert_int_equal(tctx, ck->in.handle->handle_type, 0, "handle type"); handle 48 source4/torture/ndr/winreg.c torture_assert_int_equal(tctx, ck->out.handle->handle_type, 0, "handle type"); handle 74 source4/torture/ndr/winreg.c torture_assert(tctx, r->out.handle != NULL, "handle pointer"); handle 75 source4/torture/ndr/winreg.c torture_assert_int_equal(tctx, r->out.handle->handle_type, 0, "handle_type"); handle 299 source4/torture/ndr/winreg.c torture_assert_int_equal(tctx, r->in.handle->handle_type, 0, "handle type"); handle 340 source4/torture/ndr/winreg.c torture_assert(tctx, GUID_all_zero(&r->out.handle->uuid), "handle"); handle 581 source4/torture/raw/search.c io2.t2fnext.in.handle = io.t2ffirst.out.handle; handle 849 source4/torture/raw/search.c io2.t2fnext.in.handle = io.t2ffirst.out.handle; handle 879 source4/torture/raw/search.c io2.t2fnext.in.handle = io.t2ffirst.out.handle; handle 1206 source4/torture/raw/search.c io2.t2fnext.in.handle = io.t2ffirst.out.handle; handle 1326 source4/torture/raw/search.c nxt.t2fnext.in.handle = io.t2ffirst.out.handle; handle 33 source4/torture/rpc/alter_context.c struct policy_handle *handle; handle 43 source4/torture/rpc/alter_context.c if (!test_lsa_OpenPolicy2(p, torture, &handle)) { handle 61 source4/torture/rpc/alter_context.c if (handle) { handle 62 source4/torture/rpc/alter_context.c ret &= test_lsa_Close(p, torture, handle); handle 75 source4/torture/rpc/alter_context.c ret &= test_lsa_OpenPolicy2(p, torture, &handle); handle 77 source4/torture/rpc/alter_context.c if (handle) { handle 78 source4/torture/rpc/alter_context.c ret &= test_lsa_Close(p, torture, handle); handle 37 source4/torture/rpc/autoidl.c struct policy_handle *handle) handle 43 source4/torture/rpc/autoidl.c r.out.bind_handle = handle; handle 58 source4/torture/rpc/autoidl.c struct policy_handle *handle) handle 65 source4/torture/rpc/autoidl.c r.out.connect_handle = handle; handle 78 source4/torture/rpc/autoidl.c struct policy_handle *handle) handle 86 source4/torture/rpc/autoidl.c ndr_push_struct_blob(&b2, mem_ctx, NULL, handle, (ndr_push_flags_fn_t)ndr_push_policy_handle); handle 205 source4/torture/rpc/autoidl.c struct policy_handle handle; handle 209 source4/torture/rpc/autoidl.c get_policy_handle(p, tctx, &handle); handle 228 source4/torture/rpc/autoidl.c fill_blob_handle(&stub_in, tctx, &handle); handle 49 source4/torture/rpc/epmapper.c struct policy_handle handle; handle 55 source4/torture/rpc/epmapper.c ZERO_STRUCT(handle); handle 59 source4/torture/rpc/epmapper.c r.in.entry_handle = &handle; handle 60 source4/torture/rpc/epmapper.c r.out.entry_handle = &handle; handle 145 source4/torture/rpc/epmapper.c struct policy_handle handle; handle 148 source4/torture/rpc/epmapper.c ZERO_STRUCT(handle); handle 154 source4/torture/rpc/epmapper.c r.in.entry_handle = &handle; handle 155 source4/torture/rpc/epmapper.c r.out.entry_handle = &handle; handle 171 source4/torture/rpc/epmapper.c *r.out.num_ents, GUID_string(tctx, &handle.uuid)); handle 183 source4/torture/rpc/epmapper.c !policy_handle_empty(&handle)); handle 42 source4/torture/rpc/eventlog.c struct policy_handle *handle) handle 58 source4/torture/rpc/eventlog.c r.out.handle = handle; handle 75 source4/torture/rpc/eventlog.c struct policy_handle handle; handle 78 source4/torture/rpc/eventlog.c if (!get_policy_handle(tctx, p, &handle)) handle 82 source4/torture/rpc/eventlog.c r.in.handle = &handle; handle 91 source4/torture/rpc/eventlog.c cr.in.handle = cr.out.handle = &handle; handle 105 source4/torture/rpc/eventlog.c struct policy_handle handle; handle 110 source4/torture/rpc/eventlog.c if (!get_policy_handle(tctx, p, &handle)) handle 115 source4/torture/rpc/eventlog.c r.in.handle = &handle; handle 194 source4/torture/rpc/eventlog.c cr.in.handle = cr.out.handle = &handle; handle 208 source4/torture/rpc/eventlog.c struct policy_handle handle; handle 214 source4/torture/rpc/eventlog.c if (!get_policy_handle(tctx, p, &handle)) handle 224 source4/torture/rpc/eventlog.c r.in.handle = &handle; handle 245 source4/torture/rpc/eventlog.c cr.in.handle = cr.out.handle = &handle; handle 258 source4/torture/rpc/eventlog.c struct policy_handle handle; handle 260 source4/torture/rpc/eventlog.c if (!get_policy_handle(tctx, p, &handle)) handle 263 source4/torture/rpc/eventlog.c r.in.handle = &handle; handle 271 source4/torture/rpc/eventlog.c cr.in.handle = cr.out.handle = &handle; handle 285 source4/torture/rpc/eventlog.c struct policy_handle handle; handle 287 source4/torture/rpc/eventlog.c if (!get_policy_handle(tctx, p, &handle)) handle 290 source4/torture/rpc/eventlog.c r.in.handle = &handle; handle 297 source4/torture/rpc/eventlog.c cr.in.handle = cr.out.handle = &handle; handle 312 source4/torture/rpc/eventlog.c struct policy_handle handle; handle 315 source4/torture/rpc/eventlog.c if (!get_policy_handle(tctx, p, &handle)) handle 318 source4/torture/rpc/eventlog.c r.in.handle = &handle; handle 343 source4/torture/rpc/eventlog.c cr.in.handle = cr.out.handle = &handle; handle 356 source4/torture/rpc/eventlog.c struct policy_handle handle; handle 359 source4/torture/rpc/eventlog.c if (!get_policy_handle(tctx, p, &handle)) handle 362 source4/torture/rpc/eventlog.c cr.in.handle = cr.out.handle = &handle; handle 375 source4/torture/rpc/eventlog.c struct policy_handle handle, backup_handle; handle 383 source4/torture/rpc/eventlog.c if (!get_policy_handle(tctx, p, &handle)) handle 389 source4/torture/rpc/eventlog.c r.in.handle = &handle; handle 399 source4/torture/rpc/eventlog.c r.in.handle = &handle; handle 409 source4/torture/rpc/eventlog.c cr.in.handle = cr.out.handle = &handle; handle 422 source4/torture/rpc/eventlog.c b.out.handle = &backup_handle; handle 428 source4/torture/rpc/eventlog.c cr.in.handle = cr.out.handle = &backup_handle; handle 37 source4/torture/rpc/handles.c struct policy_handle handle; handle 69 source4/torture/rpc/handles.c r.out.handle = &handle; handle 78 source4/torture/rpc/handles.c c.in.handle = &handle; handle 79 source4/torture/rpc/handles.c c.out.handle = &handle2; handle 105 source4/torture/rpc/handles.c struct policy_handle handle; handle 150 source4/torture/rpc/handles.c r.out.handle = &handle; handle 169 source4/torture/rpc/handles.c qsec.in.handle = &handle; handle 172 source4/torture/rpc/handles.c c.in.handle = &handle; handle 173 source4/torture/rpc/handles.c c.out.handle = &handle2; handle 340 source4/torture/rpc/handles.c struct policy_handle handle; handle 356 source4/torture/rpc/handles.c r.out.connect_handle = &handle; handle 361 source4/torture/rpc/handles.c c.in.handle = &handle; handle 362 source4/torture/rpc/handles.c c.out.handle = &handle2; handle 388 source4/torture/rpc/handles.c struct policy_handle handle; handle 416 source4/torture/rpc/handles.c r.out.connect_handle = &handle; handle 422 source4/torture/rpc/handles.c lc.in.handle = &handle; handle 423 source4/torture/rpc/handles.c lc.out.handle = &handle2; handle 424 source4/torture/rpc/handles.c sc.in.handle = &handle; handle 425 source4/torture/rpc/handles.c sc.out.handle = &handle2; handle 518 source4/torture/rpc/handles.c struct policy_handle handle; handle 537 source4/torture/rpc/handles.c r.out.bind_handle = &handle; handle 546 source4/torture/rpc/handles.c c.in.bind_handle = &handle; handle 44 source4/torture/rpc/lsa.c struct policy_handle handle; handle 67 source4/torture/rpc/lsa.c r.out.handle = &handle; handle 86 source4/torture/rpc/lsa.c struct policy_handle **handle) handle 95 source4/torture/rpc/lsa.c *handle = talloc(tctx, struct policy_handle); handle 96 source4/torture/rpc/lsa.c if (!*handle) { handle 115 source4/torture/rpc/lsa.c r.out.handle = *handle; handle 122 source4/torture/rpc/lsa.c talloc_free(*handle); handle 123 source4/torture/rpc/lsa.c *handle = NULL; handle 153 source4/torture/rpc/lsa.c struct policy_handle *handle, handle 174 source4/torture/rpc/lsa.c r.in.handle = handle; handle 220 source4/torture/rpc/lsa.c struct policy_handle *handle) handle 248 source4/torture/rpc/lsa.c r.in.handle = handle; handle 271 source4/torture/rpc/lsa.c struct policy_handle *handle) handle 283 source4/torture/rpc/lsa.c ret &= test_LookupNames(p, tctx, handle, &tnames); handle 287 source4/torture/rpc/lsa.c ret &= test_LookupNames(p, tctx, handle, &tnames); handle 291 source4/torture/rpc/lsa.c ret &= test_LookupNames(p, tctx, handle, &tnames); handle 295 source4/torture/rpc/lsa.c ret &= test_LookupNames(p, tctx, handle, &tnames); handle 298 source4/torture/rpc/lsa.c ret &= test_LookupNames(p, tctx, handle, &tnames); handle 303 source4/torture/rpc/lsa.c ret &= test_LookupNames(p, tctx, handle, &tnames); handle 307 source4/torture/rpc/lsa.c ret &= test_LookupNames(p, tctx, handle, &tnames); handle 311 source4/torture/rpc/lsa.c ret &= test_LookupNames(p, tctx, handle, &tnames); handle 315 source4/torture/rpc/lsa.c ret &= test_LookupNames(p, tctx, handle, &tnames); handle 321 source4/torture/rpc/lsa.c struct policy_handle *handle, handle 343 source4/torture/rpc/lsa.c r.in.handle = handle; handle 377 source4/torture/rpc/lsa.c struct policy_handle *handle, handle 399 source4/torture/rpc/lsa.c r.in.handle = handle; handle 486 source4/torture/rpc/lsa.c struct policy_handle *handle, handle 500 source4/torture/rpc/lsa.c r.in.handle = handle; handle 517 source4/torture/rpc/lsa.c if (!test_LookupNames(p, tctx, handle, &names)) { handle 527 source4/torture/rpc/lsa.c struct policy_handle *handle, handle 541 source4/torture/rpc/lsa.c r.in.handle = handle; handle 560 source4/torture/rpc/lsa.c if (!test_LookupNames2(p, tctx, handle, &names, false)) { handle 564 source4/torture/rpc/lsa.c if (!test_LookupNames3(p, tctx, handle, &names, false)) { handle 619 source4/torture/rpc/lsa.c struct policy_handle *handle) handle 639 source4/torture/rpc/lsa.c if (handle) { handle 646 source4/torture/rpc/lsa.c r.in.handle = handle; handle 663 source4/torture/rpc/lsa.c if (!test_LookupNames(p, tctx, handle, &names)) { handle 728 source4/torture/rpc/lsa.c struct policy_handle *handle) handle 760 source4/torture/rpc/lsa.c r[i].in.handle = handle; handle 794 source4/torture/rpc/lsa.c struct policy_handle *handle, handle 801 source4/torture/rpc/lsa.c r.in.handle = handle; handle 816 source4/torture/rpc/lsa.c struct policy_handle *handle, handle 823 source4/torture/rpc/lsa.c r.in.handle = handle; handle 838 source4/torture/rpc/lsa.c struct policy_handle *handle, handle 849 source4/torture/rpc/lsa.c r.in.handle = acct_handle; handle 865 source4/torture/rpc/lsa.c r_name.in.handle = handle; handle 900 source4/torture/rpc/lsa.c r.in.handle = acct_handle; handle 920 source4/torture/rpc/lsa.c struct policy_handle *handle, handle 930 source4/torture/rpc/lsa.c r.in.handle = acct_handle; handle 942 source4/torture/rpc/lsa.c test_LookupPrivName(p, tctx, handle, handle 946 source4/torture/rpc/lsa.c ret &= test_RemovePrivilegesFromAccount(p, tctx, handle, acct_handle, handle 957 source4/torture/rpc/lsa.c struct policy_handle *handle, handle 966 source4/torture/rpc/lsa.c r.in.handle = acct_handle; handle 1011 source4/torture/rpc/lsa.c struct policy_handle *handle) handle 1018 source4/torture/rpc/lsa.c r.in.handle = handle; handle 1030 source4/torture/rpc/lsa.c struct policy_handle *handle) handle 1037 source4/torture/rpc/lsa.c r.in.handle = handle; handle 1038 source4/torture/rpc/lsa.c r.out.handle = handle; handle 1051 source4/torture/rpc/lsa.c struct policy_handle *handle) handle 1062 source4/torture/rpc/lsa.c r.in.handle = handle; handle 1070 source4/torture/rpc/lsa.c r_o.in.handle = handle; handle 1098 source4/torture/rpc/lsa.c struct policy_handle *handle, handle 1105 source4/torture/rpc/lsa.c r.in.handle = handle; handle 1129 source4/torture/rpc/lsa.c struct policy_handle *handle, handle 1135 source4/torture/rpc/lsa.c r.in.handle = handle; handle 1150 source4/torture/rpc/lsa.c struct policy_handle *handle) handle 1190 source4/torture/rpc/lsa.c r.in.handle = handle; handle 1200 source4/torture/rpc/lsa.c r.in.handle = handle; handle 1210 source4/torture/rpc/lsa.c r2.in.handle = handle; handle 1466 source4/torture/rpc/lsa.c d_o.in.handle = &sec_handle2; handle 1467 source4/torture/rpc/lsa.c d_o.out.handle = &sec_handle2; handle 1500 source4/torture/rpc/lsa.c r.in.handle = acct_handle; handle 1517 source4/torture/rpc/lsa.c struct policy_handle *handle, handle 1531 source4/torture/rpc/lsa.c r.in.handle = acct_handle; handle 1546 source4/torture/rpc/lsa.c struct policy_handle *handle, handle 1555 source4/torture/rpc/lsa.c r.in.handle = handle; handle 1566 source4/torture/rpc/lsa.c if (!test_EnumPrivsAccount(p, tctx, handle, &acct_handle)) { handle 1570 source4/torture/rpc/lsa.c if (!test_GetSystemAccessAccount(p, tctx, handle, &acct_handle)) { handle 1574 source4/torture/rpc/lsa.c if (!test_QuerySecurity(p, tctx, handle, &acct_handle)) { handle 1583 source4/torture/rpc/lsa.c struct policy_handle *handle) handle 1594 source4/torture/rpc/lsa.c r.in.handle = handle; handle 1611 source4/torture/rpc/lsa.c if (!test_LookupSids(p, tctx, handle, &sids1)) { handle 1615 source4/torture/rpc/lsa.c if (!test_LookupSids2(p, tctx, handle, &sids1)) { handle 1625 source4/torture/rpc/lsa.c ret &= test_OpenAccount(p, tctx, handle, sids1.sids[i].sid); handle 1626 source4/torture/rpc/lsa.c ret &= test_EnumAccountRights(p, tctx, handle, sids1.sids[i].sid); handle 1656 source4/torture/rpc/lsa.c struct policy_handle *handle, handle 1669 source4/torture/rpc/lsa.c r.in.handle = handle; handle 1690 source4/torture/rpc/lsa.c struct policy_handle *handle, handle 1701 source4/torture/rpc/lsa.c r.in.handle = handle; handle 1723 source4/torture/rpc/lsa.c struct policy_handle *handle) handle 1734 source4/torture/rpc/lsa.c r.in.handle = handle; handle 1748 source4/torture/rpc/lsa.c test_LookupPrivDisplayName(p, tctx, handle, (struct lsa_String *)&privs1.privs[i].name); handle 1749 source4/torture/rpc/lsa.c test_LookupPrivValue(p, tctx, handle, (struct lsa_String *)&privs1.privs[i].name); handle 1750 source4/torture/rpc/lsa.c if (!test_EnumAccountsWithUserRight(p, tctx, handle, (struct lsa_String *)&privs1.privs[i].name)) { handle 1760 source4/torture/rpc/lsa.c struct policy_handle *handle, handle 1784 source4/torture/rpc/lsa.c r.in.handle = handle; handle 1801 source4/torture/rpc/lsa.c struct policy_handle *handle, handle 1810 source4/torture/rpc/lsa.c ret &= test_QueryForestTrustInformation(p, tctx, handle, handle 1820 source4/torture/rpc/lsa.c struct policy_handle *handle, handle 1839 source4/torture/rpc/lsa.c trust.in.handle = handle; handle 1851 source4/torture/rpc/lsa.c c.in.handle = &trustdom_handle; handle 1852 source4/torture/rpc/lsa.c c.out.handle = &handle2; handle 1854 source4/torture/rpc/lsa.c c_trust.in.handle = &trustdom_handle; handle 1855 source4/torture/rpc/lsa.c c_trust.out.handle = &handle2; handle 1881 source4/torture/rpc/lsa.c c.in.handle = &trustdom_handle; handle 1882 source4/torture/rpc/lsa.c c.out.handle = &handle2; handle 1898 source4/torture/rpc/lsa.c q.in.handle = handle; handle 1916 source4/torture/rpc/lsa.c trust_by_name.in.handle = handle; handle 1946 source4/torture/rpc/lsa.c c.in.handle = &trustdom_handle; handle 1947 source4/torture/rpc/lsa.c c.out.handle = &handle2; handle 1962 source4/torture/rpc/lsa.c q.in.handle = handle; handle 1983 source4/torture/rpc/lsa.c struct policy_handle *handle) handle 1995 source4/torture/rpc/lsa.c r.in.handle = handle; handle 2017 source4/torture/rpc/lsa.c r.in.handle = handle; handle 2051 source4/torture/rpc/lsa.c ret &= test_query_each_TrustDom(p, tctx, handle, &domains); handle 2057 source4/torture/rpc/lsa.c r_ex.in.handle = handle; handle 2072 source4/torture/rpc/lsa.c r_ex.in.handle = handle; handle 2107 source4/torture/rpc/lsa.c ret &= test_query_each_TrustDomEx(p, tctx, handle, &domains_ex); handle 2116 source4/torture/rpc/lsa.c struct policy_handle *handle) handle 2130 source4/torture/rpc/lsa.c if (!test_EnumTrustDom(p, tctx, handle)) { handle 2143 source4/torture/rpc/lsa.c r.in.policy_handle = handle; handle 2150 source4/torture/rpc/lsa.c test_DeleteTrustedDomain(p, tctx, handle, trustinfo.name); handle 2193 source4/torture/rpc/lsa.c if (!test_EnumTrustDom(p, tctx, handle)) { handle 2198 source4/torture/rpc/lsa.c if (!test_DeleteTrustedDomainBySid(p, tctx, handle, domsid[i])) { handle 2208 source4/torture/rpc/lsa.c struct policy_handle *handle) handle 2275 source4/torture/rpc/lsa.c r.in.policy_handle = handle; handle 2283 source4/torture/rpc/lsa.c test_DeleteTrustedDomain(p, tctx, handle, trustinfo.netbios_name); handle 2327 source4/torture/rpc/lsa.c if (!test_EnumTrustDom(p, tctx, handle)) { handle 2333 source4/torture/rpc/lsa.c if (!test_DeleteTrustedDomainBySid(p, tctx, handle, domsid[i])) { handle 2344 source4/torture/rpc/lsa.c struct policy_handle *handle) handle 2355 source4/torture/rpc/lsa.c r.in.handle = handle; handle 2380 source4/torture/rpc/lsa.c struct policy_handle *handle) handle 2394 source4/torture/rpc/lsa.c r.in.handle = handle; handle 2494 source4/torture/rpc/lsa.c ret &= test_LookupNames(p, tctx, handle, &tnames); handle 2504 source4/torture/rpc/lsa.c struct policy_handle *handle) handle 2506 source4/torture/rpc/lsa.c return test_QueryInfoPolicyCalls(false, p, tctx, handle); handle 2511 source4/torture/rpc/lsa.c struct policy_handle *handle) handle 2513 source4/torture/rpc/lsa.c return test_QueryInfoPolicyCalls(true, p, tctx, handle); handle 2556 source4/torture/rpc/lsa.c struct policy_handle *handle) handle 2564 source4/torture/rpc/lsa.c r.in.handle = handle; handle 2565 source4/torture/rpc/lsa.c r.out.handle = &handle2; handle 2590 source4/torture/rpc/lsa.c struct policy_handle *handle; handle 2603 source4/torture/rpc/lsa.c if (!test_lsa_OpenPolicy2(p, tctx, &handle)) { handle 2607 source4/torture/rpc/lsa.c if (handle) { handle 2612 source4/torture/rpc/lsa.c if (!test_LookupNames_wellknown(p, tctx, handle)) { handle 2616 source4/torture/rpc/lsa.c if (!test_LookupNames_bogus(p, tctx, handle)) { handle 2620 source4/torture/rpc/lsa.c if (!test_LookupSids_async(p, tctx, handle)) { handle 2624 source4/torture/rpc/lsa.c if (!test_QueryDomainInfoPolicy(p, tctx, handle)) { handle 2628 source4/torture/rpc/lsa.c if (!test_CreateAccount(p, tctx, handle)) { handle 2632 source4/torture/rpc/lsa.c if (!test_CreateSecret(p, tctx, handle)) { handle 2635 source4/torture/rpc/lsa.c if (!test_CreateTrustedDomain(p, tctx, handle)) { handle 2639 source4/torture/rpc/lsa.c if (!test_CreateTrustedDomainEx2(p, tctx, handle)) { handle 2643 source4/torture/rpc/lsa.c if (!test_EnumAccounts(p, tctx, handle)) { handle 2647 source4/torture/rpc/lsa.c if (!test_EnumPrivs(p, tctx, handle)) { handle 2651 source4/torture/rpc/lsa.c if (!test_QueryInfoPolicy(p, tctx, handle)) { handle 2655 source4/torture/rpc/lsa.c if (!test_QueryInfoPolicy2(p, tctx, handle)) { handle 2659 source4/torture/rpc/lsa.c if (!test_Delete(p, tctx, handle)) { handle 2663 source4/torture/rpc/lsa.c if (!test_many_LookupSids(p, tctx, handle)) { handle 2667 source4/torture/rpc/lsa.c if (!test_lsa_Close(p, tctx, handle)) { handle 2674 source4/torture/rpc/lsa.c if (!test_many_LookupSids(p, tctx, handle)) { handle 2708 source4/torture/rpc/lsa.c struct policy_handle *handle; handle 2716 source4/torture/rpc/lsa.c if (!test_lsa_OpenPolicy2(p, tctx, &handle)) { handle 2720 source4/torture/rpc/lsa.c if (!handle) { handle 2730 source4/torture/rpc/lsa.c if (!test_LookupNames(p, tctx, handle, &tnames)) { handle 2740 source4/torture/rpc/lsa.c if (!test_LookupNames2(p, tctx, handle, &tnames2, true)) { handle 2744 source4/torture/rpc/lsa.c if (!test_LookupNames3(p, tctx, handle, &tnames2, true)) { handle 2748 source4/torture/rpc/lsa.c if (!test_lsa_Close(p, tctx, handle)) { handle 30 source4/torture/rpc/lsa_lookup.c struct policy_handle **handle) handle 37 source4/torture/rpc/lsa_lookup.c *handle = talloc(mem_ctx, struct policy_handle); handle 38 source4/torture/rpc/lsa_lookup.c if (!*handle) { handle 57 source4/torture/rpc/lsa_lookup.c r.out.handle = *handle; handle 65 source4/torture/rpc/lsa_lookup.c struct policy_handle *handle, handle 73 source4/torture/rpc/lsa_lookup.c r.in.handle = handle; handle 85 source4/torture/rpc/lsa_lookup.c struct policy_handle *handle, handle 105 source4/torture/rpc/lsa_lookup.c r.in.handle = handle; handle 135 source4/torture/rpc/lsa_lookup.c struct policy_handle *handle, handle 145 source4/torture/rpc/lsa_lookup.c status = lookup_sids(mem_ctx, level, p, handle, sids, num_sids, handle 173 source4/torture/rpc/lsa_lookup.c struct policy_handle *handle, handle 182 source4/torture/rpc/lsa_lookup.c r.in.handle = handle; handle 204 source4/torture/rpc/lsa_lookup.c q.in.handle = handle; handle 229 source4/torture/rpc/lsa_lookup.c struct policy_handle *handle; handle 239 source4/torture/rpc/lsa_lookup.c ret &= open_policy(torture, p, &handle); handle 242 source4/torture/rpc/lsa_lookup.c ret &= get_domainsid(torture, p, handle, &dom_sid); handle 245 source4/torture/rpc/lsa_lookup.c ret &= get_downleveltrust(torture, p, handle, &trusted_sid); handle 260 source4/torture/rpc/lsa_lookup.c ret &= test_lookupsids(torture, p, handle, sids, NUM_SIDS, 0, handle 269 source4/torture/rpc/lsa_lookup.c ret &= test_lookupsids(torture, p, handle, sids, NUM_SIDS, 1, handle 279 source4/torture/rpc/lsa_lookup.c ret &= test_lookupsids(torture, p, handle, sids, NUM_SIDS, 2, handle 289 source4/torture/rpc/lsa_lookup.c ret &= test_lookupsids(torture, p, handle, sids, NUM_SIDS, 3, handle 299 source4/torture/rpc/lsa_lookup.c ret &= test_lookupsids(torture, p, handle, sids, NUM_SIDS, 4, handle 303 source4/torture/rpc/lsa_lookup.c ret &= test_lookupsids(torture, p, handle, sids, NUM_SIDS, 5, handle 312 source4/torture/rpc/lsa_lookup.c ret &= test_lookupsids(torture, p, handle, sids, NUM_SIDS, 6, handle 316 source4/torture/rpc/lsa_lookup.c ret &= test_lookupsids(torture, p, handle, sids, NUM_SIDS, 7, handle 318 source4/torture/rpc/lsa_lookup.c ret &= test_lookupsids(torture, p, handle, sids, NUM_SIDS, 8, handle 320 source4/torture/rpc/lsa_lookup.c ret &= test_lookupsids(torture, p, handle, sids, NUM_SIDS, 9, handle 322 source4/torture/rpc/lsa_lookup.c ret &= test_lookupsids(torture, p, handle, sids, NUM_SIDS, 10, handle 331 source4/torture/rpc/lsa_lookup.c struct policy_handle *handle; handle 347 source4/torture/rpc/lsa_lookup.c if (!open_policy(tctx, p, &handle)) { handle 367 source4/torture/rpc/lsa_lookup.c r.in.handle = handle; handle 2290 source4/torture/rpc/netlogon.c o.out.handle = &lsa_handle; handle 2295 source4/torture/rpc/netlogon.c t.in.handle = &lsa_handle; handle 68 source4/torture/rpc/samba3rpc.c struct policy_handle handle; handle 131 source4/torture/rpc/samba3rpc.c openpolicy.out.handle = &handle; handle 141 source4/torture/rpc/samba3rpc.c close_handle.in.handle = &handle; handle 142 source4/torture/rpc/samba3rpc.c close_handle.out.handle = &handle; handle 216 source4/torture/rpc/samba3rpc.c struct policy_handle handle; handle 252 source4/torture/rpc/samba3rpc.c openpolicy.out.handle = &handle; handle 262 source4/torture/rpc/samba3rpc.c query.in.handle = &handle; handle 273 source4/torture/rpc/samba3rpc.c close_handle.in.handle = &handle; handle 274 source4/torture/rpc/samba3rpc.c close_handle.out.handle = &handle; handle 1548 source4/torture/rpc/samba3rpc.c struct policy_handle handle; handle 1576 source4/torture/rpc/samba3rpc.c r.out.handle = &handle; handle 1590 source4/torture/rpc/samba3rpc.c l.in.handle = &handle; handle 1611 source4/torture/rpc/samba3rpc.c c.in.handle = &handle; handle 1612 source4/torture/rpc/samba3rpc.c c.out.handle = &handle; handle 2480 source4/torture/rpc/samba3rpc.c o.out.handle = &lsa_handle; handle 2501 source4/torture/rpc/samba3rpc.c r.in.handle = &lsa_handle; handle 2670 source4/torture/rpc/samba3rpc.c struct policy_handle *handle, int level, handle 2684 source4/torture/rpc/samba3rpc.c r.in.handle = handle; handle 2706 source4/torture/rpc/samba3rpc.c r.in.handle = handle; handle 2808 source4/torture/rpc/samba3rpc.c r.out.handle = &server_handle; handle 2823 source4/torture/rpc/samba3rpc.c r.in.handle = &server_handle; handle 2824 source4/torture/rpc/samba3rpc.c r.out.handle = &server_handle; handle 2846 source4/torture/rpc/samba3rpc.c r.out.handle = &printer_handle; handle 2875 source4/torture/rpc/samba3rpc.c r.in.handle = &printer_handle; handle 2876 source4/torture/rpc/samba3rpc.c r.out.handle = &printer_handle; handle 2998 source4/torture/rpc/samba3rpc.c struct policy_handle *handle) handle 3004 source4/torture/rpc/samba3rpc.c c.in.handle = c.out.handle = handle; handle 3024 source4/torture/rpc/samba3rpc.c static NTSTATUS enumvalues(struct dcerpc_pipe *p, struct policy_handle *handle, handle 3037 source4/torture/rpc/samba3rpc.c r.in.handle = handle; handle 3057 source4/torture/rpc/samba3rpc.c static NTSTATUS enumkeys(struct dcerpc_pipe *p, struct policy_handle *handle, handle 3072 source4/torture/rpc/samba3rpc.c r.in.handle = handle; handle 3104 source4/torture/rpc/samba3rpc.c o.in.parent_handle = handle; handle 3108 source4/torture/rpc/samba3rpc.c o.out.handle = &key_handle; handle 3133 source4/torture/rpc/samba3rpc.c struct policy_handle handle; handle 3139 source4/torture/rpc/samba3rpc.c r.out.handle = &handle; handle 3148 source4/torture/rpc/samba3rpc.c enumkeys(p, &handle, mem_ctx, 4); handle 3150 source4/torture/rpc/samba3rpc.c status = winreg_close(p, &handle); handle 3269 source4/torture/rpc/samba3rpc.c struct policy_handle **handle) handle 3311 source4/torture/rpc/samba3rpc.c r.out.handle = result; handle 3321 source4/torture/rpc/samba3rpc.c *handle = result; handle 3351 source4/torture/rpc/samba3rpc.c c.in.handle = hklm; handle 3374 source4/torture/rpc/samba3rpc.c cl.in.handle = &new_handle; handle 3375 source4/torture/rpc/samba3rpc.c cl.out.handle = &new_handle; handle 3409 source4/torture/rpc/samba3rpc.c d.in.handle = hklm; handle 3459 source4/torture/rpc/samba3rpc.c o.out.handle = &key_handle; handle 3474 source4/torture/rpc/samba3rpc.c s.in.handle = &key_handle; handle 59 source4/torture/rpc/samr.c struct policy_handle *handle); handle 63 source4/torture/rpc/samr.c struct policy_handle *handle); handle 67 source4/torture/rpc/samr.c struct policy_handle *handle); handle 92 source4/torture/rpc/samr.c struct policy_handle *handle) handle 97 source4/torture/rpc/samr.c r.in.handle = handle; handle 98 source4/torture/rpc/samr.c r.out.handle = handle; handle 107 source4/torture/rpc/samr.c struct policy_handle *handle) handle 117 source4/torture/rpc/samr.c r.in.connect_handle = handle; handle 128 source4/torture/rpc/samr.c struct policy_handle *handle) handle 158 source4/torture/rpc/samr.c struct policy_handle *handle) handle 165 source4/torture/rpc/samr.c r.in.handle = handle; handle 174 source4/torture/rpc/samr.c s.in.handle = handle; handle 193 source4/torture/rpc/samr.c struct policy_handle *handle, uint32_t base_acct_flags, handle 215 source4/torture/rpc/samr.c s.in.user_handle = handle; handle 218 source4/torture/rpc/samr.c s2.in.user_handle = handle; handle 221 source4/torture/rpc/samr.c q.in.user_handle = handle; handle 610 source4/torture/rpc/samr.c struct policy_handle *handle, char **password) handle 621 source4/torture/rpc/samr.c pwp.in.user_handle = handle; handle 630 source4/torture/rpc/samr.c s.in.user_handle = handle; handle 662 source4/torture/rpc/samr.c struct policy_handle *handle, uint32_t fields_present, handle 674 source4/torture/rpc/samr.c pwp.in.user_handle = handle; handle 683 source4/torture/rpc/samr.c s.in.user_handle = handle; handle 740 source4/torture/rpc/samr.c struct policy_handle *handle, bool makeshort, handle 755 source4/torture/rpc/samr.c pwp.in.user_handle = handle; handle 768 source4/torture/rpc/samr.c s.in.user_handle = handle; handle 824 source4/torture/rpc/samr.c struct policy_handle *handle, uint32_t fields_present, handle 839 source4/torture/rpc/samr.c pwp.in.user_handle = handle; handle 848 source4/torture/rpc/samr.c s.in.user_handle = handle; handle 905 source4/torture/rpc/samr.c struct policy_handle *handle, char **password) handle 918 source4/torture/rpc/samr.c pwp.in.user_handle = handle; handle 927 source4/torture/rpc/samr.c s.in.user_handle = handle; handle 976 source4/torture/rpc/samr.c struct policy_handle *handle, uint32_t fields_present, handle 990 source4/torture/rpc/samr.c pwp.in.user_handle = handle; handle 999 source4/torture/rpc/samr.c s.in.user_handle = handle; handle 1092 source4/torture/rpc/samr.c struct policy_handle *handle, handle 1116 source4/torture/rpc/samr.c pwp.in.user_handle = handle; handle 1126 source4/torture/rpc/samr.c s2.in.user_handle = handle; handle 1130 source4/torture/rpc/samr.c s.in.user_handle = handle; handle 1314 source4/torture/rpc/samr.c struct policy_handle *handle) handle 1331 source4/torture/rpc/samr.c r.in.alias_handle = handle; handle 1348 source4/torture/rpc/samr.c q.in.alias_handle = handle; handle 1419 source4/torture/rpc/samr.c struct policy_handle *handle) handle 1427 source4/torture/rpc/samr.c r.in.user_handle = handle; handle 1532 source4/torture/rpc/samr.c struct policy_handle *handle) handle 1544 source4/torture/rpc/samr.c status = test_OpenUser_byname(p, tctx, handle, "testuser", &user_handle); handle 1566 source4/torture/rpc/samr.c r.in.handle = &user_handle; handle 1594 source4/torture/rpc/samr.c struct policy_handle *handle, char **password) handle 1611 source4/torture/rpc/samr.c status = test_OpenUser_byname(p, tctx, handle, acct_name, &user_handle); handle 1872 source4/torture/rpc/samr.c struct policy_handle *handle, char **password) handle 2353 source4/torture/rpc/samr.c struct policy_handle *handle, handle 2386 source4/torture/rpc/samr.c s.in.user_handle = handle; handle 2610 source4/torture/rpc/samr.c struct policy_handle *handle, handle 2631 source4/torture/rpc/samr.c r2.in.user_handle = handle; handle 2637 source4/torture/rpc/samr.c r.in.user_handle = handle; handle 2818 source4/torture/rpc/samr.c struct policy_handle *handle, handle 2850 source4/torture/rpc/samr.c if (!test_SetUserPass_level_ex(p, tctx, handle, level, handle 2859 source4/torture/rpc/samr.c if (!test_QueryUserInfo_pwdlastset(p, tctx, handle, handle 2884 source4/torture/rpc/samr.c struct policy_handle *handle, handle 2966 source4/torture/rpc/samr.c if (!test_SetPassword_level(p, np, tctx, handle, handle 3039 source4/torture/rpc/samr.c if (!test_SetPassword_level(p, np, tctx, handle, handle 3119 source4/torture/rpc/samr.c if (!test_SetPassword_level(p, np, tctx, handle, handle 3172 source4/torture/rpc/samr.c if (!test_SetPassword_level(p, np, tctx, handle, handle 3305 source4/torture/rpc/samr.c r.in.handle = lsa_handle; handle 3327 source4/torture/rpc/samr.c r.in.handle = lsa_handle; handle 3345 source4/torture/rpc/samr.c r.in.handle = lsa_handle; handle 3371 source4/torture/rpc/samr.c r.in.handle = lsa_handle; handle 3390 source4/torture/rpc/samr.c r.in.handle = lsa_handle; handle 3406 source4/torture/rpc/samr.c r.in.handle = &lsa_acct_handle; handle 3419 source4/torture/rpc/samr.c r.in.handle = &lsa_acct_handle; handle 3420 source4/torture/rpc/samr.c r.out.handle = &lsa_acct_handle; handle 3448 source4/torture/rpc/samr.c r.in.handle = lsa_handle; handle 3474 source4/torture/rpc/samr.c r.in.handle = lsa_handle; handle 3493 source4/torture/rpc/samr.c r.in.handle = lsa_handle; handle 3509 source4/torture/rpc/samr.c r.in.handle = &lsa_acct_handle; handle 3522 source4/torture/rpc/samr.c r.in.handle = &lsa_acct_handle; handle 3523 source4/torture/rpc/samr.c r.out.handle = &lsa_acct_handle; handle 3539 source4/torture/rpc/samr.c r.in.handle = lsa_handle; handle 3565 source4/torture/rpc/samr.c r.in.handle = lsa_handle; handle 3871 source4/torture/rpc/samr.c struct policy_handle *handle, const char *name) handle 3878 source4/torture/rpc/samr.c status = test_LookupName(p, tctx, handle, name, &rid); handle 3883 source4/torture/rpc/samr.c status = test_OpenUser_byname(p, tctx, handle, name, &user_handle); handle 3905 source4/torture/rpc/samr.c struct policy_handle *handle, const char *name) handle 3913 source4/torture/rpc/samr.c status = test_LookupName(p, tctx, handle, name, &rid); handle 3918 source4/torture/rpc/samr.c r.in.domain_handle = handle; handle 4503 source4/torture/rpc/samr.c struct policy_handle *handle) handle 4515 source4/torture/rpc/samr.c r.in.alias_handle = handle; handle 4532 source4/torture/rpc/samr.c struct policy_handle *handle) handle 4544 source4/torture/rpc/samr.c r.in.group_handle = handle; handle 4561 source4/torture/rpc/samr.c struct policy_handle *handle) handle 4570 source4/torture/rpc/samr.c r.in.group_handle = handle; handle 4585 source4/torture/rpc/samr.c struct policy_handle *handle) handle 4599 source4/torture/rpc/samr.c r.in.group_handle = handle; handle 4612 source4/torture/rpc/samr.c s.in.group_handle = handle; handle 4653 source4/torture/rpc/samr.c struct policy_handle *handle) handle 4666 source4/torture/rpc/samr.c r.in.user_handle = handle; handle 4683 source4/torture/rpc/samr.c struct policy_handle *handle) handle 4696 source4/torture/rpc/samr.c r.in.user_handle = handle; handle 4713 source4/torture/rpc/samr.c struct policy_handle *handle, uint32_t rid) handle 4722 source4/torture/rpc/samr.c r.in.domain_handle = handle; handle 4762 source4/torture/rpc/samr.c struct policy_handle *handle, uint32_t rid) handle 4771 source4/torture/rpc/samr.c r.in.domain_handle = handle; handle 4804 source4/torture/rpc/samr.c struct policy_handle *handle, uint32_t rid) handle 4813 source4/torture/rpc/samr.c r.in.domain_handle = handle; handle 4846 source4/torture/rpc/samr.c struct policy_handle *handle, uint32_t rid, handle 4858 source4/torture/rpc/samr.c r.in.domain_handle = handle; handle 4895 source4/torture/rpc/samr.c struct policy_handle *handle) handle 4917 source4/torture/rpc/samr.c r.in.domain_handle = handle; handle 4940 source4/torture/rpc/samr.c if (!check_mask(p, tctx, handle, sam->entries[i].idx, mask)) { handle 4943 source4/torture/rpc/samr.c } else if (!test_OpenUser(p, tctx, handle, sam->entries[i].idx)) { handle 4950 source4/torture/rpc/samr.c n.in.domain_handle = handle; handle 4966 source4/torture/rpc/samr.c lr.in.domain_handle = handle; handle 4984 source4/torture/rpc/samr.c struct policy_handle *handle) handle 4999 source4/torture/rpc/samr.c r.in.domain_handle = handle; handle 5025 source4/torture/rpc/samr.c struct policy_handle *handle) handle 5037 source4/torture/rpc/samr.c r.in.domain_handle = handle; handle 5055 source4/torture/rpc/samr.c if (!test_OpenGroup(p, tctx, handle, sam->entries[i].idx)) { handle 5065 source4/torture/rpc/samr.c struct policy_handle *handle) handle 5077 source4/torture/rpc/samr.c r.in.domain_handle = handle; handle 5095 source4/torture/rpc/samr.c if (!test_OpenAlias(p, tctx, handle, sam->entries[i].idx)) { handle 5105 source4/torture/rpc/samr.c struct policy_handle *handle) handle 5121 source4/torture/rpc/samr.c r.in.domain_handle = handle; handle 5152 source4/torture/rpc/samr.c struct policy_handle *handle) handle 5168 source4/torture/rpc/samr.c r.in.domain_handle = handle; handle 5318 source4/torture/rpc/samr.c struct policy_handle *handle) handle 5339 source4/torture/rpc/samr.c r.in.domain_handle = handle; handle 5377 source4/torture/rpc/samr.c dom_info.in.domain_handle = handle; handle 5400 source4/torture/rpc/samr.c if (NT_STATUS_IS_OK(test_OpenUser_byname(p, tctx, handle, TEST_ACCOUNT_NAME, &user_handle))) { handle 5427 source4/torture/rpc/samr.c struct policy_handle *handle) handle 5441 source4/torture/rpc/samr.c r.in.domain_handle = handle; handle 5462 source4/torture/rpc/samr.c struct policy_handle *handle) handle 5476 source4/torture/rpc/samr.c r.in.domain_handle = handle; handle 5499 source4/torture/rpc/samr.c struct policy_handle *handle) handle 5510 source4/torture/rpc/samr.c r.in.domain_handle = handle; handle 5545 source4/torture/rpc/samr.c struct policy_handle *handle) handle 5559 source4/torture/rpc/samr.c s.in.domain_handle = handle; handle 5574 source4/torture/rpc/samr.c r.in.domain_handle = handle; handle 5629 source4/torture/rpc/samr.c s.in.domain_handle = handle; handle 5664 source4/torture/rpc/samr.c struct policy_handle *handle) handle 5676 source4/torture/rpc/samr.c r.in.domain_handle = handle; handle 5695 source4/torture/rpc/samr.c struct policy_handle *handle) handle 5714 source4/torture/rpc/samr.c q1.in.domain_handle = handle; handle 5740 source4/torture/rpc/samr.c q2.in.domain_handle = handle; handle 6212 source4/torture/rpc/samr.c struct policy_handle handle; handle 6215 source4/torture/rpc/samr.c ZERO_STRUCT(handle); handle 6220 source4/torture/rpc/samr.c ret &= test_CreateUser(p, tctx, domain_handle, name, &handle, domain_sid, 0, NULL, false); handle 6224 source4/torture/rpc/samr.c ret &= test_CreateDomainGroup(p, tctx, domain_handle, name, &handle, domain_sid, false); handle 6228 source4/torture/rpc/samr.c ret &= test_CreateAlias(p, tctx, domain_handle, name, &handle, domain_sid, false); handle 6233 source4/torture/rpc/samr.c if (!policy_handle_empty(&handle)) { handle 6234 source4/torture/rpc/samr.c ret &= test_samr_handle_Close(p, tctx, &handle); handle 6278 source4/torture/rpc/samr.c struct policy_handle *handle); handle 6281 source4/torture/rpc/samr.c struct policy_handle *handle, struct dom_sid *sid, handle 6300 source4/torture/rpc/samr.c r.in.connect_handle = handle; handle 6310 source4/torture/rpc/samr.c ret &= test_samr_handle_Close(p, tctx, handle); handle 6395 source4/torture/rpc/samr.c ret &= test_Connect(p, tctx, handle); handle 6405 source4/torture/rpc/samr.c struct policy_handle *handle, const char *domain, handle 6419 source4/torture/rpc/samr.c r.in.connect_handle = handle; handle 6432 source4/torture/rpc/samr.c r.in.connect_handle = handle; handle 6444 source4/torture/rpc/samr.c if (!test_OpenDomain(p, tctx, handle, *r.out.sid, which_ops, handle 6454 source4/torture/rpc/samr.c struct policy_handle *handle, enum torture_samr_choice which_ops, handle 6465 source4/torture/rpc/samr.c r.in.connect_handle = handle; handle 6480 source4/torture/rpc/samr.c if (!test_LookupDomain(p, tctx, handle, handle 6495 source4/torture/rpc/samr.c struct policy_handle *handle) handle 6520 source4/torture/rpc/samr.c *handle = h; handle 6535 source4/torture/rpc/samr.c test_samr_handle_Close(p, tctx, handle); handle 6538 source4/torture/rpc/samr.c *handle = h; handle 6554 source4/torture/rpc/samr.c test_samr_handle_Close(p, tctx, handle); handle 6557 source4/torture/rpc/samr.c *handle = h; handle 6573 source4/torture/rpc/samr.c test_samr_handle_Close(p, tctx, handle); handle 6576 source4/torture/rpc/samr.c *handle = h; handle 6598 source4/torture/rpc/samr.c test_samr_handle_Close(p, tctx, handle); handle 6601 source4/torture/rpc/samr.c *handle = h; handle 6613 source4/torture/rpc/samr.c struct policy_handle handle; handle 6620 source4/torture/rpc/samr.c ret &= test_Connect(p, torture, &handle); handle 6623 source4/torture/rpc/samr.c ret &= test_QuerySecurity(p, torture, &handle); handle 6626 source4/torture/rpc/samr.c ret &= test_EnumDomains(p, torture, &handle, TORTURE_SAMR_OTHER, NULL); handle 6628 source4/torture/rpc/samr.c ret &= test_SetDsrmPassword(p, torture, &handle); handle 6630 source4/torture/rpc/samr.c ret &= test_Shutdown(p, torture, &handle); handle 6632 source4/torture/rpc/samr.c ret &= test_samr_handle_Close(p, torture, &handle); handle 6643 source4/torture/rpc/samr.c struct policy_handle handle; handle 6650 source4/torture/rpc/samr.c ret &= test_Connect(p, torture, &handle); handle 6653 source4/torture/rpc/samr.c ret &= test_QuerySecurity(p, torture, &handle); handle 6656 source4/torture/rpc/samr.c ret &= test_EnumDomains(p, torture, &handle, TORTURE_SAMR_USER_ATTRIBUTES, NULL); handle 6658 source4/torture/rpc/samr.c ret &= test_SetDsrmPassword(p, torture, &handle); handle 6660 source4/torture/rpc/samr.c ret &= test_Shutdown(p, torture, &handle); handle 6662 source4/torture/rpc/samr.c ret &= test_samr_handle_Close(p, torture, &handle); handle 6673 source4/torture/rpc/samr.c struct policy_handle handle; handle 6680 source4/torture/rpc/samr.c ret &= test_Connect(p, torture, &handle); handle 6682 source4/torture/rpc/samr.c ret &= test_EnumDomains(p, torture, &handle, TORTURE_SAMR_PASSWORDS, NULL); handle 6684 source4/torture/rpc/samr.c ret &= test_samr_handle_Close(p, torture, &handle); handle 6696 source4/torture/rpc/samr.c struct policy_handle handle; handle 6703 source4/torture/rpc/samr.c ret &= test_Connect(p, torture, &handle); handle 6705 source4/torture/rpc/samr.c ret &= test_EnumDomains(p, torture, &handle, handle 6709 source4/torture/rpc/samr.c ret &= test_samr_handle_Close(p, torture, &handle); handle 6736 source4/torture/rpc/samr.c struct policy_handle handle; handle 6743 source4/torture/rpc/samr.c ret &= test_Connect(p, torture, &handle); handle 6745 source4/torture/rpc/samr.c ret &= test_EnumDomains(p, torture, &handle, handle 6749 source4/torture/rpc/samr.c ret &= test_samr_handle_Close(p, torture, &handle); handle 6776 source4/torture/rpc/samr.c struct policy_handle handle; handle 6783 source4/torture/rpc/samr.c ret &= test_Connect(p, torture, &handle); handle 6785 source4/torture/rpc/samr.c ret &= test_EnumDomains(p, torture, &handle, handle 6789 source4/torture/rpc/samr.c ret &= test_samr_handle_Close(p, torture, &handle); handle 6801 source4/torture/rpc/samr.c struct policy_handle handle; handle 6808 source4/torture/rpc/samr.c ret &= test_Connect(p, torture, &handle); handle 6810 source4/torture/rpc/samr.c ret &= test_EnumDomains(p, torture, &handle, handle 6814 source4/torture/rpc/samr.c ret &= test_samr_handle_Close(p, torture, &handle); handle 6826 source4/torture/rpc/samr.c struct policy_handle handle; handle 6833 source4/torture/rpc/samr.c ret &= test_Connect(p, torture, &handle); handle 6835 source4/torture/rpc/samr.c ret &= test_EnumDomains(p, torture, &handle, handle 6839 source4/torture/rpc/samr.c ret &= test_samr_handle_Close(p, torture, &handle); handle 41 source4/torture/rpc/samr_accessmask.c cl.in.handle = h; handle 42 source4/torture/rpc/samr_accessmask.c cl.out.handle = h; handle 264 source4/torture/rpc/samr_accessmask.c qs.in.handle = &ch; handle 290 source4/torture/rpc/samr_accessmask.c ss.in.handle = &ch; handle 194 source4/torture/rpc/samsync.c struct policy_handle *handle) handle 200 source4/torture/rpc/samsync.c r.in.handle = handle; handle 215 source4/torture/rpc/samsync.c struct policy_handle *handle) handle 221 source4/torture/rpc/samsync.c r.in.handle = handle; handle 287 source4/torture/rpc/samsync.c #define TEST_SEC_DESC_EQUAL(sd1, pipe, handle) do {\ handle 289 source4/torture/rpc/samsync.c handle); \ handle 863 source4/torture/rpc/samsync.c o.in.handle = samsync_state->lsa_handle; handle 1009 source4/torture/rpc/samsync.c t.in.handle = samsync_state->lsa_handle; handle 1071 source4/torture/rpc/samsync.c a.in.handle = samsync_state->lsa_handle; handle 1086 source4/torture/rpc/samsync.c e.in.handle = &acct_handle; handle 1113 source4/torture/rpc/samsync.c r.in.handle = samsync_state->lsa_handle; handle 1609 source4/torture/rpc/samsync.c r.out.handle = samsync_state->lsa_handle; handle 136 source4/torture/rpc/schannel.c struct policy_handle handle; handle 145 source4/torture/rpc/schannel.c connect_r.out.connect_handle = &handle; handle 159 source4/torture/rpc/schannel.c opendom.in.connect_handle = &handle; handle 38 source4/torture/rpc/session_key.c struct policy_handle *handle) handle 62 source4/torture/rpc/session_key.c r.in.handle = handle; handle 130 source4/torture/rpc/session_key.c d.in.handle = &sec_handle; handle 131 source4/torture/rpc/session_key.c d.out.handle = &sec_handle; handle 147 source4/torture/rpc/session_key.c struct policy_handle *handle; handle 169 source4/torture/rpc/session_key.c if (!test_lsa_OpenPolicy2(p, torture, &handle)) { handle 173 source4/torture/rpc/session_key.c torture_assert(torture, handle, "OpenPolicy2 failed. This test cannot run against this server"); handle 175 source4/torture/rpc/session_key.c if (!test_CreateSecret_basic(p, torture, handle)) { handle 86 source4/torture/rpc/spoolss.c op.out.handle = &ctx->server_handle; handle 753 source4/torture/rpc/spoolss.c struct policy_handle *handle) handle 762 source4/torture/rpc/spoolss.c r.in.handle = handle; handle 792 source4/torture/rpc/spoolss.c struct policy_handle *handle) handle 797 source4/torture/rpc/spoolss.c r.in.handle = handle; handle 798 source4/torture/rpc/spoolss.c r.out.handle = handle; handle 810 source4/torture/rpc/spoolss.c struct policy_handle *handle, handle 818 source4/torture/rpc/spoolss.c r.in.handle = handle; handle 850 source4/torture/rpc/spoolss.c struct policy_handle *handle, bool print_server) handle 864 source4/torture/rpc/spoolss.c r.in.handle = handle; handle 897 source4/torture/rpc/spoolss.c ret &= test_GetForm(tctx, p, handle, info[j].info1.form_name, levels[i]); handle 911 source4/torture/rpc/spoolss.c struct policy_handle *handle, handle 917 source4/torture/rpc/spoolss.c r.in.handle = handle; handle 931 source4/torture/rpc/spoolss.c struct policy_handle *handle, bool print_server) handle 939 source4/torture/rpc/spoolss.c r.in.handle = handle; handle 957 source4/torture/rpc/spoolss.c if (!print_server) ret &= test_GetForm(tctx, p, handle, form_name, 1); handle 963 source4/torture/rpc/spoolss.c sf.in.handle = handle; handle 981 source4/torture/rpc/spoolss.c if (!print_server) ret &= test_GetForm(tctx, p, handle, form_name, 1); handle 983 source4/torture/rpc/spoolss.c if (!test_DeleteForm(tctx, p, handle, form_name)) { handle 1062 source4/torture/rpc/spoolss.c struct policy_handle *handle, uint32_t job_id) handle 1070 source4/torture/rpc/spoolss.c r.in.handle = handle; handle 1111 source4/torture/rpc/spoolss.c struct policy_handle *handle, uint32_t job_id, handle 1117 source4/torture/rpc/spoolss.c r.in.handle = handle; handle 1164 source4/torture/rpc/spoolss.c struct policy_handle *handle) handle 1171 source4/torture/rpc/spoolss.c r.in.handle = handle; handle 1192 source4/torture/rpc/spoolss.c struct policy_handle *handle) handle 1200 source4/torture/rpc/spoolss.c r.in.handle = handle; handle 1229 source4/torture/rpc/spoolss.c test_GetJob(tctx, p, handle, info[j].info1.job_id); handle 1233 source4/torture/rpc/spoolss.c test_SetJob(tctx, p, handle, info[j].info1.job_id, SPOOLSS_JOB_CONTROL_PAUSE); handle 1234 source4/torture/rpc/spoolss.c test_SetJob(tctx, p, handle, info[j].info1.job_id, SPOOLSS_JOB_CONTROL_RESUME); handle 1247 source4/torture/rpc/spoolss.c struct policy_handle *handle) handle 1263 source4/torture/rpc/spoolss.c s.in.handle = handle; handle 1278 source4/torture/rpc/spoolss.c sp.in.handle = handle; handle 1287 source4/torture/rpc/spoolss.c w.in.handle = handle; handle 1297 source4/torture/rpc/spoolss.c ep.in.handle = handle; handle 1306 source4/torture/rpc/spoolss.c e.in.handle = handle; handle 1312 source4/torture/rpc/spoolss.c ret &= test_AddJob(tctx, p, handle); handle 1313 source4/torture/rpc/spoolss.c ret &= test_EnumJobs(tctx, p, handle); handle 1315 source4/torture/rpc/spoolss.c ret &= test_SetJob(tctx, p, handle, job_id, SPOOLSS_JOB_CONTROL_DELETE); handle 1322 source4/torture/rpc/spoolss.c struct policy_handle *handle) handle 1336 source4/torture/rpc/spoolss.c r.in.handle = handle; handle 1355 source4/torture/rpc/spoolss.c struct policy_handle *handle) handle 1369 source4/torture/rpc/spoolss.c r.in.handle = handle; handle 1388 source4/torture/rpc/spoolss.c struct policy_handle *handle, handle 1397 source4/torture/rpc/spoolss.c r.in.handle = handle; handle 1423 source4/torture/rpc/spoolss.c struct policy_handle *handle, handle 1432 source4/torture/rpc/spoolss.c r.in.handle = handle; handle 1465 source4/torture/rpc/spoolss.c struct policy_handle *handle) handle 1471 source4/torture/rpc/spoolss.c r.in.handle = handle; handle 1502 source4/torture/rpc/spoolss.c test_GetPrinterData(tctx, p, handle, r.out.value_name); handle 1505 source4/torture/rpc/spoolss.c p, handle, "PrinterDriverData", handle 1517 source4/torture/rpc/spoolss.c struct policy_handle *handle) handle 1525 source4/torture/rpc/spoolss.c r.in.handle = handle; handle 1549 source4/torture/rpc/spoolss.c struct policy_handle *handle, handle 1555 source4/torture/rpc/spoolss.c r.in.handle = handle; handle 1569 source4/torture/rpc/spoolss.c struct policy_handle *handle) handle 1575 source4/torture/rpc/spoolss.c r.in.handle = handle; handle 1586 source4/torture/rpc/spoolss.c if (!test_GetPrinterData(tctx, p, handle, value_name)) { handle 1590 source4/torture/rpc/spoolss.c if (!test_DeletePrinterData(tctx, p, handle, value_name)) { handle 1599 source4/torture/rpc/spoolss.c struct policy_handle *handle) handle 1622 source4/torture/rpc/spoolss.c cp.in.handle = handle; handle 1623 source4/torture/rpc/spoolss.c cp.out.handle = handle; handle 1643 source4/torture/rpc/spoolss.c struct policy_handle handle; handle 1650 source4/torture/rpc/spoolss.c op.out.handle = &handle; handle 1662 source4/torture/rpc/spoolss.c ret &=test_ClosePrinter(tctx, p, &handle); handle 1671 source4/torture/rpc/spoolss.c opEx.out.handle = &handle; handle 1683 source4/torture/rpc/spoolss.c ret &=test_ClosePrinter(tctx, p, &handle); handle 1695 source4/torture/rpc/spoolss.c struct policy_handle handle; handle 1702 source4/torture/rpc/spoolss.c r.out.handle = &handle; handle 1712 source4/torture/rpc/spoolss.c if (!test_GetPrinter(tctx, p, &handle)) { handle 1717 source4/torture/rpc/spoolss.c if (!test_SecondaryClosePrinter(tctx, p, &handle)) { handle 1722 source4/torture/rpc/spoolss.c if (!test_ClosePrinter(tctx, p, &handle)) { handle 1731 source4/torture/rpc/spoolss.c const char *name, struct policy_handle *handle) handle 1750 source4/torture/rpc/spoolss.c r.out.handle = handle; handle 1775 source4/torture/rpc/spoolss.c struct policy_handle handle; handle 1778 source4/torture/rpc/spoolss.c if (!call_OpenPrinterEx(tctx, p, name, &handle)) { handle 1782 source4/torture/rpc/spoolss.c if (!test_GetPrinter(tctx, p, &handle)) { handle 1786 source4/torture/rpc/spoolss.c if (!test_EnumForms(tctx, p, &handle, false)) { handle 1790 source4/torture/rpc/spoolss.c if (!test_AddForm(tctx, p, &handle, false)) { handle 1794 source4/torture/rpc/spoolss.c if (!test_EnumPrinterData(tctx, p, &handle)) { handle 1798 source4/torture/rpc/spoolss.c if (!test_EnumPrinterDataEx(tctx, p, &handle)) { handle 1802 source4/torture/rpc/spoolss.c if (!test_PausePrinter(tctx, p, &handle)) { handle 1806 source4/torture/rpc/spoolss.c if (!test_DoPrintTest(tctx, p, &handle)) { handle 1810 source4/torture/rpc/spoolss.c if (!test_ResumePrinter(tctx, p, &handle)) { handle 1814 source4/torture/rpc/spoolss.c if (!test_SetPrinterData(tctx, p, &handle)) { handle 1819 source4/torture/rpc/spoolss.c if (!test_SecondaryClosePrinter(tctx, p, &handle)) { handle 1824 source4/torture/rpc/spoolss.c if (!test_ClosePrinter(tctx, p, &handle)) { handle 1904 source4/torture/rpc/spoolss.c struct policy_handle *handle, handle 1913 source4/torture/rpc/spoolss.c r.in.handle = handle; handle 197 source4/torture/rpc/spoolss_notify.c struct policy_handle handle; handle 211 source4/torture/rpc/spoolss_notify.c q.out.handle = &handle; handle 266 source4/torture/rpc/spoolss_notify.c r.in.handle = &handle; handle 274 source4/torture/rpc/spoolss_notify.c cp.in.handle = &handle; handle 275 source4/torture/rpc/spoolss_notify.c cp.out.handle = &handle; handle 307 source4/torture/rpc/spoolss_notify.c r.out.handle = &h; handle 315 source4/torture/rpc/spoolss_notify.c s.in.handle = &h; handle 316 source4/torture/rpc/spoolss_notify.c s.out.handle = &h; handle 44 source4/torture/rpc/spoolss_win.c struct policy_handle *handle, handle 60 source4/torture/rpc/spoolss_win.c op.out.handle = handle; handle 85 source4/torture/rpc/spoolss_win.c struct policy_handle handle; handle 101 source4/torture/rpc/spoolss_win.c op.out.handle = &handle; handle 103 source4/torture/rpc/spoolss_win.c cp.in.handle = &handle; handle 104 source4/torture/rpc/spoolss_win.c cp.out.handle = &handle; handle 122 source4/torture/rpc/spoolss_win.c struct policy_handle *handle); handle 127 source4/torture/rpc/spoolss_win.c struct policy_handle *handle) handle 134 source4/torture/rpc/spoolss_win.c ret = test_OpenPrinterEx(tctx, p, handle, printername, 0); handle 137 source4/torture/rpc/spoolss_win.c ret = test_ClosePrinter(tctx, p, handle); handle 145 source4/torture/rpc/spoolss_win.c ret = test_OpenPrinterEx(tctx, p, handle, printername, SERVER_EXECUTE); handle 153 source4/torture/rpc/spoolss_win.c struct policy_handle *handle, handle 165 source4/torture/rpc/spoolss_win.c gpd.in.handle = handle; handle 229 source4/torture/rpc/spoolss_win.c struct policy_handle *handle, handle 241 source4/torture/rpc/spoolss_win.c gp.in.handle = handle; handle 272 source4/torture/rpc/spoolss_win.c struct policy_handle *handle) handle 283 source4/torture/rpc/spoolss_win.c ej.in.handle = handle; handle 308 source4/torture/rpc/spoolss_win.c struct policy_handle *handle) handle 319 source4/torture/rpc/spoolss_win.c gpd2.in.handle = handle; handle 343 source4/torture/rpc/spoolss_win.c struct policy_handle *handle, handle 355 source4/torture/rpc/spoolss_win.c ef.in.handle = handle; handle 381 source4/torture/rpc/spoolss_win.c struct policy_handle *handle, handle 392 source4/torture/rpc/spoolss_win.c epk.in.handle = handle; handle 418 source4/torture/rpc/spoolss_win.c struct policy_handle *handle, handle 431 source4/torture/rpc/spoolss_win.c epde.in.handle = handle; handle 455 source4/torture/rpc/spoolss_win.c struct policy_handle *handle) handle 460 source4/torture/rpc/spoolss_win.c cp.in.handle = handle; handle 461 source4/torture/rpc/spoolss_win.c cp.out.handle = handle; handle 38 source4/torture/rpc/svcctl.c r.out.handle = h; handle 51 source4/torture/rpc/svcctl.c r.in.handle = h; handle 52 source4/torture/rpc/svcctl.c r.out.handle = h; handle 68 source4/torture/rpc/svcctl.c r.out.handle = s; handle 93 source4/torture/rpc/svcctl.c r.in.handle = &s; handle 128 source4/torture/rpc/svcctl.c r.in.handle = &s; handle 173 source4/torture/rpc/svcctl.c r.in.handle = &s; handle 217 source4/torture/rpc/svcctl.c r.in.handle = &s; handle 278 source4/torture/rpc/svcctl.c r.in.handle = &s; handle 328 source4/torture/rpc/svcctl.c r.in.handle = &s; handle 361 source4/torture/rpc/svcctl.c r.in.handle = &s; handle 394 source4/torture/rpc/svcctl.c r.in.handle = &h; handle 55 source4/torture/rpc/testjoin.c struct policy_handle *handle, const char *name) handle 68 source4/torture/rpc/testjoin.c n.in.domain_handle = handle; handle 81 source4/torture/rpc/testjoin.c r.in.domain_handle = handle; handle 124 source4/torture/rpc/testjoin.c struct policy_handle handle; handle 163 source4/torture/rpc/testjoin.c c.out.connect_handle = &handle; handle 178 source4/torture/rpc/testjoin.c l.in.connect_handle = &handle; handle 193 source4/torture/rpc/testjoin.c o.in.connect_handle = &handle; handle 60 source4/torture/rpc/winreg.c struct policy_handle *handle) handle 66 source4/torture/rpc/winreg.c r.in.handle = handle; handle 79 source4/torture/rpc/winreg.c struct policy_handle *handle) handle 84 source4/torture/rpc/winreg.c r.in.handle = handle; handle 106 source4/torture/rpc/winreg.c struct policy_handle *handle, const char *name, handle 114 source4/torture/rpc/winreg.c r.in.handle = handle; handle 137 source4/torture/rpc/winreg.c struct policy_handle *handle, const char *name, handle 169 source4/torture/rpc/winreg.c r.in.handle = handle; handle 188 source4/torture/rpc/winreg.c struct policy_handle *handle, handle 206 source4/torture/rpc/winreg.c r.in.handle = handle; handle 243 source4/torture/rpc/winreg.c struct policy_handle *handle, handle 246 source4/torture/rpc/winreg.c return _test_GetKeySecurity(p, tctx, handle, NULL, WERR_OK, sd_out); handle 251 source4/torture/rpc/winreg.c struct policy_handle *handle, handle 296 source4/torture/rpc/winreg.c r.in.handle = handle; handle 312 source4/torture/rpc/winreg.c struct policy_handle *handle, handle 315 source4/torture/rpc/winreg.c return _test_SetKeySecurity(p, tctx, handle, NULL, sd, WERR_OK); handle 319 source4/torture/rpc/winreg.c struct policy_handle *handle) handle 324 source4/torture/rpc/winreg.c r.in.handle = r.out.handle = handle; handle 335 source4/torture/rpc/winreg.c struct policy_handle *handle) handle 340 source4/torture/rpc/winreg.c r.in.handle = handle; handle 364 source4/torture/rpc/winreg.c r.out.handle = key_handle; handle 389 source4/torture/rpc/winreg.c struct policy_handle *handle, const char *key) handle 394 source4/torture/rpc/winreg.c r.in.handle = handle; handle 404 source4/torture/rpc/winreg.c struct policy_handle *handle, handle 410 source4/torture/rpc/winreg.c if (!_test_GetKeySecurity(p, tctx, handle, NULL, get_werr, &sd)) { handle 414 source4/torture/rpc/winreg.c if (!_test_SetKeySecurity(p, tctx, handle, NULL, sd, set_werr)) { handle 423 source4/torture/rpc/winreg.c struct policy_handle *handle, handle 431 source4/torture/rpc/winreg.c if (!test_OpenKey(p, tctx, handle, key, &new_handle)) { handle 449 source4/torture/rpc/winreg.c struct policy_handle *handle, handle 460 source4/torture/rpc/winreg.c if (!_test_OpenKey(p, tctx, handle, key, access_mask, &new_handle, handle 483 source4/torture/rpc/winreg.c struct policy_handle *handle, handle 489 source4/torture/rpc/winreg.c if (!test_GetKeySecurity(p, tctx, handle, &sd)) { handle 508 source4/torture/rpc/winreg.c struct policy_handle *handle, handle 515 source4/torture/rpc/winreg.c if (!test_OpenKey(p, tctx, handle, key, &new_handle)) { handle 528 source4/torture/rpc/winreg.c struct policy_handle *handle, handle 535 source4/torture/rpc/winreg.c if (!_test_GetKeySecurity(p, tctx, handle, &sec_info, WERR_OK, &sd)) { handle 554 source4/torture/rpc/winreg.c struct policy_handle *handle, handle 561 source4/torture/rpc/winreg.c if (!_test_OpenKey(p, tctx, handle, key, SEC_FLAG_SYSTEM_SECURITY, handle 575 source4/torture/rpc/winreg.c struct policy_handle *handle, handle 581 source4/torture/rpc/winreg.c if (!_test_GetKeySecurity(p, tctx, handle, &sec_info, WERR_OK, &sd)) { handle 594 source4/torture/rpc/winreg.c struct policy_handle *handle, handle 601 source4/torture/rpc/winreg.c if (!test_OpenKey(p, tctx, handle, key, &new_handle)) { handle 614 source4/torture/rpc/winreg.c struct policy_handle *handle, handle 620 source4/torture/rpc/winreg.c if (!_test_GetKeySecurity(p, tctx, handle, &sec_info, WERR_OK, &sd)) { handle 633 source4/torture/rpc/winreg.c struct policy_handle *handle, handle 640 source4/torture/rpc/winreg.c if (!test_OpenKey(p, tctx, handle, key, &new_handle)) { handle 653 source4/torture/rpc/winreg.c struct policy_handle *handle, handle 660 source4/torture/rpc/winreg.c if (!test_GetKeySecurity(p, tctx, handle, &sd)) { handle 680 source4/torture/rpc/winreg.c struct policy_handle *handle, handle 686 source4/torture/rpc/winreg.c if (!test_GetKeySecurity(p, tctx, handle, &sd)) { handle 705 source4/torture/rpc/winreg.c struct policy_handle *handle, handle 712 source4/torture/rpc/winreg.c if (!test_OpenKey(p, tctx, handle, key, &new_handle)) { handle 729 source4/torture/rpc/winreg.c struct policy_handle *handle, handle 736 source4/torture/rpc/winreg.c if (!test_OpenKey(p, tctx, handle, key, &new_handle)) { handle 753 source4/torture/rpc/winreg.c struct policy_handle *handle, handle 781 source4/torture/rpc/winreg.c if (!test_OpenKey(p, tctx, handle, key, &new_handle)) { handle 823 source4/torture/rpc/winreg.c if (!test_CreateKey(p, tctx, handle, TEST_SUBKEY_SD, NULL)) { handle 828 source4/torture/rpc/winreg.c if (!test_OpenKey(p, tctx, handle, TEST_SUBKEY_SD, &new_handle)) { handle 840 source4/torture/rpc/winreg.c if (!test_CreateKey(p, tctx, handle, TEST_SUBSUBKEY_SD, NULL)) { handle 845 source4/torture/rpc/winreg.c if (!test_OpenKey(p, tctx, handle, TEST_SUBSUBKEY_SD, &new_handle)) { handle 858 source4/torture/rpc/winreg.c test_Cleanup(p, tctx, handle, TEST_SUBKEY_SD); handle 859 source4/torture/rpc/winreg.c test_RestoreSecurity(p, tctx, handle, key, sd_orig); handle 866 source4/torture/rpc/winreg.c struct policy_handle *handle, handle 893 source4/torture/rpc/winreg.c if (!test_OpenKey(p, tctx, handle, key, &new_handle)) { handle 932 source4/torture/rpc/winreg.c if (!test_CreateKey(p, tctx, handle, TEST_SUBSUBKEY_SD, NULL)) { handle 936 source4/torture/rpc/winreg.c if (!test_OpenKey(p, tctx, handle, TEST_SUBSUBKEY_SD, &new_handle)) { handle 960 source4/torture/rpc/winreg.c if (!test_OpenKey(p, tctx, handle, TEST_SUBKEY_SD, &new_handle)) { handle 980 source4/torture/rpc/winreg.c test_Cleanup(p, tctx, handle, TEST_SUBKEY_SD); handle 981 source4/torture/rpc/winreg.c test_RestoreSecurity(p, tctx, handle, key, sd_orig); handle 988 source4/torture/rpc/winreg.c struct policy_handle *handle, handle 1028 source4/torture/rpc/winreg.c if (_test_SecurityDescriptor(p, tctx, handle, handle 1048 source4/torture/rpc/winreg.c struct policy_handle *handle, handle 1070 source4/torture/rpc/winreg.c if (!_test_OpenKey(p, tctx, handle, key, handle 1099 source4/torture/rpc/winreg.c present = fn(p, tctx, handle, key, sid); handle 1119 source4/torture/rpc/winreg.c struct policy_handle *handle, handle 1236 source4/torture/rpc/winreg.c if (!test_BackupSecurity(p, tctx, handle, key, &sd_orig)) { handle 1246 source4/torture/rpc/winreg.c if (!test_SetSecurityDescriptor_SecInfo(p, tctx, handle, handle 1270 source4/torture/rpc/winreg.c if (!test_SetSecurityDescriptor_SecInfo(p, tctx, handle, handle 1294 source4/torture/rpc/winreg.c if (!test_SetSecurityDescriptor_SecInfo(p, tctx, handle, handle 1318 source4/torture/rpc/winreg.c if (!test_SetSecurityDescriptor_SecInfo(p, tctx, handle, handle 1337 source4/torture/rpc/winreg.c test_RestoreSecurity(p, tctx, handle, key, sd_orig); handle 1344 source4/torture/rpc/winreg.c struct policy_handle *handle, handle 1349 source4/torture/rpc/winreg.c if (!test_SecurityDescriptor(p, tctx, handle, key)) { handle 1354 source4/torture/rpc/winreg.c if (!test_SecurityDescriptorInheritance(p, tctx, handle, key)) { handle 1359 source4/torture/rpc/winreg.c if (!test_SecurityDescriptorBlockInheritance(p, tctx, handle, key)) { handle 1364 source4/torture/rpc/winreg.c if (!test_SecurityDescriptorsSecInfo(p, tctx, handle, key)) { handle 1369 source4/torture/rpc/winreg.c if (!test_SecurityDescriptorsMasks(p, tctx, handle, key)) { handle 1378 source4/torture/rpc/winreg.c struct policy_handle *handle, const char *key) handle 1383 source4/torture/rpc/winreg.c r.in.handle = handle; handle 1396 source4/torture/rpc/winreg.c struct policy_handle *handle, char *kclass) handle 1405 source4/torture/rpc/winreg.c r.in.handle = handle; handle 1430 source4/torture/rpc/winreg.c struct policy_handle *handle, int depth, handle 1434 source4/torture/rpc/winreg.c struct policy_handle *handle, int depth, handle 1446 source4/torture/rpc/winreg.c r.in.handle = handle; handle 1466 source4/torture/rpc/winreg.c if (!test_OpenKey(p, tctx, handle, r.out.name->name, handle 1490 source4/torture/rpc/winreg.c struct policy_handle *handle, handle 1498 source4/torture/rpc/winreg.c r.in.key_handle = handle; handle 1530 source4/torture/rpc/winreg.c struct policy_handle *handle, handle 1540 source4/torture/rpc/winreg.c r.in.handle = handle; handle 1559 source4/torture/rpc/winreg.c struct policy_handle *handle, int max_valnamelen, handle 1573 source4/torture/rpc/winreg.c r.in.handle = handle; handle 1588 source4/torture/rpc/winreg.c ret &= test_QueryValue(p, tctx, handle, handle 1590 source4/torture/rpc/winreg.c ret &= test_QueryMultipleValues(p, tctx, handle, handle 1674 source4/torture/rpc/winreg.c struct policy_handle *handle, int depth, handle 1680 source4/torture/rpc/winreg.c if (!test_QueryInfoKey(p, tctx, handle, NULL)) { handle 1683 source4/torture/rpc/winreg.c if (!test_NotifyChangeKeyValue(p, tctx, handle)) { handle 1686 source4/torture/rpc/winreg.c if (test_security && !test_GetKeySecurity(p, tctx, handle, NULL)) { handle 1689 source4/torture/rpc/winreg.c if (!test_EnumKey(p, tctx, handle, depth, test_security)) { handle 1692 source4/torture/rpc/winreg.c if (!test_EnumValue(p, tctx, handle, 0xFF, 0xFFFF)) { handle 1695 source4/torture/rpc/winreg.c test_CloseKey(p, tctx, handle); handle 1705 source4/torture/rpc/winreg.c struct policy_handle handle, newhandle; handle 1715 source4/torture/rpc/winreg.c r.out.handle = &handle; handle 1720 source4/torture/rpc/winreg.c test_Cleanup(p, tctx, &handle, TEST_KEY_BASE); handle 1722 source4/torture/rpc/winreg.c if (!test_CreateKey(p, tctx, &handle, TEST_KEY_BASE, NULL)) { handle 1727 source4/torture/rpc/winreg.c if (test_CreateKey_sd(p, tctx, &handle, TEST_KEY2, handle 1737 source4/torture/rpc/winreg.c if (test_CreateKey_sd(p, tctx, &handle, TEST_KEY4, NULL, &newhandle)) { handle 1746 source4/torture/rpc/winreg.c if (created4 && !test_SecurityDescriptors(p, tctx, &handle, TEST_KEY4)) { handle 1750 source4/torture/rpc/winreg.c if (created4 && !test_DeleteKey(p, tctx, &handle, TEST_KEY4)) { handle 1755 source4/torture/rpc/winreg.c if (created2 && !test_DeleteKey(p, tctx, &handle, TEST_KEY2)) { handle 1762 source4/torture/rpc/winreg.c if(!test_key(p, tctx, &handle, MAX_DEPTH - 1, true)) { handle 1766 source4/torture/rpc/winreg.c if (!test_key(p, tctx, &handle, 0, true)) { handle 1771 source4/torture/rpc/winreg.c test_Cleanup(p, tctx, &handle, TEST_KEY_BASE); handle 1779 source4/torture/rpc/winreg.c struct policy_handle handle, newhandle; handle 1789 source4/torture/rpc/winreg.c r.out.handle = &handle; handle 1794 source4/torture/rpc/winreg.c test_Cleanup(p, tctx, &handle, TEST_KEY_BASE); handle 1796 source4/torture/rpc/winreg.c if (!test_CreateKey(p, tctx, &handle, TEST_KEY_BASE, NULL)) { handle 1801 source4/torture/rpc/winreg.c if (!test_CreateKey(p, tctx, &handle, TEST_KEY1, NULL)) { handle 1808 source4/torture/rpc/winreg.c if (created && !test_FlushKey(p, tctx, &handle)) { handle 1813 source4/torture/rpc/winreg.c if (created && !test_OpenKey(p, tctx, &handle, TEST_KEY1, &newhandle)) handle 1821 source4/torture/rpc/winreg.c if (created && !test_DeleteKey(p, tctx, &handle, TEST_KEY1)) { handle 1828 source4/torture/rpc/winreg.c if (created && !test_FlushKey(p, tctx, &handle)) { handle 1834 source4/torture/rpc/winreg.c !_test_OpenKey(p, tctx, &handle, TEST_KEY1, handle 1843 source4/torture/rpc/winreg.c if (!test_GetVersion(p, tctx, &handle)) { handle 1848 source4/torture/rpc/winreg.c if (created && test_CreateKey(p, tctx, &handle, TEST_KEY3, NULL)) { handle 1853 source4/torture/rpc/winreg.c test_CreateKey(p, tctx, &handle, TEST_SUBKEY, NULL)) { handle 1858 source4/torture/rpc/winreg.c !test_DeleteKey(p, tctx, &handle, TEST_KEY3)) { handle 1865 source4/torture/rpc/winreg.c if(!test_key(p, tctx, &handle, MAX_DEPTH - 1, false)) { handle 1869 source4/torture/rpc/winreg.c if (!test_key(p, tctx, &handle, 0, false)) { handle 1874 source4/torture/rpc/winreg.c test_Cleanup(p, tctx, &handle, TEST_KEY_BASE); handle 161 source4/torture/rpc/wkssvc.c uint32_t handle = 0; handle 192 source4/torture/rpc/wkssvc.c r.in.resume_handle = r.out.resume_handle = &handle; handle 260 source4/torture/rpc/wkssvc.c uint32_t handle = 0; handle 294 source4/torture/rpc/wkssvc.c r.in.resume_handle = r.out.resume_handle = &handle; handle 420 source4/torture/rpc/wkssvc.c uint32_t handle = 0; handle 437 source4/torture/rpc/wkssvc.c r.in.resume_handle = r.out.resume_handle = &handle; handle 32 source4/torture/smb2/connect.c static NTSTATUS torture_smb2_close(struct smb2_tree *tree, struct smb2_handle handle) handle 39 source4/torture/smb2/connect.c io.in.file.handle = handle; handle 67 source4/torture/smb2/connect.c static NTSTATUS torture_smb2_write(struct torture_context *tctx, struct smb2_tree *tree, struct smb2_handle handle) handle 88 source4/torture/smb2/connect.c w.in.file.handle = handle; handle 98 source4/torture/smb2/connect.c torture_smb2_all_info(tree, handle); handle 106 source4/torture/smb2/connect.c torture_smb2_all_info(tree, handle); handle 109 source4/torture/smb2/connect.c f.in.file.handle = handle; handle 118 source4/torture/smb2/connect.c r.in.file.handle = handle; handle 163 source4/torture/smb2/connect.c return io.out.file.handle; handle 178 source4/torture/smb2/connect.c (long long)io.out.file.handle.data[0], handle 179 source4/torture/smb2/connect.c (long long)io.out.file.handle.data[1]); handle 184 source4/torture/smb2/connect.c return io.out.file.handle; handle 73 source4/torture/smb2/create.c status = smb2_util_close(tree, io.out.file.handle); handle 128 source4/torture/smb2/create.c status = smb2_util_close(tree, io.out.file.handle); handle 157 source4/torture/smb2/create.c status = smb2_util_close(tree, io.out.file.handle); handle 191 source4/torture/smb2/create.c status = smb2_util_close(tree, io.out.file.handle); handle 217 source4/torture/smb2/create.c status = smb2_util_close(tree, io.out.file.handle); handle 235 source4/torture/smb2/create.c status = smb2_util_close(tree, io.out.file.handle); handle 254 source4/torture/smb2/create.c q.access_information.in.file.handle = io.out.file.handle; handle 302 source4/torture/smb2/create.c status = smb2_util_close(tree, io.out.file.handle); handle 311 source4/torture/smb2/create.c status = smb2_util_close(tree, io.out.file.handle); handle 319 source4/torture/smb2/create.c status = smb2_util_close(tree, io.out.file.handle); handle 328 source4/torture/smb2/create.c status = smb2_util_close(tree, io.out.file.handle); handle 342 source4/torture/smb2/create.c status = smb2_util_close(tree, io.out.file.handle); handle 353 source4/torture/smb2/create.c status = smb2_util_close(tree, io.out.file.handle); handle 404 source4/torture/smb2/create.c q.query_secdesc.in.file.handle = io.out.file.handle; handle 413 source4/torture/smb2/create.c status = smb2_util_close(tree, io.out.file.handle); handle 435 source4/torture/smb2/create.c q.query_secdesc.in.file.handle = io.out.file.handle; handle 34 source4/torture/smb2/dir.c struct smb2_handle handle; handle 42 source4/torture/smb2/dir.c status = smb2_util_roothandle(tree, &handle); handle 48 source4/torture/smb2/dir.c f.in.file.handle = handle; handle 80 source4/torture/smb2/find.c struct smb2_handle handle; handle 88 source4/torture/smb2/find.c status = smb2_create_complex_file(tree, FNAME, &handle); handle 94 source4/torture/smb2/find.c io.generic.in.file.handle = handle; handle 102 source4/torture/smb2/find.c io.generic.in.file.handle = handle; handle 108 source4/torture/smb2/find.c status = smb2_util_roothandle(tree, &handle); handle 114 source4/torture/smb2/find.c f.in.file.handle = handle; handle 114 source4/torture/smb2/getinfo.c file_levels[i].finfo.generic.in.file.handle = hfile; handle 122 source4/torture/smb2/getinfo.c file_levels[i].dinfo.generic.in.file.handle = hdir; handle 145 source4/torture/smb2/getinfo.c struct smb2_handle handle; handle 148 source4/torture/smb2/getinfo.c status = smb2_util_roothandle(tree, &handle); handle 156 source4/torture/smb2/getinfo.c fs_levels[i].info.generic.handle = handle; handle 174 source4/torture/smb2/getinfo.c struct smb2_handle handle; handle 178 source4/torture/smb2/getinfo.c status = smb2_util_roothandle(tree, &handle); handle 189 source4/torture/smb2/getinfo.c b.in.file.handle = handle; handle 68 source4/torture/smb2/lock.c lck.in.file.handle = h; handle 78 source4/torture/smb2/lock.c lck.in.file.handle = h; handle 87 source4/torture/smb2/lock.c lck.in.file.handle.data[0] +=1; handle 90 source4/torture/smb2/lock.c lck.in.file.handle.data[0] -=1; handle 94 source4/torture/smb2/lock.c lck.in.file.handle = h; handle 131 source4/torture/smb2/lock.c lck.in.file.handle = h; handle 182 source4/torture/smb2/lock.c lck.in.file.handle = h; handle 192 source4/torture/smb2/lock.c lck.in.file.handle = h; handle 211 source4/torture/smb2/lock.c lck.in.file.handle = h; handle 242 source4/torture/smb2/lock.c lck.in.file.handle = h; handle 342 source4/torture/smb2/lock.c lck.in.file.handle = h1; handle 353 source4/torture/smb2/lock.c lck.in.file.handle = h1; handle 377 source4/torture/smb2/lock.c h2 = cr.out.file.handle; handle 380 source4/torture/smb2/lock.c wr.in.file.handle = h1; handle 388 source4/torture/smb2/lock.c rd.in.file.handle = h1; handle 396 source4/torture/smb2/lock.c wr.in.file.handle = h2; handle 404 source4/torture/smb2/lock.c rd.in.file.handle = h2; handle 413 source4/torture/smb2/lock.c lck.in.file.handle = h1; handle 423 source4/torture/smb2/lock.c wr.in.file.handle = h2; handle 431 source4/torture/smb2/lock.c rd.in.file.handle = h2; handle 505 source4/torture/smb2/lock.c lck.in.file.handle = h; handle 36 source4/torture/smb2/maxwrite.c struct smb2_handle handle) handle 52 source4/torture/smb2/maxwrite.c w.in.file.handle = handle; handle 67 source4/torture/smb2/maxwrite.c status = smb2_util_close(tree, handle); handle 77 source4/torture/smb2/maxwrite.c handle = torture_smb2_create(tree, FNAME); handle 85 source4/torture/smb2/maxwrite.c r.in.file.handle = handle; handle 103 source4/torture/smb2/maxwrite.c smb2_util_close(tree, handle); handle 71 source4/torture/smb2/notify.c n.in.file.handle = dh; handle 144 source4/torture/smb2/notify.c n.in.file.handle = dh; handle 178 source4/torture/smb2/notify.c n.in.file.handle = dh; handle 45 source4/torture/smb2/oplocks.c struct smb2_handle handle; handle 68 source4/torture/smb2/oplocks.c const struct smb2_handle *handle, handle 75 source4/torture/smb2/oplocks.c break_info.handle = *handle; handle 94 source4/torture/smb2/oplocks.c break_info.br.in.file.handle = *handle; handle 152 source4/torture/smb2/oplocks.c h1 = io.out.file.handle; handle 168 source4/torture/smb2/oplocks.c h2 = io.out.file.handle; handle 104 source4/torture/smb2/persistent_handles.c h1 = io1.out.file.handle; handle 108 source4/torture/smb2/persistent_handles.c qfinfo.generic.in.file.handle = h1; handle 118 source4/torture/smb2/persistent_handles.c sfinfo.generic.in.file.handle = h1; handle 125 source4/torture/smb2/persistent_handles.c qfinfo.generic.in.file.handle = h1; handle 138 source4/torture/smb2/persistent_handles.c qfinfo.generic.in.file.handle = h1; handle 164 source4/torture/smb2/persistent_handles.c h2 = io2.out.file.handle; handle 168 source4/torture/smb2/persistent_handles.c qfinfo.generic.in.file.handle = h2; handle 68 source4/torture/smb2/read.c rd.in.file.handle = h; handle 152 source4/torture/smb2/read.c rd.in.file.handle = h; handle 162 source4/torture/smb2/read.c info.generic.in.file.handle = h; handle 193 source4/torture/smb2/read.c rd.in.file.handle = h; handle 78 source4/torture/smb2/scan.c io.in.file.handle = fhandle; handle 88 source4/torture/smb2/scan.c io.in.file.handle = dhandle; handle 111 source4/torture/smb2/scan.c struct smb2_handle handle; handle 125 source4/torture/smb2/scan.c torture_smb2_testfile(tree, FNAME, &handle); handle 133 source4/torture/smb2/scan.c io.in.file.handle = handle; handle 154 source4/torture/smb2/scan.c struct smb2_handle handle; handle 161 source4/torture/smb2/scan.c status = smb2_util_roothandle(tree, &handle); handle 168 source4/torture/smb2/scan.c io.in.file.handle = handle; handle 176 source4/torture/smb2/scan.c io.in.file.handle = handle; handle 43 source4/torture/smb2/setinfo.c struct smb2_handle handle; handle 56 source4/torture/smb2/setinfo.c ZERO_STRUCT(handle); handle 66 source4/torture/smb2/setinfo.c smb2_util_close(tree, handle); \ handle 67 source4/torture/smb2/setinfo.c status = smb2_create_complex_file(tree, fname, &handle); \ handle 84 source4/torture/smb2/setinfo.c sfinfo.generic.in.file.handle = handle; \ handle 97 source4/torture/smb2/setinfo.c finfo2.generic.in.file.handle = handle; \ handle 112 source4/torture/smb2/setinfo.c torture_smb2_all_info(tree, handle); \ handle 126 source4/torture/smb2/setinfo.c torture_smb2_all_info(tree, handle); \ handle 139 source4/torture/smb2/setinfo.c torture_smb2_all_info(tree, handle); handle 291 source4/torture/smb2/setinfo.c status = smb2_util_close(tree, handle); handle 41 source4/torture/smb2/util.c struct smb2_handle handle, handle 47 source4/torture/smb2/util.c w.in.file.handle = handle; handle 58 source4/torture/smb2/util.c struct smb2_handle *handle, bool dir) handle 103 source4/torture/smb2/util.c *handle = io.out.file.handle; handle 106 source4/torture/smb2/util.c status = smb2_util_write(tree, *handle, buf, 0, sizeof(buf)); handle 113 source4/torture/smb2/util.c setfile.generic.in.file.handle = *handle; handle 129 source4/torture/smb2/util.c fileinfo.generic.in.file.handle = *handle; handle 162 source4/torture/smb2/util.c struct smb2_handle *handle) handle 164 source4/torture/smb2/util.c return smb2_create_complex(tree, fname, handle, false); handle 171 source4/torture/smb2/util.c struct smb2_handle *handle) handle 173 source4/torture/smb2/util.c return smb2_create_complex(tree, fname, handle, true); handle 179 source4/torture/smb2/util.c void torture_smb2_all_info(struct smb2_tree *tree, struct smb2_handle handle) handle 186 source4/torture/smb2/util.c io.generic.in.file.handle = handle; handle 299 source4/torture/smb2/util.c struct smb2_handle *handle) handle 320 source4/torture/smb2/util.c *handle = io.out.file.handle; handle 323 source4/torture/smb2/util.c r.in.file.handle = *handle; handle 336 source4/torture/smb2/util.c struct smb2_handle *handle) handle 353 source4/torture/smb2/util.c *handle = io.out.file.handle; handle 365 source4/torture/smb2/util.c struct smb2_handle handle; handle 366 source4/torture/smb2/util.c NTSTATUS status = smb2_create_complex_file(tree, fname, &handle); handle 368 source4/torture/smb2/util.c return smb2_util_close(tree, handle); handle 378 source4/torture/smb2/util.c struct smb2_handle handle; handle 379 source4/torture/smb2/util.c NTSTATUS status = smb2_create_complex_dir(tree, fname, &handle); handle 381 source4/torture/smb2/util.c return smb2_util_close(tree, handle); handle 388 source4/torture/smb2/util.c NTSTATUS smb2_util_roothandle(struct smb2_tree *tree, struct smb2_handle *handle) handle 405 source4/torture/smb2/util.c *handle = io.out.file.handle; handle 53 source4/winbind/wb_async_helpers.c struct policy_handle *handle, handle 88 source4/winbind/wb_async_helpers.c state->r.in.handle = handle; handle 202 source4/winbind/wb_async_helpers.c struct policy_handle *handle, handle 236 source4/winbind/wb_async_helpers.c state->r.in.handle = handle; handle 410 source4/winbind/wb_async_helpers.c state->c.in.handle = state->user_handle; handle 411 source4/winbind/wb_async_helpers.c state->c.out.handle = state->user_handle; handle 111 source4/winbind/wb_cmd_list_trustdom.c state->r.in.handle = state->lsa_policy; handle 170 source4/winbind/wb_cmd_list_trustdom.c state->r.in.handle = state->lsa_policy; handle 80 source4/winbind/wb_cmd_lookupname.c &domain->libnet_ctx->lsa.handle, 1, &state->name); handle 80 source4/winbind/wb_cmd_lookupsid.c &domain->libnet_ctx->lsa.handle, 1, &state->sid); handle 85 source4/winbind/wb_cmd_userdomgroups.c &domain->libnet_ctx->samr.handle, handle 125 source4/winbind/wb_cmd_usersids.c state->r.in.domain_handle = &domain->libnet_ctx->samr.handle; handle 43 source4/winbind/wb_connect_lsa.c struct policy_handle *handle; handle 89 source4/winbind/wb_connect_lsa.c state->handle = talloc(state, struct policy_handle); handle 90 source4/winbind/wb_connect_lsa.c if (composite_nomem(state->handle, state->ctx)) return; handle 98 source4/winbind/wb_connect_lsa.c state->openpolicy.out.handle = state->handle; handle 130 source4/winbind/wb_connect_lsa.c *lsa_policy = talloc_steal(mem_ctx, state->handle); handle 293 source4/winbind/wb_init_domain.c ZERO_STRUCT(state->domain->libnet_ctx->lsa.handle); handle 300 source4/winbind/wb_init_domain.c state->lsa_openpolicy.out.handle = &state->domain->libnet_ctx->lsa.handle; handle 333 source4/winbind/wb_init_domain.c state->queryinfo.in.handle = &state->domain->libnet_ctx->lsa.handle; handle 399 source4/winbind/wb_init_domain.c &state->domain->libnet_ctx->samr.handle);