Home
last modified time | relevance | path

Searched refs:LOCK_UNAVAIL (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/nvi/common/
H A Dcommon.h69 typedef enum { LOCK_FAILED, LOCK_SUCCESS, LOCK_UNAVAIL } lockr_t; enumerator
H A Dexf.c346 case LOCK_UNAVAIL: in file_init()
875 if (!noname && file_lock(sp, NULL, fd, 0) == LOCK_UNAVAIL)
1505 ? LOCK_UNAVAIL : LOCK_FAILED);
H A Drecover.c537 case LOCK_UNAVAIL: in rcv_list()
654 case LOCK_UNAVAIL:
/freebsd/contrib/nvi/ex/
H A Dex_read.c262 if (file_lock(sp, NULL, fileno(fp), 0) == LOCK_UNAVAIL) in ex_read()