Home
last modified time | relevance | path

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

12

/dragonfly/lib/libc/rpc/
H A Dgetrpcent.c114 struct rpcent rpc; member
160 rpc->r_name = p; in rpcent_unpack()
163 rpc->r_number = atoi(cp); in rpcent_unpack()
209 struct rpcent *rpc; in files_rpcent() local
386 struct rpcent *rpc; in nis_rpcent() local
593 int rpc; in rpc_id_func() local
617 rpc = va_arg(ap, int); in rpc_id_func()
647 struct rpcent *rpc; in rpc_marshal_func() local
675 if (rpc->r_name != NULL) in rpc_marshal_func()
734 struct rpcent *rpc; in rpc_unmarshal_func() local
[all …]
H A DMakefile.inc4 .PATH: ${.CURDIR}/../libc/rpc ${.CURDIR}/.
6 CMAPS+= ${.CURDIR}/rpc/Symbol.map
32 CFLAGS+= -I${.CURDIR}/../libc/rpc
49 getrpcport.3 rpc.3 rpc_soc.3 rpc_clnt_auth.3 rpc_clnt_calls.3 \
53 MAN+= netconfig.5 publickey.5 rpc.5
/dragonfly/libexec/
H A DMakefile18 rpc.rquotad \
19 rpc.rstatd \
20 rpc.rusersd \
21 rpc.rwalld \
22 rpc.sprayd \
/dragonfly/etc/
H A Drpc2 # $FreeBSD: src/etc/rpc,v 1.11 2004/06/06 11:46:27 schweikh Exp $
3 # $DragonFly: src/etc/rpc,v 1.2 2003/06/17 04:24:45 dillon Exp $
4 # rpc 88/08/01 4.0 RPCSRC; from 1.12 99/07/25 SMI
38 ioadmd 100055 rpc.ioadmd
64 nisd 100300 rpc.nisd
65 nispasswd 100303 rpc.nispasswdd
H A Dnscd.conf11 enable-cache rpc yes
/dragonfly/usr.sbin/
H A DMakefile97 rpc.lockd \
98 rpc.statd \
99 rpc.umntall \
100 rpc.yppasswdd \
101 rpc.ypupdated \
102 rpc.ypxfrd \
/dragonfly/usr.sbin/rpc.umntall/
H A DMakefile4 PROG= rpc.umntall
5 SRCS= rpc.umntall.c mounttab.c
6 MAN= rpc.umntall.8
/dragonfly/usr.bin/rpcinfo/
H A Drpcinfo.c465 struct rpcent *rpc; local
532 if (rpc)
665 struct rpcent *rpc; local
791 if (rpc)
846 if (rpc)
867 struct rpcent *rpc; local
949 if (rpc)
1465 struct rpcent *rpc; local
1472 if (rpc == NULL)
1610 if (rpc)
[all …]
/dragonfly/usr.sbin/rpc.lockd/
H A DMakefile4 PROG= rpc.lockd
5 MAN= rpc.lockd.8
6 MLINKS= rpc.lockd.8 lockd.8
/dragonfly/usr.sbin/ypserv/
H A DMakefile.yp104 RPC = $(YPSRCDIR)/rpc
123 TARGETS= servers hosts networks protocols rpc services shells group
180 rpc: rpc.byname rpc.bynumber
423 rpc.byname: $(RPC)
436 rpc.bynumber: $(RPC)
/dragonfly/libexec/rpc.rquotad/
H A DMakefile3 PROG = rpc.rquotad
5 MAN = rpc.rquotad.8
/dragonfly/libexec/rpc.sprayd/
H A DMakefile3 PROG= rpc.sprayd
5 MAN= rpc.sprayd.8
/dragonfly/libexec/rpc.rwalld/
H A DMakefile3 PROG= rpc.rwalld
5 MAN= rpc.rwalld.8
/dragonfly/libexec/rpc.rusersd/
H A DMakefile3 PROG= rpc.rusersd
5 MAN= rpc.rusersd.8
/dragonfly/libexec/rpc.rstatd/
H A DMakefile3 PROG = rpc.rstatd
5 MAN = rpc.rstatd.8
/dragonfly/usr.sbin/rpc.statd/
H A DMakefile3 PROG = rpc.statd
5 MAN = rpc.statd.8
/dragonfly/usr.sbin/rpc.ypxfrd/
H A DMakefile3 PROG= rpc.ypxfrd
12 MAN= rpc.ypxfrd.8
/dragonfly/include/rpc/
H A DMakefile13 rpc.h rpc_msg.h rpcb_clnt.h rpcent.h rpc_com.h \
25 INCSDIR=${INCLUDEDIR}/rpc
/dragonfly/usr.sbin/rpcbind/
H A Dsecurity.c169 struct rpcent *rpc; in logit() local
198 } else if ((rpc = getrpcbynumber((int) prognum))) { in logit()
199 progname = rpc->r_name; in logit()
/dragonfly/usr.sbin/bootparamd/bootparamd/
H A DREADME3 This directory contains a version of the rpc.bootparamd, which have been
21 The rpc.bootparamd program does NOT use the yellow pages for the bootparams
46 where "server" is a machine running the rpc.bootparamd program, "inet-address"
/dragonfly/usr.sbin/rpc.yppasswdd/
H A DMakefile8 PROG= rpc.yppasswdd
11 MAN= rpc.yppasswdd.8
/dragonfly/usr.bin/getent/
H A Dgetent.c72 static int rpc(int, char *[]);
93 { "rpc", rpc, },
448 rpc(int argc, char *argv[]) in rpc() function
/dragonfly/sbin/mount_nfs/
H A DMakefile13 UMNTALL= ${.CURDIR}/../../usr.sbin/rpc.umntall
/dragonfly/sbin/umount/
H A DMakefile11 UMNTALL= ${.CURDIR}/../../usr.sbin/rpc.umntall
/dragonfly/etc/rc.d/
H A Dnfsclient54 rpc.umntall -k

12