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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ManagedStatic.h 108 C *claim() { function in class:llvm::ManagedStatic
  /src/crypto/external/bsd/heimdal/dist/kdc/
process.c 60 int *claim)
77 *claim = 1;
93 int *claim)
103 *claim = 1;
121 int *claim)
132 *claim = 1;
151 int *claim)
162 *claim = 1;
203 int claim = 0; local
212 &claim);
247 int claim = 0; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Option/
Arg.h 109 void claim() const { getBaseArg().Claimed = true; } function in class:llvm::opt::Arg
  /src/crypto/dist/ipsec-tools/src/racoon/
proposal.h 63 int claim; /* flag to send RESPONDER-LIFETIME. */ member in struct:saprop
165 * "claim"
  /src/external/cddl/osnet/dist/cmd/zdb/
zdb_il.c 141 "will claim" : "won't claim");
312 char *claim; local
326 claim = "already claimed";
328 claim = "will claim";
330 claim = "won't claim";
333 (u_longlong_t)bp->blk_cksum.zc_word[ZIL_ZC_SEQ], claim, blkbuf);
  /src/sys/dev/ic/
atppc.c 613 int claim = 1; local
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 1611 int claim = 0; local
1627 claim = 1;
1653 return claim;
  /src/sys/dev/pci/
if_vge.c 1450 int claim; local
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
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 124 milliseconds