Searched refs:fh (Results 76 - 100 of 102) sorted by relevance

12345

/freebsd-11-stable/contrib/sendmail/contrib/
H A Dexpn.pl812 local($fh);
813 $fh = $domain_host;
814 while ($fh =~ /\./) {
815 print "FALLBACK $host.$fh = 1\n" if $debug > 7;
816 $fallback{"$host.$fh"} = 1;
817 $fh =~ s/^[^\.]+\.//;
/freebsd-11-stable/contrib/bzip2/
H A Dbzip2.c964 IntNative fh; local
965 fh = open(name, O_WRONLY|O_CREAT|O_EXCL, S_IWUSR|S_IRUSR);
966 if (fh == -1) return NULL;
967 fp = fdopen(fh, mode);
968 if (fp == NULL) close(fh);
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c186 fhandle_t fh; local
246 nd->nd_repstat = nfsvno_getfh(vp, &fh, p);
283 &fh, 0, &attrbits, nd->nd_cred, p,
996 fhandle_t fh; local
1112 nd->nd_repstat = nfsvno_getfh(vp, &fh, p);
1124 (void) nfsm_fhtom(nd, (u_int8_t *)&fh, 0, 0);
1134 (void) nfsm_fhtom(nd, (u_int8_t *)&fh, 0, 1);
1468 fhandle_t fh; local
1510 error = nfsvno_getfh(dp, &fh, p);
1520 !NFSBCMP(tfh.nfsrvfh_data, &fh, NFSX_MYF
3185 fhandle_t fh; local
3387 struct nfsrvfh fh; local
3687 fhandle_t fh; local
[all...]
H A Dnfs_nfsdport.c2807 * nfsd_fhtovp() - convert a fh to a vnode ptr
2945 fhandle_t fh; local
2962 error = nfsvno_getfh(nd.ni_vp, &fh, p);
2966 NFSBCOPY((caddr_t)&fh,
H A Dnfs_nfsdstate.c3512 fhandle_t fh; local
3518 error = nfsvno_getfh(vp, &fh, p);
3566 if (NFSBCMP((caddr_t)&fh, (caddr_t)&stp->ls_lfp->lf_fh,
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clvfsops.c237 args->fh = oargs->fh;
484 nd->root_args.fh = nd->root_fh;
733 "resvport", "readahead", "hostname", "timeo", "timeout", "addr", "fh",
858 .fh = NULL,
1228 error = copyin((caddr_t)args.fh, (caddr_t)nfh,
1256 if (vfs_getopt(mp->mnt_optnew, "fh", (void **)&args.fh,
1263 bcopy(args.fh, nfh, args.fhsize);
1325 args.fh
[all...]
H A Dnfs_clrpcops.c307 if (nfhp->nfh_len > 0) printf(" fh=0x%x\n",nfhp->nfh_fh[12]);
1272 * Just return the current dir's fh.
4358 uint8_t *fh, int fhlen, struct ucred *cred, NFSPROC_T *p)
4379 NFSBCOPY(fh, &own[NFSV4CL_LOCKNAMELEN], fhlen);
5019 nfsrpc_layoutcommit(struct nfsmount *nmp, uint8_t *fh, int fhlen, int reclaim, argument
5029 nfscl_reqstart(nd, NFSPROC_LAYOUTCOMMIT, nmp, fh, fhlen, NULL, NULL);
5078 nfsrpc_layoutreturn(struct nfsmount *nmp, uint8_t *fh, int fhlen, int reclaim, argument
5088 nfscl_reqstart(nd, NFSPROC_LAYOUTRETURN, nmp, fh, fhlen, NULL, NULL);
4357 nfsrpc_rellockown(struct nfsmount *nmp, struct nfscllockowner *lp, uint8_t *fh, int fhlen, struct ucred *cred, NFSPROC_T *p) argument
/freebsd-11-stable/contrib/amd/amd/
H A Dnfs_subr.c981 static am_nfsstat3 return_estale_or_rofs(am_nfs_fh3 *fh, argument
987 mp = fh3_to_mp(fh);
1077 am_nfs_fh3 *fh = (am_nfs_fh3 *) &argp->object; local
1087 mp = fh3_to_mp3(fh, &retry, VLOOK_CREATE);
1127 am_nfs_fh3 *fh = (am_nfs_fh3 *) &argp->object; local
1134 result.status = return_estale_or_rofs(fh, pre_op_obj, post_op_obj);
H A Damd.h715 extern void autofs_get_opts(char *opts, size_t l, autofs_fh_t *fh);
/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_internal.c236 ffsi->fh = fufh->fh_id;
277 fri->fh = fufh->fh_id;
H A Dfuse_node.c342 fsai->fh = fufh->fh_id;
H A Dfuse_vnops.c388 uint64_t fh_id = ((struct fuse_open_out *)(feo + 1))->fh;
393 fri->fh = fh_id;
403 x_fh_id = ((struct fuse_open_out *)(feo + 1))->fh;
1585 fsai->fh = fufh->fh_id;
/freebsd-11-stable/sys/sys/
H A Dsyscallsubr.h114 int kern_fhstat(struct thread *td, fhandle_t fh, struct stat *buf);
115 int kern_fhstatfs(struct thread *td, fhandle_t fh, struct statfs *buf);
/freebsd-11-stable/sys/dev/pdq/
H A Dpdq_ifsubr.c232 struct fddi_header *fh;
254 fh = mtod(m, struct fddi_header *);
255 if (drop || (fh->fddi_fc & (FDDIFC_L|FDDIFC_F)) != FDDIFC_LLC_ASYNC) {
230 struct fddi_header *fh; local
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryReader.cpp177 const llvm::MachO::fat_header *fh = local
179 if (readBigEndian(fh->magic) != llvm::MachO::FAT_MAGIC)
181 uint32_t nfat_arch = readBigEndian(fh->nfat_arch);
/freebsd-11-stable/sys/netinet6/
H A Dicmp6.c916 struct ip6_frag *fh; local
1006 fh = (struct ip6_frag *)(mtod(m, caddr_t) +
1009 IP6_EXTHDR_GET(fh, struct ip6_frag *, m,
1010 eoff, sizeof(*fh));
1011 if (fh == NULL) {
1022 if (fh->ip6f_offlg & IP6F_OFF_MASK)
1026 nxt = fh->ip6f_nxt;
/freebsd-11-stable/contrib/binutils/bfd/
H A Decofflink.c65 info comes from the file header record (fh-fBigendian). */
122 info comes from the file header record (fh-fBigendian). */
709 struct string_hash_entry *fh;
725 fh = string_hash_lookup (&ainfo->fdr_hash, lookup, TRUE, TRUE);
727 if (fh == (struct string_hash_entry *) NULL)
730 if (fh->val != -1)
732 input_debug->ifdmap[i] = fh->val;
740 fh->val = output_symhdr->ifdMax + copied;
706 struct string_hash_entry *fh; local
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_flow_table.c767 mlx5e_move_hn(struct mlx5e_eth_addr_hash_head *fh, struct mlx5e_eth_addr_hash_head *uh) argument
771 hn = LIST_FIRST(fh);
780 mlx5e_remove_hn(struct mlx5e_eth_addr_hash_head *fh) argument
784 hn = LIST_FIRST(fh);
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c1198 syslog(LOG_ERR, "can't get fh for %s", dirpath);
1854 /* Note that the public fh has not yet been set. */
1909 * Clear flag that notes if a public fh has been exported.
1973 * If there was no public fh, clear any previous one set.
1976 LOGDEBUG("clear public fh");
3182 fhandle_t fh; local
3189 if (getfh(public_name, &fh) < 0)
3191 "Can't get public fh for %s", public_name);
3192 else if (nfssvc(NFSSVC_PUBLICFH, (caddr_t)&fh) < 0)
3194 "Can't set public fh fo
[all...]
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_misc.c284 na.fh = (nfsv2fh_t *)sna.fh;
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-linux.c2677 FILE *fh; local
2724 fh = fopen(pathstr, "r");
2725 if (fh != NULL) {
2726 if (fscanf(fh, "%u", &arptype) == 1) {
2743 fclose(fh);
2768 fclose(fh);
/freebsd-11-stable/sys/dev/hifn/
H A Dhifn7751.c307 u_int freq, mul, fl, fh; local
314 fl = 33, fh = 66;
322 fl = 20, fh = 100;
326 fl = 20, fh = 66;
336 freq = checkmaxmin(dev, "frequency", freq, fl, fh);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c3816 apr_file_t *fh;
3848 SVN_ERR(svn_io_file_open(&fh, file, APR_READ, 0, pool));
3851 err = svn_io_file_read(fh, block, &amt_read, pool);
3857 SVN_ERR(svn_io_file_close(fh, pool));
3807 apr_file_t *fh; local
/freebsd-11-stable/sbin/camcontrol/
H A Dcamcontrol.c225 {"security", CAM_CMD_SECURITY, CAM_ARG_NONE, "d:e:fh:k:l:qs:T:U:y"},
6165 struct format_defect_list_header fh; local
6259 bzero(&fh, sizeof(fh));
6266 fh.byte2 = FU_DLH_IMMED;
6267 data_ptr = (u_int8_t *)&fh;
6268 dxfer_len = sizeof(fh);
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1515 fhandle_t fh; local
1518 if ((error = copyin(uap->u_fhp, &fh, sizeof(fhandle_t))) != 0)
1521 error = kern_fhstatfs(td, fh, sp);

Completed in 510 milliseconds

12345