Searched refs:cells_name (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ofw/ |
H A D | ofw_bus_subr.c | 874 const char *cells_name, int idx, phandle_t *producer, int *ncells, in ofw_bus_parse_xref_list_internal() argument 891 cells_name, &pcells, sizeof(pcells)) == -1) { in ofw_bus_parse_xref_list_internal() 892 printf("Missing %s property\n", cells_name); in ofw_bus_parse_xref_list_internal() 898 printf("Invalid %s property value <%d>\n", cells_name, in ofw_bus_parse_xref_list_internal() 936 const char *cells_name, int idx, phandle_t *producer, int *ncells, in ofw_bus_parse_xref_list_alloc() argument 943 return (ofw_bus_parse_xref_list_internal(node, list_name, cells_name, in ofw_bus_parse_xref_list_alloc() 960 const char *cells_name, int *count) in ofw_bus_parse_xref_list_get_length() argument 963 return (ofw_bus_parse_xref_list_internal(node, list_name, cells_name, in ofw_bus_parse_xref_list_get_length()
|
H A D | ofw_bus_subr.h | 144 const char *cells_name, int idx, phandle_t *producer, int *ncells, 147 const char *cells_name, int *count);
|