Home
last modified time | relevance | path

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

/dragonfly/lib/libutil/
HDuucplock.c111 GORET(1, (i >= MAXTRIES) ? UU_LOCK_TRY_ERR : UU_LOCK_OK); in uu_lock()
165 case UU_LOCK_OK: in uu_lockerr()
HDlibutil.h192 #define UU_LOCK_OK 0 macro
/dragonfly/usr.bin/tip/
HDhunt.c62 if ((res = uu_lock(uucplock)) != UU_LOCK_OK) { in hunt()
/dragonfly/sbin/slattach/
HDslattach.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/
HDstartslip.c285 if ((res = uu_lock(dvname)) != UU_LOCK_OK) { in main()
/dragonfly/usr.sbin/ppp/
HDphysical.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()
HDbundle.c1622 if (lock && (res = ID0uu_lock_txfr(lock, newpid)) != UU_LOCK_OK) in bundle_SendDatalink()