Searched refs:proto_devsw (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sys/dev/proto/ |
| H A D | proto_core.c | 79 struct cdevsw proto_devsw = { variable 200 r->r_u.cdev = make_dev(&proto_devsw, res, 0, 0, 0600, in proto_attach() 208 r->r_u.cdev = make_dev(&proto_devsw, res, 0, 0, 0600, in proto_attach() 216 r->r_u.cdev = make_dev(&proto_devsw, res, 0, 0, 0600, in proto_attach()
|