Searched refs:fInfo (Results 26 - 50 of 76) sorted by relevance

1234

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.cpp60 : fInfo(info)
70 fInfo.size = -info.size;
118 return (fInfo.size >= 0 ? fDataAndName : fDataAndName - fInfo.size);
126 info->type = fInfo.type;
135 return fInfo.type;
142 return (fInfo.size >= 0 ? fInfo.size : -fInfo.size);
149 return (fInfo
[all...]
H A DShareAttrDir.h33 attr_info fInfo; member in class:Attribute
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DKernelDebug.cpp78 kprintf(" owner port: %" B_PRId32 "\n", port->fPort.fInfo.owner_port);
79 kprintf(" client port: %" B_PRId32 "\n", port->fPort.fInfo.client_port);
80 kprintf(" size: %" B_PRId32 "\n", port->fPort.fInfo.size);
/haiku/src/kits/media/
H A DMediaTheme.cpp32 free(fInfo);
46 return fInfo;
170 fInfo = strdup(info);
H A DTimeCode.cpp313 return get_timecode_description(type, &fInfo);
322 us_to_timecode(us, &fHours, &fMinutes, &fSeconds, &fFrames, &fInfo);
331 frames_to_timecode(linear_frames, &fHours, &fMinutes, &fSeconds, &fFrames, &fInfo);
450 return fInfo.type;
466 *out_type = fInfo.type;
477 if (timecode_to_us(fHours,fMinutes,fSeconds,fFrames, &us, &fInfo) == B_OK) {
492 if (timecode_to_frames(fHours,fMinutes,fSeconds,fFrames,&linear_frames,&fInfo) == B_OK) {
504 sprintf(str,fInfo.format, fHours, fMinutes, fSeconds, fFrames);
/haiku/headers/private/userlandfs/private/
H A DPort.h50 Info fInfo; member in class:UserlandFSUtil::Port
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerAddOn.h34 flavor_info* fInfo; member in class:AudioMixerAddon
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DDelegation.cpp49 req.PutFH(fInfo.fHandle);
H A DInodeRegular.cpp43 fFileSystem->InoIdMap()->AddName(fileInfo, fInfo.fNames, name,
58 state->fInfo = fileInfo;
88 *id = FileIdToInoT(state->fInfo.fFileId);
113 state->fInfo = fInfo;
180 delegation->fInfo = fOpenState->fInfo;
274 delegation->fInfo = state->fInfo;
375 attribute = cookie->fOpenState->fInfo
[all...]
H A DOpenState.cpp176 req.PutFH(fInfo.fHandle);
219 result = ConfirmOpen(fInfo.fHandle, this, &sequence);
246 req.PutFH(fInfo.fHandle);
298 req.PutFH(fInfo.fHandle);
H A DInodeDir.cpp67 if (fInfo.fAttrDir.fSize != 0)
76 fInfo.fAttrDir = handle;
112 fInfo.fAttrDir = handle;
153 req.PutFH(fInfo.fHandle);
349 result = FillDirEntry(de, fInfo.fFileId, ".", pos, size);
367 result = FillDirEntry(de, FileIdToInoT(fInfo.fFileId), "..", pos,
/haiku/src/kits/debugger/debugger_interface/
H A DDebugEvent.cpp201 fInfo(info)
213 fInfo(info)
225 fInfo(info)
249 fInfo(info)
/haiku/src/servers/notification/
H A DAppGroupView.h46 infoview_t fInfo; member in class:AppGroupView
/haiku/src/add-ons/print/transports/ipp/
H A DIpp.cpp27 BString fURI, fLocation, fInfo, fMakeModel, fAttributes; member in class:IPPPrinter
112 printer->fInfo = str;
121 printer->fURI.String(), printer->fLocation.String(), printer->fInfo.String(),
138 BString name = entry.value->fInfo;
/haiku/src/servers/package/
H A DPackageFile.h47 { return fInfo; }
76 BPackageInfo fInfo; member in class:PackageFile
/haiku/src/add-ons/kernel/bus_managers/agp_gart/
H A Dagp_gart.cpp95 MemoryHashDefinition(aperture_info &info) : fInfo(info) {}
98 { return (base - fInfo.base) / B_PAGE_SIZE; }
100 { return (memory->base - fInfo.base) / B_PAGE_SIZE; }
107 aperture_info &fInfo; member in class:MemoryHashDefinition
136 addr_t Base() const { return fInfo.base; }
137 addr_t Size() const { return fInfo.size; }
151 aperture_info fInfo; member in class:Aperture
420 fInfo(),
421 fHashTable(fInfo),
425 fModule->get_aperture_info(fPrivateAperture, &fInfo);
[all...]
/haiku/src/kits/tracker/
H A DAttributeStream.cpp57 fInfo.type = B_RAW_TYPE;
58 fInfo.size = 0;
65 fInfo(other.fInfo)
74 fInfo(info)
83 fInfo.type = type;
84 fInfo.size = size;
98 return fInfo.type;
105 return fInfo.size;
113 fInfo
[all...]
/haiku/src/kits/debug/
H A DSymbolLookup.cpp573 fInfo.id = fImage->id;
574 fInfo.type = fImage->type;
575 fInfo.sequence = 0;
576 fInfo.init_order = 0;
577 fInfo.init_routine = (void (*)())fImage->init_routine;
578 fInfo.term_routine = (void (*)())fImage->term_routine;
579 fInfo.device = -1;
580 fInfo.node = -1;
581 strlcpy(fInfo.name, fImage->path, sizeof(fInfo
[all...]
/haiku/src/kits/package/
H A DRepositoryCache.cpp124 return fInfo;
163 RepositoryContentHandler handler(fInfo, fPackages, &errorOutput);
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDevice.h40 uint32 HardwareId() { return fInfo.Id(); }
89 Info& fInfo; member in class:Device
/haiku/src/preferences/media/
H A DMediaViews.h47 const dormant_node_info* NodeInfo() const {return fInfo;}
50 const dormant_node_info* fInfo; member in class:NodeMenuItem
/haiku/src/apps/packageinstaller/
H A DPackageView.cpp60 fInfo(ref),
66 status_t ret = fInfo.InitCheck();
81 status_t ret = fInfo.InitCheck();
98 BString name = fInfo.GetName();
123 BMallocIO* image = fInfo.GetSplashScreen();
130 BString disclaimer = fInfo.GetDisclaimer();
482 packageDescriptionView->SetText(fInfo.GetDescription());
562 int count = fInfo.GetProfileCount();
566 pkg_profile* profile = fInfo.GetProfile(0);
574 pkg_profile* profile = fInfo
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DAttributeDirectory.h37 attr_info fInfo; member in class:Attribute
/haiku/src/add-ons/translators/rtf/
H A DRTFTranslator.h60 char *fInfo; member in class:RTFTranslator
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dmodule.cpp85 module_info *Info() const { return fInfo; }
89 module_info *fInfo; member in class:Module
270 fInfo(info),
285 status_t error = (fInfo ? B_OK : B_NO_INIT);
287 if (fInfo->std_ops != NULL)
288 error = fInfo->std_ops(B_MODULE_INIT);
299 status_t error = (fInfo ? B_OK : B_NO_INIT);
301 if (fInfo->std_ops != NULL)
302 error = fInfo->std_ops(B_MODULE_UNINIT);
330 return fAddOn && !(fInfo
[all...]

Completed in 156 milliseconds

1234