Searched defs:link (Results 1 - 25 of 239) sorted by relevance

12345678910

/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dlink.c30 link(char *a, char *b) function
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Dlink.c30 link(char *a, char *b) function
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Drealpath.c137 * see whether the component is a symbolic link. If so,
141 char link[MAXPATHLEN + 1]; local
150 if ((llen = readlink(canon, link, sizeof link)) >= 0) {
160 * Instead, form the new path suffix in the link buffer
163 t = link + llen;
171 (void) strncpy(t, s, sizeof link - llen - 1);
172 link[sizeof link - 1] = '\0';
174 * If the link'
[all...]
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dlink.c39 #pragma weak _link = link
41 link(const char *path1, const char *path2) function
44 * XPG4v2 link() requires that the link count of a symbolic
45 * link target be updated rather than the link itself. This
48 * that allowed link(src, dest) when "src" was a symbolic link,
49 * to create "dest" as a hard link to "src". Hence, the link
[all...]
/illumos-gate/usr/src/uts/common/io/mii/
H A Dmii_qualsemi.c58 link_state_t link; local
68 * once 100 Mbps link is achieved, and then reactivate. This lets
70 * the 100 Mbps link.
75 link = ph->phy_link;
79 if ((ph->phy_link == LINK_STATE_UP) && (link != LINK_STATE_UP) &&
/illumos-gate/usr/src/cmd/devfsadm/
H A Dlofi_link.c38 static int lofi_rm_all(char *link);
64 lofi_rm_all(char *link) argument
66 devfsadm_rm_all(link);
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Ddlpi_events.c48 * level processing. Holding a dlpi_handle to a link prevents the
56 * It packages up the event for consumption by the link state machine.
93 * changes on a link.
99 nwamd_link_t *link; local
108 link = &ncu->ncu_link;
111 if (link->nwamd_link_dlpi_thread != 0) {
117 rc = dlpi_open(ncu->ncu_name, &link->nwamd_link_dhp, 0);
126 rc = dlpi_enabnotify(link->nwamd_link_dhp,
133 dlpi_close(link->nwamd_link_dhp);
137 rc = pthread_create(&link
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp_req_mgr.h15 s_list_entry_t link; member in struct:_lm_sp_req_common_t
/illumos-gate/usr/src/uts/common/syscall/
H A Dlink.c48 * Make a hard link.
82 link(char *from, char *to) function
/illumos-gate/usr/src/lib/libast/common/string/
H A Dfmtfs.c51 Dtlink_t link; member in struct:Id_s
H A Dfmtgid.c50 Dtlink_t link; member in struct:Id_s
H A Dfmtls.c45 * link link text if != 0
52 fmtls(char* buf, const char* name, register struct stat* st, const char* info, const char* link, register int flags) argument
110 if (link)
116 "==", link);
H A Dfmtuid.c50 Dtlink_t link; member in struct:Id_s
H A Dstrgid.c57 Dtlink_t link; member in struct:Id_s
H A Dstruid.c53 Dtlink_t link; member in struct:Id_s
/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/cmd/ibd_upgrade/
H A Dibd_delete_link.c79 ibd_delete_link(dladm_handle_t dlh, char *link) argument
88 (void) strlcpy(getlinkid.ld_link, link, MAXLINKNAMELEN);
94 dladm_status2str(status, errmsg), link);
100 "Not a physical link: linkname = %s, class = 0x%x\n",
101 link, (uint_t)retval.lr_class);
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dhsearch.c63 { Dtlink_t link; member in struct:_hash_s
H A Dtsearch.c60 { Dtlink_t link; member in struct:_tree_s
195 #define lchild link.hl._left
196 #define rchild link.right
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Drpool.c33 SM_POOLLINK_T link; member in union:__anon1376
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_workq.c40 s_list_entry_t link; member in struct:_BnxeWorkItem
245 s_list_push_tail(&pUM->workqs.instq.workQueue, &pWorkItem->link);
283 s_list_push_tail(&pUM->workqs.instq.workQueue, &pWorkItem->link);
320 s_list_push_tail(&pUM->workqs.instq.workQueue, &pWorkItem->link);
363 s_list_push_tail(&pUM->workqs.delayq.workQueue, &pWorkItem->link);
402 s_list_push_tail(&pUM->workqs.delayq.workQueue, &pWorkItem->link);
440 s_list_push_tail(&pUM->workqs.delayq.workQueue, &pWorkItem->link);
/illumos-gate/usr/src/lib/libast/common/cdt/
H A Ddttree.c44 Dtlink_t *l, *r, *me, link; local
59 { if(disc->freef || disc->link < 0)
66 if(disc->link < 0)
90 /* note that link.right is LEFT tree and link.left is RIGHT tree */
91 l = r = &link;
238 root->left = link.right;
239 root->right = link.left;
259 { root->left = link.right;
261 link
[all...]
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_workarounds.c193 * second). If link is established, stop the workaround and ensure the DSP
203 bool link; local
214 /* Check for link first */
215 ret_val = e1000_phy_has_link_generic(hw, 1, 0, &link);
219 if (link) {
221 * If link is established during the workaround,
/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/lib/libtnf/
H A Dinfo.c80 struct taginfo *info, *link; local
88 /* remember link */
89 link = info->link;
96 info = link;
120 for (info = bucket; info; info = info->link)
189 info->link = bucket;

Completed in 123 milliseconds

12345678910