Searched refs:oneline (Results 1 – 11 of 11) sorted by relevance
| /openbmc/u-boot/tools/patman/ |
| H A D | gitutil.py | 19 def LogCmd(commit_range, git_dir=None, oneline=False, reverse=False, argument 36 if oneline: 62 pipe = [LogCmd('@{upstream}..', oneline=True), 64 stdout = command.RunPipe(pipe, capture=True, oneline=True).stdout 78 stdout = command.RunPipe([pipe], capture=True, oneline=True).stdout 100 pipe = [LogCmd(branch, git_dir=git_dir, oneline=True, count=100)] 171 pipe = [LogCmd(range_expr, git_dir=git_dir, oneline=True)] 202 pipe = [LogCmd(commit_range, oneline=True), 204 stdout = command.RunPipe(pipe, capture=True, oneline=True).stdout
|
| H A D | command.py | 43 capture=False, capture_stderr=False, oneline=False, argument 101 if result.stdout and oneline: 116 return (RunPipe([cmd], capture=True, oneline=True,
|
| H A D | README | 320 output by git log --oneline):
|
| /openbmc/u-boot/scripts/dtc/ |
| H A D | update-dtc-source.sh | 42 git log --oneline scripts/dtc/ | grep 'upstream' | head -1 | sed -e 's/^.* \(.*\)/\1/' 52 dtc_log=$(git log --oneline ${last_dtc_ver}..)
|
| /openbmc/qemu/ |
| H A D | qemu-io-cmds.c | 55 printf("%s %s -- %s\n", ci->name, ci->args, ci->oneline); in qemuio_command_usage() 704 .oneline = "reads a number of bytes at a specified offset", 901 .oneline = "reads a number of bytes at a specified offset", 1044 .oneline = "writes a number of bytes at a specified offset", 1257 .oneline = "writes a number of bytes at a specified offset", 1472 .oneline = "asynchronously reads a number of bytes", 1585 .oneline = "asynchronously writes a number of bytes", 1718 .oneline = "completes all outstanding aio requests" 1730 .oneline = "flush all in-core file state to disk", 1788 .oneline = "report zone information", [all …]
|
| H A D | qemu-io.c | 82 .oneline = "close the current open file", 153 .oneline = "open the file specified by path", 284 .oneline = "exit the program",
|
| /openbmc/qemu/include/ |
| H A D | qemu-io.h | 41 const char *oneline; member
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/ |
| H A D | 0001-configure.ac.in-fix-host-contamination.patch | 23 REVISION=`git log --pretty=oneline | wc -l`
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | create-pull-request | 250 patch_cnt=`git log --pretty=oneline ${RELATIVE_TO}..${L_BRANCH} | wc -l`
|
| /openbmc/openbmc/poky/documentation/contributor-guide/ |
| H A D | submit-changes.rst | 180 git log --oneline <paths>
|
| /openbmc/openbmc/poky/documentation/kernel-dev/ |
| H A D | common.rst | 1742 $ git log --oneline origin/standard/base..origin/standard/emenlow
|