| /illumos-gate/usr/src/cmd/mail/ |
| H A D | lock.c | 71 void unlock() { function
|
| /illumos-gate/usr/src/lib/libshell/common/scripts/ |
| H A D | filemutexdemo1.sh | 60 # way to figure out whether someone calls "unlock" in a subshell and then 61 # leaves the subshell and calls "unlock" again 158 _.unlock 175 _.unlock 180 function unlock function 185 _.check_subshell "unlock" 197 print -u2 -f "filemutex_t.unlock(%s): mutex '%s' not locked." "$1" "${_.name}" 206 (${_.locked_exclusive} || ${_.locked_shared}) && _.unlock 232 child_fs.unlock 258 fs.unlock [all...] |
| /illumos-gate/usr/src/lib/sun_fc/common/ |
| H A D | Lockable.cc | 60 void Lockable::unlock() { function in class:Lockable 61 unlock(&mutex); 68 * @param myMutex The lock to unlock 70 void Lockable::unlock(pthread_mutex_t *myMutex) { function in class:Lockable
|
| /illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/ |
| H A D | errors.c | 39 #define unlock() k5_mutex_unlock(&krb5int_error_info_support_mutex) macro 96 unlock(); 133 unlock(); 139 unlock(); 142 unlock(); 167 unlock();
|
| /illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
| H A D | Value.java | 147 public void unlock() throws PoolsException method in class:Value 176 unlock();
|
| /illumos-gate/usr/src/lib/sun_sas/common/ |
| H A D | sun_sas.c | 91 unlock(&open_handles_lock); 116 unlock(&open_handles_lock); 226 unlock(&open_handles_lock); 229 unlock(&open_handles_lock); 300 unlock(mutex_t *mp) function 330 unlock(&open_handles_lock); 331 unlock(&all_hbas_lock); 339 unlock(&open_handles_lock); 340 unlock(&all_hbas_lock); 355 unlock( [all...] |
| /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
| H A D | utils.c | 984 * unlock - remove our lockfile 987 unlock() function
|
| /illumos-gate/usr/src/uts/common/sys/lvm/ |
| H A D | md_rename.h | 71 #define MDRNM_UNLOCK "rename svc: unlock" 149 md_ren_void_svc_t *unlock; member in struct:md_rendelta
|
| /illumos-gate/usr/src/lib/passwdutil/ |
| H A D | passwdutil.h | 132 int (*unlock)(void); member in struct:repops
|
| /illumos-gate/usr/src/lib/libsasl/lib/ |
| H A D | saslint.h | 338 sasl_mutex_unlock_t *unlock; member in struct:sasl_mutex_utils 475 (gctx->sasl_mutex_utils.unlock((__mutex__))) 487 #define sasl_MUTEX_UNLOCK(__mutex__) (_sasl_mutex_utils.unlock((__mutex__)))
|
| /illumos-gate/usr/src/uts/common/os/ |
| H A D | cpu_event.c | 371 int unlock = 0, unpause = 0; local 391 unlock = 1; 434 if (unlock) { 449 int unlock = 0, unpause = 0; local 457 unlock = 1; 497 if (unlock) {
|
| /illumos-gate/usr/src/uts/common/fs/smbsrv/ |
| H A D | smb_fsops.c | 1194 /* XXX: unlock */ 2619 smb_fsop_frlock(smb_node_t *node, smb_lock_t *lock, boolean_t unlock, argument 2648 if (unlock) {
|
| /illumos-gate/usr/src/cmd/modload/ |
| H A D | drvsubr.c | 946 struct flock unlock; local 951 unlock.l_type = F_UNLCK; 952 unlock.l_whence = SEEK_SET; 953 unlock.l_start = 0; 954 unlock.l_len = 0; 956 if (fcntl(add_rem_lock_fd, F_SETLK, &unlock) == -1) {
|
| /illumos-gate/usr/src/lib/libdevinfo/ |
| H A D | devinfo_devlink.c | 3162 struct flock unlock; local 3169 unlock.l_type = F_UNLCK; 3170 unlock.l_whence = SEEK_SET; 3171 unlock.l_start = 0; 3172 unlock.l_len = 0; 3176 if (fcntl(hdp->lock_fd, F_SETLK, &unlock) == -1) {
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
| H A D | ipsecconf.c | 333 static int unlock(int); 1567 (void) unlock(lfd); 1650 unlock(int fd) function 5499 (void) unlock(lfd); 5506 (void) unlock(lfd);
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
| H A D | ipqosconf.c | 179 static int unlock(int fd); 9685 unlock(int fd) function 10030 (void) unlock(lfp);
|
| /illumos-gate/usr/src/cmd/devfsadm/ |
| H A D | devfsadm.c | 4002 struct flock unlock; local 4011 unlock.l_type = F_UNLCK; 4012 unlock.l_whence = SEEK_SET; 4013 unlock.l_start = 0; 4014 unlock.l_len = 0; 4016 if (fcntl(dev_lock_fd, F_SETLK, &unlock) == -1) {
|
| /illumos-gate/usr/src/uts/common/vm/ |
| H A D | vm_page.c | 1881 * to unlock any page it was working 3878 * could be called to unlock even if nothing is locked. This could 5103 * If page is modified, unlock it 5243 * If we failed to lock them all then unlock what we have 5505 * unlock pages locked so far and skip to next page. 5632 * unlock pages locked so far and skip to next page. 6586 /* unlock the new page(s) */ 7051 * are locations in the code, where we unlock a page while holding 7087 /* Failed to find page in hash so clear flags and unlock it. */ 7428 * unlock 7440 pcf_decrement_multiple(pgcnt_t *pcftotal_ret, pgcnt_t npages, int unlock) argument [all...] |
| /illumos-gate/usr/src/cmd/boot/bootadm/ |
| H A D | bootadm.c | 1710 struct flock unlock; local 1719 unlock.l_type = F_UNLCK; 1720 unlock.l_whence = SEEK_SET; 1721 unlock.l_start = 0; 1722 unlock.l_len = 0; 1724 if (fcntl(bam_lock_fd, F_SETLK, &unlock) == -1) { 1725 bam_error(_("failed to unlock file: %s: %s\n"),
|
| /illumos-gate/usr/src/uts/common/fs/nfs/ |
| H A D | nfs4_vnops.c | 4986 * shortcircuiting here avoids 3 unneeded lock/unlock 11581 * waiting to do a commit, then just unlock the page and 11676 * If we got an error during the commit, just unlock all 11691 * storage on the server. We just unlock the rest of the pages 11709 * be rewritten so unlock the page and return. 12212 * then unlock them so that they can be freed some 12223 * This will unlock all of the pages on the list. 12240 * If we got an error, then just unlock all of the pages 12253 * storage on the server. We just unlock the pages and clear 13200 * unlock i 13508 bool_t unlock = (flk->l_type == F_UNLCK); local [all...] |