OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:buffering
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/ppc/
hw_com.c
92
input-
buffering
= "unbuffered" (optional)
94
Specifying "unbuffered"
buffering
disables
buffering
on the serial
96
this option may be used to provide input
buffering
alternatives.
99
output-
buffering
= "unbuffered" (optional)
101
Specifying "unbuffered"
buffering
disables
buffering
on the serial
103
this option may be extended to include other
buffering
alternatives.
231
if (device_find_property(me, "input-
buffering
") != NULL) {
232
const char *
buffering
= device_find_string_property(me, "input-buffering")
local
243
const char *
buffering
= device_find_string_property(me, "output-
buffering
");
local
[
all
...]
/src/external/gpl3/gdb.old/dist/sim/ppc/
hw_com.c
92
input-
buffering
= "unbuffered" (optional)
94
Specifying "unbuffered"
buffering
disables
buffering
on the serial
96
this option may be used to provide input
buffering
alternatives.
99
output-
buffering
= "unbuffered" (optional)
101
Specifying "unbuffered"
buffering
disables
buffering
on the serial
103
this option may be extended to include other
buffering
alternatives.
231
if (device_find_property(me, "input-
buffering
") != NULL) {
232
const char *
buffering
= device_find_string_property(me, "input-buffering")
local
243
const char *
buffering
= device_find_string_property(me, "output-
buffering
");
local
[
all
...]
Completed in 33 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026