Home
last modified time | relevance | path

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

/freebsd/sys/xen/xenbus/
H A Dxenbus.c167 xenbus_grant_ring(device_t dev, unsigned long ring_mfn, grant_ref_t *refp) in xenbus_grant_ring() argument
172 xenbus_get_otherend_id(dev), ring_mfn, 0, refp); in xenbus_grant_ring()
H A Dxenbusvar.h142 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.c1828 struct nfsreferral *refp, int getattr, int *reterrp) in nfsrv_putreferralattr() argument
1902 *tl = txdr_unsigned(refp->nfr_srvcnt); in nfsrv_putreferralattr()
1904 cp = refp->nfr_srvlist; in nfsrv_putreferralattr()
1905 for (i = 0; i < refp->nfr_srvcnt; i++) { in nfsrv_putreferralattr()
1929 txdr_hyper(refp->nfr_dfileno, tl); in nfsrv_putreferralattr()
H A Dnfs_nfsdport.c2495 struct nfsreferral *refp; in nfsrvd_readdirplus() local
2807 refp = NULL; in nfsrvd_readdirplus()
2819 refp = nfsv4root_getreferral(NULL, in nfsrvd_readdirplus()
2821 if (refp == NULL) { in nfsrvd_readdirplus()
2906 KASSERT(refp != NULL || nvp != NULL, in nfsrvd_readdirplus()
2909 if (refp == NULL && in nfsrvd_readdirplus()
3031 if (refp != NULL) { in nfsrvd_readdirplus()
3033 &refbits, refp, 0, in nfsrvd_readdirplus()
H A Dnfs_nfsdserv.c245 struct nfsreferral *refp; in nfsrvd_getattr() local
270 refp = nfsv4root_getreferral(vp, NULL, 0); in nfsrvd_getattr()
271 if (refp != NULL) { in nfsrvd_getattr()
272 (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.c1339 struct nfsreferral *refp; in nfsv4_loadattr() local
1845 refp = nfsv4root_getreferral(vp, NULL, 0); in nfsv4_loadattr()
1846 if (refp != NULL) { in nfsv4_loadattr()
1849 strcmp(cp2, refp->nfr_srvlist)) in nfsv4_loadattr()