Home
last modified time | relevance | path

Searched defs:fault_ioc_disable (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/sys/
H A Dfault.h56 struct fault_ioc_disable { struct
66 #define FAULT_IOC_DISABLE _IOW ('F', 2, struct fault_ioc_disable) argument
/netbsd-src/sys/kern/
H A Dsubr_fault.c164 fault_ioc_disable(struct fault_ioc_disable *args) in fault_ioc_disable() function