Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.sbin/bluetooth/hcseriald/
Dhcseriald.c219 if (ioctl(fd, NGIOCGINFO, &ni) < 0) { in open_device()
/freebsd-10-stable/sys/netgraph/
Dng_message.h371 #define NGIOCGINFO _IOR('N', 40, struct nodeinfo) /* get node info */ macro
/freebsd-10-stable/sys/netgraph/bluetooth/drivers/h4/
Dng_h4.c302 case NGIOCGINFO: in ng_h4_ioctl()
/freebsd-10-stable/usr.sbin/ppp/
Dtty.c294 if (ioctl(p->fd, NGIOCGINFO, info) < 0) { in LoadLineDiscipline()