OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Units
(Results
1 - 14
of
14
) 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
323
* RETURN: Current ticks in 100-nanosecond
units
738
UINT32
Units
,
747
UINT32
Units
)
757
* PARAMETERS: MaxUnits - Maximum
units
that can be sent
758
* InitialUnits -
Units
to be assigned to the new semaphore
869
*
Units
- How many
units
to wait for
874
* DESCRIPTION: Wait for
units
881
UINT32
Units
,
898
if (
Units
> 1
[
all
...]
osunixxf.c
740
UINT32
Units
,
749
UINT32
Units
)
759
* PARAMETERS: InitialUnits -
Units
to be assigned to the new semaphore
862
*
Units
- How many
units
to wait for
867
* DESCRIPTION: Wait for
units
874
UINT32
Units
,
1000
*
Units
- Number of
units
to send
1004
* DESCRIPTION: Send
units
[
all
...]
oszephyr.c
852
* RETURN: Current ticks in 100-nanosecond
units
1015
UINT32
Units
,
1024
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
183
UINT32
Units
,
191
UINT32
Units
);
actbl3.h
856
UINT8
Units
;
/src/sys/external/bsd/acpica/dist/common/
dmtbinfo3.c
713
{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 35 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026