Searched refs:refp (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/sys/xen/xenbus/ |
| D | xenbus.c | 212 xenbus_grant_ring(device_t dev, unsigned long ring_mfn, grant_ref_t *refp) in xenbus_grant_ring() argument 217 xenbus_get_otherend_id(dev), ring_mfn, 0, refp); in xenbus_grant_ring()
|
| D | xenbusvar.h | 195 int xenbus_grant_ring(device_t dev, unsigned long ring_mfn, grant_ref_t *refp);
|
| /freebsd-10-stable/sys/fs/nfsserver/ |
| D | nfs_nfsdsubs.c | 1711 struct nfsreferral *refp, int getattr, int *reterrp) in nfsrv_putreferralattr() argument 1785 *tl = txdr_unsigned(refp->nfr_srvcnt); in nfsrv_putreferralattr() 1787 cp = refp->nfr_srvlist; in nfsrv_putreferralattr() 1788 for (i = 0; i < refp->nfr_srvcnt; i++) { in nfsrv_putreferralattr() 1813 *tl = txdr_unsigned(refp->nfr_dfileno); in nfsrv_putreferralattr()
|
| D | nfs_nfsdport.c | 1817 struct nfsreferral *refp; in nfsrvd_readdirplus() local 2077 refp = NULL; in nfsrvd_readdirplus() 2086 refp = nfsv4root_getreferral(NULL, in nfsrvd_readdirplus() 2088 if (refp == NULL) { in nfsrvd_readdirplus() 2158 KASSERT(refp != NULL || nvp != NULL, in nfsrvd_readdirplus() 2161 if (refp == NULL && in nfsrvd_readdirplus() 2238 if (refp != NULL) { in nfsrvd_readdirplus() 2240 &savbits, refp, 0, in nfsrvd_readdirplus()
|
| D | nfs_nfsdserv.c | 186 struct nfsreferral *refp; in nfsrvd_getattr() local 206 refp = nfsv4root_getreferral(vp, NULL, 0); in nfsrvd_getattr() 207 if (refp != NULL) { in nfsrvd_getattr() 208 (void) nfsrv_putreferralattr(nd, &attrbits, refp, 1, in nfsrvd_getattr()
|
| /freebsd-10-stable/contrib/netbsd-tests/fs/vfs/ |
| D | t_vnops.c | 236 checkfile(const char *path, struct stat *refp) in checkfile() argument 245 if (memcmp(&sb, refp, sizeof(sb)) != 0) in checkfile()
|
| /freebsd-10-stable/sys/fs/nfs/ |
| D | nfs_commonsubs.c | 823 struct nfsreferral *refp; in nfsv4_loadattr() local 1269 refp = nfsv4root_getreferral(vp, NULL, 0); in nfsv4_loadattr() 1270 if (refp != NULL) { in nfsv4_loadattr() 1273 strcmp(cp2, refp->nfr_srvlist)) in nfsv4_loadattr()
|