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