Searched refs:list_name (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/ofw/
H A Dofw_bus_subr.h132 int ofw_bus_parse_xref_list_alloc(phandle_t node, const char *list_name,
135 int ofw_bus_parse_xref_list_get_length(phandle_t node, const char *list_name,
137 int ofw_bus_find_string_index(phandle_t node, const char *list_name,
139 int ofw_bus_string_list_to_array(phandle_t node, const char *list_name,
H A Dofw_bus_subr.c754 * list_name - name of parsed list - "clocks"
765 ofw_bus_parse_xref_list_internal(phandle_t node, const char *list_name, argument
775 nelems = OF_getencprop_alloc(node, list_name, sizeof(*elems),
818 * list_name - name of parsed list - "clocks"
827 ofw_bus_parse_xref_list_alloc(phandle_t node, const char *list_name, argument
835 return (ofw_bus_parse_xref_list_internal(node, list_name, cells_name,
845 * list_name - name of parsed list - "clocks"
851 ofw_bus_parse_xref_list_get_length(phandle_t node, const char *list_name, argument
855 return (ofw_bus_parse_xref_list_internal(node, list_name, cells_name,
863 ofw_bus_find_string_index(phandle_t node, const char *list_name, argument
893 ofw_bus_string_list_to_array(phandle_t node, const char *list_name, const char ***out_array) argument
[all...]
/freebsd-11.0-release/sys/boot/ficl/
H A Dprefix.c53 ** A prefix is a word in a dedicated wordlist (name stored in list_name below)
65 static char list_name[] = "<prefixes>"; variable
77 FICL_WORD *pFW = ficlLookup(pVM->pSys, list_name);
173 pHash->name = list_name;
174 dictAppendWord(dp, list_name, constantParen, FW_DEFAULT);

Completed in 71 milliseconds