Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ppp/
H A Did.h42 extern int ID0uu_lock_txfr(const char *, pid_t);
65 #define ID0uu_lock_txfr uu_lock_txfr macro
H A Did.c180 ID0uu_lock_txfr(const char *basettyname, pid_t newpid) in ID0uu_lock_txfr() function
H A Dphysical.c744 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()