Home
last modified time | relevance | path

Searched refs:local_list (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/usr.sbin/unbound/dnstap/
Dunbound-dnstap-socket.c1230 struct config_strlist_head* local_list) in setup_local_list() argument
1233 for(item = local_list->first; item; item = item->next) { in setup_local_list()
1297 setup_and_run(struct config_strlist_head* local_list, in setup_and_run() argument
1323 setup_local_list(maindata, local_list); in setup_and_run()
1458 struct config_strlist_head local_list; in main() local
1481 memset(&local_list, 0, sizeof(local_list)); in main()
1501 if(!cfg_strlist_append(&local_list, in main()
1570 setup_and_run(&local_list, &tcp_list, &tls_list, server_key, in main()
1572 config_delstrlist(local_list.first); in main()
/openbsd/src/sys/dev/pci/drm/
Ddrm_gpuvm.c694 if (!(__gpuvm)->__list_name.local_list) \
695 (__gpuvm)->__list_name.local_list = __local_list; \
698 (__gpuvm)->__list_name.local_list != __local_list); \
759 struct list_head *list, struct list_head **local_list) in __restore_vm_bo_list() argument
765 if (*local_list) { in __restore_vm_bo_list()
766 list_splice(*local_list, list); in __restore_vm_bo_list()
767 *local_list = NULL; in __restore_vm_bo_list()
783 &(__gpuvm)->__list_name.local_list)
/openbsd/src/sys/dev/pci/drm/include/drm/
Ddrm_gpuvm.h304 struct list_head *local_list; member
326 struct list_head *local_list; member
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dhpread.c3092 struct pending *local_list = NULL; in hpread_read_enum_type() local
3186 struct pending *local_list = NULL; in hpread_read_function_type() local
3295 add_symbol_to_list (sym, &local_list); in hpread_read_function_type()
3320 for (syms = local_list, n = 0; syms; syms = syms->next) in hpread_read_function_type()
3351 param_symbols = local_list; in hpread_read_function_type()
3368 struct pending *local_list = NULL; in hpread_read_doc_function_type() local
3474 add_symbol_to_list (sym, &local_list); in hpread_read_doc_function_type()
3499 for (syms = local_list, n = 0; syms; syms = syms->next) in hpread_read_doc_function_type()
3531 param_symbols = local_list; in hpread_read_doc_function_type()
/openbsd/src/gnu/usr.bin/binutils/gdb/cli/
Dcli-decode.c1209 struct cmd_list_element *local_list = in lookup_cmd() local
1232 for (c = local_list; c; c = c->next) in lookup_cmd()