Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ppp/
H A Dbundle.c1542 const char *constlock; in bundle_SendDatalink() local
1554 constlock = physical_LockedDevice(dl->physical); in bundle_SendDatalink()
1555 if (constlock) { in bundle_SendDatalink()
1556 lock = alloca(strlen(constlock) + 1); in bundle_SendDatalink()
1557 strcpy(lock, constlock); in bundle_SendDatalink()