Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ppc64/iSeries/
Dvio.h92 struct vio_error_entry { struct
97 const struct vio_error_entry *vio_lookup_rc(const struct vio_error_entry argument
/linux-2.4.37.9/arch/ppc64/kernel/
Dviopath.c784 static const struct vio_error_entry vio_no_error =
786 static const struct vio_error_entry vio_unknown_error =
789 static const struct vio_error_entry vio_default_errors[] = {
797 const struct vio_error_entry *vio_lookup_rc(const struct vio_error_entry in vio_lookup_rc()
800 const struct vio_error_entry *cur; in vio_lookup_rc()