Searched refs:link (Results 226 - 250 of 593) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libtnfctl/
H A Delf.c36 #include <link.h>
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dulockf.c221 if (link(tempfile, name) < 0) {
223 DEBUG(4, "link(%s, ", tempfile);
/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_rename.c84 * link() system call -- executed by subject process.
95 return (link(existing, new));
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dplock.c44 #include <link.h>
78 struct link_map *lmp; /* link map walker */
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist57 18 Cross-device link
123 86 Attempting to link in more shared libraries than system limit
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnatsemi.c166 u32 link; member in struct:_BufferDesc
507 txd.link = (u32) 0;
536 rxd[i].link = virt_to_bus((i+1 < NUM_RX_DESC) ? &rxd[i+1] : &rxd[0]);
540 printf("natsemi_init_rxd: rxd[%d]=%X link=%X cmdsts=%X bufptr=%X\n",
541 i, &rxd[i], rxd[i].link, rxd[i].cmdsts, rxd[i].bufptr);
576 printf("%s: Setting %s-duplex based on negotiated link"
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Diso9660.h41 #define RR_FLAG_SL 0x04 /* Symbolic link */
43 #define RR_FLAG_CL 0x10 /* Child link */
44 #define RR_FLAG_PL 0x20 /* Parent link */
187 } link; member in struct:rock_ridge::__anon2191::SL
/illumos-gate/usr/src/head/
H A Dlink.h29 #include <sys/link.h>
96 * Runtime link-map identifiers.
103 #define LM_ID_NONE 0xfe /* no link map specified */
104 #define LM_ID_NEWLM 0xff /* create a new link-map */
245 * code is intended to operate on (e.g. a 32-bit link-editor building
/illumos-gate/usr/src/lib/brand/shared/librtld_db/common/
H A Dbrand_librtld_db.c35 #include <sys/link.h>
189 * be parsing data from link maps that are generated by a Solaris
192 * duplicate all that link map parsing code here we'll simply
194 * we do we'll point them at our emulation libraries link map.
199 * it at our emulation libraries link map, and initialize just
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dnetwork_rcm.c330 _("NET: mark link %d as removed\n"), linkid);
333 * Delete active linkprop before this active link
421 char link[MAXLINKNAMELEN]; local
449 NULL, NULL, link, sizeof (link))) != DLADM_STATUS_OK) {
451 _("NET: usage(%s) get link name failure(%s)\n"),
462 (void) snprintf(*info, len, info_fmt, link);
813 * update the physical link cache.
881 "NET: reconfigured data-link (id %d)\n",
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_module_load.c33 #include <link.h>
H A Dmdb_tdb.c40 * cannot link mdb against libthread_db directly; instead, we must dlopen the
63 #include <link.h>
/illumos-gate/usr/src/cmd/sgs/include/i386/
H A Dmachdep_x86.h35 #include <link.h>
/illumos-gate/usr/src/cmd/sgs/include/sparc/
H A Dmachdep_sparc.h35 #include <link.h>
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Ddoor_if.c161 "link %s", req->nwda_data.nwdad_wlan_info.nwdad_name);
173 nwamd_link_t *link; local
177 "scan results request: link %s",
184 "nwamd_door_req_wlan_scan_results: link %s not found",
190 link = &ncu->ncu_link;
191 num_wlans = link->nwamd_link_wifi_scan.nwamd_wifi_scan_curr_num;
196 link->nwamd_link_wifi_scan.nwamd_wifi_scan_curr,
215 "link %s ESSID %s , BSSID %s",
234 "link %s ESSID %s BSSID %s",
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditmcomp.h212 struct itm_opt_outer *link; member in struct:itm_opt_outer
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Ddynamic.c32 #include <link.h>
132 * been initialized to the runtime linkers internal link-map
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A D_setup.c46 #include <link.h>
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A D_setup.c51 #include <link.h>
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A D_setup.c51 #include <link.h>
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A D_setup.c51 #include <link.h>
/illumos-gate/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c124 short link; member in struct:cfstat
515 if (dp->link)
516 (void) printf(gettext("%20d linked files\n"), dp->link);
556 last->next = dp; /* link list */
731 dp->link++;
/illumos-gate/usr/src/cmd/tip/
H A Duucplock.c233 if (link(tempfile, name) < 0) {
/illumos-gate/usr/src/tools/protocmp/
H A Dprotodir.c44 resolve_relative(const char *source, const char *link) argument
52 if (link[0] == '/')
53 return (strcpy(curpath, link));
58 l_pos = (char *)link;
126 * The '=' operator is subtly different for link and non-link
127 * entries. For the hard or soft link case, the left hand side
284 "error: %s: hard link does not have destination (%s)\n",
298 * now we need to find the file that we link to - to do this
313 "error: %s: hardlink must link t
[all...]
/illumos-gate/usr/src/ucbcmd/sbcp/
H A Dsbcp.s29 #include <sys/link.h>

Completed in 111 milliseconds

1234567891011>>