Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsunndi.c324 return (NDI_FAULT); in ndi_dc_allochdl()
333 return (NDI_FAULT); in ndi_dc_allochdl()
349 return (NDI_FAULT); in ndi_dc_allochdl()
362 return (NDI_FAULT); in ndi_dc_allochdl()
389 return (NDI_FAULT); in ndi_dc_allochdl()
400 return (NDI_FAULT); in ndi_dc_allochdl()
660 return (NDI_FAULT); in ndi_dc_return_dev_state()
703 rval = NDI_FAULT; in ndi_devctl_ioctl()
720 rval = NDI_FAULT; in ndi_devctl_ioctl()
770 return (NDI_FAULT); in ndi_dc_return_ap_state()
[all …]
H A Dsunddi.c9152 case NDI_FAULT: in ndi2errno()
/illumos-gate/usr/src/uts/common/sys/
H A Dsunndi.h50 #define NDI_FAULT -4 /* fault during copyin/copyout */ macro