Searched refs:Info (Results 76 - 100 of 147) sorted by relevance

123456

/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DPortChannel.cpp27 PortChannel::PortChannel(const Info* info, bool inverse)
71 PortChannel::GetInfo(Info* info) const
/haiku/src/bin/unzip/
H A Dglobals.c2 Copyright (c) 1990-2000 Info-ZIP. All rights reserved.
6 If, for some reason, all these files are missing, the Info-ZIP license
82 Info(slide, 0x421, ((char *)slide, tooMany, THREADID_ENTRIES));
117 Info(slide, 0x421, ((char *)slide, noEntry));
145 fprintf(stderr, noEntry); /* can't use Info w/o a global pointer */
H A Dglobalsf.c2 Copyright (c) 1990-2000 Info-ZIP. All rights reserved.
6 If, for some reason, all these files are missing, the Info-ZIP license
78 Info(slide, 0x421, ((char *)slide, tooMany, THREADID_ENTRIES));
113 Info(slide, 0x421, ((char *)slide, noEntry));
141 fprintf(stderr, noEntry); /* can't use Info w/o a global pointer */
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devxfgpe.c1319 ACPI_GPE_DEVICE_INFO Info; local
1338 Info.Index = Index;
1339 Info.Status = AE_NOT_EXIST;
1340 Info.GpeDevice = NULL;
1341 Info.NextBlockBaseIndex = 0;
1343 Status = AcpiEvWalkGpeList (AcpiEvGetGpeDevice, &Info);
1349 *GpeDevice = ACPI_CAST_PTR (ACPI_HANDLE, Info.GpeDevice);
1350 return_ACPI_STATUS (Info.Status);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DRequestThread.h49 const Port::Info* GetPortInfo() const;
H A DRequestThread.cpp133 const Port::Info*
/haiku/src/apps/terminal/
H A DShell.h49 const ShellInfo& Info() const function in class:Shell
/haiku/headers/private/debugger/model/
H A DImage.h40 const ImageInfo& Info() const { return fInfo; } function in class:Image
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dgraphics-output.h40 efi_graphics_output_mode_information* Info; member in struct:__anon22
/haiku/src/apps/activitymonitor/
H A DSystemInfo.h50 const system_info& Info() const { return fSystemInfo; } function in class:SystemInfo
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DStream.h36 bool ExchangeBuffer(multi_buffer_info* Info);
H A DStream.cpp534 Stream::ExchangeBuffer(multi_buffer_info* Info) argument
540 Info->recorded_real_time = fRealTime;
541 Info->recorded_frames_count += fSamplesCount / kSamplesBufferCount;
542 Info->record_buffer_cycle = fCurrentBuffer;
544 Info->played_real_time = fRealTime;
545 Info->played_frames_count += fSamplesCount / kSamplesBufferCount;
546 Info->playback_buffer_cycle = fCurrentBuffer;
H A DDevice.cpp696 multi_buffer_info Info; local
698 || user_memcpy(&Info, multiInfo, sizeof(multi_buffer_info)) != B_OK) {
716 if (fStreams[i]->ExchangeBuffer(&Info)) {
727 if (user_memcpy(multiInfo, &Info, sizeof(multi_buffer_info)) != B_OK)
744 Device::_MultiGetMix(multi_mix_value_info* Info) argument
746 return fAudioControl.GetMix(Info);
751 Device::_MultiSetMix(multi_mix_value_info* Info) argument
753 return fAudioControl.SetMix(Info);
758 Device::_MultiListMixControls(multi_mix_control_info* Info) argument
760 status_t status = fAudioControl.ListMixControls(Info);
767 TraceListMixControls(multi_mix_control_info* Info) argument
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDevice.cpp19 Device::Device(Device::Info &DeviceInfo, pci_info &PCIInfo)
432 Device::_MultiListMixControls(multi_mix_control_info* Info) argument
434 return fMixer.ListMixControls(Info);
439 Device::_MultiGetMix(multi_mix_value_info *Info) argument
441 return fMixer.GetMix(Info);
446 Device::_MultiSetMix(multi_mix_value_info *Info) argument
448 return fMixer.SetMix(Info);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsmethod.c628 * PARAMETERS: Thread - Info for this thread
648 ACPI_EVALUATE_INFO *Info; local
704 Info = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_EVALUATE_INFO));
705 if (!Info)
711 Info->Parameters = &ThisWalkState->Operands[0];
715 Info, ACPI_IMODE_EXECUTE);
717 ACPI_FREE (Info);
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DPort.cpp61 Port::Port(const Info* info)
126 const Port::Info*
H A DRequestPort.cpp32 RequestPort::RequestPort(const Port::Info* info)
67 const Port::Info*
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dmodule.cpp85 module_info *Info() const { return fInfo; } function in class:Module
365 if (module && !FindModule(module->Info()->name))
383 if (!strcmp(path, module->Info()->name))
438 *_info = module->Info();
474 module_info *info = module->Info();
644 if (!strncmp(module->Info()->name, prefix, prefixLength)
645 && _MatchSuffix(module->Info()->name, suffix))
646 list->names.insert(module->Info()->name);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacparser.h192 ACPI_EVALUATE_INFO *Info);
196 ACPI_EVALUATE_INFO *Info);
/haiku/headers/os/media/
H A DMediaTheme.h25 const char* Info();
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundDeviceEngine.h21 const oss_audioinfo *Info() const { return &fAudioInfo; }; function in class:OpenSoundDeviceEngine
/haiku/src/servers/package/
H A DPackageFile.h46 const BPackageInfo & Info() const function in class:PackageFile
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystemInitializer.cpp129 + info->portInfoCount * sizeof(Port::Info)) {
/haiku/src/kits/debugger/jobs/
H A DLoadImageDebugInfoJob.cpp51 ImageInfo imageInfo(fImage->Info());
/haiku/src/system/boot/platform/efi/
H A Dvideo.cpp266 sGraphicsOutput->Mode->Info->HorizontalResolution;
268 sGraphicsOutput->Mode->Info->VerticalResolution;
270 sGraphicsOutput->Mode->Info->PixelFormat == PixelBitMask ? 24 : 32;
272 sGraphicsOutput->Mode->Info->PixelsPerScanLine

Completed in 150 milliseconds

123456