Searched refs:lck (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| D | tasn_utl.c | 71 CRYPTO_REF_COUNT *lck; in ossl_asn1_do_lock() local 81 lck = offset2ptr(*pval, aux->ref_offset); in ossl_asn1_do_lock() 86 *lck = ret = 1; in ossl_asn1_do_lock() 94 if (!CRYPTO_UP_REF(lck, &ret, *lock)) in ossl_asn1_do_lock() 98 if (!CRYPTO_DOWN_REF(lck, &ret, *lock)) in ossl_asn1_do_lock()
|
| /netbsd/src/usr.sbin/rpc.lockd/ |
| D | lockd_lock.c | 359 unlock(nlm4_lock *lck, int flags) in unlock() argument 365 if (fhconv(&filehandle, &lck->fh)) { in unlock() 371 if (strcmp(fl->client_name, lck->caller_name) || in unlock() 373 fl->client.oh.n_len != lck->oh.n_len || in unlock() 374 memcmp(fl->client.oh.n_bytes, lck->oh.n_bytes, in unlock() 376 fl->client.svid != lck->svid) in unlock() 380 "status %d", lck->caller_name, lck->svid, fl->status); in unlock() 411 lck->caller_name); in unlock()
|
| /netbsd/src/games/tetris/ |
| D | scores.c | 382 int sd, mint, lck; in getscores() local 393 lck = LOCK_EX; in getscores() 399 lck = LOCK_SH; in getscores() 426 if (flock(sd, lck)) in getscores()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/ssl/ |
| D | ssl_sess.c | 25 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck); 832 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck) in remove_session_lock() argument 838 if (lck) { in remove_session_lock() 849 if (lck) in remove_session_lock()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | Makefile.in | 281 LLINKER = $(SHELL) $(srcdir)/lock-and-run.sh linkfe.lck $(LINKER) 3557 -rm -rf linkfe.lck lock-stamp.*
|