Home
last modified time | relevance | path

Searched refs:refp (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/xen/xenbus/
H A Dxenbus.c168 xenbus_grant_ring(device_t dev, unsigned long ring_mfn, grant_ref_t *refp) in xenbus_grant_ring() argument
173 xenbus_get_otherend_id(dev), ring_mfn, 0, refp); in xenbus_grant_ring()
H A Dxenbusvar.h143 int xenbus_grant_ring(device_t dev, unsigned long ring_mfn, grant_ref_t *refp);
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dfsl,imx25-gcq.txt37 - fsl,adc-refp: specifies the positive reference input as defined in
54 fsl,adc-refp = <MX25_ADC_REFP_INT>;
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdsubs.c1763 struct nfsreferral *refp, int getattr, int *reterrp) in nfsrv_putreferralattr() argument
1837 *tl = txdr_unsigned(refp->nfr_srvcnt); in nfsrv_putreferralattr()
1839 cp = refp->nfr_srvlist; in nfsrv_putreferralattr()
1840 for (i = 0; i < refp->nfr_srvcnt; i++) { in nfsrv_putreferralattr()
1864 txdr_hyper(refp->nfr_dfileno, tl); in nfsrv_putreferralattr()
H A Dnfs_nfsdport.c2342 struct nfsreferral *refp; in nfsrvd_readdirplus() local
2648 refp = NULL; in nfsrvd_readdirplus()
2660 refp = nfsv4root_getreferral(NULL, in nfsrvd_readdirplus()
2662 if (refp == NULL) { in nfsrvd_readdirplus()
2739 KASSERT(refp != NULL || nvp != NULL, in nfsrvd_readdirplus()
2742 if (refp == NULL && in nfsrvd_readdirplus()
2829 if (refp != NULL) { in nfsrvd_readdirplus()
2831 &refbits, refp, 0, in nfsrvd_readdirplus()
H A Dnfs_nfsdserv.c244 struct nfsreferral *refp; in nfsrvd_getattr() local
265 refp = nfsv4root_getreferral(vp, NULL, 0); in nfsrvd_getattr()
266 if (refp != NULL) { in nfsrvd_getattr()
267 (void) nfsrv_putreferralattr(nd, &attrbits, refp, 1, in nfsrvd_getattr()
/freebsd/contrib/netbsd-tests/fs/vfs/
H A Dt_vnops.c236 checkfile(const char *path, struct stat *refp) in checkfile() argument
245 if (memcmp(&sb, refp, sizeof(sb)) != 0) in checkfile()
/freebsd/sys/fs/nfs/
H A Dnfs_commonsubs.c1293 struct nfsreferral *refp; in nfsv4_loadattr() local
1738 refp = nfsv4root_getreferral(vp, NULL, 0); in nfsv4_loadattr()
1739 if (refp != NULL) { in nfsv4_loadattr()
1742 strcmp(cp2, refp->nfr_srvlist)) in nfsv4_loadattr()