Home
last modified time | relevance | path

Searched refs:UU_LOCK_WRITE_ERR (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/lib/libutil/
Duucplock.c106 GORET(3, UU_LOCK_WRITE_ERR); in uu_lock()
139 ret = put_pid(fd, pid) ? UU_LOCK_OK : UU_LOCK_WRITE_ERR; in uu_lock_txfr()
175 case UU_LOCK_WRITE_ERR: in uu_lockerr()
Dutil.h65 #define UU_LOCK_WRITE_ERR (-4) macro