| /freebsd-12-stable/contrib/amd/amd/ |
| D | map.c | 546 get_root_nfs_fh(char *dir, am_nfs_handle_t *nfh) in get_root_nfs_fh() argument 551 mp_to_fh(mp, &nfh->v2); in get_root_nfs_fh() 553 mp_to_fh3(mp, &nfh->v3); in get_root_nfs_fh() 554 return nfh; in get_root_nfs_fh()
|
| D | amd.h | 553 extern am_nfs_handle_t *get_root_nfs_fh(char *dir, am_nfs_handle_t *nfh);
|
| /freebsd-12-stable/sbin/mount_nfs/ |
| D | mount_nfs.c | 101 u_char nfh[NFS3_FHSIZE]; member 881 bcopy(nfhret.nfh, fh, fhsize); in nfs_tryproto() 1003 return (xdr_opaque(xdrsp, (caddr_t)np->nfh, NFS_FHSIZE)); in xdr_fh() 1009 if (!xdr_opaque(xdrsp, (caddr_t)np->nfh, np->fhsize)) in xdr_fh()
|
| /freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/ |
| D | ar9300_reset.c | 4398 HAL_NFCAL_HIST_FULL *nfh; in First_NFCal() local 4412 nfh = &AH_PRIVATE(ah)->nf_cal_hist; in First_NFCal() 4414 nfh = (HAL_NFCAL_HIST_FULL *) &ichan->nf_cal_hist; in First_NFCal() 4436 nfh = (HAL_NFCAL_HIST_FULL *) &ichan->nf_cal_hist; in First_NFCal() 4439 nfh = &AH_PRIVATE(ah)->nf_cal_hist; in First_NFCal() 4445 nfh->nf_cal_buffer[k][i] = nfarray[i]; in First_NFCal() 4447 nfh->base.priv_nf[i] = ar9300_limit_nf_range(ah, in First_NFCal() 4448 ar9300_get_nf_hist_mid(ah, nfh, i, nf_hist_len)); in First_NFCal() 4464 if (nfh->nf_cal_buffer[0][i] < in First_NFCal() 4472 if (nfh->nf_cal_buffer[0][i] < in First_NFCal() [all …]
|
| /freebsd-12-stable/sys/fs/nfsclient/ |
| D | nfs_clvfsops.c | 883 u_char nfh[NFSX_FHMAX], krbname[100], dirpath[100], srvkrbname[100]; in nfs_mount() local 1232 error = copyin((caddr_t)args.fh, (caddr_t)nfh, in nfs_mount() 1267 bcopy(args.fh, nfh, args.fhsize); in nfs_mount() 1329 args.fh = nfh; in nfs_mount()
|
| /freebsd-12-stable/sys/fs/nfsserver/ |
| D | nfs_nfsdstate.c | 1057 fhandle_t nfh; in nfsrv_dumplocks() local 1059 ret = nfsrv_getlockfh(vp, 0, NULL, &nfh, p); in nfsrv_dumplocks() 1069 ret = nfsrv_getlockfile(0, NULL, &lfp, &nfh, 0); in nfsrv_dumplocks() 1693 fhandle_t nfh; in nfsrv_lockctrl() local 1755 getlckret = nfsrv_getlockfh(vp, new_stp->ls_flags, NULL, &nfh, p); in nfsrv_lockctrl() 1761 &lfp, &nfh, 1); in nfsrv_lockctrl() 1766 &lfp, &nfh, 0); in nfsrv_lockctrl() 5440 fhandle_t nfh; in nfsrv_checkremove() local 5446 error = nfsrv_getlockfh(vp, NFSLCK_CHECK, NULL, &nfh, p); in nfsrv_checkremove() 5450 error = nfsrv_getlockfile(NFSLCK_CHECK, NULL, &lfp, &nfh, 0); in nfsrv_checkremove() [all …]
|
| D | nfs_nfsdport.c | 2072 fhandle_t nfh; in nfsrvd_readdirplus() local 2445 r = nfsvno_getfh(nvp, &nfh, p); in nfsrvd_readdirplus() 2501 dirlen += nfsm_fhtom(nd,(u_int8_t *)&nfh,0,1); in nfsrvd_readdirplus() 2529 nvp, nvap, &nfh, r, &rderrbits, in nfsrvd_readdirplus() 2535 nvp, nvap, &nfh, r, &attrbits, in nfsrvd_readdirplus()
|