Searched refs:link (Results 201 - 225 of 593) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libc/i386/crt/
H A D_rtld.c42 #include <link.h>
64 #include <link.h>
/illumos-gate/usr/src/cmd/sed/
H A Dcompile.c151 compile_stream(struct s_command **link) argument
165 return (link);
177 if ((*link = cmd = malloc(sizeof (struct s_command))) == NULL)
179 link = &cmd->next;
229 link = &cmd->u.c;
250 link = &cmd->next;
338 link = &cmd->next;
348 link = &cmd->next;
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Dboot_elf.s47 #include <link.h>
107 testb $LA_SYMB_NOPLTENTER, 0xc(%eax) / <link.h>
/illumos-gate/usr/src/man/man2/
H A DMakefile73 link.2 \
345 linkat.2 := LINKSRC = link.2
/illumos-gate/usr/src/uts/common/rpcsvc/
H A Dautofs_prot.x56 * Used by autofs to either create a link, or mount a new filesystem.
60 AUTOFS_LINK_RQ=1, /* link create */
93 * Symbolic link information.
97 string link<AUTOFS_MAXPATHLEN>; /* link (new) name */
147 * perfom either a new mount or create a symbolic link.
/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_init.c238 LIST_INIT_HEAD(&device->wd_file_ext.link);
239 LIST_INIT_HEAD(&device->iamthif_file_ext.link);
330 "heci: link layer initialization failed.\n");
339 DBG("heci: link layer has been established.\n");
416 file_next, &dev->file_list, link,
452 list_for_each_entry_safe(file_pos, file_next, &dev->file_list, link,
484 DBG("link is established start sending messages.\n");
485 /* link is established start sending messages. */
840 LIST_INIT_HEAD(&priv->link);
873 list_add_tail(&priv->link,
[all...]
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82543.c225 /* link setup */
231 /* check for link */
236 /* link info */
763 * When forcing link to 10 Full or 10 Half, the PHY can reverse the polarity
765 * the PHY until we have established the link partner's link parameters.
772 bool link; local
793 * This loop will early-out if the NO link condition has been met.
815 /* Recommended delay time after link has been lost */
844 ret_val = e1000_phy_has_link_generic(hw, PHY_FORCE_TIME, 100000, &link);
1064 bool link; local
1203 bool link; local
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c75 LINK(struct ctl_tran) link; member in struct:ctl_tran
284 INIT_LINK(new, link);
286 APPEND(ctx->tran, new, link);
376 next = NEXT(this, link);
552 UNLINK(ctx->tran, tran, link);
/illumos-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4/
H A Dfire.esc312 * it could be the link trace between the CPU and Fire.
545 event ereport.io.fire.link-events-trip@hostbridge/pciexrc ;
547 engine serd.io.fire.link-events@hostbridge/pciexrc,
549 trip=ereport.io.fire.link-events-trip@hostbridge/pciexrc ;
551 event upset.io.fire.link-events@hostbridge/pciexrc,
552 engine=serd.io.fire.link-events@hostbridge/pciexrc ;
554 event error.io.fire.link-events@hostbridge/pciexrc;
556 prop upset.io.fire.link-events@hostbridge/pciexrc (0)->
557 error.io.fire.link-events@hostbridge/pciexrc;
559 prop error.io.fire.link
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_stat.c365 struct link_status link = {0}; local
367 (void) oce_get_link_status(dev, &link);
368 dev->link_speed = link.qos_link_speed ?
369 link.qos_link_speed * 10 :
370 pow10[link.mac_speed];
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_access.c100 // but it is called each time the link is up.
1161 * Sets the LEDs to operational mode after establishing link
1256 elink_res = elink_set_led( &pdev->params.link, &pdev->vars.link, led_mode, pdev->vars.link.line_speed );
1323 if( pdev->params.link.num_phys > ELINK_MAX_PHYS )
1330 for( ext_phy_type = ELINK_EXT_PHY1; ext_phy_type < pdev->params.link.num_phys; ext_phy_type++ )
1332 if( ELINK_ETH_PHY_SFPP_10G_FIBER == pdev->params.link.phy[ext_phy_type].media_type ||
1333 ELINK_ETH_PHY_SFP_1G_FIBER == pdev->params.link.phy[ext_phy_type].media_type ||
1334 ELINK_ETH_PHY_DA_TWINAX == pdev->params.link
[all...]
H A Dlm_devinfo.c1926 pdev->params.link.hw_led_mode = ((pdev->hw_info.nvm_hw_config & SHARED_HW_CFG_LED_MODE_MASK) >> SHARED_HW_CFG_LED_MODE_SHIFT);
1973 SET_FLAGS( pdev->params.link.feature_config_flags, ELINK_FEATURE_CONFIG_OVERRIDE_PREEMPHASIS_ENABLED);
1977 RESET_FLAGS(pdev->params.link.feature_config_flags,ELINK_FEATURE_CONFIG_OVERRIDE_PREEMPHASIS_ENABLED);
1981 SET_FLAGS( pdev->params.link.feature_config_flags, ELINK_FEATURE_CONFIG_DISABLE_REMOTE_FAULT_DET);
1983 SET_FLAGS( pdev->params.link.feature_config_flags, ELINK_FEATURE_CONFIG_IEEE_PHY_TEST);
2038 SET_FLAGS( pdev->params.link.feature_config_flags, ELINK_FEATURE_CONFIG_AUTOGREEEN_ENABLED);
2040 RESET_FLAGS( pdev->params.link.feature_config_flags, ELINK_FEATURE_CONFIG_AUTOGREEEN_ENABLED);
2045 pdev->params.link.speed_cap_mask[0] = val & PORT_HW_CFG_SPEED_CAPABILITY_D0_MASK;
2049 pdev->params.link.speed_cap_mask[1] = val & PORT_HW_CFG_SPEED_CAPABILITY_D0_MASK;
2054 pdev->params.link
[all...]
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c269 * devpath: Absolute path to /dev link
294 * if the link contents is not a minor node assume
295 * that link contents is really a pointer to another
296 * link, and if so recurse and read its link contents.
306 /* invalid link */
869 goto link;
872 goto link;
875 goto link;
878 goto link;
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_tx.c149 pTxPkt = (um_txpacket_t *)s_list_next_entry(&pTxPkt->lm_pkt.link))
207 s_list_push_head(&pTxQ->waitTxDescQ, &pTxPkt->lm_pkt.link);
896 pTxPkt->lm_pkt.link.next = NULL;
1001 s_list_push_tail(&pTxQ->waitTxDescQ, &pTxPkt->lm_pkt.link);
1037 s_list_push_tail(&pTxQ->freeTxDescQ, &pTxPkt->lm_pkt.link);
1240 s_list_push_tail(&pTxQ->freeTxDescQ, &pTxPkt->lm_pkt.link);
1270 s_list_push_tail(&pTxQ->freeTxDescQ, &pTxPkt->lm_pkt.link);
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Daggr_rcm.c58 /* AGGR link representation */
62 boolean_t da_stale; /* AGGR link is stale? */
89 dl_aggr_t *vc_aggr; /* AGGR on this link */
371 * aggr_offline() - Offline AGGRs on a specific link.
393 * If this given link is the only port in the aggregation, inform
429 * aggr_undo_offline() - Undo offline of a previously offlined link.
451 /* Check if no attempt should be made to online the link here */
546 * depending on whether this link is the only port in the aggregation.
671 * If this link is not the only port in the associated aggregation,
754 "AGGR: notify_event: link configuratio
1148 char link[MAXLINKNAMELEN]; local
[all...]
H A Dibpart_rcm.c56 /* IBPART link flags */
63 /* link representation */
65 struct dl_ibpart *dlib_next; /* next IBPART on this link */
66 struct dl_ibpart *dlib_prev; /* prev IBPART on this link */
68 ibpart_flag_t dlib_flags; /* IBPART link flags */
88 dl_ibpart_t *pc_ibpart; /* IBPART list on this link */
372 ibpart_log_err(DATALINK_INVALID_LINKID, errorp, "no such link");
378 /* Check if no attempt should be made to online the link here */
380 ibpart_log_err(node->pc_linkid, errorp, "link not offlined");
673 "IBPART: notify_event: link configuratio
1093 char link[MAXLINKNAMELEN]; local
[all...]
H A Dvlan_rcm.c56 /* VLAN link flags */
63 /* link representation */
65 struct dl_vlan *dv_next; /* next VLAN on the same link */
66 struct dl_vlan *dv_prev; /* prev VLAN on the same link */
68 vlan_flag_t dv_flags; /* VLAN link flags */
88 dl_vlan_t *vc_vlan; /* VLAN list on this link */
372 vlan_log_err(DATALINK_INVALID_LINKID, errorp, "no such link");
378 /* Check if no attempt should be made to online the link here */
380 vlan_log_err(node->vc_linkid, errorp, "link not offlined");
661 "VLAN: notify_event: link configuratio
1064 char link[MAXLINKNAMELEN]; local
[all...]
H A Dvnic_rcm.c56 /* VNIC link flags */
63 /* link representation */
65 struct dl_vnic *dlv_next; /* next VNIC on the same link */
66 struct dl_vnic *dlv_prev; /* prev VNIC on the same link */
68 vnic_flag_t dlv_flags; /* VNIC link flags */
88 dl_vnic_t *vc_vnic; /* VNIC list on this link */
372 vnic_log_err(DATALINK_INVALID_LINKID, errorp, "no such link");
378 /* Check if no attempt should be made to online the link here */
380 vnic_log_err(node->vc_linkid, errorp, "link not offlined");
664 "VNIC: notify_event: link configuratio
1076 char link[MAXLINKNAMELEN]; local
[all...]
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_door.c33 * There are two zoneid's associated with a link. One is the zoneid of the
34 * zone in which the link was created (ll_zoneid in the dlmgmt_link_t), and
35 * the other is the zoneid of the zone where the link is currently assigned
36 * (the "zone" link property). The two can be different if a datalink is
38 * via zonecfg or via explicitly setting the "zone" link property.
74 * Check if the caller has the required privileges to operate on a link of the
149 char link[MAXLINKNAMELEN]; local
156 * Determine whether this link is persistent. Note that this request
157 * is coming from kernel so this link must be active.
165 * Hold the writer lock to update the link tabl
472 dlmgmt_link_t link, *linkp; local
539 char link[MAXLINKNAMELEN]; local
[all...]
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c269 { "rename-link", do_rename_link,
270 " rename-link <oldlink> <newlink>" },
271 { "show-link", do_show_link,
272 " show-link [-pP] [-o <field>,..] [-s [-i <interval>]] "
273 "[<link>]\n" },
277 "\t\t -l <link> [-l <link>...] <link>" },
279 " delete-aggr [-t] <link>" },
281 " add-aggr [-t] -l <link> [
2338 char *link = NULL; local
2783 char link[MAXLINKNAMELEN]; local
2912 char link[DLPI_LINKNAME_MAX]; local
2956 print_aggr_info(show_grp_state_t *state, const char *link, dladm_aggr_grp_attr_t *ginfop) argument
3057 print_aggr_extended(show_grp_state_t *state, const char *link, dladm_aggr_grp_attr_t *ginfop) argument
3151 print_aggr_lacp(show_grp_state_t *state, const char *link, dladm_aggr_grp_attr_t *ginfop) argument
3273 print_aggr_stats(show_grp_state_t *state, const char *link, dladm_aggr_grp_attr_t *ginfop) argument
3347 char link[MAXLINKNAMELEN]; local
3699 print_phys_default(show_state_t *state, datalink_id_t linkid, const char *link, uint32_t flags, uint32_t media) argument
3927 print_phys_mac(show_state_t *state, datalink_id_t linkid, char *link) argument
3955 print_phys_hwgrp(show_state_t *state, datalink_id_t linkid, char *link) argument
4300 char link[MAXLINKNAMELEN]; local
5785 get_link_stats(const char *link, pktsum_t *stats) argument
6013 char link[MAXLINKNAMELEN]; local
6062 char link[MAXLINKNAMELEN]; local
8085 char link[MAXLINKNAMELEN]; local
8171 char link[MAXLINKNAMELEN]; local
9019 link_is_ether(const char *link, datalink_id_t *linkid) argument
[all...]
/illumos-gate/usr/src/lib/libdll/common/
H A Ddllscan.c67 Dtlink_t link; member in struct:Uniq_s
484 scan->disc.link = offsetof(Uniq_t, link);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c140 args->link.dir.data.data_len = rootfh->fhandle3_len;
141 args->link.dir.data.data_val = rootfh->fhandle3_val;
142 args->link.name = "samf";
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_sa.c95 zfs_sa_symlink(znode_t *zp, char *link, int len, dmu_tx_t *tx) argument
103 bcopy(link, (caddr_t)db->db_data +
116 bcopy(link, dbp->db_data, len);
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_init_finish.c112 secdata->dss_link = doas->link;
125 secdata->dss_reloc_symtab = doas->link;
126 secdata->dss_reloc_link = doas->link;
/illumos-gate/usr/src/cmd/luxadm/
H A Dhotplug.c1114 * source is now an absolute path to the link we're
1129 * If the file is not a link, we're done one
1154 * Now check to see if the link is relative. If so,
1166 /* and append the new link */
1174 /* It's an absolute link so no worries */
1190 * These are identified by being a link
1244 * so follow link to physical name
2531 char link[MAXPATHLEN], path[MAXPATHLEN]; local
2557 if (readlink((const char *)lname, (char *)link,
2570 if (strstr(link, pat
2598 char link[MAXPATHLEN], lname[MAXPATHLEN]; local
2720 char link[MAXPATHLEN], path[MAXPATHLEN]; local
2921 char lname[MAXPATHLEN], link[MAXPATHLEN]; local
[all...]

Completed in 141 milliseconds

1234567891011>>