Home
last modified time | relevance | path

Searched refs:rpc_port (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/svc/servinfo/
H A Dservinfo.c107 rpcport_t rpc_port; in svc_getrpcinfo() local
167 rpc_port = uaddr2port(blist->rpcb_map.r_addr); in svc_getrpcinfo()
172 (void) printf("Port %ld\n", rpc_port); in svc_getrpcinfo()
189 (void) snprintf(buf, sizeof (buf), "%-7ld ", rpc_port); in svc_getrpcinfo()
/illumos-gate/usr/src/boot/libsa/
H A Drpc.h56 extern int rpc_port; /* decrement before bind */
H A Dbootparam.c157 d->myport = htons(--rpc_port); in bp_whoami()
271 d->myport = htons(--rpc_port); in bp_getfile()
H A Drpc.c103 int rpc_port = 0x400; /* predecrement */ variable
H A Dnfs.c500 desc->myport = htons(--rpc_port); in nfs_open()