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

/netbsd-current/usr.sbin/rmt/
H A DMakefile4 PROG= rmt
5 MAN= rmt.8
/netbsd-current/lib/libc/gen/
H A Dsleep.c48 struct timespec rqt, rmt; local
53 nanosleep(&rqt, &rmt);
55 return (unsigned int)rmt.tv_sec;
/netbsd-current/lib/librmt/
H A DMakefile8 LIB= rmt
H A Drmtlib.c4 * rmt --- remote tape emulator subroutines
8 * WARNING: The man page rmt(8) for /etc/rmt documents the remote mag
60 #include <rmt.h> /* get prototypes for remapped functions */
204 * execute /etc/rmt on a remote system using rexec().
231 "/etc/rmt", NULL);
588 * ADR --- I set up a <rmt.h> include file for this
660 return 0; /* Let /etc/rmt find out */
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dsainfo.c80 getsainfo(loc, rmt, peer, client, remoteid)
81 const vchar_t *loc, *rmt, *peer, *client;
95 if (rmt == SAINFO_ANONYMOUS)
97 else if (rmt == SAINFO_CLIENTADDR)
100 drmt = ipsecdoi_id2str(rmt);
113 "getsainfo params: loc=\'%s\' rmt=\'%s\' peer=\'%s\' client=\'%s\' id=%u\n",
150 if( rmt == SAINFO_CLIENTADDR ) {
152 * In the case where a supplied rmt value is
164 * In the case where a supplied rmt value is
166 * for local values and enforce that the rmt
[all...]
/netbsd-current/include/
H A Drmt.h1 /* $NetBSD: rmt.h,v 1.8 2016/01/22 23:15:58 dholland Exp $ */
4 * rmt.h
24 #define __ssp_weak_name(x) rmt ## x
H A DMakefile20 resolv.h res_update.h rmt.h sched.h search.h semaphore.h setjmp.h \
/netbsd-current/usr.sbin/rpcbind/
H A Drpcb_svc_com.c506 struct rmtcallfd_list *rmt; local
522 rmt = malloc(sizeof(*rmt));
523 if (rmt == NULL) {
527 rmt->xprt = xprt;
528 rmt->netid = strdup(nconf->nc_netid);
529 xprt->xp_netid = rmt->netid;
530 rmt->fd = fd;
531 rmt->next = NULL;
533 rmthead = rmt;
546 struct rmtcallfd_list *rmt; local
559 struct rmtcallfd_list *rmt; local
[all...]
/netbsd-current/lib/librumpuser/
H A Drumpuser.c117 struct timespec rqt, rmt; local
131 rv = nanosleep(&rqt, &rmt);
132 rqt = rmt;
/netbsd-current/sys/kern/
H A Dkern_time.c354 struct timespec rmt, rqt; local
362 SCARG(uap, rmtp) ? &rmt : NULL);
366 error1 = copyout(&rmt, SCARG(uap, rmtp), sizeof(rmt));
381 struct timespec rmt, rqt; local
389 SCARG(uap, rmtp) ? &rmt : NULL);
394 (error1 = copyout(&rmt, SCARG(uap, rmtp), sizeof(rmt))) != 0)
403 struct timespec *rmt)
411 if (rmt !
402 nanosleep1(struct lwp *l, clockid_t clock_id, int flags, struct timespec *rqt, struct timespec *rmt) argument
[all...]
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_time.c365 struct timespec rqt, rmt; local
374 SCARG_P32(uap, rmtp) ? &rmt : NULL);
378 netbsd32_from_timespec(&rmt, &ts32);
393 struct timespec rqt, rmt; local
402 &rqt, SCARG_P32(uap, rmtp) ? &rmt : NULL);
406 netbsd32_from_timespec(&rmt, &ts32);
H A Dnetbsd32_compat_50.c447 struct timespec rqt, rmt; local
456 SCARG_P32(uap, rmtp) ? &rmt : NULL);
460 netbsd32_from_timespec50(&rmt, &ts32);
/netbsd-current/usr.sbin/
H A DMakefile25 rarpd rbootd rdate repquota rmt rpc.bootparamd rpc.lockd \
/netbsd-current/sys/compat/common/
H A Dkern_time_50.c184 struct timespec rmt, rqt; local
194 SCARG(uap, rmtp) ? &rmt : NULL);
198 timespec_to_timespec50(&rmt, &rmt50);
/netbsd-current/sys/rump/
H A Dlistsrcdirs120 lsrc usr /lib/lib pthread rmt wrap y z
/netbsd-current/bin/mt/
H A Dmt.c60 #include <rmt.h>
/netbsd-current/usr.bin/crunch/examples/
H A Dreally-big.conf72 progs pstat pwd_mkdb quot quotaon rarpd rbootd repquota rmt rpc.bootparamd
/netbsd-current/etc/
H A DMakefile265 /usr/sbin/rmt /etc/rmt
/netbsd-current/share/mk/
H A Dbsd.prog.mk161 rmt \
/netbsd-current/bin/pax/
H A Dar_io.c68 #include <rmt.h>

Completed in 290 milliseconds