Searched defs:file_lock (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/make/lib/makestate/
H A Dlock.c77 file_lock(char * name, char * lockname, int timeout) function
/illumos-gate/usr/src/cmd/sgs/libldmake/common/
H A Dlock.c90 file_lock(char *name, char *lockname, int timeout) function
/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dlock.cc77 * was added, the calling procedure would have to wait for file_lock()
79 * between the time the lock was acquired and the time file_lock()
86 file_lock(char *name, char *lockname, int *file_locked, int timeout) function
133 gettext("file_lock: file %s is already locked.\n"),
136 gettext("file_lock: will periodically check the lockfile %s for two minutes.\n"),
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c101 mutex_t file_lock = DEFAULTMUTEX; variable
747 (void) mutex_lock(&file_lock);
763 (void) mutex_unlock(&file_lock);
772 (void) mutex_unlock(&file_lock);
966 (void) mutex_unlock(&file_lock);
/illumos-gate/usr/src/lib/libpkg/common/
H A Dkeystore.c96 static int file_lock(int, int, int);
1215 if (file_lock(newfd, F_WRLCK, 1) == -1) {
1500 if (file_lock(keystore->cafd, F_RDLCK,
1550 if (file_lock(keystore->cafd, F_WRLCK,
2309 file_lock(int fd, int type, int wait) function
/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_data_structures.h466 kmutex_t file_lock; member in struct:heci_file_private

Completed in 76 milliseconds