Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dsunndi.c320 return (NDI_FAULT); in ndi_dc_allochdl()
329 return (NDI_FAULT); in ndi_dc_allochdl()
345 return (NDI_FAULT); in ndi_dc_allochdl()
358 return (NDI_FAULT); in ndi_dc_allochdl()
385 return (NDI_FAULT); in ndi_dc_allochdl()
396 return (NDI_FAULT); in ndi_dc_allochdl()
658 return (NDI_FAULT); in ndi_dc_return_dev_state()
701 rval = NDI_FAULT; in ndi_devctl_ioctl()
718 rval = NDI_FAULT; in ndi_devctl_ioctl()
768 return (NDI_FAULT); in ndi_dc_return_ap_state()
[all …]
H A Dsunddi.c9107 case NDI_FAULT: in ndi2errno()
/titanic_44/usr/src/uts/common/sys/
H A Dsunndi.h46 #define NDI_FAULT -4 /* fault during copyin/copyout */ macro