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

/freebsd-current/stand/ficl/
H A Dprefix.c52 ** A prefix is a word in a dedicated wordlist (name stored in list_name below)
64 static char list_name[] = "<prefixes>"; variable
76 FICL_WORD *pFW = ficlLookup(pVM->pSys, list_name);
172 pHash->name = list_name;
173 dictAppendWord(dp, list_name, constantParen, FW_DEFAULT);
/freebsd-current/sys/dev/ofw/
H A Dofw_bus_subr.h143 int ofw_bus_parse_xref_list_alloc(phandle_t node, const char *list_name,
146 int ofw_bus_parse_xref_list_get_length(phandle_t node, const char *list_name,
148 int ofw_bus_find_string_index(phandle_t node, const char *list_name,
150 int ofw_bus_string_list_to_array(phandle_t node, const char *list_name,
H A Dofw_bus_subr.c862 * list_name - name of parsed list - "clocks"
873 ofw_bus_parse_xref_list_internal(phandle_t node, const char *list_name, argument
883 nelems = OF_getencprop_alloc_multi(node, list_name, sizeof(*elems),
926 * list_name - name of parsed list - "clocks"
935 ofw_bus_parse_xref_list_alloc(phandle_t node, const char *list_name, argument
943 return (ofw_bus_parse_xref_list_internal(node, list_name, cells_name,
953 * list_name - name of parsed list - "clocks"
959 ofw_bus_parse_xref_list_get_length(phandle_t node, const char *list_name, argument
963 return (ofw_bus_parse_xref_list_internal(node, list_name, cells_name,
971 ofw_bus_find_string_index(phandle_t node, const char *list_name, argument
1001 ofw_bus_string_list_to_array(phandle_t node, const char *list_name, const char ***out_array) argument
[all...]
/freebsd-current/usr.sbin/jls/
H A Djls.c81 static void emit_ip_addr_list(int af_family, const char *list_name,
566 emit_ip_addr_list(int af_family, const char *list_name, struct jailparam *param) argument
589 xo_open_list(list_name);
599 xo_close_list(list_name);

Completed in 119 milliseconds