Searched refs:Parameters (Results 1 - 25 of 33) sorted by relevance

12

/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/parser/
H A Dpsxface.c309 * Parameters - List of parameters to pass to the method,
484 * (Used: ParameterType and Parameters)
501 if (Info->Parameters)
505 for (i = 0; Info->Parameters[i]; i++)
509 (void) AcpiUtUpdateObjectReference (Info->Parameters[i], Action);
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsxfeval.c301 Info->Parameters = ACPI_ALLOCATE_ZEROED (
303 if (!Info->Parameters)
314 &ExternalParams->Pointer[i], &Info->Parameters[i]);
320 Info->Parameters[ExternalParams->Count] = NULL;
450 if (Info->Parameters)
454 AcpiUtDeleteInternalObjectList (Info->Parameters);
H A Dnseval.c145 * Parameters - List of parameters to pass to the method,
237 if (Info->Parameters)
239 while (Info->Parameters[Info->ParamCount])
H A Dnsinit.c274 Info.EvaluateInfo->Parameters = NULL;
695 Info->Parameters = NULL;
/haiku-fatelf/src/bin/
H A Dcopyattr.cpp83 "Parameters:\n"
133 // Parameters
134 struct Parameters { struct
135 Parameters() function in struct:Parameters
200 BNode &destination, const Parameters &parameters)
259 BFile &destination, const Parameters &parameters)
291 const Parameters &parameters)
523 const char *destPath, const Parameters &parameters)
633 Parameters parameters;
/haiku-fatelf/headers/private/storage/
H A DMutablePartition.h55 const char* Parameters() const;
H A DPartition.h59 const char* Parameters() const;
/haiku-fatelf/src/libs/print/libgutenprint/src/gutenprintui2/
H A Dprintrcy.y383 Parameters: Parameters Parameter | Empty label
395 A_Printer: Printer Standard_Values Parameters
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacstruct.h278 ACPI_OPERAND_OBJECT **Parameters; member in struct:acpi_evaluate_info
/haiku-fatelf/src/bin/mail_utils/
H A Dspamdbm.cpp3362 BMessage Parameters; local
3426 ErrorCode = MimeType.GetAttrInfo (&Parameters);
3438 ErrorCode = Parameters.FindString ("attr:name", i, &StringPntr);
3455 if (Parameters.FindString ("attr:public_name", j, &StringPntr) ==
3458 if (Parameters.FindString ("attr:name", j, &StringPntr) != B_OK)
3460 Parameters.AddString ("attr:public_name", StringPntr);
3464 while (Parameters.FindInt32 ("attr:type", i, &TempInt32) == B_BAD_INDEX)
3465 Parameters.AddInt32 ("attr:type", B_STRING_TYPE);
3467 while (Parameters.FindBool ("attr:viewable", i, &TempBool) == B_BAD_INDEX)
3468 Parameters
[all...]
/haiku-fatelf/src/kits/storage/disk_device/
H A DDiskDeviceJobGenerator.cpp414 || compare_string(partition->Parameters(),
625 partition->Name(), partition->Parameters());
794 error = job->Init(partition->Parameters(),
H A DMutablePartition.cpp287 // Parameters
289 BMutablePartition::Parameters() const function in class:BMutablePartition
H A DPartition.cpp292 BPartition::Parameters() const function in class:BPartition
/haiku-fatelf/src/apps/drivesetup/
H A DPartitionList.cpp268 if (partition->Parameters() != NULL) {
272 void* handle = parse_driver_settings_string(partition->Parameters());
346 AddColumn(new PartitionColumn(B_TRANSLATE("Parameters"), 100, 50, 500,
/haiku-fatelf/headers/private/kernel/disk_device_manager/
H A DKPartition.h123 // Parameters
126 const char *Parameters() const;
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/resources/
H A Drsutils.c596 /* Parameters guaranteed valid by caller */
650 /* Parameters guaranteed valid by caller */
705 /* Parameters guaranteed valid by caller */
760 /* Parameters guaranteed valid by caller */
817 /* Parameters guaranteed valid by caller */
857 * Note: Parameters guaranteed valid by caller
885 Info->Parameters = Args;
/haiku-fatelf/src/apps/debugger/dwarf/
H A DDwarfUtils.cpp77 = subProgram->Parameters().GetIterator();
H A DDebugInfoEntries.h767 const DebugInfoEntryList& Parameters() const { return fParameters; } function in class:DIESubroutineType
1221 const DebugInfoEntryList Parameters() const { return fParameters; } function in class:DIESubprogram
/haiku-fatelf/src/add-ons/disk_systems/intel/
H A DExtendedPartitionAddOn.cpp190 void* handle = parse_driver_settings_string(child->Parameters());
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsmethod.c487 Info->Parameters = &ThisWalkState->Operands[0];
H A Ddswstate.c766 WalkState->Params = Info->Parameters;
/haiku-fatelf/src/system/kernel/disk_device_manager/
H A DKPartition.cpp779 KPartition::Parameters() const function in class:KPartition
1251 char* parameters = writer.PlaceString(Parameters());
1322 OUT("%s params: %s\n", prefix, Parameters());
/haiku-fatelf/src/apps/debugger/debug_info/
H A DDwarfTypeFactory.cpp123 return !entry->Parameters().IsEmpty();
1183 = parameterOwnerEntry->Parameters().GetIterator();
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devregion.c396 Info->Parameters = Args;
/haiku-fatelf/src/tests/apps/partitioner/
H A DPartitioner.cpp128 printf("%s params: \"%s\"\n", prefix, partition->Parameters());

Completed in 330 milliseconds

12