/src/usr.sbin/link/ |
Makefile | 3 PROG= link 4 MAN= link.8
|
/src/lib/libc/include/isc/ |
list.h | 28 #define LINK(type) struct { type *prev, *next; } 29 #define INIT_LINK_TYPE(elt, link, type) \ 31 (elt)->link.prev = (type *)(-1); \ 32 (elt)->link.next = (type *)(-1); \ 34 #define INIT_LINK(elt, link) \ 35 INIT_LINK_TYPE(elt, link, void) 36 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1) && \ 37 (void *)((elt)->link.next) != (void *)(-1)) 43 #define PREPEND(list, elt, link) \ [all...] |
/src/tests/usr.sbin/stdhosts/ |
d_ipv6.in | 9 ff02::1 link-local multicast 10 ff02::1:2 link-local multicast 11 ff02:0:0:0:0:0:0:1 link-local multicast 12 ff02:0:0:0:0:0:1:3 link-local multicast
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ |
dc_link_dp.h | 41 struct dc_link *link, 46 struct dc_link *link, 51 struct dc_link *link); 54 struct dc_link *link, 68 bool is_mst_supported(struct dc_link *link); 70 bool detect_dp_sink_caps(struct dc_link *link); 72 void detect_edp_sink_caps(struct dc_link *link); 74 bool is_dp_active_dongle(const struct dc_link *link); 76 void dp_enable_mst_on_sink(struct dc_link *link, bool enable); 78 enum dp_panel_mode dp_get_panel_mode(struct dc_link *link); [all...] |
link_hwss.h | 34 struct dc_link *link, 40 struct dc_link *link, 50 struct dc_link *link, 55 void dp_receiver_power_ctrl(struct dc_link *link, bool on); 56 bool edp_receiver_ready_T9(struct dc_link *link); 57 bool edp_receiver_ready_T7(struct dc_link *link); 59 void dp_disable_link_phy(struct dc_link *link, enum signal_type signal); 61 void dp_disable_link_phy_mst(struct dc_link *link, enum signal_type signal); 64 struct dc_link *link, 69 struct dc_link *link, [all...] |
/src/sys/arch/i386/pci/ |
piixreg.h | 41 #define PIIX_LEGAL_LINK(link) ((link) >= 0 && (link) <= piix_max_link)
|
opti82c558reg.h | 46 #define VIPER_LEGAL_LINK(link) ((link) >= 0 && (link) <= 3)
|
sis85c503reg.h | 35 #define SIS85C503_LEGAL_LINK(link) ((link) >= SIS85C503_CFG_PIRQ_REGSTART && \ 36 (link) <= SIS85C503_CFG_PIRQ_REGEND)
|
opti82c700reg.h | 47 * Opti's suggested Link values. 51 #define FIRESTAR_PIR_REGOFS(link) \ 52 (((link) >> FIRESTAR_PIR_REGOFS_SHIFT) & FIRESTAR_PIR_REGOFS_MASK) 56 #define FIRESTAR_PIR_SELECTSRC(link) \ 57 (((link) >> FIRESTAR_PIR_SELECTSRC_SHIFT) & FIRESTAR_PIR_SELECTSRC_MASK)
|
via82c586reg.h | 63 #define VP3_LEGAL_LINK(link) ((link) >= 0 && (link) <= 6)
|
/src/sys/netbt/ |
hci_link.c | 70 struct hci_link *link; local in function:hci_acl_open 78 link = hci_link_lookup_bdaddr(unit, bdaddr, HCI_LINK_ACL); 79 if (link == NULL) { 80 link = hci_link_alloc(unit, bdaddr, HCI_LINK_ACL); 81 if (link == NULL) 85 switch(link->hl_state) { 106 hci_link_free(link, err); 110 link->hl_flags |= HCI_LINK_CREATE_CON; 111 link->hl_state = HCI_LINK_WAIT_CONNECT; 128 * will keep the link alive 174 struct hci_link *link; local in function:hci_acl_newconn 212 struct hci_link *link = arg; local in function:hci_acl_timeout 427 struct hci_link *link; local in function:hci_acl_recv 835 struct hci_link *link; local in function:hci_sco_recv 897 struct hci_link *link; local in function:hci_link_alloc 1029 struct hci_link *link; local in function:hci_link_lookup_bdaddr 1051 struct hci_link *link; local in function:hci_link_lookup_handle [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
amdgpu_dc_link.c | 83 static void dc_link_destruct(struct dc_link *link) 87 if (link->hpd_gpio != NULL) { 88 dal_gpio_destroy_irq(&link->hpd_gpio); 89 link->hpd_gpio = NULL; 92 if (link->ddc) 93 dal_ddc_service_destroy(&link->ddc); 95 if(link->link_enc) 96 link->link_enc->funcs->destroy(&link->link_enc); 98 if (link->local_sink 1442 struct dc_link *link = local in function:link_create 1470 struct dc_link *link = stream->link; local in function:enable_stream_features 1495 struct dc_link *link = stream->link; local in function:enable_link_dp 1564 struct dc_link *link = pipe_ctx->stream->link; local in function:enable_link_dp_mst 2074 struct dc_link *link = stream->link; local in function:enable_link_hdmi 2134 struct dc_link *link = stream->link; local in function:enable_link_lvds 2156 struct dc_link *link = stream->link; local in function:enable_link 2717 struct dc_link *link = stream->link; local in function:dc_link_allocate_mst_payload 2800 struct dc_link *link = stream->link; local in function:deallocate_mst_payload 3086 struct dc_link *link = stream->sink->link; local in function:core_link_disable_stream [all...] |
amdgpu_dc_link_dp.c | 23 link->ctx->logger 57 struct dc_link *link, 65 if (link->dpcd_caps.dpcd_rev.raw >= DPCD_REV_12) { 69 link, 82 struct dc_link *link, 93 struct dc_link *link, 97 link, 108 static enum dc_dp_training_pattern get_supported_tp(struct dc_link *link) 111 struct encoder_feature_support *features = &link->link_enc->features; 112 struct dpcd_caps *dpcd_caps = &link->dpcd_caps 1513 struct dc_link *link = stream->link; local in function:perform_link_training_with_retries 2354 struct dc_link *link; local in function:decide_link_settings [all...] |
amdgpu_dc_sink.c | 52 struct dc_link *link = init_params->link; local in function:dc_sink_construct 54 if (!link) 58 sink->link = link; 59 sink->ctx = link->ctx; 63 sink->sink_id = init_params->link->ctx->dc_sink_id_count; 66 init_params->link->ctx->dc_sink_id_count++;
|
amdgpu_dc_link_hwss.c | 48 static inline bool is_immediate_downstream(struct dc_link *link, uint32_t offset) 50 return (convert_to_count(link->dpcd_caps.lttpr_caps.phy_repeater_cnt) == offset); 54 struct dc_link *link, 59 if (!link->aux_access_disabled && 60 !dm_helpers_dp_read_dpcd(link->ctx, 61 link, address, data, size)) { 69 struct dc_link *link, 74 if (!link->aux_access_disabled && 75 !dm_helpers_dp_write_dpcd(link->ctx, 76 link, address, data, size)) [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
dm_helpers.h | 51 const struct dc_link *link); 67 const struct dc_link *link); 70 * Clear payload allocation table before enable MST DP link. 74 const struct dc_link *link); 92 const struct dc_link *link, 97 const struct dc_link *link); 103 const struct dc_link *link, 113 const struct dc_link *link, 120 const struct dc_link *link, 129 struct dc_link *link); [all...] |
dc_link.h | 71 * A link contains one or more sinks and their connected status. 134 /* MST record stream using this link */ 210 enum dc_status dc_link_reallocate_mst_payload(struct dc_link *link); 230 struct dc_link *link, 233 /* Used by diagnostics for virtual link at the moment */ 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, [all...] |
/src/sys/dev/acpi/ |
acpi_pci_link.c | 61 * An ACPI PCI link device may contain multiple links. Each link has its 62 * own ACPI resource. _PRT entries specify which link is being used via 91 struct link; 96 struct link *pl_links; 106 struct link { struct 142 static int link_valid_irq(struct link *, int); 147 static struct link *acpi_pci_link_lookup(struct acpi_pci_link_softc *, int); 192 struct link *link; local in function:link_add_crs 260 struct link *link; local in function:link_add_prs 406 struct link *link; local in function:acpi_pci_link_dump 670 struct link *link; local in function:acpi_pci_link_add_reference 740 struct link *link; local in function:acpi_pci_link_srs_from_crs 823 struct link *link; local in function:acpi_pci_link_srs_from_links 902 struct link *link; local in function:acpi_pci_link_route_irqs 1030 struct link *link; local in function:acpi_pci_link_route_interrupt [all...] |
/src/bin/ksh/ |
alloc.c | 36 struct link { struct 37 struct link *prev; 38 struct link *next; 51 struct link *l, *l2; 60 #define L2P(l) ( (void *)(((char *)(l)) + sizeof(struct link)) ) 61 #define P2L(p) ( (struct link *)(((char *)(p)) - sizeof(struct link)) ) 67 struct link *l; 69 l = malloc(sizeof(struct link) + size); 86 struct link *l, *l2, *lprev, *lnext [all...] |
/src/sys/dev/fdt/ |
ausoc.c | 76 struct ausoc_link * const link = priv; local in function:ausoc_close 79 for (aux = 0; aux < link->link_naux; aux++) 80 audio_dai_close(link->link_aux[aux]); 81 audio_dai_close(link->link_codec); 82 audio_dai_close(link->link_cpu); 88 struct ausoc_link * const link = priv; local in function:ausoc_open 92 error = audio_dai_open(link->link_cpu, flags); 96 error = audio_dai_open(link->link_codec, flags); 100 for (aux = 0; aux < link->link_naux; aux++) { 101 error = audio_dai_open(link->link_aux[aux], flags) 116 struct ausoc_link * const link = priv; local in function:ausoc_query_format 126 struct ausoc_link * const link = priv; local in function:ausoc_set_format 155 struct ausoc_link * const link = priv; local in function:ausoc_set_port 163 struct ausoc_link * const link = priv; local in function:ausoc_get_port 171 struct ausoc_link * const link = priv; local in function:ausoc_query_devinfo 179 struct ausoc_link * const link = priv; local in function:ausoc_allocm 187 struct ausoc_link * const link = priv; local in function:ausoc_freem 195 struct ausoc_link * const link = priv; local in function:ausoc_getdev 211 struct ausoc_link * const link = priv; local in function:ausoc_get_props 220 struct ausoc_link * const link = priv; local in function:ausoc_round_blocksize 228 struct ausoc_link * const link = priv; local in function:ausoc_round_buffersize 236 struct ausoc_link * const link = priv; local in function:ausoc_halt_output 250 struct ausoc_link * const link = priv; local in function:ausoc_halt_input 265 struct ausoc_link * const link = priv; local in function:ausoc_trigger_output 292 struct ausoc_link * const link = priv; local in function:ausoc_trigger_input 318 struct ausoc_link * const link = priv; local in function:ausoc_get_locks [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/include/ |
logger_interface.h | 104 #define CONN_DATA_DETECT(link, hex_data, hex_len, ...) \ 106 (void)(link); \ 111 #define CONN_DATA_LINK_LOSS(link, hex_data, hex_len, ...) \ 113 (void)(link); \ 118 #define CONN_MSG_LT(link, ...) \ 120 (void)(link); \ 124 #define CONN_MSG_MODE(link, ...) \ 126 (void)(link); \
|
/src/lib/libform/ |
field_types.c | 45 formi_type_link **link, va_list *args, int *error); 54 formi_type_link **link, va_list *args, int *error) 64 _formi_create_field_args(type->link->next, 66 &type->link->next->link, 69 _formi_create_field_args(type->link->prev, 71 &type->link->prev->link, 74 (*link) = l; 100 new->link = NULL [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
amdgpu_dm_mst_types.h | 34 int dm_mst_get_pbn_divider(struct dc_link *link);
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/ |
dce110_hw_sequencer.h | 76 void dp_receiver_power_ctrl(struct dc_link *link, bool on); 79 struct dc_link *link, 83 struct dc_link *link, 87 struct dc_link *link,
|
/src/lib/ |
checkoldver | 125 for link in lib$lib.so.[0-9]*.[0-9]*.[0-9]* 127 comparelib "$link" 133 for link in lib$lib.so.[0-9]*.[0-9]* 135 comparelib "$link" 141 for link in lib$lib.so.[0-9]* 143 comparelib "$link"
|