OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Units
(Results
1 - 16
of
16
) sorted by relevancy
/src/sys/dev/acpi/acpica/
OsdSynch.c
163
* Wait for
units
from a semaphore.
166
AcpiOsWaitSemaphore(ACPI_SEMAPHORE Handle, UINT32
Units
, UINT16 Timeout)
196
"get %d
units
from semaphore %p (has %d) timeout %d\n",
197
Units
, as, as->as_units, Timeout));
200
if (as->as_units >=
Units
) {
201
as->as_units -=
Units
;
224
* Send
units
to a semaphore.
227
AcpiOsSignalSemaphore(ACPI_HANDLE Handle, UINT32
Units
)
237
"return %d
units
to semaphore %p (has %d)\n",
238
Units
, as, as->as_units))
[
all
...]
/src/sys/external/bsd/acpica/dist/os_specific/service_layers/
oswinxf.c
431
* RETURN: Current ticks in 100-nanosecond
units
846
UINT32
Units
,
855
UINT32
Units
)
865
* PARAMETERS: MaxUnits - Maximum
units
that can be sent
866
* InitialUnits -
Units
to be assigned to the new semaphore
977
*
Units
- How many
units
to wait for
982
* DESCRIPTION: Wait for
units
989
UINT32
Units
,
1006
if (
Units
> 1
[
all
...]
osunixxf.c
848
UINT32
Units
,
857
UINT32
Units
)
867
* PARAMETERS: InitialUnits -
Units
to be assigned to the new semaphore
970
*
Units
- How many
units
to wait for
975
* DESCRIPTION: Wait for
units
982
UINT32
Units
,
1108
*
Units
- Number of
units
to send
1112
* DESCRIPTION: Send
units
[
all
...]
oszephyr.c
960
* RETURN: Current ticks in 100-nanosecond
units
1123
UINT32
Units
,
1132
UINT32
Units
)
/src/sys/dev/acpi/
acpi_wdrt.c
74
/* Watchdog Resource Table -
Units
*/
182
/* Counter
units
can be 1s, 100ms, or 10ms */
183
switch (wdrt->
Units
) {
189
aprint_error(":
units
not supported (0x%x)\n", wdrt->
Units
);
210
if (wdrt->
Units
== ACPI_WDRT_UNITS_100MS)
212
if (wdrt->
Units
== ACPI_WDRT_UNITS_10MS)
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtil.cpp
128
bool ParseDictionaryFile(const std::string &Text, Vector<Unit> *
Units
) {
134
Units
->clear();
145
Units
->push_back(U);
FuzzerDictionary.h
113
// Parses the dictionary file, fills
Units
, returns true iff all lines
115
bool ParseDictionaryFile(const std::string &Text, Vector<Unit> *
Units
);
FuzzerInternal.h
109
void PrintStats(const char *Where, const char *End = "\n", size_t
Units
= 0);
FuzzerLoop.cpp
284
return; // We have not started running
units
yet.
323
void Fuzzer::PrintStats(const char *Where, const char *End, size_t
Units
) {
347
if (
Units
)
348
Printf("
units
: %zd",
Units
);
422
Printf("Reload: read %zd new
units
.\n", AdditionalCorpus.size());
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/
FuzzerUnittest.cpp
559
Vector<Unit>
Units
;
560
EXPECT_FALSE(ParseDictionaryFile("zzz\n", &
Units
));
561
EXPECT_FALSE(ParseDictionaryFile("", &
Units
));
562
EXPECT_TRUE(ParseDictionaryFile("\n", &
Units
));
563
EXPECT_EQ(
Units
.size(), 0U);
564
EXPECT_TRUE(ParseDictionaryFile("#zzzz a b c d\n", &
Units
));
565
EXPECT_EQ(
Units
.size(), 0U);
566
EXPECT_TRUE(ParseDictionaryFile(" #zzzz\n", &
Units
));
567
EXPECT_EQ(
Units
.size(), 0U);
568
EXPECT_TRUE(ParseDictionaryFile(" #zzzz\n", &
Units
));
[
all
...]
/src/sys/external/bsd/acpica/dist/include/
acpiosxf.h
291
UINT32
Units
,
299
UINT32
Units
);
actbl3.h
963
UINT8
Units
;
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
ste-ab8505.dtsi
238
stericsson,earpeice-cmv = <950>; /*
Units
in mV. */
ste-ab8500.dtsi
288
stericsson,earpeice-cmv = <950>; /*
Units
in mV. */
/src/sys/external/bsd/acpica/dist/common/
dmtbinfo3.c
796
{ACPI_DMT_UINT8, ACPI_WDRT_OFFSET (
Units
), "Counter
Units
", 0},
/src/usr.sbin/acpitools/acpidump/
acpi.c
4083
switch (wdrt->
Units
) {
4094
printf("%d", wdrt->
Units
);
Completed in 72 milliseconds
Indexes created Sat Oct 25 16:10:12 GMT 2025