Searched refs:lockfilename (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/ |
H A D | adb_openclose.c | 49 osa_adb_create_db(char *filename, char *lockfilename, int magic) argument 70 lf = THREEPARAMOPEN(lockfilename, O_RDWR | O_CREAT | O_EXCL, 0600); 79 osa_adb_destroy_db(char *filename, char *lockfilename, int magic) argument 83 unlink(lockfilename) < 0) 137 osa_adb_init_db(osa_adb_db_t *dbp, char *filename, char *lockfilename, argument 183 * lockfilename. An entry is added when this function is called 184 * with a new lockfilename, and all subsequent calls with that 185 * lockfilename use the existing entry, updating the refcnt. 190 * init_db is called with the right lockfilename. 193 /* find or create the lockinfo structure for lockfilename */ [all...] |
Completed in 19 milliseconds