Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.sbin/ppp/
Did.h42 extern int ID0uu_lock_txfr(const char *, pid_t);
65 #define ID0uu_lock_txfr uu_lock_txfr macro
Did.c180 ID0uu_lock_txfr(const char *basettyname, pid_t newpid) in ID0uu_lock_txfr() function
Dphysical.c762 if ((res = ID0uu_lock_txfr(p->name.base, newpid)) != UU_LOCK_OK) in physical_ChangedPid()
Dbundle.c1631 if (lock && (res = ID0uu_lock_txfr(lock, newpid)) != UU_LOCK_OK) in bundle_SendDatalink()