Home
last modified time | relevance | path

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

1234

/openbsd/lib/libc/rpc/
H A Dgetrpcent.c49 struct rpcent rpc; member
89 struct rpcent *rpc; in getrpcbyname() local
93 while ((rpc = getrpcent())) { in getrpcbyname()
94 if (strcmp(rpc->r_name, name) == 0) in getrpcbyname()
96 for (rp = rpc->r_aliases; *rp != NULL; rp++) { in getrpcbyname()
103 return (rpc); in getrpcbyname()
175 d->rpc.r_name = d->line; in interpret()
182 d->rpc.r_number = strtonum(num, 0, INT_MAX, &errstr); in interpret()
185 q = d->rpc.r_aliases = d->rpc_aliases; in interpret()
198 return (&d->rpc); in interpret()
H A DMakefile.inc4 .PATH: ${LIBCSRCDIR}/arch/${MACHINE}/rpc ${LIBCSRCDIR}/rpc
15 MAN+= authnone_create.3 bindresvport.3 getrpcent.3 getrpcport.3 rpc.3 xdr.3
H A DREADME14 doc/rpc.rfc.ms). Due to legal considerations, we are unable to
49 rpc/ The RPC and XDR library. SEE BELOW
71 The master RPC include file, rpc/rpc.h, is used by all programs and
80 rpc/rpc.h regarding rpc/netdb.h. You may need to uncomment the
106 /usr/include/rpc will also be created, and several header files will
/openbsd/libexec/
H A DMakefile10 rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \
/openbsd/sys/dev/pv/
H A Dvmt.c1494 rpc->channel = frame.edx.part.high; in vm_rpc_open()
1495 rpc->cookie1 = frame.esi.word; in vm_rpc_open()
1496 rpc->cookie2 = frame.edi.word; in vm_rpc_open()
1502 vm_rpc_close(struct vm_rpc *rpc) in vm_rpc_close() argument
1524 rpc->channel = 0; in vm_rpc_close()
1525 rpc->cookie1 = 0; in vm_rpc_close()
1526 rpc->cookie2 = 0; in vm_rpc_close()
1544 frame.esi.word = rpc->cookie1; in vm_rpc_send()
1545 frame.edi.word = rpc->cookie2; in vm_rpc_send()
1565 frame.ebp.word = rpc->cookie1; in vm_rpc_send()
[all …]
/openbsd/usr.sbin/ypserv/ypinit/
H A DMakefile.yp26 all: passwd group hosts ethers rpc services protocols netid netgroup amd.home aliases
178 rpc.time: $(DIR)/rpc
181 $(MAKEDBM) - rpc.bynumber; \
185 $(YPPUSH) -d $(DOMAIN) rpc.bynumber; \
324 rpc: rpc.time
335 $(DIR)/rpc:
/openbsd/libexec/rpc.rquotad/
H A DMakefile3 PROG = rpc.rquotad
5 MAN = rpc.rquotad.8
/openbsd/libexec/rpc.rwalld/
H A DMakefile3 PROG = rpc.rwalld
5 MAN = rpc.rwalld.8
/openbsd/libexec/rpc.rusersd/
H A DMakefile3 PROG = rpc.rusersd
5 MAN = rpc.rusersd.8
/openbsd/usr.sbin/
H A DMakefile17 rmt route6d rpc.bootparamd rpc.lockd rpc.statd rpki-client \
/openbsd/lib/libc/hidden/rpc/
H A Drpc.h21 #include_next <rpc/rpc.h>
H A Dauth_unix.h21 #include_next <rpc/auth_unix.h>
H A Dpmap_prot.h21 #include_next <rpc/pmap_prot.h>
H A Dpmap_rmt.h21 #include_next <rpc/pmap_rmt.h>
H A Dauth.h21 #include_next <rpc/auth.h>
H A Dpmap_clnt.h21 #include_next <rpc/pmap_clnt.h>
H A Drpc_msg.h21 #include_next <rpc/rpc_msg.h>
/openbsd/libexec/rpc.rstatd/
H A DMakefile3 PROG = rpc.rstatd
8 MAN = rpc.rstatd.8
/openbsd/usr.bin/getent/
H A Dgetent.c63 static int rpc(int, char *[]);
86 { "rpc", rpc, "stdio rpath", "/etc/rpc" },
362 rpc(int argc, char *argv[]) in rpc() function
366 int rpc; in rpc() local
375 rpc = strtonum(argv[i], 0, INT_MAX, &err); in rpc()
377 re = getrpcbynumber(rpc); in rpc()
/openbsd/usr.sbin/rpc.bootparamd/
H A DMakefile5 PROG= rpc.bootparamd
7 MAN= bootparams.5 rpc.bootparamd.8
/openbsd/usr.sbin/rpc.statd/
H A DMakefile3 PROG= rpc.statd
5 MAN= rpc.statd.8
/openbsd/usr.sbin/rpc.lockd/
H A DMakefile3 PROG = rpc.lockd
5 MAN = rpc.lockd.8
/openbsd/usr.bin/rpcinfo/
H A Drpcinfo.c487 struct rpcent *rpc; in pmapdump() local
532 rpc = getrpcbynumber(head->pml_map.pm_prog); in pmapdump()
533 if (rpc) in pmapdump()
534 printf(" %s\n", rpc->r_name); in pmapdump()
653 struct rpcent *rpc; in getprognum() local
656 rpc = getrpcbyname(arg); in getprognum()
657 if (rpc == NULL) { in getprognum()
662 *ulp = rpc->r_number; in getprognum()
/openbsd/etc/
H A Drpc2 # $OpenBSD: rpc,v 1.6 2014/03/13 15:22:21 tedu Exp $
3 # from: rpc 88/08/01 4.0 RPCSRC; from 1.12 88/02/07 SMI
H A Dmaster.passwd9 _rstatd:*:30:30::0:0:rpc.rstatd:/var/empty:/sbin/nologin
10 _rusersd:*:32:32::0:0:rpc.rusersd:/var/empty:/sbin/nologin
48 _rwalld:*:96:96::0:0:rpc.rwalld:/var/empty:/sbin/nologin

1234