HomeSort by: relevance | last modified time | path
    Searched refs:SYMLINK (Results 1 - 13 of 13) sorted by relevancy

  /src/distrib/sun2/miniroot/
list 16 SYMLINK /usr/sbin/installboot usr/mdec/installboot
34 SYMLINK /tmp/fstab.shadow etc/fstab
35 SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf
36 SYMLINK /tmp/hosts etc/hosts
  /src/distrib/sun3/miniroot/
list 15 SYMLINK /usr/sbin/installboot usr/mdec/installboot
33 SYMLINK /tmp/fstab.shadow etc/fstab
34 SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf
35 SYMLINK /tmp/hosts etc/hosts
  /src/sbin/restore/
restore.h 117 #define SYMLINK 2
utilities.c 205 if (type == SYMLINK) {
206 if (!Nflag && symlink(existing, new) < 0) {
224 type == SYMLINK ? "symbolic" : "hard", new, existing);
restore.c 803 (void) linkit(name, myname(np), SYMLINK);
tape.c 700 if (linkit(lnkbuf, name, SYMLINK) == GOOD) {
  /src/distrib/sun2/ramdisk/
list 103 SYMLINK . usr
  /src/distrib/sun3/ramdisk/
list 103 SYMLINK . usr
  /src/share/mk/
bsd.host.mk 75 HOST_INSTALL_SYMLINK?= ${INSTALL} ${SYMLINK} ${RENAME}
bsd.own.mk 1629 SYMLINK?= -l s
1646 INSTALL_SYMLINK?= ${INSTALL} ${INSTPRIV} ${SYMLINK} ${RENAME}
  /src/lib/libpuffs/
puffs.c 93 FILLOP(symlink, SYMLINK);
  /src/lib/librumphijack/
hijack.c 355 { DUALCALL_SYMLINK, "symlink", RSYS_NAME(SYMLINK) },
2713 PATHCALL(int, symlink, DUALCALL_SYMLINK, \
  /src/sys/fs/puffs/
puffs_vnops.c 125 { &vop_symlink_desc, puffs_vnop_checkop }, /* symlink */
250 { &vop_symlink_desc, puffs_vnop_symlink }, /* symlink */
339 CHECKOP_NOTSUPP(SYMLINK);
2020 PUFFS_MSG_VARS(vn, symlink);
2030 PUFFS_MSG_ALLOC(vn, symlink);
2069 PUFFS_MSG_RELEASE(symlink);

Completed in 22 milliseconds