Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/io/
H A Dds_common.c2974 } ds_errno_to_str_tab[] = { variable
3004 for (i = 0; (en = ds_errno_to_str_tab[i].ds_errno) != 0; i++) { in ds_errno_to_str()
3006 (void) strcpy(ebuf, ds_errno_to_str_tab[i].estr); in ds_errno_to_str()