Searched defs:link1 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dipft_td.c99 char src[32], dst[32], misc[256], time[32], link1[32], link2[32]; local
116 link1, link2, src, dst, misc)) != 5) {
119 time, link1, link2, src, dst, misc);
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_util.c95 const dlmgmt_link_t *link1 = v1; local
99 cmp = strcmp(link1->ll_link, link2->ll_link);
111 const dlmgmt_link_t *link1 = v1; local
114 if (link1->ll_zoneid < link2->ll_zoneid)
116 if (link1->ll_zoneid > link2->ll_zoneid)
118 return (cmp_link_by_name(link1, link2));
124 const dlmgmt_link_t *link1 = v1; local
127 if ((uint64_t)(link1->ll_linkid) == (uint64_t)(link2->ll_linkid))
129 else if ((uint64_t)(link1->ll_linkid) < (uint64_t)(link2->ll_linkid))
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdllink.c387 * Case 1: rename an existing link1 to a link2 that does not exist.
392 const char *link1, const char *link2, uint32_t flags)
414 (void) strlcpy(dir.dir_link, link1, MAXLINKNAMELEN);
466 * Case 2: rename an available physical link link1 to a REMOVED physical link
467 * link2. As a result, link1 directly inherits all datalinks configured
504 * Send DLDIOC_RENAME to request to rename link1's linkid to
505 * be linkid2. This will check whether link1 is used by any
554 * Delete link1 and mark link2 up.
589 * Set the removed physical link's device name to link1, so that
590 * when link1 attache
391 i_dladm_rename_link_c1(dladm_handle_t handle, datalink_id_t linkid1, const char *link1, const char *link2, uint32_t flags) argument
594 i_dladm_rename_link_c3(dladm_handle_t handle, const char *link1, datalink_id_t linkid2) argument
619 dladm_rename_link(dladm_handle_t handle, const char *link1, const char *link2) argument
[all...]
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c2497 char *link1, *link2; local
2513 /* get link1 and link2 name (required the last 2 arguments) */
2520 link1 = argv[optind++];
2522 if ((status = dladm_rename_link(handle, link1, link2)) !=

Completed in 1036 milliseconds