Home
last modified time | relevance | path

Searched refs:buffering (Results 1 – 7 of 7) sorted by relevance

/xen-4.10.0-shim-comet/tools/python/scripts/
A Dverify-stream-v297 def open_file_or_fd(val, mode, buffering): argument
113 return os.fdopen(fd, mode, buffering)
115 return open(val, mode, buffering)
/xen-4.10.0-shim-comet/xen/tools/
A Dgen-cpuid.py381 def open_file_or_fd(val, mode, buffering): argument
404 return os.fdopen(fd, mode, buffering)
406 return open(val, mode, buffering)
/xen-4.10.0-shim-comet/docs/
A DREADME.remus7 To enable network buffering, you need libnl 3.2.8
/xen-4.10.0-shim-comet/tools/
A Dconfigure.ac422 # Check for libnl3 >=3.2.8. If present enable remus network buffering.
427 AC_MSG_WARN([Disabling support for Remus network buffering and COLO.
/xen-4.10.0-shim-comet/docs/man/
A Dxl.conf.pod.5122 Configures the default script used by Remus to setup network buffering.
A Dxl.pod.1.in542 Use <netbufscript> to setup network buffering instead of the
557 Disable network output buffering. Requires enabling unsafe mode.
/xen-4.10.0-shim-comet/
A DREADME80 libnl-3-dev, etc). Required if network buffering is desired

Completed in 13 milliseconds