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

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/lib/libresolv2/include/isc/
list.h 26 #define LINK(type) struct { type *prev, *next; }
27 #define INIT_LINK_TYPE(elt, link, type) \
29 (elt)->link.prev = (type *)(-1); \
30 (elt)->link.next = (type *)(-1); \
32 #define INIT_LINK(elt, link) \
33 INIT_LINK_TYPE(elt, link, void)
34 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1) && \
35 (void *)((elt)->link.next) != (void *)(-1))
41 #define PREPEND(list, elt, link) \
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/common/sys/
link.s 30 .file "link.s"
32 /* C library -- link */
33 /* int link (const char *path1, const char *path2); */
37 SYSCALL2_RVAL1(__link,link)
  /onnv/onnv-gate/usr/src/cmd/xvm/ipagent/
ipagent.ksh 33 xs_link_path="guest/ipv4/default-link"
34 link=""
37 # Look for a valid-seeming address for the given link. Return 0 on success.
55 # Look in the store for a cached link name.
57 link=`/usr/lib/xen/bin/xenstore-read $xs_link_path 2>/dev/null`
58 if [ -z "$link" ] || [ "$link" = "(none)" ]
68 # Determine the default link name and update xenstore with the details.
72 link="(none)";
77 dladm show-link -p -o link,state | while IFS=: read LINKNAME STATE
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/nfslog/
fhtab.h 69 /* link key - directory primary key plus name (upto 2 components) */
98 * next - next link in list (could be null)
99 * prev - previous link in list (could be null)
111 short next_offset; /* offset of next link key */
112 short prev_offset; /* offset of prev link key */
117 #define LN_FHKEY_LEN(link) ((link)->name_offset - (link)->fhkey_offset)
119 #define LN_NAME_LEN(link) ((link)->next_offset - (link)->name_offset
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/libelf/common/
lintsup.c 33 #include <link.h>
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/sys5/
link.c 32 link(char *a, char *b) function
  /onnv/onnv-gate/usr/src/lib/libast/common/comp/
link.c 28 NoN(link)
39 link(const char* from, const char* to)
  /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;
ttymux_rcm.c 307 nullconnect(link_t *link)
317 nulldisconnect(link_t *link)
330 link_t *link; local
346 for (link = linkhead; link != NULL; link = link->next) {
351 if (link->used == used)
352 return (link);
355 link = malloc(sizeof (link_t))
762 link_t *link; local
852 link_t *link; local
894 link_t *link; local
927 link_t *link; local
1214 link_t *link, *nlink; local
1254 link_t *link; local
    [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/cmd/sgs/libldstab/common/
stab.c 28 * The sharable object /usr/lib/libldstab.so.1 is a link-editor
30 * eliminating duplicate include file entries. The link-editor would
35 * add '-S libldstab.so.1' to their link commands in order to retain
44 * no longer deliver a program named sbfocus. The link-editor no longer
50 * '-S libldstab.so.1' to the link-editor command line, this object
52 * LD_SUP_VNONE, which indicates to the link-editor that it is
59 #include <link.h>
  /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/cmd/svr4pkg/libinst/
stub.c 36 return (link(x, y) || unlink(x));
  /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/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/cmd/abi/appcert/scripts/
abi_index.pl 86 my $link = '';
96 $link = '';
104 } elsif (/^Source of link:\s*/i) {
105 $link = $';
117 next unless ($type =~ /regular file|symbolic link/i);
120 $link = trim($link);
121 filter($pathname, $link, $pkgs);
151 my ($path, $link, $pkgs) = @_;
161 if ($link ne '')
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
ParseLink.pm 44 # Parse the name and section portion of a link into a name and section.
46 my ($link) = @_;
47 $link =~ s/^\s+//;
48 $link =~ s/\s+$//;
50 # If the whole link is enclosed in quotes, interpret it all as a section
52 return (undef, $1) if ($link =~ /^"\s*(.*?)\s*"$/);
56 # guess that it's an old section link.
57 my ($page, $section) = split (/\s*\/\s*/, $link, 2);
69 # Infer link text from the page and section.
83 # Given the contents of an L<> formatting code, parse it into the link text
    [all...]
  /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/cmd/link/
Makefile 29 PROG= link
30 XPG4PROG= link
31 OBJS= link.o
44 $(LINK.c) -o $@ $(OBJS)
  /onnv/onnv-gate/usr/src/stand/lib/fs/common/
cache.c 54 #define Next 0 /* Next pointer in Fwd/Bak link */
63 struct cache *link[4]; /* .. Fwd/Bak links for hash chain & LRU */ member in struct:cache
64 struct cache **chn; /* .. Hash chain link */
123 cap->link[Next]->link[Prev] = cap->link[Prev];
124 cap->link[Prev]->link[Next] = cap->link[Next];
126 cap->link[Prev] = (cache_t *)chp->aged
    [all...]
  /onnv/onnv-gate/usr/src/common/mapfiles/amd64/
Makefile 35 install: $(DIRS) $(FILES) map.link
41 map.link:
  /onnv/onnv-gate/usr/src/common/mapfiles/sparcv9/
Makefile 35 install: $(DIRS) $(FILES) map.link
41 map.link:
  /onnv/onnv-gate/usr/src/psm/stand/sys/
boot.h 42 #include <sys/link.h>
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkgproto/
main.c 59 #define ERR_RDLINK "unable to read link for <%s>"
62 #define LINK 1
64 struct link { struct
68 struct link *next;
71 static struct link *firstlink = (struct link *)0;
72 static struct link *lastlink = (struct link *)0;
220 /* It's a link to a file not in this package. */
326 * Scan a raw link for origination errors. Give
447 struct link *link, *new; local
    [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...]

Completed in 1017 milliseconds

1 2 3 4 5 6 7 8 91011>>