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

  /src/sys/dev/raidframe/
rf_stripelocks.h 9 * its documentation is hereby granted, provided that both the copyright
69 RF_LockReqDesc_t *granted; /* unordered list of granted requests */ member in struct:RF_StripeLockDesc_s
73 int nWriters; /* number of writers either granted or waiting */
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
i810_drm.h 274 int granted; member in struct:drm_i810_dma
  /src/sys/fs/nfs/nlm/
nlm_prot_impl.c 262 struct nlm_async_lock_list nh_granted; /* (l) granted locks */
566 * granted. We notify the host which initiated the request.
574 NLM_DEBUG(2, "NLM: async lock %p for %s (sysid %d) granted,"
596 nlm_testargs granted; local in function:nlm_lock_callback
597 granted.cookie = af->af_granted.cookie;
598 granted.exclusive = af->af_granted.exclusive;
599 granted.alock.caller_name =
601 granted.alock.fh = af->af_granted.alock.fh;
602 granted.alock.oh = af->af_granted.alock.oh;
603 granted.alock.svid = af->af_granted.alock.svid
    [all...]

Completed in 12 milliseconds