Home
last modified time | relevance | path

Searched refs:link (Results 1 – 25 of 3094) sorted by relevance

12345678910>>...124

/netbsd/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dlist.h45 #define ISC_LINK_LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1)) argument
57 (elt)->link.prev = NULL; \
94 (elt)->link.next->link.prev = (elt)->link.prev; \
100 (elt)->link.prev->link.next = (elt)->link.next; \
120 #define ISC_LIST_PREV(elt, link) ((elt)->link.prev) argument
121 #define ISC_LIST_NEXT(elt, link) ((elt)->link.next) argument
128 (elt)->link.prev = (before)->link.prev; \
130 (elt)->link.prev->link.next = (elt); \
147 (elt)->link.next = (after)->link.next; \
149 (elt)->link.next->link.prev = (elt); \
[all …]
H A Dqueue.h40 #define ISC_QLINK_INIT(elt, link) \ argument
42 (elt)->link.next = (void *)(-1); \
43 (elt)->link.linked = ISC_FALSE; \
45 #define ISC_QLINK_LINKED(elt, link) ((elt)->link.linked) argument
74 (elt)->link.next = (void *)(-1); \
76 (queue).tail->link.next = elt; \
79 (elt)->link.linked = ISC_TRUE; \
85 ret = (queue).head->link.next; \
90 (queue).head->link.next = ret->link.next; \
97 ret->link.next = (void *)(-1); \
[all …]
/netbsd/external/mpl/bind/dist/lib/isc/include/isc/
H A Dlist.h58 #define ISC_LINK_INIT(elt, link) ISC_LINK_INIT_TYPE(elt, link, void) argument
61 #define ISC_LINK_LINKED(elt, link) ISC_LINK_LINKED_TYPE(elt, link, void) argument
112 (elt)->link.next->link.prev = (elt)->link.prev; \
118 (elt)->link.prev->link.next = (elt)->link.next; \
140 #define ISC_LIST_PREV(elt, link) ((elt)->link.prev) argument
141 #define ISC_LIST_NEXT(elt, link) ((elt)->link.next) argument
148 (elt)->link.prev = (before)->link.prev; \
150 (elt)->link.prev->link.next = (elt); \
167 (elt)->link.next = (after)->link.next; \
169 (elt)->link.next->link.prev = (elt); \
[all …]
/netbsd/sys/netbt/
H A Dhci_link.c141 return link; in hci_acl_open()
206 return link; in hci_acl_newconn()
857 if (link == NULL || link->hl_type == HCI_LINK_ACL) { in hci_sco_recv()
912 callout_setfunc(&link->hl_expire, hci_acl_timeout, link); in hci_link_alloc()
925 return link; in hci_link_alloc()
938 link->hl_handle, link->hl_type, in hci_link_free()
939 link->hl_state, link->hl_refcnt); in hci_link_free()
1014 memo = hci_memo_new(link->hl_unit, &link->hl_bdaddr); in hci_link_free()
1019 TAILQ_REMOVE(&link->hl_unit->hci_links, link, hl_next); in hci_link_free()
1047 return link; in hci_link_lookup_bdaddr()
[all …]
H A Dhci_event.c406 if (link) { in hci_event_num_compl_pkts()
445 link = next; in hci_event_num_compl_pkts()
621 if (link == NULL) { in hci_event_con_compl()
661 (*link->hl_sco->sp_proto->connected)(link->hl_sco->sp_upper); in hci_event_con_compl()
688 if (link) in hci_event_discon_compl()
724 if (link == NULL) { in hci_event_con_req()
766 if (link == NULL || link->hl_type != HCI_LINK_ACL) in hci_event_auth_compl()
810 if (link == NULL || link->hl_type != HCI_LINK_ACL) in hci_event_encryption_change()
862 if (link == NULL || link->hl_type != HCI_LINK_ACL) in hci_event_change_con_link_key_compl()
904 if (link == NULL || link->hl_type != HCI_LINK_ACL) in hci_event_read_clock_offset_compl()
[all …]
/netbsd/external/bsd/libbind/dist/include/isc/
H A Dlist.h36 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1) && \ argument
71 (elt)->link.next->link.prev = (elt)->link.prev; \
77 (elt)->link.prev->link.next = (elt)->link.next; \
87 #define PREV(elt, link) ((elt)->link.prev) argument
88 #define NEXT(elt, link) ((elt)->link.next) argument
96 (elt)->link.prev = (before)->link.prev; \
98 (elt)->link.prev->link.next = (elt); \
109 (elt)->link.next = (after)->link.next; \
111 (elt)->link.next->link.prev = (elt); \
116 #define ENQUEUE(list, elt, link) APPEND(list, elt, link) argument
[all …]
/netbsd/lib/libc/include/isc/
H A Dlist.h36 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1) && \ argument
71 (elt)->link.next->link.prev = (elt)->link.prev; \
77 (elt)->link.prev->link.next = (elt)->link.next; \
87 #define PREV(elt, link) ((elt)->link.prev) argument
88 #define NEXT(elt, link) ((elt)->link.next) argument
96 (elt)->link.prev = (before)->link.prev; \
98 (elt)->link.prev->link.next = (elt); \
109 (elt)->link.next = (after)->link.next; \
111 (elt)->link.next->link.prev = (elt); \
116 #define ENQUEUE(list, elt, link) APPEND(list, elt, link) argument
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_link_dp.c69 link, in get_training_aux_rd_interval()
97 link, in dpcd_set_training_pattern()
328 link, in dpcd_set_lt_pattern_and_lane_settings()
334 link, in dpcd_set_lt_pattern_and_lane_settings()
553 link, in get_lane_status_and_drive_settings()
1093 link, in perform_link_training_int()
1277 link, in repeater_training_done()
1513 struct dc_link *link = stream->link; in perform_link_training_with_retries() local
1588 link->local_sink = link->remote_sinks[0]; in set_dp_mst_mode()
1630 link, in dc_link_dp_sync_lt_attempt()
[all …]
H A Damdgpu_dc_link.c183 hpd = get_hpd_gpio(link->ctx->dc_bios, link->link_id, link->ctx->gpio_service); in program_hpd_filter()
419 link->link_enc->id, link->link_id); in link_detect_sink()
918 sink_init_data.link = link; in dc_link_detect_helper()
1283 link->hpd_gpio = get_hpd_gpio(link->ctx->dc_bios, link->link_id, link->ctx->gpio_service); in dc_link_construct()
1336 ddc_service_init_data.link = link; in dc_link_construct()
1470 struct dc_link *link = stream->link; in enable_stream_features() local
1495 struct dc_link *link = stream->link; in enable_link_dp() local
2074 struct dc_link *link = stream->link; in enable_link_hdmi() local
2134 struct dc_link *link = stream->link; in enable_link_lvds() local
2156 struct dc_link *link = stream->link; in enable_link() local
[all …]
H A Damdgpu_dc_link_hwss.c54 struct dc_link *link, in core_link_read_dpcd() argument
69 struct dc_link *link, in core_link_write_dpcd() argument
97 struct dc_link *link, in dp_enable_link_phy() argument
117 pipes[i].stream->link == link) { in dp_enable_link_phy()
222 link->link_enc->funcs->disable_output(link->link_enc, signal); in dp_disable_link_phy()
223 link->dc->hwss.edp_power_control(link, false); in dp_disable_link_phy()
228 link->link_enc->funcs->disable_output(link->link_enc, signal); in dp_disable_link_phy()
252 struct dc_link *link, in dp_set_hw_training_pattern() argument
281 struct dc_link *link, in dp_set_hw_lane_settings() argument
324 pipes[i].stream->link == link) { in dp_retrain_link_dp_test()
[all …]
/netbsd/sys/dev/acpi/
H A Dacpi_pci_link.c192 struct link *link; in link_add_crs() local
260 struct link *link; in link_add_prs() local
368 link_valid_irq(struct link *link, int irq) in link_valid_irq() argument
406 struct link *link; in acpi_pci_link_dump() local
596 link->l_devices = realloc(link->l_devices, in acpi_pci_link_add_functions()
599 link->l_devices[link->l_dev_count] = tag; in acpi_pci_link_add_functions()
670 struct link *link; in acpi_pci_link_add_reference() local
740 struct link *link; in acpi_pci_link_srs_from_crs() local
823 struct link *link; in acpi_pci_link_srs_from_links() local
902 struct link *link; in acpi_pci_link_route_irqs() local
[all …]
/netbsd/external/apache2/llvm/dist/libcxx/docs/
H A DCxx1zStatusIssuesStatus.csv2 "`2016 <https://wg21.link/LWG2016>`__","Allocators must be no-throw swappable","Urbana","|Complete|…
34 "`2239 <https://wg21.link/LWG2239>`__","min/max/minmax requirements","Lenexa","|Complete|",""
80 "`2273 <https://wg21.link/LWG2273>`__","``regex_match``\ ambiguity","Kona","|Complete|",""
141 "`2426 <https://wg21.link/LWG2426>`__","Issue about compare_exchange","Oulu","",""
157 "`2671 <https://wg21.link/LWG2671>`__","Errors in Copy","Oulu","|Complete|",""
163 "`2687 <https://wg21.link/LWG2687>`__","{inclusive,exclusive}_scan misspecified","Oulu","",""
170 "`2709 <https://wg21.link/LWG2709>`__","offsetof is unnecessarily imprecise","Oulu","",""
186 "`2166 <https://wg21.link/LWG2166>`__","Heap property underspecified?","Issaquah","",""
256 "`2765 <https://wg21.link/LWG2765>`__","Did LWG 1123 go too far?","Issaquah","|Complete|",""
266 "`2768 <https://wg21.link/LWG2768>`__","any_cast and move semantics","Kona","|Complete|",""
[all …]
H A DCxx1yStatusIssuesStatus.csv6 "`2021 <https://wg21.link/lwg2021>`__","Further incorrect usages of result_of","Kona","|Complete|"
7 "`2028 <https://wg21.link/lwg2028>`__","messages_base::catalog overspecified","Kona","|Complete|"
14 "`2053 <https://wg21.link/lwg2053>`__","Errors in regex bitmask types","Kona","|Complete|"
15 "`2061 <https://wg21.link/lwg2061>`__","make_move_iterator and arrays","Kona","|Complete|"
17 "`2065 <https://wg21.link/lwg2065>`__","Minimal allocator interface","Kona","|Complete|"
23 "`2071 <https://wg21.link/lwg2071>`__","std::valarray move-assignment","Portland","|Complete|"
38 "`2058 <https://wg21.link/lwg2058>`__","valarray and begin/end","Portland","|Complete|"
49 "`2149 <https://wg21.link/lwg2149>`__","Concerns about 20.8/5","Bristol","|Complete|"
55 "`2098 <https://wg21.link/lwg2098>`__","promise throws clauses","Bristol","|Complete|"
115 "`2285 <https://wg21.link/lwg2285>`__","make_reverse_iterator","Issaquah","|Complete|"
[all …]
H A DCxx2aStatusIssuesStatus.csv2 …/wg21.link/LWG2070>`__","``allocate_shared``\ should use ``allocator_traits<A>::construct``\ ","T…
4 "`2593 <https://wg21.link/LWG2593>`__","Moved-from state of Allocators","Toronto","",""
78 "`2139 <https://wg21.link/LWG2139>`__","What is a user-defined type?","Rapperswil","",""
121 "`3131 <https://wg21.link/LWG3131>`__","``addressof``\ all the things","San Diego","",""
138 "`3133 <https://wg21.link/LWG3133>`__","Modernizing numeric type requirements","Kona","",""
140 "`3173 <https://wg21.link/LWG3173>`__","Enable CTAD for *``ref-view``*\ ","Kona","",""
153 "`3187 <https://wg21.link/LWG3187>`__","`P0591R4 <https://wg21.link/p0591r4>`__ reverted DR 2586 fi…
157 "`3199 <https://wg21.link/LWG3199>`__","``istream >> bitset<0>``\ fails","Cologne","",""
193 "`3018 <https://wg21.link/LWG3018>`__","``shared_ptr``\ of function type","Prague","",""
239 "`3315 <https://wg21.link/LWG3315>`__","Correct Allocator Default Behavior","Prague","",""
[all …]
H A DCxx2aStatusPaperStatus.csv2 "`P0463R1 <https://wg21.link/P0463R1>`__","LWG","Endian just Endian","Toronto","|Complete|","7.0"
5 "`P0020R6 <https://wg21.link/P0020R6>`__","LWG","Floating Point Atomic","Albuquerque","",""
15 "`P0718R2 <https://wg21.link/P0718R2>`__","LWG","Atomic shared_ptr","Albuquerque","",""
29 "`P0019R8 <https://wg21.link/P0019R8>`__","LWG","Atomic Ref","Rapperswil","",""
45 "`P0892R2 <https://wg21.link/P0892R2>`__","CWG","explicit(bool)","Rapperswil","",""
87 …`P0920R2 <https://wg21.link/P0920R2>`__","LWG","Precalculated hash values in lookup","Kona","Rever…
93 "`P1286R2 <https://wg21.link/P1286R2>`__","CWG","Contra CWG DR1778","Kona","",""
119 "`P1424 <https://wg21.link/P1424>`__","LWG","'constexpr' feature macro concerns","Cologne","Superse…
139 "`P1456 <https://wg21.link/P1456>`__","LWG","Move-only views","Belfast","* *",""
179 "`P1963 <https://wg21.link/P1963>`__","LWG","Fixing US 313","Prague","* *",""
[all …]
H A DRangesIssuePaperStatus.csv2 `P0896R4 <https://wg21.link/P0896R4>`__,<ranges>,,
3 `P1035R7 <https://wg21.link/P1035R7>`__,Input Range Adaptors,,
5 `P1243R4 <https://wg21.link/P1243R4>`__,Rangify New Algorithms,,
6 `P1248R1 <https://wg21.link/P1248R1>`__,Fixing Relations,,
7 `P1252R2 <https://wg21.link/P1252R2>`__,Ranges Design Cleanup,,
9 `P1456R1 <https://wg21.link/P1456R1>`__,Move-Only Views,,
12 `P1523R1 <https://wg21.link/P1523R1>`__,Views And Size Types,,
17 `P1870R1 <https://wg21.link/P1870R1>`__,safe_range,,
18 `P1871R1 <https://wg21.link/P1871R1>`__,disable_sized_sentinel_for,,
20 `P1970R2 <https://wg21.link/P1970R2>`__,ranges::ssize,,
[all …]
H A DCxx1zStatusPaperStatus.csv10 "`N4280 <https://wg21.link/n4280>`__","LWG","Non-member size() and more","Urbana","|Complete|","3.6"
11 "`N4284 <https://wg21.link/n4284>`__","LWG","Contiguous Iterators.","Urbana","|Complete|","3.6"
14 "`N4387 <https://wg21.link/n4387>`__","LWG","improving pair and tuple","Lenexa","|Complete|","4.0"
15 "`N4389 <https://wg21.link/n4389>`__","LWG","bool_constant","Lenexa","|Complete|","3.7"
16 "`N4508 <https://wg21.link/n4508>`__","LWG","shared_mutex for C++17","Lenexa","|Complete|","3.7"
22 "`P0092R1 <https://wg21.link/p0092r1>`__","LWG","Polishing <chrono>","Kona","|Complete|","3.8"
47 "`p0067r3 <https://wg21.link/p0067r3>`__","LWG","Elementary string conversions","Oulu","Now `P0067R…
49 "`p0084r2 <https://wg21.link/p0084r2>`__","LWG","Emplace Return Type","Oulu","|Complete|","4.0"
54 "`p0175r1 <https://wg21.link/p0175r1>`__","LWG","Synopses for the C library","Oulu","",""
67 "`p0358r1 <https://wg21.link/p0358r1>`__","LWG","Fixes for not_fn","Oulu","|Complete|","3.9"
[all …]
H A DCxx2bStatusIssuesStatus.csv2 "`2839 <https://wg21.link/LWG2839>`__","Self-move-assignment of library types, again","November 202…
3 "`3117 <https://wg21.link/LWG3117>`__","Missing ``packaged_task`` deduction guides","November 2020"…
6 "`3211 <https://wg21.link/LWG3211>`__","``std::tuple<>`` should be trivially constructible","Novemb…
8 …ps://wg21.link/LWG3265>`__","``move_iterator``'s conversions are more broken after P1207","Novembe…
10 "`3432 <https://wg21.link/LWG3432>`__","Missing requirement for comparison_category","November 2020…
13 "`3464 <https://wg21.link/LWG3464>`__","``istream::gcount()`` can overflow","November 2020","",""
16 "`2820 <https://wg21.link/LWG2820>`__","Clarify ``<cstdint>`` macros","November 2020","",""
28 "`3421 <https://wg21.link/LWG3421>`__","Imperfect ADL emulation for boolean-testable","November 202…
44 "`3467 <https://wg21.link/LWG3467>`__","``bool`` can't be an integer-like type","November 2020","",…
49 "`3477 <https://wg21.link/LWG3477>`__","Simplify constraints for semiregular-box","November 2020","…
[all …]
H A DCxx1yStatusPaperStatus.csv4 "`3421 <https://wg21.link/n3421>`__","LWG","Making Operator Functors greater<>","Portland","|Comple…
5 "`3462 <https://wg21.link/n3462>`__","LWG","std::result_of and SFINAE","Portland","|Complete|","3.4"
12 "`3644 <https://wg21.link/n3644>`__","LWG","Null Forward Iterators","Bristol","|Complete|","3.4"
13 "`3668 <https://wg21.link/n3668>`__","LWG","std::exchange()","Bristol","|Complete|","3.4"
14 "`3658 <https://wg21.link/n3658>`__","LWG","Compile-time integer sequences","Bristol","|Complete|",…
15 "`3670 <https://wg21.link/n3670>`__","LWG","Addressing Tuples by Type","Bristol","|Complete|","3.4"
17 "`3656 <https://wg21.link/n3656>`__","LWG","make_unique","Bristol","|Complete|","3.4"
18 "`3654 <https://wg21.link/n3654>`__","LWG","Quoted Strings","Bristol","|Complete|","3.4"
19 "`3642 <https://wg21.link/n3642>`__","LWG","User-defined Literals","Bristol","|Complete|","3.4"
25 "`3659 <https://wg21.link/n3659>`__","SG1","Shared Locking in C++","Bristol","|Complete|","3.4"
[all …]
/netbsd/sys/dev/fdt/
H A Dausoc.c76 struct ausoc_link * const link = priv; in ausoc_close() local
80 audio_dai_close(link->link_aux[aux]); in ausoc_close()
81 audio_dai_close(link->link_codec); in ausoc_close()
82 audio_dai_close(link->link_cpu); in ausoc_close()
131 if (link->link_mclk_fs) { in ausoc_set_format()
449 if (!link->link_cpu) { in ausoc_attach_link()
463 if (!link->link_codec) { in ausoc_attach_link()
473 link->link_naux++; in ausoc_attach_link()
475 if (link->link_naux) { in ausoc_attach_link()
476 link->link_aux = kmem_zalloc(sizeof(audio_dai_tag_t) * link->link_naux, KM_SLEEP); in ausoc_attach_link()
[all …]
/netbsd/external/mpl/bind/dist/contrib/dlz/modules/include/
H A Ddlz_list.h38 #define DLZ_LINK_INIT(elt, link) \ argument
40 (elt)->link.prev = (void *)(-1); \
41 (elt)->link.next = (void *)(-1); \
50 (list).tail->link.next = (elt); \
53 (elt)->link.prev = (list).tail; \
54 (elt)->link.next = NULL; \
58 #define DLZ_LIST_PREV(elt, link) ((elt)->link.prev) argument
59 #define DLZ_LIST_NEXT(elt, link) ((elt)->link.next) argument
64 (elt)->link.next->link.prev = (elt)->link.prev; \
66 (list).tail = (elt)->link.prev; \
[all …]
/netbsd/external/bsd/ntp/dist/include/
H A Dntp_lists.h259 gen_node * link; member
361 } link
372 ? (listhead).link.f \
386 ? (entry)->link.f \
393 ? (entry)->link.b \
399 (pentry)->link.f = (listhead).link.f; \
401 (listhead).link.f->link.b = (pentry); \
407 (pentry)->link.b = (listhead).link.b; \
409 (listhead).link.b->link.f = (pentry); \
415 (ptounlink)->link.b->link.f = (ptounlink)->link.f; \
[all …]
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dfd-hook.c78 if (link->private_next == NULL && link->private_prev == NULL) in register_fd_hook()
82 link->private_prev = &anchor; in register_fd_hook()
83 link->private_close_fn = close_hook; in register_fd_hook()
84 link->private_ioctl_fn = ioctl_hook; in register_fd_hook()
86 anchor.private_next = link; in register_fd_hook()
98 unregister_fd_hook (struct fd_hook *link) in unregister_fd_hook() argument
100 struct fd_hook *next = link->private_next; in unregister_fd_hook()
109 link->private_next = NULL; in unregister_fd_hook()
110 link->private_prev = NULL; in unregister_fd_hook()
111 link->private_close_fn = NULL; in unregister_fd_hook()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dfd-hook.c78 if (link->private_next == NULL && link->private_prev == NULL) in register_fd_hook()
82 link->private_prev = &anchor; in register_fd_hook()
83 link->private_close_fn = close_hook; in register_fd_hook()
84 link->private_ioctl_fn = ioctl_hook; in register_fd_hook()
86 anchor.private_next = link; in register_fd_hook()
98 unregister_fd_hook (struct fd_hook *link) in unregister_fd_hook() argument
100 struct fd_hook *next = link->private_next; in unregister_fd_hook()
109 link->private_next = NULL; in unregister_fd_hook()
110 link->private_prev = NULL; in unregister_fd_hook()
111 link->private_close_fn = NULL; in unregister_fd_hook()
[all …]
/netbsd/external/bsd/jemalloc/dist/test/unit/
H A Dql.c12 ql_elm(list_t) link;
22 assert_ptr_null(ql_last(head, link), in test_empty_list()
26 ql_foreach(t, head, link) { in test_empty_list()
32 ql_reverse_foreach(t, head, link) { in test_empty_list()
52 ql_elm_new(&entries[i], link); in init_entries()
66 ql_foreach(t, head, link) { in test_entries_list()
72 ql_reverse_foreach(t, head, link) { in test_entries_list()
182 ql_tail_insert(&head, f, link); in TEST_BEGIN()
185 ql_after_insert(f, h, link); in TEST_BEGIN()
186 ql_after_insert(f, g, link); in TEST_BEGIN()
[all …]

12345678910>>...124