Home
last modified time | relevance | path

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

/dflybsd-src/sys/kern/
H A Dtty_cons.c320 error = dev_doperate_ops(cn_fwd_ops, ap); in cnintercept()
371 retval = dev_doperate_ops(cn_fwd_ops, &ap->a_head); in cnopen()
436 return (dev_doperate_ops(cn_fwd_ops, &ap->a_head)); in cnclose()
H A Dkern_device.c567 dev_doperate_ops(struct dev_ops *ops, struct dev_generic_args *ap) in dev_doperate_ops() function
/dflybsd-src/sys/sys/
H A Ddevice.h361 int dev_doperate_ops(struct dev_ops *, struct dev_generic_args *ap);