HomeSort by: relevance | last modified time | path
    Searched refs:granted (Results 1 - 25 of 125) sorted by relevancy

1 2 3 4 5

  /src/sys/dev/raidframe/
rf_stripelocks.c 9 * its documentation is hereby granted, provided that both the copyright
249 * with cbArg when you are granted the lock. We store a tag in
299 lockDesc->granted = lockReqDesc;
302 Dprintf7("[%d] no one waiting: lock %ld %c %ld-%ld %ld-%ld granted\n",
317 lockReqDesc->next = lockDesc->granted;
318 lockDesc->granted = lockReqDesc;
321 Dprintf7("[%d] no writers: lock %ld %c %ld-%ld %ld-%ld granted\n",
328 /* search the granted & waiting lists for a
332 for (p = lockDesc->granted; p; p = p->next)
345 lockReqDesc->next = lockDesc->granted;
    [all...]
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/external/gpl3/gcc.old/dist/libgcc/config/epiphany/
crtm1reg-r43.S 15 # Under Section 7 of GPL version 3, you are granted additional
crtm1reg-r63.S 15 # Under Section 7 of GPL version 3, you are granted additional
crtrunc.S 15 # Under Section 7 of GPL version 3, you are granted additional
crti.S 15 # Under Section 7 of GPL version 3, you are granted additional
crtint.S 15 # Under Section 7 of GPL version 3, you are granted additional
crtn.S 15 # Under Section 7 of GPL version 3, you are granted additional
  /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/isr-library/
restore_fpu_regs.inc 17 Under Section 7 of GPL version 3, you are granted additional
restore_fpu_regs_00.inc 17 Under Section 7 of GPL version 3, you are granted additional
save_fpu_regs.inc 17 Under Section 7 of GPL version 3, you are granted additional
  /src/external/gpl3/gcc.old/dist/libgcc/config/or1k/
crti.S 14 # Under Section 7 of GPL version 3, you are granted additional
  /src/external/gpl3/gcc.old/dist/libgcc/config/cr16/
crti.S 16 # Under Section 7 of GPL version 3, you are granted additional
crtlibid.S 16 # Under Section 7 of GPL version 3, you are granted additional
crtn.S 16 # Under Section 7 of GPL version 3, you are granted additional
  /src/external/gpl3/gcc.old/dist/libgcc/config/ft32/
crti.S 15 # Under Section 7 of GPL version 3, you are granted additional
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
crti.S 14 # Under Section 7 of GPL version 3, you are granted additional
  /src/external/gpl3/gcc.old/dist/libgcc/config/lm32/
crti.S 16 # Under Section 7 of GPL version 3, you are granted additional
  /src/external/gpl3/gcc.old/dist/libgcc/config/microblaze/
stack_overflow_exit.S 18 # Under Section 7 of GPL version 3, you are granted additional
  /src/external/gpl3/gcc.old/dist/libgcc/config/moxie/
crti.S 15 # Under Section 7 of GPL version 3, you are granted additional
  /src/external/gpl3/gcc.old/dist/libgcc/config/msp430/
epilogue.S 14 ; Under Section 7 of GPL version 3, you are granted additional
  /src/external/gpl3/gcc.old/dist/libgcc/config/rl78/
signbit.S 14 ; Under Section 7 of GPL version 3, you are granted additional
  /src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
crti.S 14 # Under Section 7 of GPL version 3, you are granted additional
  /src/external/gpl3/gcc.old/dist/libgcc/config/csky/
crtn.S 15 # Under Section 7 of GPL version 3, you are granted additional

Completed in 44 milliseconds

1 2 3 4 5