HomeSort by: relevance | last modified time | path
    Searched refs:claim (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/sgimips/hpc/
pi1ppc.c 336 int claim = 1;
354 claim = 0;
361 claim = 0;
384 claim = 0;
389 claim = 0;
395 claim = 0;
405 claim = 1;
417 claim = 0;
424 if (claim) {
440 if (claim) {
    [all...]
  /src/sys/dev/ic/
atppc.c 613 int claim = 1; local in function:atppcintr
632 claim = 0;
639 claim = 0;
662 claim = 0;
667 claim = 0;
673 claim = 0;
683 claim = 1;
695 claim = 0;
702 if (claim) {
718 if (claim) {
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
exynos5250-snow-common.dtsi 65 our-claim-gpio = <&gpf0 3 GPIO_ACTIVE_LOW>;
66 their-claim-gpios = <&gpe0 4 GPIO_ACTIVE_LOW>;
655 arb_their_claim: arb-their-claim {
662 arb_our_claim: arb-our-claim {
gemini.dtsi 432 * This will claim pins for USB0 and USB1 at the same
  /src/sys/dev/pci/
if_vge.c 1450 int claim; local in function:vge_intr
1453 claim = 0;
1455 return claim;
1461 return claim;
1475 claim = 1;
1504 if (claim)
1507 return claim;
  /src/sys/fs/nfs/server/
nfs_nfsdserv.c 2583 int error = 0, create, claim, exclusive_flag = 0; local in function:nfsrvd_open
2761 * Now, handle the claim, which usually includes looking up a
2766 claim = fxdr_unsigned(int, *tl);
2767 if (claim == NFSV4OPEN_CLAIMDELEGATECUR) {
2772 } else if (claim == NFSV4OPEN_CLAIMDELEGATEPREV) {
2775 if (claim == NFSV4OPEN_CLAIMNULL || claim == NFSV4OPEN_CLAIMDELEGATECUR
2776 || claim == NFSV4OPEN_CLAIMDELEGATEPREV) {
2778 claim != NFSV4OPEN_CLAIMNULL)
2841 } else if (claim == NFSV4OPEN_CLAIMPREVIOUS || claim =
    [all...]
  /src/sys/dev/marvell/
if_gfe.c 1611 int claim = 0; local in function:gfe_intr
1627 claim = 1;
1653 return claim;

Completed in 19 milliseconds