Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dsubr_bus.c306 struct proc *async_proc; member
346 devsoftc.async_proc = NULL; in devopen()
414 devsoftc.async_proc = curproc; in devioctl()
416 devsoftc.async_proc = NULL; in devioctl()
521 p = devsoftc.async_proc; in devctl_queue_data()