Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/ofw/
HDofw_bus_subr.c819 const char *cells_name, int idx, phandle_t *producer, int *ncells, in ofw_bus_parse_xref_list_internal() argument
836 cells_name, &pcells, sizeof(pcells)) == -1) { in ofw_bus_parse_xref_list_internal()
837 printf("Missing %s property\n", cells_name); in ofw_bus_parse_xref_list_internal()
843 printf("Invalid %s property value <%d>\n", cells_name, in ofw_bus_parse_xref_list_internal()
881 const char *cells_name, int idx, phandle_t *producer, int *ncells, in ofw_bus_parse_xref_list_alloc() argument
888 return (ofw_bus_parse_xref_list_internal(node, list_name, cells_name, in ofw_bus_parse_xref_list_alloc()
905 const char *cells_name, int *count) in ofw_bus_parse_xref_list_get_length() argument
908 return (ofw_bus_parse_xref_list_internal(node, list_name, cells_name, in ofw_bus_parse_xref_list_get_length()
HDofw_bus_subr.h142 const char *cells_name, int idx, phandle_t *producer, int *ncells,
145 const char *cells_name, int *count);