/src/lib/libc/gen/ |
syslog_private.h | 45 int (*unlock)(const struct syslog_data *); member in struct:syslog_fun
|
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);
|
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)
|
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();
|
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
|
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
|
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
|
/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...] |
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...] |
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));
|
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)
|
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);
|
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))
|