Home
last modified time | relevance | path

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

/dragonfly/lib/libutil/
H A Duucplock.c111 GORET(1, (i >= MAXTRIES) ? UU_LOCK_TRY_ERR : UU_LOCK_OK); in uu_lock()
165 case UU_LOCK_OK: in uu_lockerr()
H A Dlibutil.h192 #define UU_LOCK_OK 0 macro
/dragonfly/usr.bin/tip/
H A Dhunt.c62 if ((res = uu_lock(uucplock)) != UU_LOCK_OK) { in hunt()
/dragonfly/sbin/slattach/
H A Dslattach.c269 if ((res = uu_lock(dvname)) != UU_LOCK_OK) { in acquire_line()
462 if ((res = uu_lock(dvname)) != UU_LOCK_OK) { in sighup_handler()
/dragonfly/sbin/startslip/
H A Dstartslip.c285 if ((res = uu_lock(dvname)) != UU_LOCK_OK) { in main()
/dragonfly/usr.sbin/ppp/
H A Dphysical.c298 (res = ID0uu_lock(p->name.base)) != UU_LOCK_OK) { in physical_Lock()
744 if ((res = ID0uu_lock_txfr(p->name.base, newpid)) != UU_LOCK_OK) in physical_ChangedPid()
H A Dbundle.c1622 if (lock && (res = ID0uu_lock_txfr(lock, newpid)) != UU_LOCK_OK) in bundle_SendDatalink()