Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dddi_impldefs.h178 char *devi_compat_names; /* A list of driver names */ member
/titanic_50/usr/src/uts/common/os/
H A Ddevcfg.c445 if (DEVI(dip)->devi_compat_names) in i_ddi_free_node()
446 kmem_free(DEVI(dip)->devi_compat_names, in i_ddi_free_node()
2812 compat = (void *)(devi->devi_compat_names); in ddi_compatible_driver_major()
2855 if (DEVI(dip)->devi_compat_names) { in lookup_compatible()
2889 DEVI(dip)->devi_compat_names = di_compat_strp; in lookup_compatible()
/titanic_50/usr/src/uts/common/io/
H A Ddevinfo.c1871 if (node->devi_compat_names && (node->devi_compat_length > 1)) { in di_copynode()
1875 bcopy(node->devi_compat_names, di_mem_addr(st, off), size); in di_copynode()