HomeSort by relevance Sort by last modified time
    Searched defs:link (Results 1 - 25 of 170) sorted by null

1 2 3 4 5 6 7

  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/4.2/
link.c 32 link(char *a, char *b) function
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/sys5/
link.c 32 link(char *a, char *b) function
  /onnv/onnv-gate/usr/src/uts/common/syscall/
link.c 48 * Make a hard link.
51 link(char *from, char *to) function
  /onnv/onnv-gate/usr/src/lib/libc/port/sys/
libc_link.c 29 #pragma weak _link = link
42 link(const char *existing, const char *new) function
48 * XPG4v2 link() requires that the link count of a symbolic
49 * link target be updated rather than the link itself. This
52 * that allowed link(src, dest) when "src" was a symbolic link,
53 * to create "dest" as a hard link to "src". Hence, the link
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
realpath.c 137 * 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's contents are absolute, copy it bac
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/mii/
mii_qualsemi.c 58 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) &&
  /onnv/onnv-gate/usr/src/lib/libast/common/comp/
hsearch.c 63 { Dtlink_t link; member in struct:_hash_s
tsearch.c 60 { Dtlink_t link; member in struct:_tree_s
195 #define lchild link.hl._left
196 #define rchild link.right
  /onnv/onnv-gate/usr/src/lib/libast/common/string/
fmtfs.c 51 Dtlink_t link; member in struct:Id_s
fmtgid.c 50 Dtlink_t link; member in struct:Id_s
fmtuid.c 50 Dtlink_t link; member in struct:Id_s
strgid.c 57 Dtlink_t link; member in struct:Id_s
struid.c 53 Dtlink_t link; member in struct:Id_s
  /onnv/onnv-gate/usr/src/cmd/sendmail/libsm/
rpool.c 33 SM_POOLLINK_T link; member in union:__anon1411
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/sun4/hostbridge/
hb_sun4.c 301 did_t *link; local
315 if ((link =
322 hb[br] = hb_process(mod, ptn, br, bus, p->br_din, link);
328 did_link_set(mod, hb[br], link);
330 hb[br], PCI_BUS, PCI_BUS, bus, bus, link) < 0) {
  /onnv/onnv-gate/usr/src/uts/common/fs/dev/
sdev_netops.c 48 * network link.
51 * - since net sdev_nodes are not actively destroyed when a network link
218 char link[MAXLINKNAMELEN]; local
222 if (dls_mgmt_get_linkinfo(linkid, link, NULL, NULL, NULL) != 0)
225 if ((dv = sdev_cache_lookup(ddv, (char *)link)) != NULL)
228 if (devnet_create_rvp(link, &vattr, &ddh) != 0)
234 if (sdev_mknode(ddv, (char *)link, &dv, &vattr, NULL, NULL, kcred,
sdev_vtops.c 112 char *link = kmem_zalloc(MAXPATHLEN, KM_SLEEP); local
114 (void) vt_getactive(link, MAXPATHLEN);
115 if (strcmp(link, dv->sdev_symlink) != 0) {
118 dv->sdev_symlink = i_ddi_strdup(link, KM_SLEEP);
119 dv->sdev_attr->va_size = strlen(link);
121 kmem_free(link, MAXPATHLEN);
243 char *link = kmem_zalloc(MAXPATHLEN, KM_SLEEP); local
245 (void) vt_getactive(link, MAXPATHLEN);
247 vap->va_size = strlen(link);
249 (void *)link, cred, SDEV_READY)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/cdt/
dttree.c 44 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.right = root
    [all...]
  /onnv/onnv-gate/usr/src/cmd/audio/utilities/
AudioList.cc 71 // Link object into list
72 // Link in a new AudioListEntry
74 link( function in class:AudioList::AudioListEntry
75 AudioListEntry* after) // link after this one
77 // Link object into list
101 newp->link(this);
328 // Create object and link into list
330 ep->link(prev);
347 // Create object and link into list
349 ep->link(prev)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/
ndd.c 71 char *link; local
74 link = strrchr(module, '/');
75 if (link == NULL)
81 status = dladm_name2info(handle, ++link, &linkid, NULL, NULL, NULL);
  /onnv/onnv-gate/usr/src/cmd/ndmpd/tlm/
tlm_info.c 46 tlm_chain_link_t *link);
135 * add a link to the INFO chain
183 tlm_chain_link_t *link; local
186 link = tlm_info.ti_job_stats;
187 if (link == 0) {
197 job_stats = (tlm_job_stats_t *)link->tc_data;
200 link->tc_ref_count++;
204 link = link->tc_next;
205 } while (link != tlm_info.ti_job_stats)
219 tlm_chain_link_t *link; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
ParseUtils.pm 25 my $link = Pod::Hyperlink->new('Pod::Parser');
221 my $link = Pod::Hyperlink->new('alternative text|page/"section in page"');
272 =item $link-E<gt>parse($string)
286 # syntax check the link and extract destination
296 $self->warning("ignoring leading whitespace in link");
299 $self->warning("ignoring trailing whitespace in link");
302 _invalid_link("empty link");
308 #warn "DEBUG: link=$_\n";
449 =item $link-E<gt>markup($string)
451 Set/retrieve the textual value of the link. This string contains specia
585 sub link { subroutine
    [all...]
  /onnv/onnv-gate/usr/src/cmd/rcm_daemon/common/
ttymux_rcm_impl.h 68 struct link *dependencies;
80 * The linkid field refers to the STREAM's link identifier.
82 typedef struct link { struct
85 int linkid; /* STREAM's link identifier */
88 int (*connect)(struct link *);
89 int (*disconnect)(struct link *);
90 struct link *next;
  /onnv/onnv-gate/usr/src/lib/libipmi/common/
ipmi_hash.c 174 ipmi_hash_link_t *link, **nbuckets; local
195 while ((link = ihp->ih_buckets[idx]) != NULL) {
203 ihp->ih_buckets[idx] = link->ihl_next;
204 elem = (void *)((uintptr_t)link - ihp->ih_linkoffs);
207 link->ihl_next = nbuckets[nidx];
208 nbuckets[nidx] = link;
235 void *link = ipmi_list_next(&(ihp)->ih_list); local
237 if (link == NULL)
240 return ((void *)((uintptr_t)link - ihp->ih_linkoffs));
246 void *link = ipmi_list_next((uintptr_t)elem + ihp->ih_linkoffs) local
257 ipmi_hash_link_t *link = (void *)((uintptr_t)elem + ihp->ih_linkoffs); local
275 ipmi_hash_link_t *link = (void *)((uintptr_t)elem + ihp->ih_linkoffs); local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libtnf/
info.c 80 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 1680 milliseconds

1 2 3 4 5 6 7