Searched refs:trylock (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_glob.h62 extern int lockTransLog(const char *msg, int wr, int trylock);
65 int *trylock, const char *msg);
H A Dldap_glob.c72 __local_lockTransLog(const char *msg, int wr, int trylock) { argument
81 __local__nis_lock_db_table(nis_name name, int readwrite, int *trylock, argument
H A Dnis_hashitem.c343 * If trylock != 0 and *trylock != 0 and the item exists but the requested
344 * lock type cannot be acquired, set *trylock = -1 and return 0.
348 int *trylock) {
367 * A trylock was requested
377 if (trylock != 0 && *trylock != 0) {
378 *trylock = -1;
347 __nis_find_item_mt(nis_name name, __nis_hash_table_mt *table, int readwrite, int *trylock) argument
H A Dnisdb_rw.c164 __nisdb_wlock_trylock(__nisdb_rwlock_t *rw, int trylock) { argument
257 * If 'trylock' is set, tell the caller that we'd have to
260 if (trylock) {

Completed in 45 milliseconds