Home
last modified time | relevance | path

Searched refs:PMAP (Results 1 – 10 of 10) sorted by path

/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A DMakefile44 PMAP= macro
/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A DMakefile44 PMAP= macro
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A DMakefile46 PMAP= macro
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A DMakefile44 PMAP= macro
/illumos-gate/usr/src/cmd/fs.d/zfs/fstyp/
H A DMakefile51 PMAP= macro
/illumos-gate/usr/src/cmd/ptools/
H A DMakefile70 PMAP = $(SRC)/cmd/ptools/pmap macro
71 pmadvise/pmadvise.po := CPPFLAGS += -I$(PMAP)
H A DMakefile.bld86 PMAP = $(SRC)/cmd/ptools/pmap
92 CPPFLAGS_pmap = -I$(PMAP)
94 SRCS_pmap = $(PMAP)/pmap_common.c
96 CPPFLAGS_pmadvise = -I$(PMAP)
98 SRCS_pmadvise = $(PMAP)/pmap_common.c
119 pmap_common.o: $(PMAP)/pmap_common.c
120 $(COMPILE.c) -o $@ $(PMAP)/pmap_common.c
/illumos-gate/usr/src/cmd/rpcbind/
H A Dpmap_svc.c168 PMAP reg; in pmapproc_change()
244 PMAP reg; in pmapproc_getport()
/illumos-gate/usr/src/uts/common/rpc/
H A Dpmap_prot.x91 %typedef pmap PMAP; typedef
124 % PMAP pml_map;
253 %typedef struct pmap PMAP; typedef
H A Drpc_subr.c421 xdr_pmap(XDR *xdrs, PMAP *objp) in xdr_pmap()