Searched refs:specified (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/kernel/debug/
H A Ddebug_builtin_commands.cpp43 debugger_command *command, *specified = NULL; local
49 specified = find_debugger_command(argv[1], false, ambiguous);
50 if (specified == NULL) {
56 if (specified != NULL) {
57 // only print out the help of the specified command (and all of its aliases)
58 kprintf("debugger command for \"%s\" and aliases:\n", specified->name);
66 if (specified && command->func != specified->func)
392 "When \"-v\" is specified, only those lines are printed that don't\n"
394 "\"-i\" is specified, th
[all...]
/haiku/src/bin/
H A Dleak_analyser.sh45 Multiple exclude patterns can be specified as one argument each
/haiku/
H A Dconfigure37 specified multiple times. The first cross tools
77 This option can be specified multiple times. The
249 # Determines if the specified GCC version is a "legacy" (i.e. GCC < 4) one.
780 echo "--target-arch can only be specified on Haiku." >&2
957 # The target architectures might have been specified explicitly.
963 "be specified." >&2
980 # prefix was specified. The standard_gcc_settings call below will get
1062 # prefix was specified.
1084 echo The compiler specified as Haiku target compiler is not a \
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex351 stored in the file, that is the value specified by the
404 pattern specified by \code{kUnusedResourceDataPattern}, and that only those
/haiku/headers/private/graphics/radeon_hd/atombios/
H A Datombios.h39 /* Endianness should be specified before inclusion,
43 #error Endian not specified
5716 ULONG ulMaximumSupportedCLK; // Maximum clock supported with specified voltage index, unit in 10kHz
5723 ULONG ulMaximumSupportedCLK; // Maximum clock supported with specified voltage index, unit in 10kHz
5728 ULONG ulSupportedSCLK; // Maximum clock supported with specified voltage index, unit in 10kHz
5729 USHORT usVoltageIndex; // The Voltage Index indicated by FUSE for specified SCLK
5730 USHORT usVoltageID; // The Voltage ID indicated by FUSE for specified SCLK

Completed in 92 milliseconds