Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 1351) sorted by relevance

12345678910>>...55

/NextBSD/cddl/contrib/opensolaris/head/
HDthread.h51 #define _mutex_init(l,f,a) pthread_mutex_init(l,NULL) argument
52 #define _mutex_destroy(l) pthread_mutex_destroy(l) argument
53 #define mutex_lock(l) pthread_mutex_lock(l) argument
54 #define mutex_trylock(l) pthread_mutex_trylock(l) argument
55 #define mutex_unlock(l) pthread_mutex_unlock(l) argument
56 #define rwlock_init(l,f,a) pthread_rwlock_init(l,NULL) argument
57 #define rwlock_destroy(l) pthread_rwlock_destroy(l) argument
58 #define rw_rdlock(l) pthread_rwlock_rdlock(l) argument
59 #define rw_wrlock(l) pthread_rwlock_wrlock(l) argument
60 #define rw_tryrdlock(l) pthread_rwlock_tryrdlock(l) argument
[all …]
/NextBSD/crypto/heimdal/include/
HDheim_threads.h70 #define HEIMDAL_RWLOCK_init(l) rwlock_init(l, NULL) argument
71 #define HEIMDAL_RWLOCK_rdlock(l) rwlock_rdlock(l) argument
72 #define HEIMDAL_RWLOCK_wrlock(l) rwlock_wrlock(l) argument
73 #define HEIMDAL_RWLOCK_tryrdlock(l) rwlock_tryrdlock(l) argument
74 #define HEIMDAL_RWLOCK_trywrlock(l) rwlock_trywrlock(l) argument
75 #define HEIMDAL_RWLOCK_unlock(l) rwlock_unlock(l) argument
76 #define HEIMDAL_RWLOCK_destroy(l) rwlock_destroy(l) argument
97 #define HEIMDAL_RWLOCK_init(l) pthread_rwlock_init(l, NULL) argument
98 #define HEIMDAL_RWLOCK_rdlock(l) pthread_rwlock_rdlock(l) argument
99 #define HEIMDAL_RWLOCK_wrlock(l) pthread_rwlock_wrlock(l) argument
[all …]
/NextBSD/crypto/openssl/crypto/
HDmd32_common.h211 # define HOST_c2l(c,l) ({ unsigned int r=*((const unsigned int *)(c)); \ argument
214 # define HOST_l2c(l,c) ({ unsigned int r=(l); \ argument
221 # define HOST_c2l(c,l) ({ unsigned int r; \ argument
226 # define HOST_l2c(l,c) ({ unsigned int r; \ argument
232 # define HOST_c2l(c,l) ((l)=*((const unsigned int *)(c)), (c)+=4, (l)) argument
233 # define HOST_l2c(l,c) (*((unsigned int *)(c))=(l), (c)+=4, (l)) argument
239 # define HOST_c2l(c,l) ((l)=*((const unsigned int *)(c)), (c)+=4, (l)) argument
240 # define HOST_l2c(l,c) (*((unsigned int *)(c))=(l), (c)+=4, (l)) argument
245 # define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++)))<<24), \ argument
251 # define HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ argument
[all …]
/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_interface_ann.cc34 ScopedAnnotation(ThreadState *thr, const char *aname, const char *f, int l, in ScopedAnnotation()
89 char *f, int l, uptr addr, uptr size, char *desc) { in AddExpectRace()
224 void INTERFACE_ATTRIBUTE AnnotateHappensBefore(char *f, int l, uptr addr) { in AnnotateHappensBefore()
229 void INTERFACE_ATTRIBUTE AnnotateHappensAfter(char *f, int l, uptr addr) { in AnnotateHappensAfter()
234 void INTERFACE_ATTRIBUTE AnnotateCondVarSignal(char *f, int l, uptr cv) { in AnnotateCondVarSignal()
238 void INTERFACE_ATTRIBUTE AnnotateCondVarSignalAll(char *f, int l, uptr cv) { in AnnotateCondVarSignalAll()
242 void INTERFACE_ATTRIBUTE AnnotateMutexIsNotPHB(char *f, int l, uptr mu) { in AnnotateMutexIsNotPHB()
246 void INTERFACE_ATTRIBUTE AnnotateCondVarWait(char *f, int l, uptr cv, in AnnotateCondVarWait()
251 void INTERFACE_ATTRIBUTE AnnotateRWLockCreate(char *f, int l, uptr m) { in AnnotateRWLockCreate()
256 void INTERFACE_ATTRIBUTE AnnotateRWLockCreateStatic(char *f, int l, uptr m) { in AnnotateRWLockCreateStatic()
[all …]
/NextBSD/usr.sbin/ppp/
HDlink.c75 link_AddInOctets(struct link *l, int n) in link_AddInOctets()
85 link_AddOutOctets(struct link *l, int n) in link_AddOutOctets()
95 link_SequenceQueue(struct link *l) in link_SequenceQueue()
108 link_DeleteQueue(struct link *l) in link_DeleteQueue()
119 link_QueueLen(struct link *l) in link_QueueLen()
131 link_QueueBytes(struct link *l) in link_QueueBytes()
151 link_PendingLowPriorityData(struct link *l, size_t *pkts, size_t *octets) in link_PendingLowPriorityData()
179 link_Dequeue(struct link *l) in link_Dequeue()
216 link_ProtocolRecord(struct link *l, u_short proto, int type) in link_ProtocolRecord()
231 link_ReportProtocolStatus(struct link *l, struct prompt *prompt) in link_ReportProtocolStatus()
[all …]
/NextBSD/contrib/compiler-rt/lib/tsan/tests/rtl/
HDtsan_mop.cc21 MemLoc l; in TEST() local
34 MemLoc l; in TEST() local
41 MemLoc l; in TEST() local
48 MemLoc l; in TEST() local
55 MemLoc l; in TEST() local
61 MemLoc l; in TEST() local
72 MemLoc l; in TEST() local
91 MemLoc l; in TEST() local
110 MemLoc l; in TEST() local
115 MemLoc l; in TEST() local
[all …]
/NextBSD/usr.sbin/nscd/
HDdebug.c39 nscd_trace_in(const char *s, const char *f, int l) in nscd_trace_in()
54 nscd_trace_point(const char *f, int l) in nscd_trace_point()
68 nscd_trace_msg(const char *msg, const char *f, int l) in nscd_trace_msg()
82 nscd_trace_ptr(const char *desc, const void *p, const char *f, int l) in nscd_trace_ptr()
96 nscd_trace_int(const char *desc, int i, const char *f, int l) in nscd_trace_int()
110 nscd_trace_str(const char *desc, const char *s, const char *f, int l) in nscd_trace_str()
124 nscd_trace_out(const char *s, const char *f, int l) in nscd_trace_out()
/NextBSD/contrib/atf/atf-c/detail/
HDlist.c48 entry_to_citer(const atf_list_t *l, const struct list_entry *le) in entry_to_citer()
58 entry_to_iter(atf_list_t *l, struct list_entry *le) in entry_to_iter()
195 atf_list_init(atf_list_t *l) in atf_list_init()
224 atf_list_fini(atf_list_t *l) in atf_list_fini()
248 atf_list_begin(atf_list_t *l) in atf_list_begin()
255 atf_list_begin_c(const atf_list_t *l) in atf_list_begin_c()
262 atf_list_end(atf_list_t *l) in atf_list_end()
268 atf_list_end_c(const atf_list_t *l) in atf_list_end_c()
313 atf_list_size(const atf_list_t *l) in atf_list_size()
319 atf_list_to_charpp(const atf_list_t *l) in atf_list_to_charpp()
[all …]
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzap_leaf.c49 #define LEAF_HASH(l, h) \ argument
54 #define LEAF_HASH_ENTPTR(l, h) (&zap_leaf_phys(l)->l_hash[LEAF_HASH(l, h)]) argument
109 zap_leaf_t l; in zap_leaf_byteswap() local
161 zap_leaf_init(zap_leaf_t *l, boolean_t sort) in zap_leaf_init()
187 zap_leaf_chunk_alloc(zap_leaf_t *l) in zap_leaf_chunk_alloc()
206 zap_leaf_chunk_free(zap_leaf_t *l, uint16_t chunk) in zap_leaf_chunk_free()
226 zap_leaf_array_create(zap_leaf_t *l, const char *buf, in zap_leaf_array_create()
266 zap_leaf_array_free(zap_leaf_t *l, uint16_t *chunkp) in zap_leaf_array_free()
283 zap_leaf_array_read(zap_leaf_t *l, uint16_t chunk, in zap_leaf_array_read()
342 zap_leaf_array_match(zap_leaf_t *l, zap_name_t *zn, in zap_leaf_array_match()
[all …]
/NextBSD/crypto/openssl/crypto/idea/
HDidea_lcl.h128 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ argument
134 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ argument
140 #define s2n(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ argument
144 #define n2s(c,l) (l =((IDEA_INT)(*((c)++)))<< 8L, \ argument
180 # define c2s(c,l) (l =((unsigned long)(*((c)++))) , \ argument
184 # define s2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ argument
188 # define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ argument
194 # define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ argument
/NextBSD/contrib/atf/atf-c++/
Dbuild.cpp46 cargv_to_argv(const atf_list_t* l) in cargv_to_argv()
59 cargv_to_argv_and_free(char** l) in cargv_to_argv_and_free()
79 char** l; in c_o() local
93 char** l; in cpp() local
107 char** l; in cxx_o() local
/NextBSD/lib/libnotify/
HDtable.c464 _nc_list_release(list_t *l) in _nc_list_release()
477 _nc_list_retain(list_t *l) in _nc_list_retain()
488 _nc_list_retain_list(list_t *l) in _nc_list_retain_list()
500 _nc_list_prev(list_t *l) in _nc_list_prev()
510 _nc_list_next(list_t *l) in _nc_list_next()
520 _nc_list_head(list_t *l) in _nc_list_head()
535 _nc_list_tail(list_t *l) in _nc_list_tail()
551 _nc_list_prepend(list_t *l, list_t *n) in _nc_list_prepend()
572 _nc_list_append(list_t *l, list_t *n) in _nc_list_append()
592 _nc_list_set_next(list_t *l, list_t *n) in _nc_list_set_next()
[all …]
/NextBSD/contrib/binutils/gas/
HDstruc-symbol.h139 #define local_symbol_converted_p(l) ((l)->lsy_section == reg_section) argument
140 #define local_symbol_mark_converted(l) ((l)->lsy_section = reg_section) argument
141 #define local_symbol_resolved_p(l) ((l)->u.lsy_frag == NULL) argument
142 #define local_symbol_mark_resolved(l) ((l)->u.lsy_frag = NULL) argument
143 #define local_symbol_get_frag(l) ((l)->u.lsy_frag) argument
144 #define local_symbol_set_frag(l, f) ((l)->u.lsy_frag = (f)) argument
145 #define local_symbol_get_real_symbol(l) ((l)->u.lsy_sym) argument
146 #define local_symbol_set_real_symbol(l, s) ((l)->u.lsy_sym = (s)) argument
/NextBSD/contrib/ntp/tests/sandbox/
HDsmeartest.c85 l_fp l; in rtol() local
101 l_fp l; in rtoltor() local
116 ltor(l_fp l) in ltor()
132 l_fp l; in main() local
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_thread_registry.cc110 BlockingMutexLock l(&mtx_); in GetNumberOfThreads() local
117 BlockingMutexLock l(&mtx_); in GetMaxAliveThreads() local
123 BlockingMutexLock l(&mtx_); in CreateThread() local
169 BlockingMutexLock l(&mtx_); in FindThread() local
201 BlockingMutexLock l(&mtx_); in SetThreadName() local
210 BlockingMutexLock l(&mtx_); in SetThreadNameByUserId() local
222 BlockingMutexLock l(&mtx_); in DetachThread() local
240 BlockingMutexLock l(&mtx_); in JoinThread() local
253 BlockingMutexLock l(&mtx_); in FinishThread() local
270 BlockingMutexLock l(&mtx_); in StartThread() local
HDsanitizer_symbolizer_libcdep.cc64 BlockingMutexLock l(&mu_); in SymbolizePC() local
83 BlockingMutexLock l(&mu_); in SymbolizeData() local
103 BlockingMutexLock l(&mu_); in GetModuleNameAndOffsetForPC() local
115 BlockingMutexLock l(&mu_); in Flush() local
124 BlockingMutexLock l(&mu_); in Demangle() local
135 BlockingMutexLock l(&mu_); in PrepareForSandboxing() local
179 SpinMutexLock l(&init_mu_); in GetOrInit() local
/NextBSD/sys/contrib/alpine-hal/
HDal_hal_plat_services.h150 #define al_reg_read32_relaxed(l) generic_bs_r_4(NULL, (bus_space_handle_t)l, 0) argument
164 #define al_reg_write32_relaxed(l,v) generic_bs_w_4(NULL, (bus_space_handle_t)l, 0, v) argument
171 #define al_reg_write8(l,v) do { dsb(); generic_bs_w_1(NULL, (bus_space_handle_t)l, 0, v); dmb(); } … argument
178 #define al_reg_write16(l,v) do { dsb(); generic_bs_w_2(NULL, (bus_space_handle_t)l, 0, v); dmb(); }… argument
185 #define al_reg_write32(l,v) do { dsb(); generic_bs_w_4(NULL, (bus_space_handle_t)l, 0, v); dmb(); }… argument
192 #define al_reg_write64(l,v) do { dsb(); generic_bs_w_8(NULL, (bus_space_handle_t)l, 0, v); dmb(); }… argument
195 al_reg_read8(uint8_t *l) in al_reg_read8()
203 al_reg_read16(uint16_t *l) in al_reg_read16()
211 al_reg_read32(uint32_t *l) in al_reg_read32()
/NextBSD/contrib/compiler-rt/lib/builtins/
HDatomic.c59 inline static void unlock(Lock *l) { in unlock()
65 inline static void lock(Lock *l) { in lock()
79 inline static void unlock(Lock *l) { in unlock()
84 inline static void lock(Lock *l) { in lock()
92 inline static void unlock(Lock *l) { in unlock()
97 inline static void lock(Lock *l) { in lock()
168 Lock *l = lock_for_pointer(src); in __atomic_load_c() local
182 Lock *l = lock_for_pointer(dest); in __atomic_store_c() local
200 Lock *l = lock_for_pointer(ptr); in __atomic_compare_exchange_c() local
221 Lock *l = lock_for_pointer(ptr); in __atomic_exchange_c() local
/NextBSD/sys/netinet/libalias/
HDalias_local.h190 #define LIBALIAS_LOCK_INIT(l) \ argument
192 #define LIBALIAS_LOCK_ASSERT(l) mtx_assert(&l->mutex, MA_OWNED) argument
193 #define LIBALIAS_LOCK(l) mtx_lock(&l->mutex) argument
194 #define LIBALIAS_UNLOCK(l) mtx_unlock(&l->mutex) argument
195 #define LIBALIAS_LOCK_DESTROY(l) mtx_destroy(&l->mutex) argument
197 #define LIBALIAS_LOCK_INIT(l) argument
198 #define LIBALIAS_LOCK_ASSERT(l) argument
199 #define LIBALIAS_LOCK(l) argument
200 #define LIBALIAS_UNLOCK(l) argument
201 #define LIBALIAS_LOCK_DESTROY(l) argument
/NextBSD/crypto/openssl/crypto/des/
HDdes_old.h142 # define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\ argument
144 # define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\ argument
146 # define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\ argument
148 # define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\ argument
152 # define des_cbc_cksum(i,o,l,k,iv)\ argument
154 # define des_cbc_encrypt(i,o,l,k,iv,e)\ argument
156 # define des_ncbc_encrypt(i,o,l,k,iv,e)\ argument
158 # define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ argument
160 # define des_cfb_encrypt(i,o,n,l,k,iv,e)\ argument
174 # define des_enc_read(f,b,l,k,iv)\ argument
[all …]
/NextBSD/lib/libmd/
HDrmd_locl.h62 #define c2nl(c,l) (l =(((u_int32_t)(*((c)++)))<<24), \ argument
68 #define p_c2nl(c,l,n) { \ argument
79 #define c2nl_p(c,l,n) { \ argument
90 #define p_c2nl_p(c,l,sc,len) { \ argument
102 #define nl2c(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ argument
108 #define c2l(c,l) (l =(((u_int32_t)(*((c)++))) ), \ argument
114 #define p_c2l(c,l,n) { \ argument
125 #define c2l_p(c,l,n) { \ argument
136 #define p_c2l_p(c,l,sc,len) { \ argument
148 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ argument
/NextBSD/contrib/compiler-rt/lib/ubsan/
HDubsan_init.cc53 SpinMutexLock l(&ubsan_init_mu); in InitAsStandalone() local
64 SpinMutexLock l(&ubsan_init_mu); in InitAsStandaloneIfNecessary() local
71 SpinMutexLock l(&ubsan_init_mu); in InitAsPlugin() local
/NextBSD/sys/opencrypto/
HDcast.c26 #define F1(l, r, i) \ argument
30 #define F2(l, r, i) \ argument
34 #define F3(l, r, i) \ argument
44 u_int32_t t, l, r; in cast_encrypt() local
89 u_int32_t t, l, r; in cast_decrypt() local
/NextBSD/lib/libc/xdr/
HDxdr.c104 long l; in xdr_int() local
132 u_long l; in xdr_u_int() local
201 long l; in xdr_int32_t() local
230 u_long l; in xdr_u_int32_t() local
259 u_long l; in xdr_uint32_t() local
287 long l; in xdr_short() local
315 u_long l; in xdr_u_short() local
344 long l; in xdr_int16_t() local
372 u_long l; in xdr_u_int16_t() local
400 u_long l; in xdr_uint16_t() local
/NextBSD/crypto/openssl/crypto/rc2/
HDrc2_locl.h60 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ argument
83 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ argument
136 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ argument
142 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ argument

12345678910>>...55