Searched refs:buffering (Results 1 – 7 of 7) sorted by relevance
/xen-4.10.0-shim-comet/tools/python/scripts/ |
A D | verify-stream-v2 | 97 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 D | gen-cpuid.py | 381 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 D | README.remus | 7 To enable network buffering, you need libnl 3.2.8
|
/xen-4.10.0-shim-comet/tools/ |
A D | configure.ac | 422 # 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 D | xl.conf.pod.5 | 122 Configures the default script used by Remus to setup network buffering.
|
A D | xl.pod.1.in | 542 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 D | README | 80 libnl-3-dev, etc). Required if network buffering is desired
|
Completed in 7 milliseconds