Searched refs:pm_port (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.0-release/contrib/tcpdump/
H A Dpmap_prot.h89 u_int32_t pm_port; member in struct:sunrpc_pmap
/freebsd-10.0-release/sys/dev/isci/scil/
H A Dintel_sata.h96 U32 pm_port :4; member in struct:SATA_FIS_HEADER
114 U32 pm_port :4; member in struct:SATA_FIS_REG_H2D
142 U32 pm_port :4; member in struct:SATA_FIS_REG_D2H
175 U32 pm_port :4; member in struct:SATA_FIS_SET_DEV_BITS
193 U32 pm_port :4; member in struct:SATA_FIS_DMA_ACTIVATE
213 U32 pm_port :4; member in struct:SATA_FIS_DMA_SETUP
248 U32 pm_port :4; member in struct:SATA_FIS_PIO_SETUP
279 U32 pm_port :4; member in struct:SATA_FIS_DATA
H A Dscu_task_context.h342 U32 pm_port : 4; member in struct:STP_TASK_CONTEXT
/freebsd-10.0-release/include/rpc/
H A Dpmap_prot.h93 long unsigned pm_port; member in struct:pmap
/freebsd-10.0-release/lib/libc/rpc/
H A Dpmap_prot.c67 return (xdr_u_long(xdrs, &regs->pm_port));
H A Dpmap_getport.c90 parms.pm_port = 0; /* not needed or used */
H A Drpcb_clnt.c817 pmapparms.pm_port = 0; /* not needed */
/freebsd-10.0-release/sys/rpc/
H A Dpmap_prot.h93 long unsigned pm_port; member in struct:portmap
H A Drpcb_prot.c65 return (xdr_u_long(xdrs, &regs->pm_port));
H A Drpcb_clnt.c827 pmapparms.pm_port = 0; /* not needed */
/freebsd-10.0-release/include/rpcsvc/
H A Dpmap_prot.x98 unsigned long pm_port;
260 % long unsigned pm_port;
/freebsd-10.0-release/usr.sbin/rpcbind/
H A Dpmap_svc.c219 (int)((reg.pm_port >> 8) & 0xff),
220 (int)(reg.pm_port & 0xff));
312 p1 = (fnd->pml_map.pm_port >> 8) & 0xff;
313 p2 = (fnd->pml_map.pm_port) & 0xff;
317 port = fnd->pml_map.pm_port;
H A Drpcbind.c548 pml->pml_map.pm_port = PMAPPORT;
H A Drpcb_svc_com.c1400 pmap.pm_port = ((p1 & 0xff) << 8) + (p2 & 0xff);
/freebsd-10.0-release/usr.sbin/ypbind/
H A Dyp_ping.c131 parms.pm_port = 0; /* not needed or used */
/freebsd-10.0-release/usr.bin/rpcinfo/
H A Drpcinfo.c547 printf("%7ld", head->pml_map.pm_port);
782 low = pmaphead->pml_map.pm_port & 0xff;
783 high = (pmaphead->pml_map.pm_port >> 8) & 0xff;
/freebsd-10.0-release/contrib/amd/amd/
H A Dsrvr_nfs.c247 pmap.pm_port = 0;
/freebsd-10.0-release/sys/kgssapi/
H A Dgsstest.c694 mapping.pm_port = 0;
/freebsd-10.0-release/sys/nlm/
H A Dnlm_prot_impl.c457 mapping.pm_port = 0;

Completed in 264 milliseconds