Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dvlan_ioctl.c97 os_strncmp(if_request.u.device2, if_name, in vlan_add()
98 sizeof(if_request.u.device2)) == 0) { in vlan_add()
/freebsd/contrib/wpa/src/common/
H A Dlinux_vlan.h41 char device2[24]; member
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Dmaxim,ds3231.txt34 device2 {
/freebsd/contrib/ntp/ntpd/
H A Drefclock_oncore.c600 char device1[STRING_LEN], device2[STRING_LEN]; in oncore_start() local
644 * (its a problem on some OS), and device2 may not exist for the new PPS in oncore_start()
648 (void)snprintf(device2, sizeof(device2), DEVICE2, unit); in oncore_start()
680 if (stat(device2, &stat2)) { in oncore_start()
683 device2, errno); in oncore_start()
705 if ((fd2=tty_open(device2, O_RDWR, 0777)) < 0) { in oncore_start()
707 "Can't open fd2 (%s)", device2); in oncore_start()