/src/sys/fs/nfs/server/ |
nfs_nfsdsubs.c | 1718 struct nfsreferral *refp, int getattr, int *reterrp) 1792 *tl = txdr_unsigned(refp->nfr_srvcnt); 1794 cp = refp->nfr_srvlist; 1795 for (i = 0; i < refp->nfr_srvcnt; i++) { 1820 *tl = txdr_unsigned(refp->nfr_dfileno);
|
nfs_nfsdport.c | 1827 struct nfsreferral *refp; local in function:nfsrvd_readdirplus 2097 refp = NULL; 2106 refp = nfsv4root_getreferral(NULL, 2108 if (refp == NULL) { 2178 if (refp == NULL && 2247 if (refp != NULL) { 2249 &savbits, refp, 0,
|
nfs_nfsdserv.c | 186 struct nfsreferral *refp; local in function:nfsrvd_getattr 206 refp = nfsv4root_getreferral(vp, NULL, 0); 207 if (refp != NULL) { 208 (void) nfsrv_putreferralattr(nd, &attrbits, refp, 1,
|
/src/sys/uvm/ |
uvm_amap.c | 113 pp_getreflen(int *ppref, int offset, int *refp, int *lenp) 117 *refp = ppref[offset] - 1; /* don't forget to adjust */ 120 *refp = (ppref[offset] * -1) - 1;
|
/src/tests/fs/vfs/ |
t_vnops.c | 275 checkfile(const char *path, struct stat *refp) 284 if (memcmp(&sb, refp, sizeof(sb)) != 0)
|
/src/sys/fs/nfs/common/ |
nfs_commonsubs.c | 822 struct nfsreferral *refp; local in function:nfsv4_loadattr 1267 refp = nfsv4root_getreferral(vp, NULL, 0); 1268 if (refp != NULL) { 1271 strcmp(cp2, refp->nfr_srvlist))
|
/src/sys/dev/audio/ |
audio.c | 1656 audio_sc_acquire_fromfile(audio_file_t *file, struct psref *refp) 1672 psref_acquire(refp, &file->sc->sc_psref, audio_psref_class); 1684 audio_sc_release(struct audio_softc *sc, struct psref *refp) 1687 psref_release(refp, &sc->sc_psref, audio_psref_class);
|