dev_type          126 source4/libcli/raw/clitree.c 		p += smbcli_req_pull_string(&req->in.bufinfo, mem_ctx, &parms->tconx.out.dev_type, 
dev_type          262 source4/libcli/raw/interfaces.h 			char *dev_type;
dev_type           74 source4/libcli/smb_composite/connect.c 	if (state->io_tcon->tconx.out.dev_type) {
dev_type           76 source4/libcli/smb_composite/connect.c 						     state->io_tcon->tconx.out.dev_type);
dev_type          242 source4/ntvfs/cifs/vfs_cifs.c 	ntvfs->ctx->dev_type = talloc_strdup(ntvfs->ctx, "A:");
dev_type          243 source4/ntvfs/cifs/vfs_cifs.c 	NT_STATUS_HAVE_NO_MEMORY(ntvfs->ctx->dev_type);
dev_type           74 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 	ntvfs->ctx->dev_type = talloc_strdup(ntvfs->ctx, "A:");
dev_type           75 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 	NT_STATUS_HAVE_NO_MEMORY(ntvfs->ctx->dev_type);
dev_type           99 source4/ntvfs/ipc/vfs_ipc.c 	ntvfs->ctx->dev_type = talloc_strdup(ntvfs->ctx, "IPC");
dev_type          100 source4/ntvfs/ipc/vfs_ipc.c 	NT_STATUS_HAVE_NO_MEMORY(ntvfs->ctx->dev_type);
dev_type          182 source4/ntvfs/ntvfs.h 	char *dev_type;
dev_type          209 source4/ntvfs/posix/vfs_posix.c 	ntvfs->ctx->dev_type = talloc_strdup(ntvfs->ctx, "A:");
dev_type          210 source4/ntvfs/posix/vfs_posix.c 	NT_STATUS_HAVE_NO_MEMORY(ntvfs->ctx->dev_type);
dev_type           40 source4/ntvfs/print/vfs_print.c 	ntvfs->ctx->dev_type = talloc_strdup(ntvfs->ctx, "LPT1:");
dev_type           41 source4/ntvfs/print/vfs_print.c 	NT_STATUS_HAVE_NO_MEMORY(ntvfs->ctx->dev_type);
dev_type           73 source4/ntvfs/simple/vfs_simple.c 	ntvfs->ctx->dev_type = talloc_strdup(ntvfs->ctx, "A:");
dev_type           74 source4/ntvfs/simple/vfs_simple.c 	NT_STATUS_HAVE_NO_MEMORY(ntvfs->ctx->dev_type);
dev_type          251 source4/ntvfs/smb2/vfs_smb2.c 	ntvfs->ctx->dev_type = talloc_strdup(ntvfs->ctx, "A:");
dev_type          252 source4/ntvfs/smb2/vfs_smb2.c 	NT_STATUS_HAVE_NO_MEMORY(ntvfs->ctx->dev_type);
dev_type          138 source4/smb_server/smb/reply.c 		req_push_str(req, NULL, con.tconx.out.dev_type, -1, STR_TERMINATE|STR_ASCII);
dev_type          146 source4/smb_server/smb/reply.c 		req_push_str(req, NULL, con.tconx.out.dev_type, -1, STR_TERMINATE|STR_ASCII);
dev_type          208 source4/smb_server/smb/service.c 	con->tconx.out.dev_type = talloc_strdup(req, req->tcon->ntvfs->dev_type);