Searched refs:locktype (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10/webdavfs-367/webdav_fs.kextproj/webdav_fs.kmodproj/
H A Dwebdav_utils.c30 __private_extern__ int webdav_lock(struct webdavnode *pt, enum webdavlocktype locktype) argument
32 if (locktype == WEBDAV_SHARED_LOCK)
37 pt->pt_lockState = locktype;
41 if (locktype != WEBDAV_SHARED_LOCK) {
H A Dwebdav_utils.h32 int webdav_lock(struct webdavnode *pt, enum webdavlocktype locktype);
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dip6protosw.h187 (struct socket *so, int locktype, void *debug);
189 (struct socket *so, int locktype, void *debug);
191 (struct socket *so, int locktype);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dalock.h67 const char * envdir, int locktype ));
H A Dalock.c335 int locktype )
348 assert ((locktype & ALOCK_SMASK) >= 1 && (locktype & ALOCK_SMASK) <= 2);
350 slot_data.al_lock = locktype;
412 && (( locktype & ALOCK_SMASK ) == ALOCK_UNIQUE
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dprotosw.h142 (struct socket *so, int locktype, void *debug);
144 (struct socket *so, int locktype, void *debug);
146 (struct socket *so, int locktype);
222 (struct socket *so, int locktype, void *debug);
224 (struct socket *so, int locktype, void *debug);
226 (struct socket *so, int locktype);
/macosx-10.10/procmail-14/procmail/src/
H A Dlocking.c26 { int permanent=nfsTRY,triedforce=0,locktype=doLOCK;struct stat stbuf;time_t t; local
38 { locktype=doCHECK|doLOCK;
50 if(!xcreat(name,LOCKperm,&t,locktype)) /* time t from the filesystem */
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cnode.c1988 void hfs_lock_always(cnode_t *cp, enum hfs_locktype locktype) argument
1990 hfs_lock(cp, locktype, HFS_LOCK_ALWAYS);
1998 hfs_lock(struct cnode *cp, enum hfs_locktype locktype, enum hfs_lockflags flags) argument
2010 } else if (locktype == HFS_SHARED_LOCK) {
2077 hfs_lockpair(struct cnode *cp1, struct cnode *cp2, enum hfs_locktype locktype) argument
2086 return hfs_lock(cp1, locktype, HFS_LOCK_DEFAULT);
2100 if ( (error = hfs_lock(first, locktype, HFS_LOCK_DEFAULT))) {
2103 if ( (error = hfs_lock(last, locktype, HFS_LOCK_DEFAULT))) {
2137 struct cnode *cp4, enum hfs_locktype locktype, struct cnode **error_cnode)
2177 if ((error = hfs_lock(list[i], locktype, HFS_LOCK_DEFAUL
2136 hfs_lockfour(struct cnode *cp1, struct cnode *cp2, struct cnode *cp3, struct cnode *cp4, enum hfs_locktype locktype, struct cnode **error_cnode) argument
2343 hfs_lock_truncate(struct cnode *cp, enum hfs_locktype locktype, enum hfs_lockflags flags) argument
2378 hfs_try_trunclock(struct cnode *cp, enum hfs_locktype locktype, enum hfs_lockflags flags) argument
[all...]
H A Dhfs_vfsutils.c1218 hfs_lock_global (struct hfsmount *hfsmp, enum hfs_locktype locktype) argument
1257 if (locktype == HFS_SHARED_LOCK) {
1323 hfs_systemfile_lock(struct hfsmount *hfsmp, int flags, enum hfs_locktype locktype) argument
1342 (void) hfs_lock(hfsmp->hfs_catalog_cp, locktype, HFS_LOCK_DEFAULT);
1369 (void) hfs_lock(hfsmp->hfs_attribute_cp, locktype, HFS_LOCK_DEFAULT);
1393 (void) hfs_lock(hfsmp->hfs_startup_cp, locktype, HFS_LOCK_DEFAULT);
H A Dhfs.h817 int hfs_lock_global (struct hfsmount *hfsmp, enum hfs_locktype locktype);
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Drbtdb.c1642 isc_rwlocktype_t locktype = isc_rwlocktype_read; local
1646 POST(locktype);
1649 NODE_WEAKLOCK(nodelock, locktype);
1664 NODE_WEAKUNLOCK(nodelock, locktype);
1665 locktype = isc_rwlocktype_write;
1666 POST(locktype);
1667 NODE_WEAKLOCK(nodelock, locktype);
1677 NODE_WEAKUNLOCK(nodelock, locktype);
2513 isc_rwlocktype_t locktype = isc_rwlocktype_read; local
2518 RWLOCK(&rbtdb->tree_lock, locktype);
4145 isc_rwlocktype_t locktype; local
4268 isc_rwlocktype_t locktype; local
4442 isc_rwlocktype_t locktype; local
4774 isc_rwlocktype_t locktype; local
5121 isc_rwlocktype_t locktype; local
5635 isc_rwlocktype_t locktype; local
[all...]
H A Dzone.c13268 isc_rwlocktype_t locktype; local
13274 locktype = isc_rwlocktype_read;
13275 RWLOCK(&zmgr->urlock, locktype);
13282 locktype = isc_rwlocktype_write;
13288 RWUNLOCK(&zmgr->urlock, locktype);
13297 isc_rwlocktype_t locktype; local
13308 locktype = isc_rwlocktype_read;
13309 RWLOCK(&zmgr->urlock, locktype);
13315 locktype = isc_rwlocktype_write;
13326 RWUNLOCK(&zmgr->urlock, locktype);
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_node.c1242 nfs_data_lock(nfsnode_t np, int locktype) argument
1244 nfs_data_lock_internal(np, locktype, 1);
1247 nfs_data_lock_noupdate(nfsnode_t np, int locktype) argument
1249 nfs_data_lock_internal(np, locktype, 0);
1252 nfs_data_lock_internal(nfsnode_t np, int locktype, int updatesize) argument
1254 FSDBG_TOP(270, np, locktype, np->n_datalockowner, 0);
1255 if (locktype == NFS_DATA_LOCK_SHARED) {
1265 FSDBG_BOT(270, np, locktype, np->n_datalockowner, 0);
/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_node.c359 smbnode_lock(struct smbnode *np, enum smbfslocktype locktype) argument
361 if (locktype == SMBFS_SHARED_LOCK)
366 np->n_lockState = locktype;
370 if (locktype != SMBFS_SHARED_LOCK) {
385 smbnode_lockpair(struct smbnode *np1, struct smbnode *np2, enum smbfslocktype locktype) argument
393 return smbnode_lock(np1, locktype);
395 if ((error = smbnode_lock(np1, locktype)))
397 if ((error = smbnode_lock(np2, locktype))) {
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_xattr.c1469 static int lock_xattrfile(vnode_t xvp, short locktype, vfs_context_t context);
2594 short locktype; local
2596 locktype = (fileflags & O_EXLOCK) ? F_WRLCK : F_RDLCK;
2597 error = lock_xattrfile(xvp, locktype, context);
3306 lock_xattrfile(vnode_t xvp, short locktype, vfs_context_t context) argument
3314 lf.l_type = locktype; /* F_WRLCK or F_RDLCK */
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dip_divert.c758 div_getlock(struct socket *so, __unused int locktype) argument
H A Dudp_usrreq.c2055 udp_getlock(struct socket *so, int locktype) argument
2057 #pragma unused(locktype)
H A Dtcp_subr.c2578 __unused int locktype)
2576 tcp_getlock( struct socket *so, __unused int locktype) argument
H A Dmptcp_subr.c3748 mptcp_getlock(struct socket *mp_so, int locktype) argument
3750 #pragma unused(locktype)
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_control.c1542 ctl_getlock(struct socket *so, int locktype)
1544 #pragma unused(locktype)
H A Dkern_event.c2931 event_getlock(struct socket *so, int locktype) argument
2933 #pragma unused(locktype)
H A Duipc_usrreq.c2421 unp_getlock(struct socket *so, __unused int locktype) argument
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c22517 int locktype; /* Type of lock currently held on this file */ member in struct:os2File
22555 pFile->locktype = NO_LOCK;
22579 OSTRACE(( "READ %d lock=%d\n", pFile->h, pFile->locktype ));
22612 OSTRACE(( "WRITE %d lock=%d\n", pFile->h, pFile->locktype ));
22665 OSTRACE(( "SYNC %d lock=%d\n", pFile->h, pFile->locktype ));
22738 ** Lock the file with the lock specified by parameter locktype - one
22763 static int os2Lock( sqlite3_file *id, int locktype ){
22766 int newLocktype; /* Set pFile->locktype to this value before exiting */
22774 OSTRACE(( "LOCK %d %d was %d\n", pFile->h, locktype, pFile->locktype ));
31665 u8 locktype; /* Type of lock currently held on this file */ member in struct:winFile
32971 winLock(sqlite3_file *id, int locktype) argument
33127 winUnlock(sqlite3_file *id, int locktype) argument
41169 pager_wait_on_lock(Pager *pPager, int locktype) argument
[all...]
/macosx-10.10/curl-83.1.2/curl/include/curl/
H A Dcurl.h2149 curl_lock_access locktype,
/macosx-10.10/vim-55/runtime/syntax/
H A Dpostscr.vim130 syn keyword postscrConstant integertype locktype marktype nametype nulltype operatortype

Completed in 741 milliseconds

12