Home
last modified time | relevance | path

Searched refs:rmt (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dsainfo.c80 getsainfo(loc, rmt, peer, client, remoteid) in getsainfo() argument
81 const vchar_t *loc, *rmt, *peer, *client; in getsainfo()
95 if (rmt == SAINFO_ANONYMOUS)
97 else if (rmt == SAINFO_CLIENTADDR)
100 drmt = ipsecdoi_id2str(rmt);
150 if( rmt == SAINFO_CLIENTADDR ) {
171 !ipsecdoi_chkcmpids(rmt, client, 0))
181 !ipsecdoi_chkcmpids(rmt, s->iddst, 0))
/netbsd-src/usr.sbin/rpcbind/
H A Drpcb_svc_com.c506 struct rmtcallfd_list *rmt; in create_rmtcall_fd() local
522 rmt = malloc(sizeof(*rmt)); in create_rmtcall_fd()
523 if (rmt == NULL) { in create_rmtcall_fd()
527 rmt->xprt = xprt; in create_rmtcall_fd()
528 rmt->netid = strdup(nconf->nc_netid); in create_rmtcall_fd()
529 xprt->xp_netid = rmt->netid; in create_rmtcall_fd()
530 rmt->fd = fd; in create_rmtcall_fd()
531 rmt->next = NULL; in create_rmtcall_fd()
533 rmthead = rmt; in create_rmtcall_fd()
534 rmttail = rmt; in create_rmtcall_fd()
[all …]
/netbsd-src/lib/libc/gen/
H A Dsleep.c48 struct timespec rqt, rmt; in __weak_alias() local
53 nanosleep(&rqt, &rmt); in __weak_alias()
55 return (unsigned int)rmt.tv_sec; in __weak_alias()
/netbsd-src/usr.sbin/rmt/
H A DMakefile4 PROG= rmt
5 MAN= rmt.8
/netbsd-src/sys/kern/
H A Dkern_time.c364 struct timespec rmt, rqt; in sys___nanosleep50()
372 SCARG(uap, rmtp) ? &rmt : NULL); in sys_clock_nanosleep()
376 error1 = copyout(&rmt, SCARG(uap, rmtp), sizeof(rmt)); in sys_clock_nanosleep()
391 struct timespec rmt, rqt; in sys_clock_nanosleep()
399 SCARG(uap, rmtp) ? &rmt : NULL); in sys_clock_nanosleep()
404 (error1 = copyout(&rmt, SCARG(uap, rmtp), sizeof(rmt))) != 0) in nanosleep1()
413 struct timespec *rmt) in nanosleep1()
421 if (rmt ! in nanosleep1()
354 struct timespec rmt, rqt; sys___nanosleep50() local
381 struct timespec rmt, rqt; sys_clock_nanosleep() local
403 nanosleep1(struct lwp * l,clockid_t clock_id,int flags,struct timespec * rqt,struct timespec * rmt) nanosleep1() argument
[all...]
/netbsd-src/lib/librumpuser/
H A Drumpuser.c117 struct timespec rqt, rmt; in rumpuser_clock_sleep() local
131 rv = nanosleep(&rqt, &rmt); in rumpuser_clock_sleep()
132 rqt = rmt; in rumpuser_clock_sleep()
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_time.c365 struct timespec rqt, rmt; in netbsd32___nanosleep50() local
374 SCARG_P32(uap, rmtp) ? &rmt : NULL); in netbsd32___nanosleep50()
378 netbsd32_from_timespec(&rmt, &ts32); in netbsd32___nanosleep50()
393 struct timespec rqt, rmt; in netbsd32_clock_nanosleep() local
402 &rqt, SCARG_P32(uap, rmtp) ? &rmt : NULL); in netbsd32_clock_nanosleep()
406 netbsd32_from_timespec(&rmt, &ts32); in netbsd32_clock_nanosleep()
H A Dnetbsd32_compat_50.c447 struct timespec rqt, rmt; in compat_50_netbsd32_nanosleep() local
456 SCARG_P32(uap, rmtp) ? &rmt : NULL); in compat_50_netbsd32_nanosleep()
460 netbsd32_from_timespec50(&rmt, &ts32); in compat_50_netbsd32_nanosleep()
/netbsd-src/lib/librmt/
H A DREADME7 another system via /etc/rmt, simply by including <rmt.h>. It is
H A DMakefile8 LIB= rmt
/netbsd-src/sys/compat/common/
H A Dkern_time_50.c184 struct timespec rmt, rqt; in compat_50_sys_nanosleep() local
194 SCARG(uap, rmtp) ? &rmt : NULL); in compat_50_sys_nanosleep()
198 timespec_to_timespec50(&rmt, &rmt50); in compat_50_sys_nanosleep()
/netbsd-src/include/
H A Drmt.h24 #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-src/usr.sbin/
H A DMakefile25 rarpd rbootd rdate repquota rmt rpc.bootparamd rpc.lockd \
/netbsd-src/sys/rump/
H A Dlistsrcdirs120 lsrc usr /lib/lib pthread rmt wrap y z
/netbsd-src/external/gpl3/gdb/dist/gdb/config/djgpp/
H A Dfnchange.lst364 @V@/gdb/remote-e7000.c @V@/gdb/rmt-e7000.c
365 @V@/gdb/remote-est.c @V@/gdb/rmt-est.c
366 @V@/gdb/remote-mips.c @V@/gdb/rmt-mips.c
367 @V@/gdb/remote-rdi.c @V@/gdb/rmt-rdi.c
368 @V@/gdb/remote-rdp.c @V@/gdb/rmt-rdp.c
369 @V@/gdb/remote-sds.c @V@/gdb/rmt-sds.c
370 @V@/gdb/remote-sim.c @V@/gdb/rmt-sim.c
371 @V@/gdb/remote-st.c @V@/gdb/rmt-st.c
372 @V@/gdb/remote-vx.c @V@/gdb/rmt-vx.c
373 @V@/gdb/remote-vx68.c @V@/gdb/rmt-vx68.c
[all …]
/netbsd-src/usr.bin/crunch/examples/
H A Dreally-big.conf72 progs pstat pwd_mkdb quot quotaon rarpd rbootd repquota rmt rpc.bootparamd
/netbsd-src/share/mk/
H A Dbsd.prog.mk161 rmt \
/netbsd-src/share/man/tools/
H A Dnewsp.errs891 rmt
3104 rmt
4464 rmt
4465 rmt.8c
/netbsd-src/usr.bin/spell/spell/
H A Dspecial.netbsd1027 rmt
/netbsd-src/external/bsd/ipf/dist/etc/
H A Dservices383 rmt 411/tcp # Remote MT Protocol
384 rmt 411/udp # Remote MT Protocol
/netbsd-src/usr.sbin/makemandb/
H A Dnostem.txt3321 rmt
/netbsd-src/external/gpl2/gmake/dist/doc/
H A Dmake.texi10822 the @file{tar} executable, the @file{rmt} daemon that provides
10826 @file{tar}, @file{rmt}, and @file{tar.info}, but also installs
10830 files, and the @file{tar}, @file{rmt}, @file{testpad},
10980 rmt.h rmt.c rtapelib.c alloca.c \
10986 all: tar rmt tar.info
10995 rmt: rmt.c
10996 $(CC) $(CFLAGS) $(LDFLAGS) -o $@@ rmt.c
11008 -test ! -f rmt || $(INSTALL) rmt /etc/rmt
11036 rm -f *.o tar rmt testpad testpad.h core
/netbsd-src/external/bsd/ipf/dist/perl/
H A DServices322 411 rmt RemoteMTProtocol
/netbsd-src/etc/
H A Dservices1081 rmt 411/tcp # Remote MT Protocol [Peter_Eriksson] …
1082 rmt 411/udp # Remote MT Protocol [Peter_Eriksson] …