Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/hci/
Dstrerror.c29 static struct errortab * find_error ( int errno ) { in find_error() function
52 if ( ( errortab = find_error ( errno ) ) != NULL ) in find_closest_error()
58 if ( ( errortab = find_error ( errno & 0x7f0000ff ) ) != NULL ) in find_closest_error()