Searched refs:compat_names (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/modload/ |
H A D | add_drv.c | 651 char *binding_name, *node_name, *compat_names, *devfsnm; in devfs_node() local 660 if ((n_names = di_compatible_names(node, &compat_names)) <= 0) in devfs_node() 687 if (drv_name_match(compat_names, n_names, binding_name, new_drv)) { in devfs_node() 740 drv_name_match(char *compat_names, int n_names, char *cur_name, char *new_name) in drv_name_match() argument 749 if (strcmp(compat_names, new_name) == 0) { in drv_name_match() 753 if (strcmp(compat_names, cur_name) == 0) { in drv_name_match() 756 compat_names += strlen(compat_names) + 1; in drv_name_match()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | devinfo_impl.h | 235 di_off_t compat_names; /* offset of compatible names */ member
|
/titanic_41/usr/src/lib/libdevinfo/ |
H A D | devinfo.c | 926 if (DI_NODE(node)->compat_names == 0) { in di_compatible_names() 932 DI_NODE(node)->compat_names - DI_NODE(node)->self; in di_compatible_names()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | devinfo.c | 1873 me->compat_names = off = di_checkmem(st, off, size); in di_copynode()
|