Searched refs:list_name (Results 1 – 4 of 4) sorted by relevance
/freebsd/stand/ficl/ |
H A D | prefix.c | 64 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 D | ofw_bus_subr.h | 143 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 D | ofw_bus_subr.c | 862 * 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 D | jls.c | 80 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()
|