Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/proto/
HDproto_core.c69 static d_open_t proto_open; variable
80 .d_open = proto_open,
281 proto_open(struct cdev *cdev, int oflags, int devtype, struct thread *td) in proto_open() function