HomeSort by: relevance | last modified time | path
    Searched defs:granted (Results 1 - 4 of 4) 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/external/bsd/openldap/dist/contrib/slapd-modules/acl/
gssacl.c 157 int granted = 0; local
199 granted = regex_matches( &gssattr->gssattr_value, bv_value.bv_val,
209 granted = ( acl_string_expand( &bv, &gssattr->gssattr_value,
216 granted = ( ber_bvstrcmp( &gssattr->gssattr_value, &bv_value ) == 0 );
223 granted = 1;
229 if ( granted ) {
234 if ( granted ) {
  /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
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 30 milliseconds