Home
last modified time | relevance | path

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

12345678910>>...146

/netbsd-src/sys/netbt/
H A Dhci_link.c70 struct hci_link *link; in hci_acl_open() local
78 link = hci_link_lookup_bdaddr(unit, bdaddr, HCI_LINK_ACL); in hci_acl_open()
79 if (link == NULL) { in hci_acl_open()
80 link = hci_link_alloc(unit, bdaddr, HCI_LINK_ACL); in hci_acl_open()
81 if (link == NULL) in hci_acl_open()
85 switch(link->hl_state) { in hci_acl_open()
106 hci_link_free(link, err); in hci_acl_open()
110 link->hl_flags |= HCI_LINK_CREATE_CON; in hci_acl_open()
111 link->hl_state = HCI_LINK_WAIT_CONNECT; in hci_acl_open()
130 callout_stop(&link->hl_expire); in hci_acl_open()
[all …]
H A Dhci_event.c383 struct hci_link *link, *next; in hci_event_num_compl_pkts() local
405 link = hci_link_lookup_handle(unit, handle); in hci_event_num_compl_pkts()
406 if (link) { in hci_event_num_compl_pkts()
407 if (link->hl_type == HCI_LINK_ACL) { in hci_event_num_compl_pkts()
409 hci_acl_complete(link, num); in hci_event_num_compl_pkts()
412 hci_sco_complete(link, num); in hci_event_num_compl_pkts()
433 link = TAILQ_FIRST(&unit->hci_links); in hci_event_num_compl_pkts()
434 while (link && (unit->hci_num_acl_pkts > 0 || unit->hci_num_sco_pkts > 0)) { in hci_event_num_compl_pkts()
435 next = TAILQ_NEXT(link, hl_next); in hci_event_num_compl_pkts()
437 if (link->hl_type == HCI_LINK_ACL) { in hci_event_num_compl_pkts()
[all …]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dlist.h53 #define ISC_LINK_INIT_TYPE(elt, link, type) \ argument
55 (elt)->link.prev = ISC_LINK_TOMBSTONE(type); \
56 (elt)->link.next = ISC_LINK_TOMBSTONE(type); \
58 #define ISC_LINK_INIT(elt, link) ISC_LINK_INIT_TYPE(elt, link, void) argument
59 #define ISC_LINK_LINKED_TYPE(elt, link, type) \ argument
60 ((type *)((elt)->link.prev) != ISC_LINK_TOMBSTONE(type))
61 #define ISC_LINK_LINKED(elt, link) ISC_LINK_LINKED_TYPE(elt, link, void) argument
67 #define __ISC_LIST_PREPENDUNSAFE(list, elt, link) \ argument
70 (list).head->link.prev = (elt); \
74 (elt)->link.prev = NULL; \
[all …]
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dlist.h54 #define ISC_LINK_INIT_TYPE(elt, link, type) \
56 (elt)->link.prev = ISC_LINK_TOMBSTONE(type); \
57 (elt)->link.next = ISC_LINK_TOMBSTONE(type); \
59 #define ISC_LINK_INIT(elt, link) ISC_LINK_INIT_TYPE(elt, link, void) argument
60 #define ISC_LINK_LINKED_TYPE(elt, link, type) \
61 ((type *)((elt)->link.prev) != ISC_LINK_TOMBSTONE(type)) argument
62 #define ISC_LINK_LINKED(elt, link) ISC_LINK_LINKED_TYPE(elt, link, void)
68 #define __ISC_LIST_PREPENDUNSAFE(list, elt, link) \
53 ISC_LINK_INIT_TYPE(elt,link,type) global() argument
58 ISC_LINK_INIT(elt,link) global() argument
67 __ISC_LIST_PREPENDUNSAFE(list,elt,link) global() argument
79 ISC_LIST_PREPEND(list,elt,link) global() argument
85 ISC_LIST_INITANDPREPEND(list,elt,link) global() argument
88 __ISC_LIST_APPENDUNSAFE(list,elt,link) global() argument
100 ISC_LIST_APPEND(list,elt,link) global() argument
106 ISC_LIST_INITANDAPPEND(list,elt,link) global() argument
109 __ISC_LIST_UNLINKUNSAFE_TYPE(list,elt,link,type) global() argument
129 __ISC_LIST_UNLINKUNSAFE(list,elt,link) global() argument
132 ISC_LIST_UNLINK_TYPE(list,elt,link,type) global() argument
137 ISC_LIST_UNLINK(list,elt,link) global() argument
140 ISC_LIST_PREV(elt,link) global() argument
141 ISC_LIST_NEXT(elt,link) global() argument
143 __ISC_LIST_INSERTBEFOREUNSAFE(list,before,elt,link) global() argument
155 ISC_LIST_INSERTBEFORE(list,before,elt,link) global() argument
162 __ISC_LIST_INSERTAFTERUNSAFE(list,after,elt,link) global() argument
174 ISC_LIST_INSERTAFTER(list,after,elt,link) global() argument
181 ISC_LIST_APPENDLIST(list1,list2,link) global() argument
194 ISC_LIST_PREPENDLIST(list1,list2,link) global() argument
207 ISC_LIST_ENQUEUE(list,elt,link) global() argument
208 __ISC_LIST_ENQUEUEUNSAFE(list,elt,link) global() argument
210 ISC_LIST_DEQUEUE(list,elt,link) global() argument
212 ISC_LIST_DEQUEUE_TYPE(list,elt,link,type) global() argument
214 __ISC_LIST_DEQUEUEUNSAFE(list,elt,link) global() argument
216 __ISC_LIST_DEQUEUEUNSAFE_TYPE(list,elt,link,type) global() argument
[all...]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_link_dp.c23 link->ctx->logger
57 struct dc_link *link, in get_training_aux_rd_interval() argument
65 if (link->dpcd_caps.dpcd_rev.raw >= DPCD_REV_12) { in get_training_aux_rd_interval()
69 link, in get_training_aux_rd_interval()
82 struct dc_link *link, in wait_for_training_aux_rd_interval() argument
93 struct dc_link *link, in dpcd_set_training_pattern() argument
97 link, in dpcd_set_training_pattern()
108 static enum dc_dp_training_pattern get_supported_tp(struct dc_link *link) in get_supported_tp() argument
111 struct encoder_feature_support *features = &link->link_enc->features; in get_supported_tp()
112 struct dpcd_caps *dpcd_caps = &link->dpcd_caps; in get_supported_tp()
[all …]
H A Damdgpu_dc_link.c83 static void dc_link_destruct(struct dc_link *link) in dc_link_destruct() argument
87 if (link->hpd_gpio != NULL) { in dc_link_destruct()
88 dal_gpio_destroy_irq(&link->hpd_gpio); in dc_link_destruct()
89 link->hpd_gpio = NULL; in dc_link_destruct()
92 if (link->ddc) in dc_link_destruct()
93 dal_ddc_service_destroy(&link->ddc); in dc_link_destruct()
95 if(link->link_enc) in dc_link_destruct()
96 link->link_enc->funcs->destroy(&link->link_enc); in dc_link_destruct()
98 if (link->local_sink) in dc_link_destruct()
99 dc_sink_release(link->local_sink); in dc_link_destruct()
[all …]
H A Damdgpu_dc_link_hwss.c48 static inline bool is_immediate_downstream(struct dc_link *link, uint32_t offset) in is_immediate_downstream() argument
50 return (convert_to_count(link->dpcd_caps.lttpr_caps.phy_repeater_cnt) == offset); in is_immediate_downstream()
54 struct dc_link *link, in core_link_read_dpcd() argument
59 if (!link->aux_access_disabled && in core_link_read_dpcd()
60 !dm_helpers_dp_read_dpcd(link->ctx, in core_link_read_dpcd()
61 link, address, data, size)) { in core_link_read_dpcd()
69 struct dc_link *link, in core_link_write_dpcd() argument
74 if (!link->aux_access_disabled && in core_link_write_dpcd()
75 !dm_helpers_dp_write_dpcd(link->ctx, in core_link_write_dpcd()
76 link, address, data, size)) { in core_link_write_dpcd()
[all …]
/netbsd-src/external/bsd/libbind/dist/include/isc/
H A Dlist.h29 #define INIT_LINK_TYPE(elt, link, type) \ argument
31 (elt)->link.prev = (type *)(-1); \
32 (elt)->link.next = (type *)(-1); \
34 #define INIT_LINK(elt, link) \ argument
35 INIT_LINK_TYPE(elt, link, void)
36 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1) && \ argument
37 (void *)((elt)->link.next) != (void *)(-1))
43 #define PREPEND(list, elt, link) \ argument
45 INSIST(!LINKED(elt, link));\
47 (list).head->link.prev = (elt); \
[all …]
/netbsd-src/lib/libc/include/isc/
H A Dlist.h29 #define INIT_LINK_TYPE(elt, link, type) \ argument
31 (elt)->link.prev = (type *)(-1); \
32 (elt)->link.next = (type *)(-1); \
34 #define INIT_LINK(elt, link) \ argument
35 INIT_LINK_TYPE(elt, link, void)
36 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1) && \ argument
37 (void *)((elt)->link.next) != (void *)(-1))
43 #define PREPEND(list, elt, link) \ argument
45 INSIST(!LINKED(elt, link));\
47 (list).head->link.prev = (elt); \
[all …]
/netbsd-src/sys/dev/acpi/
H A Dacpi_pci_link.c91 struct link;
96 struct link *pl_links;
106 struct link { struct
142 static int link_valid_irq(struct link *, int); argument
147 static struct link *acpi_pci_link_lookup(struct acpi_pci_link_softc *, int);
192 struct link *link; in link_add_crs() local
218 link = &req->sc->pl_links[req->link_index]; in link_add_crs()
219 link->l_res_index = req->res_index; in link_add_crs()
230 link->l_irq = res->Data.Irq.Interrupts[0]; in link_add_crs()
231 link->l_trig = res->Data.Irq.Triggering; in link_add_crs()
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DCxx1zStatusIssuesStatus.csv2 "`2016 <https://wg21.link/LWG2016>`__","Allocators must be no-throw swappable","Urbana","|Complete|…
3 "`2118 <https://wg21.link/LWG2376>`__","``unique_ptr``\ for array does not support cv qualificatio…
4 "`2170 <https://wg21.link/LWG2170>`__","Aggregates cannot be ``DefaultConstructible``\ ","Urbana","…
5 "`2308 <https://wg21.link/LWG2308>`__","Clarify container destructor requirements w.r.t. ``std::arr…
6 "`2340 <https://wg21.link/LWG2340>`__","Replacement allocation functions declared as inline","Urban…
7 "`2354 <https://wg21.link/LWG2354>`__","Unnecessary copying when inserting into maps with braced-in…
8 "`2377 <https://wg21.link/LWG2377>`__","``std::align``\ requirements overly strict","Urbana","|Com…
9 "`2396 <https://wg21.link/LWG2396>`__","``underlying_type``\ doesn't say what to do for an incompl…
10 "`2399 <https://wg21.link/LWG2399>`__","``shared_ptr``\ 's constructor from ``unique_ptr``\ should…
11 "`2400 <https://wg21.link/LWG2400>`__","``shared_ptr``\ 's ``get_deleter()``\ should use ``address…
[all …]
H A DCxx1yStatusIssuesStatus.csv2 "`1214 <https://wg21.link/lwg1214>`__","Insufficient/inconsistent key immutability requirements for…
3 "`2009 <https://wg21.link/lwg2009>`__","Reporting out-of-bound values on numeric string conversions…
4 "`2010 <https://wg21.link/lwg2010>`__","``is_*``\ traits for binding operations can't be meaningfu…
5 "`2015 <https://wg21.link/lwg2015>`__","Incorrect pre-conditions for some type traits","Kona","|Com…
6 "`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|"
8 "`2033 <https://wg21.link/lwg2033>`__","Preconditions of reserve, shrink_to_fit, and resize functio…
9 "`2039 <https://wg21.link/lwg2039>`__","Issues with std::reverse and std::copy_if","Kona","|Complet…
10 "`2044 <https://wg21.link/lwg2044>`__","No definition of ""Stable"" for copy algorithms","Kona","|C…
11 "`2045 <https://wg21.link/lwg2045>`__","forward_list::merge and forward_list::splice_after with une…
[all …]
H A DCxx2aStatusIssuesStatus.csv2 …/wg21.link/LWG2070>`__","``allocate_shared``\ should use ``allocator_traits<A>::construct``\ ","T…
3 "`2444 <https://wg21.link/LWG2444>`__","Inconsistent complexity for ``std::sort_heap``\ ","Toronto"…
4 "`2593 <https://wg21.link/LWG2593>`__","Moved-from state of Allocators","Toronto","",""
5 "`2597 <https://wg21.link/LWG2597>`__","``std::log``\ misspecified for complex numbers","Toronto",…
6 "`2783 <https://wg21.link/LWG2783>`__","``stack::emplace()``\ and ``queue::emplace()``\ should re…
7 "`2932 <https://wg21.link/LWG2932>`__","Constraints on parallel algorithm implementations are under…
8 "`2937 <https://wg21.link/LWG2937>`__","Is ``equivalent(""existing_thing"", ""not_existing_thing"")…
9 "`2940 <https://wg21.link/LWG2940>`__","``result_of``\ specification also needs a little cleanup",…
10 "`2942 <https://wg21.link/LWG2942>`__","LWG 2873's resolution missed ``weak_ptr::owner_before``\ ",…
11 "`2954 <https://wg21.link/LWG2954>`__","Specialization of the convenience variable templates should…
[all …]
H A DCxx2aStatusPaperStatus.csv2 "`P0463R1 <https://wg21.link/P0463R1>`__","LWG","Endian just Endian","Toronto","|Complete|","7.0"
3 "`P0674R1 <https://wg21.link/P0674R1>`__","LWG","Extending make_shared to Support Arrays","Toronto"…
5 "`P0020R6 <https://wg21.link/P0020R6>`__","LWG","Floating Point Atomic","Albuquerque","",""
6 "`P0053R7 <https://wg21.link/P0053R7>`__","LWG","C++ Synchronized Buffered Ostream","Albuquerque","…
7 "`P0202R3 <https://wg21.link/P0202R3>`__","LWG","Add constexpr modifiers to functions in <algorithm…
8 "`P0415R1 <https://wg21.link/P0415R1>`__","LWG","Constexpr for ``std::complex``\ ","Albuquerque","|…
9 "`P0439R0 <https://wg21.link/P0439R0>`__","LWG","Make ``std::memory_order``\ a scoped enumeration"…
10 "`P0457R2 <https://wg21.link/P0457R2>`__","LWG","String Prefix and Suffix Checking","Albuquerque","…
11 "`P0550R2 <https://wg21.link/P0550R2>`__","LWG","Transformation Trait ``remove_cvref``\ ","Albuquer…
12 "`P0600R1 <https://wg21.link/P0600R1>`__","LWG","nodiscard in the Library","Albuquerque","|In Progr…
[all …]
H A DRangesIssuePaperStatus.csv2 `P0896R4 <https://wg21.link/P0896R4>`__,<ranges>,,
3 `P1035R7 <https://wg21.link/P1035R7>`__,Input Range Adaptors,,
4 `P1207R4 <https://wg21.link/P1207R4>`__,Movability Of Single-Pass Iterators,,
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,,
8 `P1391R4 <https://wg21.link/P1391R4>`__,Range Constructor For string_view,,
9 `P1456R1 <https://wg21.link/P1456R1>`__,Move-Only Views,,
10 `P1474R1 <https://wg21.link/P1474R1>`__,Helpful Pointers For contiguous_iterator,,
11 `P1522R1 <https://wg21.link/P1522R1>`__,Iterator Difference Type And Integer Overflow,,
[all …]
H A DCxx1zStatusPaperStatus.csv2 "`N3911 <https://wg21.link/n3911>`__","LWG","TransformationTrait Alias ``void_t``\ .","Urbana","|Co…
3 "`N4089 <https://wg21.link/n4089>`__","LWG","Safe conversions in ``unique_ptr<T[]>``\ .","Urbana","…
4 "`N4169 <https://wg21.link/n4169>`__","LWG","A proposal to add invoke function template","Urbana","…
5 "`N4190 <https://wg21.link/n4190>`__","LWG","Removing auto_ptr, random_shuffle(), And Old <function…
6 "`N4258 <https://wg21.link/n4258>`__","LWG","Cleaning-up noexcept in the Library.","Urbana","|In Pr…
7 "`N4259 <https://wg21.link/n4259>`__","CWG","Wording for std::uncaught_exceptions","Urbana","|Compl…
8 "`N4277 <https://wg21.link/n4277>`__","LWG","TriviallyCopyable ``reference_wrapper``\ .","Urbana","…
9 "`N4279 <https://wg21.link/n4279>`__","LWG","Improved insertion interface for unique-key maps.","Ur…
10 "`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"
[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"…
4 "`3143 <https://wg21.link/LWG3143>`__","``monotonic_buffer_resource`` growth policy is unclear","No…
5 "`3195 <https://wg21.link/LWG3195>`__","What is the stored pointer value of an empty weak_ptr?","No…
6 "`3211 <https://wg21.link/LWG3211>`__","``std::tuple<>`` should be trivially constructible","Novemb…
7 "`3236 <https://wg21.link/LWG3236>`__","Random access iterator requirements lack limiting relationa…
8 …ps://wg21.link/LWG3265>`__","``move_iterator``'s conversions are more broken after P1207","Novembe…
9 "`3435 <https://wg21.link/LWG3435>`__","``three_way_comparable_with<reverse_iterator<int*>, reverse…
10 "`3432 <https://wg21.link/LWG3432>`__","Missing requirement for comparison_category","November 2020…
11 "`3447 <https://wg21.link/LWG3447>`__","Deduction guides for ``take_view`` and ``drop_view`` have d…
[all …]
H A DCxx1yStatusPaperStatus.csv2 "`3346 <https://wg21.link/n3346>`__","LWG","Terminology for Container Element Requirements - Rev 1"…
4 "`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"
6 "`3469 <https://wg21.link/n3469>`__","LWG","Constexpr Library Additions: chrono, v3","Portland","|C…
7 "`3470 <https://wg21.link/n3470>`__","LWG","Constexpr Library Additions: containers, v2","Portland"…
8 "`3471 <https://wg21.link/n3471>`__","LWG","Constexpr Library Additions: utilities, v3","Portland",…
9 "`3302 <https://wg21.link/n3302>`__","LWG","Constexpr Library Additions: complex, v2","Portland","|…
11 "`3545 <https://wg21.link/n3545>`__","LWG","An Incremental Improvement to integral_constant","Brist…
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"
[all …]
/netbsd-src/sys/dev/fdt/
H A Dausoc.c76 struct ausoc_link * const link = priv; in ausoc_close() local
79 for (aux = 0; aux < link->link_naux; aux++) in ausoc_close()
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()
88 struct ausoc_link * const link = priv; in ausoc_open() local
92 error = audio_dai_open(link->link_cpu, flags); in ausoc_open()
96 error = audio_dai_open(link->link_codec, flags); in ausoc_open()
100 for (aux = 0; aux < link->link_naux; aux++) { in ausoc_open()
101 error = audio_dai_open(link->link_aux[aux], flags); in ausoc_open()
[all …]
/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/include/
H A Ddlz_list.h
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dfd-hook.c71 register_fd_hook (close_hook_fn close_hook, ioctl_hook_fn ioctl_hook, struct fd_hook *link) in register_fd_hook() argument
78 if (link->private_next == NULL && link->private_prev == NULL) in register_fd_hook()
81 link->private_next = anchor.private_next; 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()
85 anchor.private_next->private_prev = link; in register_fd_hook()
86 anchor.private_next = link; in register_fd_hook()
91 if (link->private_close_fn != close_hook in register_fd_hook()
92 || link->private_ioctl_fn != ioctl_hook) in register_fd_hook()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-relax-opt.cc238 df_link *link; in nds32_pic_tls_group() local
242 for (link = DF_REF_CHAIN (def_record); link; link = link->next) in nds32_pic_tls_group()
244 if (!DF_REF_INSN_INFO (link->ref)) in nds32_pic_tls_group()
247 use_insn = DF_REF_INSN (link->ref); in nds32_pic_tls_group()
316 df_link *link; in nds32_group_insns() local
323 for (link = DF_REF_CHAIN (def_record); link; link = link->next) in nds32_group_insns()
325 if (!DF_REF_INSN_INFO (link->ref)) in nds32_group_insns()
328 use_insn = DF_REF_INSN (link->ref); in nds32_group_insns()
359 for (link = DF_REF_CHAIN (def_record); link; link = link->next) in nds32_group_insns()
361 if (!DF_REF_INSN_INFO (link->ref)) in nds32_group_insns()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-relax-opt.c238 df_link *link; in nds32_pic_tls_group() local
242 for (link = DF_REF_CHAIN (def_record); link; link = link->next) in nds32_pic_tls_group()
244 if (!DF_REF_INSN_INFO (link->ref)) in nds32_pic_tls_group()
247 use_insn = DF_REF_INSN (link->ref); in nds32_pic_tls_group()
316 df_link *link; in nds32_group_insns() local
323 for (link = DF_REF_CHAIN (def_record); link; link = link->next) in nds32_group_insns()
325 if (!DF_REF_INSN_INFO (link->ref)) in nds32_group_insns()
328 use_insn = DF_REF_INSN (link->ref); in nds32_group_insns()
359 for (link = DF_REF_CHAIN (def_record); link; link = link->next) in nds32_group_insns()
361 if (!DF_REF_INSN_INFO (link->ref)) in nds32_group_insns()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc_link.h210 enum dc_status dc_link_reallocate_mst_payload(struct dc_link *link);
230 struct dc_link *link,
236 struct dc_link *link,
240 struct dc_link *link,
244 struct dc_link *link,
248 bool dc_link_dp_sync_lt_begin(struct dc_link *link);
251 struct dc_link *link,
255 bool dc_link_dp_sync_lt_end(struct dc_link *link, bool link_down);
257 void dc_link_dp_enable_hpd(const struct dc_link *link);
259 void dc_link_dp_disable_hpd(const struct dc_link *link);
[all …]
/netbsd-src/tests/usr.sbin/mtree/
H A Dd_merge.in5 # directory "a" with only one entry, changing from dir to link
7 ./a/change-dir-to-link type=dir mode=0755
8 ./a/change-dir-to-link type=link mode=0755
10 # directory "b" with only one entry, changing from link to dir
12 ./b/change-link-to-dir type=link mode=0755
13 ./b/change-link-to-dir type=dir mode=0755
15 # directory "c" with multiple entries, one changing from dir to link
19 ./c/change-dir-to-link type=dir mode=0755
20 ./c/change-dir-to-link type=link mode=0755
22 # directory "d" with multiple entries, one changing from link to dir
[all …]

12345678910>>...146