Home
last modified time | relevance | path

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

/freebsd/sys/dev/proto/
H A Dproto_core.c70 static d_read_t proto_read; variable
81 .d_read = proto_read,
328 proto_read(struct cdev *cdev, struct uio *uio, int ioflag) in proto_read() function