Home
last modified time | relevance | path

Searched refs:HEAD (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/openbmc/linux/include/linux/
H A Dlsm_hooks.h100 #define LSM_HOOK_INIT(HEAD, HOOK) \ argument
101 { .head = &security_hook_heads.HEAD, .hook = { .HEAD = HOOK } }
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dgitver.bbclass32 ver = gitrev_run("git rev-parse --short HEAD", gitdir)
51 rev = gitrev_run("git rev-list HEAD -1", gitdir)
63 mark_dependency(d, os.path.join(gitdir, "HEAD"))
69 ref = gitrev_run("git symbolic-ref -q HEAD", gitdir)
/openbmc/openbmc/meta-ibm/
H A DREADME.md13 revision: HEAD
17 revision: HEAD
21 revision: HEAD
25 revision: HEAD
/openbmc/openbmc/meta-openpower/
H A DREADME.md14 revision: HEAD
18 revision: HEAD
22 revision: HEAD
/openbmc/linux/Documentation/devicetree/bindings/riscv/
H A Dthead.yaml7 title: T-HEAD SoC-based boards
13 T-HEAD SoC-based boards
/openbmc/linux/tools/testing/ktest/examples/include/
H A Dpatchcheck.conf14 PATCH_START := HEAD~3
15 PATCH_END := HEAD
/openbmc/linux/arch/riscv/
H A DKconfig.errata57 bool "T-HEAD errata"
60 All T-HEAD errata Kconfig depend on this Kconfig. Disabling
61 this Kconfig will disable all T-HEAD errata. Please say "Y"
62 here if your platform uses T-HEAD CPU cores.
/openbmc/linux/scripts/
H A Dsetlocalversion56 if ! head=$(git rev-parse --verify HEAD 2>/dev/null); then
124 git diff-index --name-only HEAD
/openbmc/u-boot/scripts/
H A Dsetlocalversion47 head=`git rev-parse --verify --short HEAD 2>/dev/null`; then
76 if git diff-index --name-only HEAD | grep -qv "^scripts/package"; then
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/rfkill/rfkill/
H A Ddont.call.git.rev-parse.on.parent.dir.patch29 -elif head=`git rev-parse --verify HEAD 2>/dev/null`; then
30 +elif test -d .git && head=`git rev-parse --verify HEAD 2>/dev/null`; then
/openbmc/linux/Documentation/filesystems/
H A Derofs.rst318 extent is generated within the range (HEAD) or not (NONHEAD). Lclusters are now
328 (HEAD) (NONHEAD) (HEAD) (NONHEAD) .
342 For each HEAD lcluster, clusterofs is recorded to indicate where a new extent
345 distance to its HEAD lcluster and the next HEAD lcluster. A PLAIN lcluster is
346 also a HEAD lcluster except that its data is uncompressed. See the comments
355 | HEAD | NONHEAD | NONHEAD | ... | NONHEAD | HEAD | HEAD |
360 If another HEAD follows a HEAD lcluster, there is no room to record CBLKCNT,
/openbmc/openbmc/poky/meta/recipes-connectivity/iw/iw/
H A D0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch18 -if [ -d .git ] && head=`git rev-parse --verify HEAD 2>/dev/null`; then
26 - if git diff-index --name-only HEAD | read dummy ; then
/openbmc/openbmc/poky/scripts/contrib/
H A Dtest_build_time.sh178 rev=`git rev-parse HEAD`
207 git reset --hard HEAD > /dev/null
H A Dbuild-perf-test-wrapper.sh112 git checkout HEAD^0 &> /dev/null
140 branch=`git symbolic-ref HEAD 2> /dev/null`
158 git_rev=$(git rev-parse --short HEAD) || exit 1
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_mbx.c855 FM10K_MSG_HDR_FIELD_SET(mbx->head, HEAD); in fm10k_mbx_create_data_hdr()
881 FM10K_MSG_HDR_FIELD_SET(mbx->head, HEAD); in fm10k_mbx_create_disconnect_hdr()
902 FM10K_MSG_HDR_FIELD_SET(mbx->tail, HEAD); in fm10k_mbx_create_fake_disconnect_hdr()
939 FM10K_MSG_HDR_FIELD_SET(mbx->head, HEAD); in fm10k_mbx_create_error_msg()
958 head = FM10K_MSG_HDR_FIELD_GET(*hdr, HEAD); in fm10k_mbx_validate_msg_hdr()
973 if (!head || (head == FM10K_MSG_HDR_MASK(HEAD))) in fm10k_mbx_validate_msg_hdr()
992 if (!head || (head == FM10K_MSG_HDR_MASK(HEAD))) in fm10k_mbx_validate_msg_hdr()
1156 head = FM10K_MSG_HDR_FIELD_GET(*hdr, HEAD); in fm10k_mbx_process_connect()
1202 head = FM10K_MSG_HDR_FIELD_GET(*hdr, HEAD); in fm10k_mbx_process_data()
1245 head = FM10K_MSG_HDR_FIELD_GET(*hdr, HEAD); in fm10k_mbx_process_disconnect()
[all …]
/openbmc/linux/scripts/package/
H A Dgen-diff-patch8 git -C "${srctree:-.}" diff HEAD > "${diff_patch}"
/openbmc/kcsbridge/subprojects/
H A Dsdeventplus.wrap3 revision = HEAD
H A Dsdbusplus.wrap3 revision = HEAD
H A Dstdplus.wrap3 revision = HEAD
/openbmc/sdbusplus/subprojects/
H A Dgoogletest.wrap3 revision = HEAD
/openbmc/gpioplus/subprojects/
H A Dgoogletest.wrap3 revision = HEAD
/openbmc/sdeventplus/subprojects/
H A Dgoogletest.wrap3 revision = HEAD
/openbmc/pldm/subprojects/
H A Dgoogletest.wrap3 revision = HEAD
/openbmc/phosphor-watchdog/subprojects/
H A Dgoogletest.wrap3 revision = HEAD
/openbmc/phosphor-logging/subprojects/
H A Dgoogletest.wrap3 revision = HEAD

12345678910>>...15