Home
last modified time | relevance | path

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

/freebsd/lib/libutil/
H A Duucplock.c109 GORET(1, (i >= MAXTRIES) ? UU_LOCK_TRY_ERR : UU_LOCK_OK); in uu_lock()
163 case UU_LOCK_OK: in uu_lockerr()
H A Dlibutil.h258 #define UU_LOCK_OK 0 macro
/freebsd/usr.sbin/ppp/
H A Dphysical.c300 (res = ID0uu_lock(p->name.base)) != UU_LOCK_OK) { in physical_Lock()
749 if ((res = ID0uu_lock_txfr(p->name.base, newpid)) != UU_LOCK_OK) in physical_ChangedPid()
H A Dbundle.c1628 if (lock && (res = ID0uu_lock_txfr(lock, newpid)) != UU_LOCK_OK) in bundle_SendDatalink()