/src/lib/libc/gen/ |
syslog_private.h | 45 int (*unlock)(const struct syslog_data *); member in struct:syslog_fun
|
syslog.c | 125 unlock(const struct syslog_data *data) function in typeref:typename:int 138 unlock, 165 unlock(data); 174 unlock(data);
|
/src/sys/dev/fdt/ |
syscon.h | 36 void (*unlock)(void *); member in struct:syscon 45 (_syscon)->unlock((_syscon)->priv)
|
/src/tests/lib/libc/membar/ |
t_dekker.c | 80 unlock(unsigned me) function in typeref:typename:void 107 unlock(me);
|
t_spinlock.c | 77 unlock(void) function in typeref:typename:void 103 unlock();
|
/src/sys/dev/ic/ |
mcp23xxxgpiovar.h | 68 void (*unlock)(struct mcpgpio_softc *); member in struct:mcpgpio_accessops
|
ac97var.h | 83 * - call unlock() just after ac97_attach() 85 * - call unlock() in audio_hw_if::close() 88 void (*unlock)(struct ac97_codec_if *); member in struct:ac97_codec_if_vtbl
|
aha.c | 868 struct aha_unlock unlock; local in function:aha_init 883 unlock.cmd.opcode = AHA_MBX_ENABLE; 884 unlock.cmd.junk = 0; 885 unlock.cmd.magic = extbios.reply.mailboxlock; 887 sizeof(unlock.cmd), (u_char *)&unlock.cmd,
|
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
atomic.c | 51 // lock() and unlock() functions. 59 __inline static void unlock(Lock *l) { function in typeref:typename:void 79 __inline static void unlock(Lock *l) { function in typeref:typename:void 91 /// Unlock a lock. This is a release operation. 92 __inline static void unlock(Lock *l) { function in typeref:typename:void 171 unlock(l); 185 unlock(l); 204 unlock(l); 208 unlock(l); 225 unlock(l) [all...] |
/src/common/lib/libprop/ |
prop_object.c | 128 void (*unlock)(void); local in function:prop_object_release_emergency 139 /* Save pointerto unlock function */ 140 unlock = po->po_type->pot_unlock; 148 if (unlock != NULL) 149 unlock(); 156 if (unlock != NULL) 157 unlock(); 161 if (unlock != NULL) 162 unlock(); 185 void (*unlock)(void) local in function:prop_object_release [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_stackdepotbase.h | 42 static void unlock(atomic_uintptr_t *p, Node *s); 90 void StackDepotBase<Node, kReservedBits, kTabSizeLog>::unlock( function in class:__sanitizer::StackDepotBase 114 unlock(p, s2); 131 unlock(p, s); 172 unlock(p, (Node *)(s & ~1UL));
|
/src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
i915_gem_shrinker.c | 431 bool unlock = false; local in function:i915_gem_shrinker_taints_mutex 439 unlock = true; 449 if (unlock)
|
/src/tests/lib/libpthread/ |
t_cond.c | 123 /* Signal first, then unlock, for a different test than #1. */ 184 /* Signal first, then unlock, for a different test than #1. */ 497 unlock(void *arg) function in typeref:typename:void 507 pthread_cleanup_push(unlock, &mutex);
|
/src/sys/fs/v7fs/ |
v7fs_impl.h | 67 void (*unlock)(void *); member in struct:lock_ops 70 #define SUPERB_UNLOCK(x) ((x)->sb_lock.unlock((x)->sb_lock.cookie)) 72 #define ILIST_UNLOCK(x) ((x)->ilist_lock.unlock((x)->ilist_lock.cookie)) 74 #define MEM_UNLOCK(x) ((x)->mem_lock.unlock((x)->mem_lock.cookie))
|
/src/usr.sbin/rpc.lockd/ |
lockd_lock.c | 357 /* unlock a filehandle */ 359 unlock(nlm4_lock *lck, int flags) function in typeref:enum:nlm_stats 378 /* Got it, unlock and remove from the queue */ 379 syslog(LOG_DEBUG, "unlock from %s.%" PRIu32 ": found struct, " 694 /* unlock the file: closing is enough ! */ 830 "notify: unlock failed for %s (%d)",
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/ |
timing_generator.h | 196 void (*unlock)(struct timing_generator *tg); member in struct:timing_generator_funcs
|
/src/sys/fs/nfs/client/ |
nfs_clstate.c | 1120 * Called to unlock a byte range, for LockU. 1171 * First, unlock any local regions on a delegation. 2307 int unlock = 0, modified = 0; local in function:nfscl_updatelock 2314 unlock = 1; 2335 * This lock can be absorbed by the new lock/unlock. 2339 * unlock. 2395 * For unlock, we use new_lop as other_lop and tmp, since 2397 * We noted the unlock case above, so we don't need 2401 if (unlock) { 2426 if (!unlock) { [all...] |
/src/sys/fs/nfs/server/ |
nfs_nfsdstate.c | 2036 * Handle the unlock case by calling nfsrv_updatelock(). 2037 * (Should I have done some access checking above for unlock? For now, 3673 int unlock = 0, myfile = 0; local in function:nfsrv_updatelock 3680 unlock = 1; 3708 * This lock can be absorbed by the new lock/unlock. 3712 * unlock. 3758 * For unlock, we use new_lop as other_lop and tmp, since 3760 * We noted the unlock case above, so we don't need 3765 if (!unlock) 3766 panic("nfsd srv update unlock"); [all...] |
/src/lib/libc/time/ |
localtime.c | 49 #define unlock() rwlock_unlock(&__lcl_lock) macro 55 static void unlock(void) { pthread_mutex_unlock(&locallock); } 58 static void unlock(void) { } 1600 unlock(); 1610 unlock(); 1635 unlock(); 1814 unlock(); 2531 unlock(); 2657 unlock(); 2702 unlock(); [all...] |