/illumos-gate/usr/src/cmd/tar/ |
H A D | tar.dfl | 31 archive0=/dev/rmt/0 20 0 32 archive1=/dev/rmt/0n 20 0 33 archive2=/dev/rmt/1 20 0 34 archive3=/dev/rmt/1n 20 0 35 archive4=/dev/rmt/0 126 0 36 archive5=/dev/rmt/0n 126 0 37 archive6=/dev/rmt/1 126 0 38 archive7=/dev/rmt/1n 126 0
|
/illumos-gate/usr/src/cmd/rpcbind/ |
H A D | rpcb_svc_com.c | 544 struct rmtcallfd_list *rmt; in create_rmtcall_fd() local 562 rmt = malloc(sizeof (struct rmtcallfd_list)); in create_rmtcall_fd() 563 if (rmt == NULL) { in create_rmtcall_fd() 568 rmt->netid = strdup(nconf->nc_netid); in create_rmtcall_fd() 569 if (rmt->netid == NULL) { in create_rmtcall_fd() 570 free(rmt); in create_rmtcall_fd() 575 if (svc_add_input(fd, MASKVAL, handle_reply, rmt->netid) == -1) { in create_rmtcall_fd() 576 free(rmt->netid); in create_rmtcall_fd() 577 free(rmt); in create_rmtcall_fd() 582 rmt->fd = fd; in create_rmtcall_fd() [all …]
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uucp.c | 698 ruux(rmt, sys1, file1, sys2, fwd2, file2) in ruux() argument 699 char *rmt, *sys1, *file1, *sys2, *fwd2, *file2; in ruux() 708 (void) mchFind(rmt); 718 (void) sprintf(cmd, "%s!uucp -C", rmt); 729 if (!EQUALS(rmt, sys1))
|
H A D | uuxqt.c | 724 retosndr(user, rmt, file, cmd, buf, errfile) in retosndr() argument 725 char *user, *rmt, *file, *cmd, *buf, *errfile; in retosndr() 735 if (EQUALS(rmt, Myname)) 738 (void) snprintf(ruser, sizeof (ruser), "%s!%s", rmt, user); 754 uucpst(rmt, tofile, errfile, cmd, buf) in uucpst() argument 755 char *rmt, *tofile, *errfile, *cmd, *buf; in uucpst() 766 (void) snprintf(tmp, sizeof (tmp), "%s.%ld", rmt, (long)getpid()); 783 (void) snprintf(arg, sizeof (arg), "%s!%s", rmt, tofile);
|
/illumos-gate/usr/src/cmd/rmt/ |
H A D | Makefile | 31 PROG= rmt
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | service-network-network-clients.p5m | 50 file path=usr/sbin/rmt mode=0555 67 file path=usr/share/man/man8/rmt.8
|
H A D | service-network-network-servers.p5m | 34 link path=etc/rmt target=../usr/sbin/rmt
|
H A D | SUNWcsd.p5m | 46 dir path=dev/rmt group=sys
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | Makefile | 36 ../include/rmt.h restore.h
|
/illumos-gate/usr/src/cmd/backup/lib/ |
H A D | Makefile | 50 ../include/rmt.h
|
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | Makefile | 60 ../include/rmt.h dump.h dumpusg.h
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | package.sh | 7013 then rmt= 7019 then rmt=1 7027 *) case $rmt in 7097 then rmt= 7103 then rmt=1 7111 *) case $rmt in
|
/illumos-gate/usr/src/cmd/ |
H A D | Makefile | 359 rmt \
|
/illumos-gate/usr/src/man/man8/ |
H A D | Makefile | 396 rmt.8 \
|
/illumos-gate/usr/src/ |
H A D | Targetdirs | 95 /dev/rmt \
|