Searched refs:file_lock (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/cmd/sgs/libldmake/common/ |
H A D | ld_file.c | 110 extern char *file_lock(char *, char *, int); in ld_atexit() 121 if ((err = file_lock(depend_file, lockfile, 0))) { in ld_atexit()
|
H A D | lock.c | 90 file_lock(char *name, char *lockname, int timeout) in file_lock() function
|
/titanic_44/usr/src/cmd/make/lib/makestate/ |
H A D | ld_file.c | 105 extern char * file_lock(char *, char *, int); in mk_state_update_exit() 116 if ((err = file_lock(depend_file, lockfile, 0))) { in mk_state_update_exit()
|
H A D | lock.c | 77 file_lock(char * name, char * lockname, int timeout) in file_lock() function
|
/titanic_44/usr/src/cmd/make/include/vroot/ |
H A D | report.h | 34 extern int file_lock(char *name, char *lockname, int *file_locked, int timeout);
|
/titanic_44/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_configfile.c | 101 mutex_t file_lock = DEFAULTMUTEX; variable 747 (void) mutex_lock(&file_lock); in add_entry() 763 (void) mutex_unlock(&file_lock); in add_entry() 772 (void) mutex_unlock(&file_lock); in add_entry() 966 (void) mutex_unlock(&file_lock); in add_entry()
|
/titanic_44/usr/src/cmd/make/lib/vroot/ |
H A D | lock.cc | 86 file_lock(char *name, char *lockname, int *file_locked, int timeout) in file_lock() function
|
H A D | report.cc | 114 err = file_lock(nse_depinfo_file, lock_file, &file_locked, 0); in close_file()
|
/titanic_44/usr/src/lib/libpkg/common/ |
H A D | keystore.c | 96 static int file_lock(int, int, int); 1215 if (file_lock(newfd, F_WRLCK, 1) == -1) { in wait_restore() 1500 if (file_lock(keystore->cafd, F_RDLCK, in lock_keystore() 1550 if (file_lock(keystore->cafd, F_WRLCK, in lock_keystore() 2309 file_lock(int fd, int type, int wait) in file_lock() function
|
/titanic_44/usr/src/cmd/make/bin/ |
H A D | state.cc | 152 if (lock_err = file_lock(make_state->string_mb, in write_state_file()
|
H A D | read.cc | 212 (void) file_lock(make_state->string_mb, in read_simple_file()
|
/titanic_44/usr/src/cmd/make/include/mk/ |
H A D | defs.h | 302 extern int file_lock(char *, char *, int *, int);
|