file_type          49 examples/pcap2nbench/ntcreateandxresponse.hpp   uint16_t file_type;
file_type          41 examples/pcap2nbench/readandxresponse.hpp   uint16_t file_type;
file_type        13318 librpc/gen_ndr/ndr_spoolss.c 		NDR_CHECK(ndr_push_spoolss_DriverFileType(ndr, NDR_SCALARS, r->file_type));
file_type        13353 librpc/gen_ndr/ndr_spoolss.c 		NDR_CHECK(ndr_pull_spoolss_DriverFileType(ndr, NDR_SCALARS, &r->file_type));
file_type        13386 librpc/gen_ndr/ndr_spoolss.c 	ndr_print_spoolss_DriverFileType(ndr, "file_type", r->file_type);
file_type         990 librpc/gen_ndr/spoolss.h 	enum spoolss_DriverFileType file_type;
file_type        5043 source3/rpc_server/srv_spoolss_nt.c 					  enum spoolss_DriverFileType file_type,
file_type        5049 source3/rpc_server/srv_spoolss_nt.c 	r->file_type	= file_type;
file_type        5926 source3/smbd/trans2.c 	uint32 file_type = IVAL(pdata,56);
file_type        5949 source3/smbd/trans2.c 	switch (file_type) {
file_type         745 source4/libcli/raw/interfaces.h 			uint32_t file_type;
file_type         768 source4/libcli/raw/interfaces.h 			uint32_t file_type;
file_type        1077 source4/libcli/raw/interfaces.h 			uint32_t file_type;
file_type        1098 source4/libcli/raw/interfaces.h 			uint32_t file_type;
file_type        1426 source4/libcli/raw/interfaces.h 			uint16_t file_type;
file_type        2668 source4/libcli/raw/interfaces.h 		uint32_t file_type;
file_type        2687 source4/libcli/raw/interfaces.h 		uint32_t file_type;
file_type         319 source4/libcli/raw/rawfile.c 	parms->ntcreatex.out.file_type =                   SVAL(params, 64);
file_type         712 source4/libcli/raw/rawfile.c 		parms->ntcreatex.out.file_type =                SVAL(req->in.vwv, 63);
file_type         403 source4/libcli/raw/rawfileinfo.c 		parms->unix_basic_info.out.file_type          =            IVAL(blob->data, 52);
file_type         420 source4/libcli/raw/rawfileinfo.c 		parms->unix_info2.out.file_type		= IVAL(blob->data, 52);
file_type         595 source4/libcli/raw/rawsearch.c 		data->unix_info.file_type            = IVAL(blob->data,            64);
file_type         628 source4/libcli/raw/rawsearch.c 		data->unix_info2.file_type          = IVAL(blob->data,  64);
file_type         192 source4/libcli/raw/rawsetfileinfo.c 		SIVAL(blob->data, 56, parms->unix_basic.in.file_type);
file_type         209 source4/libcli/raw/rawsetfileinfo.c 		SIVAL(blob->data,  56,parms->unix_info2.in.file_type);
file_type         284 source4/ntvfs/ipc/vfs_ipc.c 	oi->ntcreatex.out.file_type = FILE_TYPE_MESSAGE_MODE_PIPE;
file_type         905 source4/ntvfs/ntvfs_generic.c 		info->unix_basic_info.out.file_type = info2->generic.out.file_type;
file_type         425 source4/ntvfs/posix/pvfs_open.c 	io->generic.out.file_type     = FILE_TYPE_DISK;
file_type         826 source4/ntvfs/posix/pvfs_open.c 	io->generic.out.file_type     = FILE_TYPE_DISK;
file_type        1104 source4/ntvfs/posix/pvfs_open.c 	io->generic.out.file_type     = FILE_TYPE_DISK;
file_type        1621 source4/ntvfs/posix/pvfs_open.c 	io->generic.out.file_type     = FILE_TYPE_DISK;
file_type          88 source4/smb_server/smb/nttrans.c 	SSVAL(params,       64, io->ntcreatex.out.file_type);
file_type        2157 source4/smb_server/smb/reply.c 	SSVAL(req->out.vwv,       63, io->ntcreatex.out.file_type);
file_type        1854 source4/torture/gentest.c 	CHECK_EQUAL(ntcreatex.out.file_type);
file_type         752 source4/torture/raw/open.c 	CHECK_VAL(io.ntcreatex.out.file_type, FILE_TYPE_DISK);
file_type         779 source4/torture/raw/open.c 	CHECK_VAL(io.ntcreatex.out.file_type, FILE_TYPE_DISK);
file_type         821 source4/torture/raw/open.c 	CHECK_VAL(io.ntcreatex.out.file_type, FILE_TYPE_DISK);
file_type         929 source4/torture/raw/open.c 	CHECK_VAL(io.ntcreatex.out.file_type, FILE_TYPE_DISK);
file_type         956 source4/torture/raw/open.c 	CHECK_VAL(io.ntcreatex.out.file_type, FILE_TYPE_DISK);
file_type         975 source4/torture/raw/open.c 	CHECK_VAL(io.ntcreatex.out.file_type, FILE_TYPE_DISK);
file_type        1003 source4/torture/raw/open.c 		CHECK_VAL(io.ntcreatex.out.file_type, FILE_TYPE_DISK);
file_type        1085 source4/torture/raw/open.c 	CHECK_VAL(io.ntcreatex.out.file_type, FILE_TYPE_DISK);
file_type          40 source4/torture/unix/unix_info2.c 	uint32_t file_type;
file_type         124 source4/torture/unix/unix_info2.c 	sfinfo.unix_info2.in.file_type = info2->file_type;
file_type         167 source4/torture/unix/unix_info2.c 	info2->file_type = finfo.unix_info2.out.file_type;
file_type         215 source4/torture/unix/unix_info2.c 	info2->file_type = fdata->unix_info2.file_type;
file_type         382 source4/torture/unix/unix_info2.c 	torture_assert_int_equal(torture, finfo->file_type, pinfo->file_type,