| /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| refcount.h | 97 #define refcount_add(rc, holder) atomic_inc_64_nv(&(rc)->rc_count) 98 #define refcount_remove(rc, holder) atomic_dec_64_nv(&(rc)->rc_count) 99 #define refcount_add_many(rc, number, holder) \ 101 #define refcount_remove_many(rc, number, holder) \ 109 #define refcount_held(rc, holder) ((rc)->rc_count > 0) 110 #define refcount_not_held(rc, holder) (B_TRUE)
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| refcount.c | 129 refcount_add_many(refcount_t *rc, uint64_t number, void *holder) 136 ref->ref_holder = holder; 151 refcount_add(refcount_t *rc, void *holder) 153 return (refcount_add_many(rc, 1, holder)); 157 refcount_remove_many(refcount_t *rc, uint64_t number, void *holder) 174 if (ref->ref_holder == holder && ref->ref_number == number) { 199 panic("No such hold %p on refcount %llx", holder, 205 refcount_remove(refcount_t *rc, void *holder) 207 return (refcount_remove_many(rc, 1, holder)); 268 * the "holder" tag. If tracking is disabled, then return true if a referenc [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| x509aset.c | 126 GENERAL_NAMES_free(x->acinfo->holder.entityName); 127 x->acinfo->holder.entityName = names; 133 OSSL_ISSUER_SERIAL_free(x->acinfo->holder.baseCertificateID); 134 x->acinfo->holder.baseCertificateID = isss; 140 OSSL_OBJECT_DIGEST_INFO_free(x->acinfo->holder.objectDigestInfo); 141 x->acinfo->holder.objectDigestInfo = dinfo;
|
| x509_acert.c | 54 ASN1_EMBED(X509_ACERT_INFO, holder, X509_HOLDER), 143 return x->acinfo->holder.entityName; 148 return x->acinfo->holder.baseCertificateID; 153 return x->acinfo->holder.objectDigestInfo;
|
| /src/lib/librpcsvc/ |
| klm_prot.x | 66 int pid; /* holder of the lock */ 73 * lock holder identifier 77 int svid; /* holder of the lock (pid) */ 95 struct klm_holder holder;
|
| /src/external/gpl3/gdb/dist/gdb/po/ |
| gdbtext | 29 --copyright-holder="Free Software Foundation, Inc." \
|
| /src/external/gpl3/gdb.old/dist/gdb/po/ |
| gdbtext | 29 --copyright-holder="Free Software Foundation, Inc." \
|
| /src/external/gpl3/binutils/dist/etc/ |
| update-copyright.py | 182 # Non-whitespace characters in a copyright holder's name. 188 # Matches part of a year or copyright holder. 209 # 4: the copyright holder. Don't allow multiple consecutive 232 def add_package_author (self, holder, canon_form = None): 234 canon_form = holder 235 self.holders[holder] = canon_form 236 index = holder.find (' ') 238 self.holder_prefixes.add (holder[:index]) 239 index = holder.find (' ', index + 1) 241 def add_external_author (self, holder) [all...] |
| /src/external/gpl3/binutils.old/dist/etc/ |
| update-copyright.py | 182 # Non-whitespace characters in a copyright holder's name. 188 # Matches part of a year or copyright holder. 209 # 4: the copyright holder. Don't allow multiple consecutive 232 def add_package_author (self, holder, canon_form = None): 234 canon_form = holder 235 self.holders[holder] = canon_form 236 index = holder.find (' ') 238 self.holder_prefixes.add (holder[:index]) 239 index = holder.find (' ', index + 1) 241 def add_external_author (self, holder) [all...] |
| /src/usr.sbin/rpc.lockd/ |
| lock_proc.c | 362 struct nlm4_holder *holder; local 368 holder = testlock(&arg4, 0); 377 if (holder == NULL) { 381 (void)memcpy(&result.stat.nlm_testrply_u.holder, holder, 383 result.stat.nlm_testrply_u.holder.l_offset = 384 (unsigned int)holder->l_offset; 385 result.stat.nlm_testrply_u.holder.l_len = 386 (unsigned int)holder->l_len; 401 struct nlm4_holder *holder; local 811 struct nlm4_holder *holder; local 845 struct nlm4_holder *holder; local [all...] |
| /src/sys/kern/ |
| kern_lock.c | 76 struct cpu_info *volatile holder; member in struct:kernel_lock 80 #define kernel_lock_holder (kernel_lock_cacheline[0].holder) 184 struct cpu_info *holder; local 189 * holder cpu in the meantime. 196 * because we first take the lock and then set the holder, it 205 * Note: holder == NULL here basically means 212 holder = atomic_load_relaxed(&kernel_lock_holder); 213 if (holder == NULL) 219 * However, the holder value is not reliable because we don't 224 if (holder == curcpu() [all...] |
| /src/crypto/external/apache2/openssl/dist/include/crypto/ |
| x509_acert.h | 55 X509_HOLDER holder; member in struct:X509_acert_info_st
|
| /src/external/public-domain/xz/dist/po4a/ |
| update-po | 80 --copyright-holder="The XZ Utils authors and contributors" \
|
| /src/external/gpl3/gdb/dist/gnulib/import/extra/ |
| update-copyright | 27 # copyright statements to be updated. The copyright holder's name 77 # and then the name of the copyright holder. 122 # 5. Set UPDATE_COPYRIGHT_HOLDER if the copyright holder is other 151 my $holder = $ENV{UPDATE_COPYRIGHT_HOLDER}; 152 $holder ||= 'Free Software Foundation, Inc.'; 191 my $holder_re = $holder;
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/extra/ |
| update-copyright | 27 # copyright statements to be updated. The copyright holder's name 77 # and then the name of the copyright holder. 122 # 5. Set UPDATE_COPYRIGHT_HOLDER if the copyright holder is other 151 my $holder = $ENV{UPDATE_COPYRIGHT_HOLDER}; 152 $holder ||= 'Free Software Foundation, Inc.'; 191 my $holder_re = $holder;
|
| /src/sys/arch/playstation2/playstation2/ |
| sifbios.c | 271 sifcmd_establish(sifcmd_sw_t sw, struct sifcmd_callback_holder *holder) 279 func: holder->func, 280 arg: holder->arg, 295 sifcmd_handler_init(struct sifcmd_callback_holder *holder, int n) 298 void *holder; member in struct:__anon1741 301 holder: holder, 305 /* returns old holder */
|
| interrupt.c | 172 md_ipl_register(enum ipl_type type, struct _ipl_holder *holder) 182 new |= (holder[i].mask & ~mask);
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| owning_intrusive_list.h | 96 unique_pointer holder (&this->front ()); variable 103 unique_pointer holder (&this->back ()); variable 111 unique_pointer holder (&*i);
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| owning_intrusive_list.h | 96 unique_pointer holder (&this->front ()); variable 103 unique_pointer holder (&this->back ()); variable 111 unique_pointer holder (&*i);
|
| /src/external/gpl3/gcc/dist/contrib/ |
| update-copyright.py | 174 # Non-whitespace characters in a copyright holder's name. 180 # Matches part of a year or copyright holder. 202 # 4: the copyright holder. Don't allow multiple consecutive 225 def add_package_author (self, holder, canon_form = None): 227 canon_form = holder 228 self.holders[holder] = canon_form 229 index = holder.find (' ') 231 self.holder_prefixes.add (holder[:index]) 232 index = holder.find (' ', index + 1) 234 def add_external_author (self, holder) [all...] |
| /src/external/gpl3/gcc.old/dist/contrib/ |
| update-copyright.py | 173 # Non-whitespace characters in a copyright holder's name. 179 # Matches part of a year or copyright holder. 201 # 4: the copyright holder. Don't allow multiple consecutive 224 def add_package_author (self, holder, canon_form = None): 226 canon_form = holder 227 self.holders[holder] = canon_form 228 index = holder.find (' ') 230 self.holder_prefixes.add (holder[:index]) 231 index = holder.find (' ', index + 1) 233 def add_external_author (self, holder) [all...] |
| /src/external/bsd/nvi/dist/motif_l/ |
| m_options.c | 220 sheets[i].holder = NULL; 554 if ( sheets[current].holder == NULL ) 555 sheets[current].holder = create_sheet( parent, &sheets[current] ); 558 if ( current_sheet != -1 && sheets[current_sheet].holder != NULL ) 559 XtUnmanageChild( sheets[current_sheet].holder ); 562 XtManageChild( sheets[current].holder ); 627 XtManageChild( sheets[i].holder ); 632 XtUnmanageChild( sheets[i].holder );
|
| m_motif.h | 92 Widget holder; member in struct:__anon7604
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| target-memory.c | 307 gdb::unique_xmalloc_ptr<gdb_byte> holder 309 iter.data = holder.get (); 310 mem_holders.push_back (std::move (holder));
|
| /src/external/gpl3/gdb/dist/gdb/ |
| target-memory.c | 307 gdb::unique_xmalloc_ptr<gdb_byte> holder 309 iter.data = holder.get (); 310 mem_holders.push_back (std::move (holder));
|