Searched defs:LOCKFILE (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | lckpwdf.c | 43 #define LOCKFILE "/etc/.pwd.lock" macro 78 if ((fildes = creat(LOCKFILE, 0600)) == -1)
|
/illumos-gate/usr/src/lib/libnisdb/yptol/ |
H A D | lock_update.c | 53 #define LOCKFILE "/var/run/yp_mapupdate" macro 98 LOCKFILE); 116 * File name is /var/run/yp_mapupate (LOCKFILE). It might or might 130 lockfile = open(LOCKFILE, O_RDWR|O_CREAT, 0600); 143 LOCKFILE, errno); 148 LOCKFILE, 159 "fstat(%s) => errno=%d", LOCKFILE, errno); 166 "lockf(%s,F_LOCK) => errno=%d", LOCKFILE, errno); 172 "open(%s) => errno=%d", LOCKFILE, errno); 184 "mmap(%s) => errno=%d", LOCKFILE, errn [all...] |
/illumos-gate/usr/src/cmd/ypcmd/shared/ |
H A D | lockmap.c | 48 #define LOCKFILE "/var/run/yp_maplock" macro 153 "%s inconsistent. Remove and restart NIS (YP).", LOCKFILE); 171 * File name is /var/run/yp_maplock (LOCKFILE). It might or might 185 lockfile = open(LOCKFILE, O_RDWR|O_CREAT, 0600); 197 LOCKFILE, errno); 201 LOCKFILE, 212 "fstat(%s) => errno=%d", LOCKFILE, errno); 219 "lockf(%s,F_LOCK) => errno=%d", LOCKFILE, errno); 225 "open(%s) => errno=%d", LOCKFILE, errno); 236 syslog(LOG_ERR, "mmap(%s) => errno=%d", LOCKFILE, errn [all...] |
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | lockinst.c | 54 #define LOCKFILE ".lockfile" macro 185 "%s/%s", get_PKGADM(), LOCKFILE);
|
H A D | ocfile.c | 56 #define LOCKFILE ".pkg.lock.client" macro 102 static int lock_fd; /* fd of LOCKFILE. */ 558 "%s/%s", pkgadm_dir, LOCKFILE);
|
Completed in 6481 milliseconds