| /openbsd-src/sys/dev/fdt/ |
| H A D | bcm2835_gpio.c | 163 bcm2711_config_pull(struct bcmgpio_softc *sc, int pin, int pull) in bcm2711_config_pull() argument 171 pull = ((pull & 1) << 1) | ((pull & 2) >> 1); in bcm2711_config_pull() 172 val |= (pull << shift); in bcm2711_config_pull() 177 bcm2835_config_pull(struct bcmgpio_softc *sc, int pin, int pull) in bcm2835_config_pull() argument 182 HWRITE4(sc, GPPUD, pull & GPPUD_PUD); in bcm2835_config_pull() 193 uint32_t *pins, *pull = NULL; in bcmgpio_pinctrl() local 213 pull = malloc(len, M_TEMP, M_WAITOK); in bcmgpio_pinctrl() 214 if (OF_getpropintarray(node, "brcm,pull", pull, plen) != plen) in bcmgpio_pinctrl() 221 sc->sc_config_pull(sc, pins[i], pull[i]); in bcmgpio_pinctrl() 225 free(pull, M_TEMP, plen); in bcmgpio_pinctrl() [all …]
|
| H A D | rkpinctrl.c | 256 int pull, strength; in rk3288_pinctrl() local 267 pull = rk3288_pull(bank, idx, pins[i + 3]); in rk3288_pinctrl() 301 if (pull >= 0) { in rk3288_pinctrl() 304 bits = (pull << ((idx % 8) * 2)); in rk3288_pinctrl() 398 int pull, strength; in rk3308_pinctrl() local 409 pull = rk3308_pull(bank, idx, pins[i + 3]); in rk3308_pinctrl() 447 if (pull >= 0) { in rk3308_pinctrl() 450 bits = (pull << ((idx % 8) * 2)); in rk3308_pinctrl() 544 int pull, strength; in rk3328_pinctrl() local 555 pull = rk3328_pull(bank, idx, pins[i + 3]); in rk3328_pinctrl() [all …]
|
| H A D | sxipio.c | 294 int pull; in sxipio_pull() local 296 pull = OF_getpropint(node, "allwinner,pull", -1); in sxipio_pull() 297 if (pull >= 0) in sxipio_pull() 298 return pull; in sxipio_pull() 317 int mux, drive, pull; in sxipio_pinctrl() local 346 pull = sxipio_pull(node); in sxipio_pinctrl() 387 if (pull >= 0 && pull < 3) in sxipio_pinctrl() 388 SXICMS4(sc, SXIPIO_PUL(port, pin), mask, pull << off); in sxipio_pinctrl()
|
| /openbsd-src/gnu/llvm/llvm/utils/git/ |
| H A D | github-automation.py | 213 def issue_notify_pull_request(self, pull:github.PullRequest.PullRequest) -> None: 214 self.issue.create_comment('/pull-request {}#{}'.format(self.branch_repo_name, pull.number)) 325 pull = None 356 pull = repo.create_pull(title=f"PR for {issue_ref}", 364 self.pr_request_review(pull) 372 if pull is None: 375 self.issue_notify_pull_request(pull)
|
| /openbsd-src/usr.bin/netstat/ |
| H A D | unix.c | 103 #define pull(fmt, v, sep) printf(#v " " fmt sep, (unsigned long long) unp.v); in unpcb_dump() macro 108 pull("%llu", unp_ino, "\n "); in unpcb_dump()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | GitHub.rst | 32 the issue. If the commit(s) do apply cleanly, then a pull request will 39 This command will create a pull request against the latest release branch using
|
| H A D | HowToReleaseLLVM.rst | 303 its status to "Needs Pull Request", and create a pull request for the fix 306 #. If a bug has been fixed and has a pull request created for backporting it, 316 issue's status to "Needs Merge". Check the pull request associated with the 317 issue. If all the tests pass, then the pull request can be merged. If not, 320 #. Once the pull request has been merged push it to the official release branch: 325 git pull --ff-only https://github.com/llvm/llvm-project-release-prs release/XX.x 421 access must login to prereleases-origin.llvm.org and manually pull the new
|
| H A D | LibFuzzer.rst | 808 …ub.com/openssl/openssl/pull/931/commits/dd5ac557f052cc2b7f718ac44a8cb7ac6f77dca8>`_ `[6] <https://… 823 …pull/6071/commits/df04c1f7f6aec6e95722ec0b023a6b29b6ea871c>`__ `[2] <https://github.com/grpc/grpc/…
|
| H A D | Contributing.rst | 91 We don't currently accept GitHub pull requests, and you'll need to send patches 138 % git checkout main && git pull
|
| /openbsd-src/lib/libpcap/ |
| H A D | optimize.c | 1260 struct block *pull; in or_pullup() local 1325 pull = *samep; in or_pullup() 1326 *samep = JF(pull); in or_pullup() 1327 JF(pull) = *diffp; in or_pullup() 1337 JT(ep->pred) = pull; in or_pullup() 1339 JF(ep->pred) = pull; in or_pullup() 1343 *diffp = pull; in or_pullup() 1352 struct block *pull; in and_pullup() local 1416 pull = *samep; in and_pullup() 1417 *samep = JT(pull); in and_pullup() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlgit.pod | 53 local branch. Local branches can be configured to automerge (on pull) 62 And pull new changes from the repository, and update your local 65 % git pull 67 Assuming we are on the branch C<blead> immediately after a pull, this 146 % git pull 267 L<https://help.github.com/en/articles/creating-a-pull-request-from-a-fork>. 556 =head2 Working with Github pull requests 562 However Github does provide a mechanism to fetch a pull request to a 563 local branch. They are available on Github remotes under C<pull/>, so 564 you can use C<< git fetch pull/ [all...] |
| H A D | perl5340delta.pod | 276 [L<GH #18435|https://github.com/Perl/perl5/pull/18435>] 432 [L<GH #18441|https://github.com/Perl/perl5/pull/18441>] 977 [L<GH #18213|https://github.com/Perl/perl5/pull/18213>] 982 [L<GH #18394|https://github.com/Perl/perl5/pull/18394>]. 1070 [L<GH #18511|https://github.com/Perl/perl5/pull/18511>] 1074 [L<GH #18465|https://github.com/Perl/perl5/pull/18465>] 1338 L<https://github.com/Perl/perl5/pull/18014#issuecomment-671299506>.
|
| H A D | perl5301delta.pod | 42 canonical repository and to describe the new GitHub pull request workflow.
|
| /openbsd-src/regress/lib/libz/ |
| H A D | infcover.c | 447 local unsigned pull(void *desc, unsigned char **buf) in pull() function 488 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL); in cover_back() 493 ret = inflateBack(&strm, pull, Z_NULL, push, &strm); in cover_back() 496 ret = inflateBack(&strm, pull, &strm, push, Z_NULL); in cover_back() 562 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL); in try()
|
| /openbsd-src/gnu/llvm/libcxx/utils/ci/ |
| H A D | run-buildbot-container | 29 docker pull ldionne/libcxx-builder
|
| /openbsd-src/gnu/usr.bin/perl/hints/ |
| H A D | linux-android.sh | 197 targetfrom=adb-pull 285 (adb -s $targethost pull $targetdir/\$f . > /dev/null 2>&1) || exit 1
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | CODE_OF_CONDUCT.md | 14 GitHub repository issue/pull-request tracker, and any other venues
|
| H A D | cflags.SH | 75 * pull in enough system headers, let's try again. */
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/asan/scripts/ |
| H A D | asan_device_setup | 81 $ADB pull "$1" "$2" 86 …$ADB pull "/data/local/tmp/$FILENAME" "$2" >&/dev/null && $ADB shell "rm \"/data/local/tmp/$FILENA…
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
| H A D | LoongArch.def | 66 // Spec addition: https://github.com/loongson/LoongArch-Documentation/pull/57
|
| /openbsd-src/gnu/usr.bin/perl/dist/Net-Ping/t/ |
| H A D | 200_ping_tcp.t | 54 # This will pull from /etc/services on UNIX.
|
| /openbsd-src/regress/usr.bin/sed/ |
| H A D | math.sed | 60 # pull any buried exponents
|
| /openbsd-src/gnu/llvm/llvm/docs/Proposals/ |
| H A D | GitHubMove.rst | 31 using GitHub's issue tracker, pull-requests, or code-review. 355 Before you push, you'll need to fetch and rebase (`git pull --rebase`) as 358 Note that when you fetch you'll likely pull in changes to sub-projects you don't 458 git pull 460 git pull 462 git pull 490 git pull
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/libcxx/src/ |
| H A D | BUILD.gn | 72 # We are building the c++ runtime, don't pull in
|
| /openbsd-src/lib/libexpat/ |
| H A D | Changes | 20 !! (needs discussion before pull requests), !! 22 !! without breaking CI (needs discussion before pull requests), !! 176 pull request #789 and to include earlier pull request #771, 603 systems; regression introduced in 2.4.0 by pull request #486 1194 https://github.com/libexpat/libexpat/pull/30/commits 1210 https://github.com/libexpat/libexpat/pull/39/commits
|