Home
last modified time | relevance | path

Searched refs:list_name (Results 1 – 5 of 5) 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.h146 int ofw_bus_parse_xref_list_alloc(phandle_t node, const char *list_name,
149 int ofw_bus_parse_xref_list_get_length(phandle_t node, const char *list_name,
151 int ofw_bus_find_string_index(phandle_t node, const char *list_name,
153 int ofw_bus_string_list_to_array(phandle_t node, const char *list_name,
H A Dofw_bus_subr.c971 ofw_bus_parse_xref_list_internal(phandle_t node, const char *list_name, in ofw_bus_parse_xref_list_internal() argument
981 nelems = OF_getencprop_alloc_multi(node, list_name, sizeof(*elems), in ofw_bus_parse_xref_list_internal()
1033 ofw_bus_parse_xref_list_alloc(phandle_t node, const char *list_name, in ofw_bus_parse_xref_list_alloc() argument
1041 return (ofw_bus_parse_xref_list_internal(node, list_name, cells_name, in ofw_bus_parse_xref_list_alloc()
1057 ofw_bus_parse_xref_list_get_length(phandle_t node, const char *list_name, in ofw_bus_parse_xref_list_get_length() argument
1061 return (ofw_bus_parse_xref_list_internal(node, list_name, cells_name, in ofw_bus_parse_xref_list_get_length()
1069 ofw_bus_find_string_index(phandle_t node, const char *list_name, in ofw_bus_find_string_index() argument
1076 nelems = OF_getprop_alloc(node, list_name, (void **)&elems); in ofw_bus_find_string_index()
1099 ofw_bus_string_list_to_array(phandle_t node, const char *list_name, in ofw_bus_string_list_to_array() argument
1107 nelems = OF_getprop_alloc(node, list_name, (void **)&elems); in ofw_bus_string_list_to_array()
/freebsd/usr.sbin/jls/
H A Djls.c83 static void emit_ip_addr_list(int af_family, const char *list_name,
625 emit_ip_addr_list(int af_family, const char *list_name, struct jailparam *param) in emit_ip_addr_list() argument
648 xo_open_list(list_name); in emit_ip_addr_list()
658 xo_close_list(list_name); in emit_ip_addr_list()
/freebsd/crypto/openssl/ssl/
H A Dt1_lib.c1151 const char *list_name; /* The name of this pseudo group */ member
1321 if ((size_t)len == (strlen(default_group_strings[i].list_name)) in gid_cb()
1322 && OPENSSL_strncasecmp(default_group_strings[i].list_name, elem, len) == 0) { in gid_cb()