Searched defs:attr (Results 76 - 100 of 457) sorted by relevance

1234567891011>>

/freebsd-10-stable/lib/libthr/thread/
H A Dthr_create.c52 _pthread_create(pthread_t * thread, const pthread_attr_t * attr, argument
[all...]
H A Dthr_mutexattr.c86 _pthread_mutexattr_init(pthread_mutexattr_t *attr) argument
104 _pthread_mutexattr_setkind_np(pthread_mutexattr_t *attr, int kind) argument
118 _pthread_mutexattr_getkind_np(pthread_mutexattr_t attr) argument
131 _pthread_mutexattr_settype(pthread_mutexattr_t *attr, in argument
144 _pthread_mutexattr_gettype(pthread_mutexattr_t *attr, int *type) argument
159 _pthread_mutexattr_destroy(pthread_mutexattr_t *attr) argument
173 _pthread_mutexattr_getpshared(const pthread_mutexattr_t *attr, int *pshared) argument
185 _pthread_mutexattr_setpshared(pthread_mutexattr_t *attr, int pshared) argument
[all...]
H A Dthr_rwlock.c115 _pthread_rwlock_init (pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr) argument
/freebsd-10-stable/sys/dev/fb/
H A Dsplash_txt.c68 u_char ch, attr; local
/freebsd-10-stable/usr.bin/csup/
H A Dthreads.c105 pthread_attr_t attr; local
/freebsd-10-stable/tests/sys/mqueue/
H A Dmqtest5.c32 struct mq_attr attr; local
[all...]
/freebsd-10-stable/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfs_deleg.c202 zfs_deleg_whokey(char *attr, zfs_deleg_who_type_t type, argument
/freebsd-10-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_condwait.c55 pthread_condattr_t attr; local
/freebsd-10-stable/contrib/apr/threadproc/unix/
H A Dproc.c241 limit_proc(apr_procattr_t *attr) argument
[all...]
/freebsd-10-stable/contrib/binutils/binutils/
H A Ddefparse.y112 attr: label
/freebsd-10-stable/contrib/jemalloc/src/
H A Dmutex.c52 pthread_create(pthread_t *__restrict thread, const pthread_attr_t *__restrict attr, void *(*start_routine)(void *), void *__restrict arg) argument
/freebsd-10-stable/contrib/libc++/src/
H A Dmutex.cpp54 pthread_mutexattr_t attr; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp138 BlocksAttr *attr = var->getAttr<BlocksAttr>(); local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.cpp52 dw_attr_t attr = data.GetULEB128(offset_ptr); local
105 dw_attr_t attr; local
155 dw_attr_t attr; local
[all...]
H A DDWARFAbbreviationDeclaration.h26 void AddAttribute(const DWARFAttribute& attr) argument
38 bool GetAttrAndFormByIndex(uint32_t idx, dw_attr_t& attr, dw_form_t& form) const argument
50 void GetAttrAndFormByIndexUnchecked(uint32_t idx, dw_attr_t& attr, dw_form_t& form) const argument
/freebsd-10-stable/contrib/ofed/libmlx4/src/
H A Dsrq.c127 int mlx4_alloc_srq_buf(struct ibv_pd *pd, struct ibv_srq_attr *attr, argument
/freebsd-10-stable/contrib/ofed/libmthca/src/
H A Dsrq.c253 int mthca_alloc_srq_buf(struct ibv_pd *pd, struct ibv_srq_attr *attr, argument
/freebsd-10-stable/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mlx_hca_anafa.c64 ib_ca_attr_t attr; member in struct:_osm_ca_info
/freebsd-10-stable/crypto/heimdal/lib/kadm5/
H A Dent_setup.c44 attr_to_flags(unsigned attr, HDBFlags *flags) argument
[all...]
/freebsd-10-stable/lib/libdwarf/
H A Ddwarf_loc.c531 dwarf_locdesc(Dwarf_Die die, uint64_t attr, Dwarf_Locdesc **llbuf, Dwarf_Signed *lenp, Dwarf_Error *err) argument
/freebsd-10-stable/lib/libsdp/
H A Dutil.c42 uint32_t attr; member in struct:sdp_attr_desc
257 sdp_attr2desc(uint16_t attr) argument
/freebsd-10-stable/sbin/hastd/
H A Dsynch.h140 pthread_condattr_t attr; local
/freebsd-10-stable/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sdp.c68 uint32_t attr = SDP_ATTR_RANGE( local
/freebsd-10-stable/crypto/openssl/crypto/evp/
H A Devp_pkey.c197 int EVP_PKEY_add1_attr(EVP_PKEY *key, X509_ATTRIBUTE *attr) argument
/freebsd-10-stable/crypto/openssl/crypto/pkcs12/
H A Dp12_crt.c70 X509_ATTRIBUTE *attr; local

Completed in 224 milliseconds

1234567891011>>