Home
last modified time | relevance | path

Searched refs:base_cmd (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bblayers/
H A Dlayerindex.py57 base_cmd = ['git', '--git-dir=%s/.git' % repodir, '--work-tree=%s' % repodir]
58 cmd = base_cmd + ['branch']
65 cmd = base_cmd + ['status', '--short']
69 cmd = base_cmd + ['checkout', branch]
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dgitarchive.py110 base_cmd = ['ls-remote', '--refs', '--tags', '-q']
111 cmd = base_cmd.copy()
124 cmd = base_cmd.copy()
/openbmc/linux/drivers/crypto/
H A Dhifn_795x.c1052 struct hifn_base_command *base_cmd; in hifn_setup_base_command() local
1055 base_cmd = (struct hifn_base_command *)buf_pos; in hifn_setup_base_command()
1056 base_cmd->masks = __cpu_to_le16(mask); in hifn_setup_base_command()
1057 base_cmd->total_source_count = in hifn_setup_base_command()
1059 base_cmd->total_dest_count = in hifn_setup_base_command()
1064 base_cmd->session_num = __cpu_to_le16(snum | in hifn_setup_base_command()
/openbmc/qemu/linux-user/
H A Dstrace.c3875 unsigned base_cmd = cmd & FUTEX_CMD_MASK; in print_futex_op() local
3877 if (base_cmd < ARRAY_SIZE(futex_names)) { in print_futex_op()
3881 futex_names[base_cmd]); in print_futex_op()