HomeSort by: relevance | last modified time | path
    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 24 milliseconds