Searched refs:fType (Results 201 - 225 of 228) sorted by relevance

12345678910

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Defs.h228 OpenDelegation fType; member in struct:OpenDelegationData
H A DOpenState.cpp163 delegation.fType = OPEN_DELEGATE_NONE;
H A DReplyInterpreter.cpp374 delegData->fType = OPEN_DELEGATE_NONE;
387 delegData->fType = OPEN_DELEGATE_READ;
390 delegData->fType = OPEN_DELEGATE_WRITE;
H A DInodeDir.cpp32 if (fType != NF4DIR)
H A DRequestBuilder.cpp219 fRequest->Stream().AddInt(lock->fType);
297 fRequest->Stream().AddInt(lock->fType);
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPDriver.cpp112 switch (capability->fType) {
/haiku/src/preferences/filetypes/
H A DIconView.h155 BMimeType fType; member in class:IconView
H A DApplicationTypeWindow.cpp91 const char* Type() const { return fType.String(); }
100 BString fType; member in class:SupportedTypeItem
188 fType(type)
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp149 { fType = type; }
160 type_code Type() const { return fType; }
168 type_code fType; member in class:Attribute
187 { return fType; }
234 int32 fType; member in class:Inode
1010 fType(0),
1038 fType = type;
1171 fType = type;
/haiku/src/preferences/mail/
H A DConfigWindow.cpp88 fType(type)
96 if (fType == ACCOUNT_ITEM)
107 if (fType == ACCOUNT_ITEM)
/haiku/src/apps/diskprobe/
H A DDataEditor.cpp498 fType = info.type;
734 bytesWritten = fFile.WriteAttr(fAttribute, fType, fRealViewOffset,
963 bytesRead = node.ReadAttr(fAttribute, fType, fRealViewOffset, fView,
H A DProbeView.cpp173 BString fType; member in class:TypeMenuItem
841 fType(type)
852 *_width += Menu()->StringWidth(fType.String());
867 point.x = Frame().right - 4 - Menu()->StringWidth(fType.String());
870 Menu()->DrawString(fType.String(), point);
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp176 fType(type),
182 uint32 Type() const { return fType; }
187 uint32 fType; member in class:ShutdownProcess::InternalEvent
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp253 fType(image->info.basic_info.type),
300 return fType;
436 image_type fType; member in struct:__anon2::ImageInfo
/haiku/src/system/boot/loader/
H A Dmenu.cpp61 fType(MENU_ITEM_STANDARD),
140 fType = type;
220 fType(type),
/haiku/headers/os/media/
H A DParameterWeb.h281 media_parameter_type fType; member in class:BParameter
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDisc.cpp1067 fType(strdup(type))
1074 free(fType);
/haiku/src/kits/tracker/
H A DStatusWindow.cpp439 fType(type),
599 switch (fType) {
/haiku/src/kits/storage/sniffer/
H A DParser.cpp68 : fType(type)
72 // cout << "New Token, fType == " << tokenTypeToString(fType) << endl;
80 return fType;
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp46 fType(type),
95 return BTransactionIssue(fType, packageName, fPath1, fPath2,
100 BTransactionIssue::BType fType; member in struct:CommitTransactionHandler::TransactionIssueBuilder
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp92 scale_type fType; member in class:Scale
185 fType(type),
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp288 fType(0)
297 fType(0)
314 return fType;
356 fType = B_MIME_STRING_TYPE;
358 fType = B_RAW_TYPE;
364 uint32 fType; member in struct:FUSEVolume::AttrCookie
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp30 fType(type)
44 fParent, fName, fMode, fOpenMode, fType);
55 uint32 fType; member in class:BFSInodeTracing::Create
/haiku/src/kits/media/
H A DParameterWeb.cpp1215 return fType;
1726 fType(type),
/haiku/src/libs/print/libprint/
H A DJobSetupDlg.cpp522 switch (capability->fType) {

Completed in 214 milliseconds

12345678910