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

  /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/dev/marvell/
if_gfe.c 1614 int claim = 0; local in function:gfe_intr
1630 claim = 1;
1656 return claim;
  /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...]

Completed in 16 milliseconds