OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SMR
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerShmem.h
65
extern SharedMemoryRegion
SMR
;
FuzzerLoop.cpp
44
SharedMemoryRegion
SMR
;
554
if (
SMR
.IsClient())
555
SMR
.WriteByteArray(Data, Size);
866
if (
SMR
.IsServer()) {
867
SMR
.WriteByteArray(Data, Size);
868
} else if (
SMR
.IsClient()) {
869
SMR
.PostClient();
870
SMR
.WaitServer();
871
size_t OtherSize =
SMR
.ReadByteArraySize();
872
uint8_t *OtherData =
SMR
.GetByteArray()
[
all
...]
FuzzerDriver.cpp
678
SMR
.Destroy(Name);
679
if (!
SMR
.Create(Name)) {
685
SMR
.WaitClient();
686
size_t Size =
SMR
.ReadByteArraySize();
687
SMR
.WriteByteArray(nullptr, 0);
688
const Unit tmp(
SMR
.GetByteArray(),
SMR
.GetByteArray() + Size);
690
SMR
.PostServer();
696
if (!
SMR
.Open(Name)) {
/src/sys/arch/x68k/dev/
mha.c
172
#define
SMR
(sc->sc_pcx[3])
361
SMR
= 0x00;
Completed in 36 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025