Searched refs:rpc_port (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Drpc.h56 extern int rpc_port; /* decrement before bind */
H A Dbootparam.c162 d->myport = htons(--rpc_port);
281 d->myport = htons(--rpc_port);
H A Drpc.c104 int rpc_port = 0x400; /* predecrement */ variable
H A Dnfs.c486 desc->myport = htons(--rpc_port);
1128 desc->myport = htons(--rpc_port);
/illumos-gate/usr/src/cmd/svc/servinfo/
H A Dservinfo.c107 rpcport_t rpc_port; local
167 rpc_port = uaddr2port(blist->rpcb_map.r_addr);
172 (void) printf("Port %ld\n", rpc_port);
189 (void) snprintf(buf, sizeof (buf), "%-7ld ", rpc_port);
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dpxe.c434 extern int rpc_port;
444 d->myport = htons(--rpc_port);
486 extern int rpc_port;
496 d->myport = htons(--rpc_port);

Completed in 105 milliseconds