/openbmc/linux/include/linux/ |
H A D | lsm_hooks.h | 100 #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 D | gitver.bbclass | 32 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 D | README.md | 13 revision: HEAD 17 revision: HEAD 21 revision: HEAD 25 revision: HEAD
|
/openbmc/openbmc/meta-openpower/ |
H A D | README.md | 14 revision: HEAD 18 revision: HEAD 22 revision: HEAD
|
/openbmc/linux/Documentation/devicetree/bindings/riscv/ |
H A D | thead.yaml | 7 title: T-HEAD SoC-based boards 13 T-HEAD SoC-based boards
|
/openbmc/linux/tools/testing/ktest/examples/include/ |
H A D | patchcheck.conf | 14 PATCH_START := HEAD~3 15 PATCH_END := HEAD
|
/openbmc/linux/arch/riscv/ |
H A D | Kconfig.errata | 57 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 D | setlocalversion | 56 if ! head=$(git rev-parse --verify HEAD 2>/dev/null); then 124 git diff-index --name-only HEAD
|
/openbmc/u-boot/scripts/ |
H A D | setlocalversion | 47 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 D | dont.call.git.rev-parse.on.parent.dir.patch | 29 -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 D | erofs.rst | 318 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 D | 0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch | 18 -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 D | test_build_time.sh | 178 rev=`git rev-parse HEAD` 207 git reset --hard HEAD > /dev/null
|
H A D | build-perf-test-wrapper.sh | 112 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 D | fm10k_mbx.c | 855 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 D | gen-diff-patch | 8 git -C "${srctree:-.}" diff HEAD > "${diff_patch}"
|
/openbmc/kcsbridge/subprojects/ |
H A D | sdeventplus.wrap | 3 revision = HEAD
|
H A D | sdbusplus.wrap | 3 revision = HEAD
|
H A D | stdplus.wrap | 3 revision = HEAD
|
/openbmc/sdbusplus/subprojects/ |
H A D | googletest.wrap | 3 revision = HEAD
|
/openbmc/gpioplus/subprojects/ |
H A D | googletest.wrap | 3 revision = HEAD
|
/openbmc/sdeventplus/subprojects/ |
H A D | googletest.wrap | 3 revision = HEAD
|
/openbmc/pldm/subprojects/ |
H A D | googletest.wrap | 3 revision = HEAD
|
/openbmc/phosphor-watchdog/subprojects/ |
H A D | googletest.wrap | 3 revision = HEAD
|
/openbmc/phosphor-logging/subprojects/ |
H A D | googletest.wrap | 3 revision = HEAD
|