Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dprefix.c64 static char list_name[] = "<prefixes>"; variable
76 FICL_WORD *pFW = ficlLookup(pVM->pSys, list_name); in ficlParsePrefix()
172 pHash->name = list_name; in ficlCompilePrefix()
173 dictAppendWord(dp, list_name, constantParen, FW_DEFAULT); in ficlCompilePrefix()
/freebsd/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, in ofw_bus_parse_xref_list_internal() argument
883 nelems = OF_getencprop_alloc_multi(node, list_name, sizeof(*elems), in ofw_bus_parse_xref_list_internal()
926 * list_name - name of parsed list - "clocks"
935 ofw_bus_parse_xref_list_alloc(phandle_t node, const char *list_name, 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()
953 * list_name - name of parsed list - "clocks"
959 ofw_bus_parse_xref_list_get_length(phandle_t node, const char *list_name, 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()
971 ofw_bus_find_string_index(phandle_t node, const char *list_name, in ofw_bus_find_string_index() argument
1001 ofw_bus_string_list_to_array(phandle_t node,const char * list_name,const char *** out_array) ofw_bus_string_list_to_array() argument
[all...]
/freebsd/usr.sbin/jls/
H A Djls.c80 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) in emit_ip_addr_list() argument
589 xo_open_list(list_name); in emit_ip_addr_list()
599 xo_close_list(list_name); in emit_ip_addr_list()