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

12

/macosx-10.9.5/webdavfs-352.92.2/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.9.5/xnu-2422.115.4/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.9.5/OpenLDAP-491.1/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.9.5/xnu-2422.115.4/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.9.5/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.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_cnode.c1903 hfs_lock(struct cnode *cp, enum hfs_locktype locktype, enum hfs_lockflags flags) argument
1915 } else if (locktype == HFS_SHARED_LOCK) {
1982 hfs_lockpair(struct cnode *cp1, struct cnode *cp2, enum hfs_locktype locktype) argument
1991 return hfs_lock(cp1, locktype, HFS_LOCK_DEFAULT);
2005 if ( (error = hfs_lock(first, locktype, HFS_LOCK_DEFAULT))) {
2008 if ( (error = hfs_lock(last, locktype, HFS_LOCK_DEFAULT))) {
2042 struct cnode *cp4, enum hfs_locktype locktype, struct cnode **error_cnode)
2082 if ((error = hfs_lock(list[i], locktype, HFS_LOCK_DEFAULT))) {
2212 * shared. The locktype argument is the same as supplied to
2216 hfs_lock_truncate(struct cnode *cp, enum hfs_locktype locktype, enu argument
2041 hfs_lockfour(struct cnode *cp1, struct cnode *cp2, struct cnode *cp3, struct cnode *cp4, enum hfs_locktype locktype, struct cnode **error_cnode) argument
2251 hfs_try_trunclock(struct cnode *cp, enum hfs_locktype locktype, enum hfs_lockflags flags) argument
[all...]
H A Dhfs_vfsutils.c1128 hfs_lock_global (struct hfsmount *hfsmp, enum hfs_locktype locktype) argument
1137 if (locktype == HFS_SHARED_LOCK) {
1195 hfs_systemfile_lock(struct hfsmount *hfsmp, int flags, enum hfs_locktype locktype) argument
1214 (void) hfs_lock(hfsmp->hfs_catalog_cp, locktype, HFS_LOCK_DEFAULT);
1241 (void) hfs_lock(hfsmp->hfs_attribute_cp, locktype, HFS_LOCK_DEFAULT);
1265 (void) hfs_lock(hfsmp->hfs_startup_cp, locktype, HFS_LOCK_DEFAULT);
H A Dhfs.h746 int hfs_lock_global (struct hfsmount *hfsmp, enum hfs_locktype locktype);
/macosx-10.9.5/bind9-45.100/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.9.5/xnu-2422.115.4/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.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs_node.c316 smbnode_lock(struct smbnode *np, enum smbfslocktype locktype) argument
318 if (locktype == SMBFS_SHARED_LOCK)
323 np->n_lockState = locktype;
327 if (locktype != SMBFS_SHARED_LOCK) {
342 smbnode_lockpair(struct smbnode *np1, struct smbnode *np2, enum smbfslocktype locktype) argument
350 return smbnode_lock(np1, locktype);
352 if ((error = smbnode_lock(np1, locktype)))
354 if ((error = smbnode_lock(np2, locktype))) {
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_xattr.c1472 static int lock_xattrfile(vnode_t xvp, short locktype, vfs_context_t context);
2597 short locktype; local
2599 locktype = (fileflags & O_EXLOCK) ? F_WRLCK : F_RDLCK;
2600 error = lock_xattrfile(xvp, locktype, context);
3309 lock_xattrfile(vnode_t xvp, short locktype, vfs_context_t context) argument
3317 lf.l_type = locktype; /* F_WRLCK or F_RDLCK */
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dip_divert.c758 div_getlock(struct socket *so, __unused int locktype) argument
H A Dudp_usrreq.c2012 udp_getlock(struct socket *so, int locktype) argument
2014 #pragma unused(locktype)
H A Dmptcp_subr.c3481 mptcp_getlock(struct socket *mp_so, int locktype) argument
3483 #pragma unused(locktype)
H A Dtcp_subr.c2510 __unused int locktype)
2508 tcp_getlock( struct socket *so, __unused int locktype) argument
/macosx-10.9.5/Heimdal-323.92.1/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.9.5/curl-78.94.1/curl/include/curl/
H A Dcurl.h2052 curl_lock_access locktype,
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_control.c1090 ctl_getlock(struct socket *so, __unused int locktype) argument
H A Dkern_event.c2902 event_getlock(struct socket *so, int locktype) argument
2904 #pragma unused(locktype)
H A Duipc_usrreq.c2419 unp_getlock(struct socket *so, __unused int locktype) argument
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dpostscr.vim130 syn keyword postscrConstant integertype locktype marktype nametype nulltype operatortype

Completed in 885 milliseconds

12