Searched defs:link (Results 201 - 225 of 239) sorted by relevance

12345678910

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dsis900.h377 u32 link; member in struct:_BufferDesc
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c5560 ** Some OS's lacks link() and hard links. Since sendmail is using
5561 ** link() as an efficient way to clone files, this implementation
5564 ** NOTE: This link() replacement is not a generic replacement as it
5565 ** does not handle all of the semantics of the real link(2).
5569 ** target -- pathname of link (clone) to be created.
5577 link(source, target) function
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h186 STAILQ_ENTRY(sge_iq) link; member in struct:sge_iq
265 TAILQ_ENTRY(sge_fl) link; /* All starving freelists */ member in struct:sge_fl
433 SLIST_ENTRY(adapter) link; member in struct:adapter
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c912 ql_link_t *link; local
1037 for (link = ha->dev[index].first; link != NULL;
1038 link = link->next) {
1039 tq = link->base_address;
1092 ql_link_t *link; local
1108 for (link = NULL, index = 0;
1109 index < DEVICE_HEAD_LIST_SIZE && link == NULL; index++) {
1110 for (link
1199 ql_link_t *link; local
4629 ql_link_t *link; local
6229 ql_link_t *link; local
6691 ql_link_t *link; local
8455 ql_link_t *link; local
8489 ql_link_t *link; local
[all...]
/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.c644 hme_mii_notify(void *arg, link_state_t link) argument
648 if (link == LINK_STATE_UP) {
651 mac_link_update(hmep->hme_mh, link);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_queue.h418 CQE_ASYNC_LINK_STATE_t link; member in union:CQE_ASYNC::__anon7602
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c740 cmn_err(CE_NOTE, "dnet: link configured : %s",
3123 * "Linkset" is used to merge media that use the same link test check. So,
3124 * if the TP link is added to the linkset, so is the TP Full duplex link.
3125 * Used to avoid checking the same link status twice.
3172 * If the port monitor detects the link is already
3174 * link sense
3190 * 10 link being chosen over a 100 link if both media are available.
3226 /* SYM/SCR or TP block: Use the link
3344 uint32_t link, status, mask, polarity; local
[all...]
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlstat.c175 char link[DLPI_LINKNAME_MAX]; local
182 &media, link, DLPI_LINKNAME_MAX)) != DLADM_STATUS_OK)
731 ksp = dladm_kstat_lookup(kcp, "link", 0, linkname, NULL);
814 * for a given data-link (or mac client). We could then query for specific
816 * Ring-ids (or lane-ids) could be returned like any other link properties
1817 * device names even if the link is renamed using dladm rename-link.
1904 * device names even if the link is renamed using dladm rename-link.
2370 /* Query all link stat
[all...]
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c244 struct link { struct
251 static struct link *links;
580 warning(gettext("link to link"));
621 if (link(fromname, toname) != 0) {
627 result = link(fromname, toname);
641 "hard link failed, symbolic link used"));
649 "%s: Can't link from %s to %s: %s\n"),
1239 struct link
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c1702 * it depends on whether we're the last link, and on whether there are
3744 * complications; for one, the link count is
3793 * IN: dvp - Directory to contain new symbolic link.
3794 * link - Name for new symlink entry.
3807 zfs_symlink(vnode_t *dvp, char *name, vattr_t *vap, char *link, cred_t *cr, argument
3815 uint64_t len = strlen(link);
3911 link, len, tx);
3913 zfs_sa_symlink(zp, link, len, tx);
3926 zfs_log_symlink(zilog, tx, txtype, dzp, zp, name, link);
3947 * IN: vp - vnode of symbolic link
[all...]
H A Ddsl_dataset.c2354 list_node_t link; member in struct:promotenode
2738 offsetof(struct promotenode, link));
/illumos-gate/usr/src/boot/sys/sys/
H A Dmount.h136 TAILQ_ENTRY(vfsopt) link; member in struct:vfsopt
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c188 struct event *link; /* ptr to another event for this user */ member in struct:event
525 e2 = e->link;
655 (e->u)->atevents = e->link;
657 eprev->link = e->link;
663 e = e->link;
1076 e->link = u->atevents;
1104 e = e->link;
1261 e->link = u->ctevents;
2092 u->atevents = e->link;
[all...]
/illumos-gate/usr/src/cmd/troff/
H A Dtdef.h417 struct contab *link; member in struct:contab
427 struct numtab *link; member in struct:numtab
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dlibdwarf.h552 /* Set link to zero if it is meaningless. If non-zero
553 it should be a link to a rela section or from symtab
555 Dwarf_Unsigned link; member in struct:Dwarf_Obj_Access_Section_s
2089 Dwarf_Unsigned /*link*/,
2106 Dwarf_Unsigned /*link*/,
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe.h307 d_list_entry_t link; member in struct:_BnxeMemBlock
317 d_list_entry_t link; member in struct:_BnxeMemDma
330 d_list_entry_t link; member in struct:_BnxeMemRegion
H A Dbnxe_kstat.c91 kstat_named_t link; member in struct:_BnxeKstatLink
672 pStats->link.value.ui64 = (!pUM->props.link_speed) ? 0 : 1;
1896 "link",
1902 BnxeLogWarn(pUM, "Failed to create link kstat");
1913 BNXE_KSTAT_LINK(link, KSTAT_DATA_UINT64);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c779 * function to do either a link reset or hard reset. If level == 0,
780 * then we do a LOCAL_PHY_CONTROL IOMB to do link/hard reset to the
1145 uint32_t rerrf, pinfo, started = 0, link = 0; local
1149 link = pinfo & 2;
1154 i, started, link, rerrf);
2507 * address and link rate if possible). Otherwise, any change in type,
3676 * (picking up a new SAS address and link rate if possible). Otherwise, any
3769 * and link it to the rest of the local PHYs so that they
3889 /* Just update to the new link rate */
4687 "%s: derating link rat
[all...]
/illumos-gate/usr/src/uts/common/io/drm/
H A DdrmP.h271 TAILQ_FOREACH(map, &dev->maplist, link) { \
424 TAILQ_ENTRY(drm_local_map) link; member in struct:drm_local_map
491 TAILQ_ENTRY(drm_file) link; member in struct:drm_file
609 TAILQ_ENTRY(drm_vbl_sig) link; member in struct:drm_vbl_sig
619 TAILQ_ENTRY(drm_cminor) link; member in struct:drm_cminor
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c1507 * blink, link, and wire.
1735 /* Auto restart link so settings take effect */
1749 /* Update the link info */
1753 * long time for link to come back from the atomic reset)
1832 * @enable_link: if TRUE: enable link, if FALSE: disable link
1835 * Sets up the link and restarts the Auto-Negotiation over the link.
1863 * @link: pointer to link statu
1868 i40e_aq_get_link_info(struct i40e_hw *hw, bool enable_lse, struct i40e_link_status *link, struct i40e_asq_cmd_details *cmd_details) argument
[all...]
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_sw.h267 (_LH)->head = (_LH)->head->link; \
277 (_LH)->tail->link = (single_link_t *)(_E); \
282 (_E)->link = NULL;
286 NULL : ((single_link_t *)(_E))->link)
290 struct single_link *link; member in struct:single_link
383 single_link_t link; member in struct:tx_control_block
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c32 * to gain access to a MAC instance (physical NIC, link aggregation, etc).
50 * as a result of a change of state of a link aggregation. In that
60 * NIC (physical, link aggregation, etc). The virtual switch is
71 * link aggregation, etc). In the code below we refer to the
386 * Open a MAC specified by its link name.
389 mac_open_by_linkname(const char *link, mac_handle_t *mhp) argument
394 if ((err = dls_mgmt_get_linkid(link, &linkid)) != 0)
513 * Return the link speed associated with the specified MAC client.
515 * The link speed of a MAC client is equal to the smallest value of
516 * 1) the current link spee
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h41 s_list_entry_t link; member in struct:_lm_tcp_buffer_t
79 d_list_entry_t link; member in struct:_lm_state_header_t
160 s_list_entry_t link; /* Must be the first entry... */ member in struct:_lm_tcp_mem_block_t
172 s_list_entry_t link; member in struct:_lm_tcp_phy_mem_block_t
362 s_list_entry_t link; /* must be the first entry here */ member in struct:_lm_tcp_dpc_info_t
659 d_list_entry_t link; /* MUST be the first field in this structure */ member in struct:_lm_tcp_gen_buf_t
663 #define NEXT_GEN_BUF(_gen_buf) (struct _lm_tcp_gen_buf_t *)d_list_next_entry(&((_gen_buf)->link))
664 #define PREV_GEN_BUF(_gen_buf) (struct _lm_tcp_gen_buf_t *)d_list_prev_entry(&((_gen_buf)->link))
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c104 #define ECORE_LIST_FIRST_ENTRY(head, cast, link) \
107 #define ECORE_LIST_NEXT(pos, link, cast) \
108 (cast *)d_list_next_entry(&((pos)->link))
115 #define ECORE_LIST_PUSH_TAIL(link, head) \
117 d_list_push_tail(head, link); \
120 #define ECORE_LIST_PUSH_HEAD(link, head) \
122 d_list_push_head(head, link); \
125 #define ECORE_LIST_REMOVE_ENTRY(link, head) \
127 d_list_remove_entry(head, link); \
315 ECORE_LIST_FOR_EACH_ENTRY(elem, &o->exe_queue, link,
2904 d_list_entry_t link; member in struct:ecore_mcast_mac_elem
2910 d_list_entry_t link; member in struct:ecore_pending_mcast_cmd
[all...]
H A Decore_sp_verbs.h206 d_list_entry_t link; member in struct:ecore_exeq_elem
300 d_list_entry_t link; member in struct:ecore_vlan_mac_registry_elem
563 d_list_entry_t link; member in struct:ecore_mcast_list_elem

Completed in 260 milliseconds

12345678910