Searched refs:rmt (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/rmt/
H A DMakefile28 # cmd/rmt/Makefile
31 PROG= rmt
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c542 struct rmtcallfd_list *rmt; local
560 rmt = malloc(sizeof (struct rmtcallfd_list));
561 if (rmt == NULL) {
566 rmt->netid = strdup(nconf->nc_netid);
567 if (rmt->netid == NULL) {
568 free(rmt);
573 if (svc_add_input(fd, MASKVAL, handle_reply, rmt->netid) == -1) {
574 free(rmt->netid);
575 free(rmt);
580 rmt
596 struct rmtcallfd_list *rmt; local
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Duucp.c698 ruux(rmt, sys1, file1, sys2, fwd2, file2)
699 char *rmt, *sys1, *file1, *sys2, *fwd2, *file2;
707 /* get real Myname - it depends on who I'm calling--rmt */
708 (void) mchFind(rmt);
718 (void) sprintf(cmd, "%s!uucp -C", rmt);
729 if (!EQUALS(rmt, sys1))
/illumos-gate/usr/src/cmd/backup/lib/
H A DMakefile50 ../include/rmt.h
H A Drmtlib.c30 #include <rmt.h>
200 tuser, "/etc/rmt");
241 /* see if the rmt server supports the extended protocol */
245 * Some rmt daemons apparently close the connection
292 "This means the remote rmt daemon is not compatible.\n"));
336 "This means the remote rmt daemon is not compatible.\n"));
/illumos-gate/usr/src/cmd/backup/restore/
H A DMakefile36 ../include/rmt.h restore.h
H A Dtape.c18 #include <rmt.h>
/illumos-gate/usr/src/cmd/backup/dump/
H A DMakefile60 ../include/rmt.h dump.h dumpusg.h
H A Ddumpmain.c37 #include <rmt.h>
H A Ddumptape.c35 #include <rmt.h>
1082 * we can just look at the minor number. For rmt devices,
/illumos-gate/usr/src/cmd/
H A DMakefile350 rmt \
/illumos-gate/usr/src/man/man1m/
H A DMakefile421 rmt.1m \

Completed in 62 milliseconds