Searched refs:fh (Results 26 - 50 of 112) sorted by relevance

12345

/freebsd-10.1-release/sys/net/
H A Dif_fddisubr.c119 struct fddi_header *fh; local
252 fh = mtod(m, struct fddi_header *);
254 switch (fh->fddi_fc & (FDDIFC_C|FDDIFC_L|FDDIFC_F)) {
257 if ((fh->fddi_fc & FDDIFC_Z) > 7)
263 if (fh->fddi_fc & FDDIFC_Z)
269 if ((fh->fddi_fc & FDDIFC_Z) == 0)
279 if (fh->fddi_dhost[0] & 1)
312 fh = mtod(m, struct fddi_header *);
313 fh->fddi_fc = FDDIFC_LLC_ASYNC|FDDIFC_LLC_PRIO4;
314 bcopy((caddr_t)edst, (caddr_t)fh
368 struct fddi_header *fh; local
[all...]
/freebsd-10.1-release/lib/libstand/
H A Dnfs.c75 u_char fh[NFS_FHSIZE]; member in struct:nfs_read_args
98 u_char fh[NFS_FHSIZE]; member in struct:nfs_readdir_args
117 u_char fh[NFS_FHSIZE]; member in struct:nfs_iodesc
182 u_char fh[NFS_V3MAXFHSIZE]; member in struct:nfs_iodesc
228 u_char fh[NFS_FHSIZE]; member in struct:repl
266 bcopy(repl->fh, fhp, sizeof(repl->fh));
279 u_char fh[NFS_FHSIZE]; member in struct:args
285 u_char fh[NFS_FHSIZE]; member in struct:repl
307 bcopy(d->fh, arg
342 u_char fh[NFS_FHSIZE]; member in struct:__anon5848
446 u_char *fh; local
829 u_char fh[NFS_V3MAXFHSIZE]; member in struct:repl
952 u_char fh[NFS_V3MAXFHSIZE]; member in struct:args
1088 u_char *fh; local
[all...]
/freebsd-10.1-release/contrib/smbfs/lib/smb/
H A Dprint.c82 smb_smb_close_print_file(struct smb_ctx *ctx, smbfh fh) argument
92 mb_put_mem(mbp, (char*)&fh, 2);
/freebsd-10.1-release/include/rpcsvc/
H A Dklm_prot.x67 netobj fh; /* a counted file handle */
H A Dnlm_prot.x64 netobj fh; /* identify a file */
121 netobj fh;
174 netobj fh;
183 netobj fh;
/freebsd-10.1-release/lib/libedit/
H A Dmakelist40 USAGE="usage: $0 -h|-e|-fc|-fh|-bc|-bh|-m <filenames>"
70 # XXX: need a space between name and prototype so that -fc and -fh
142 -fh)
/freebsd-10.1-release/sys/fs/fuse/
H A Dfuse_kernel.h213 __u64 fh; member in struct:fuse_setattr_in
235 __u64 fh; member in struct:fuse_open_out
241 __u64 fh; member in struct:fuse_release_in
248 __u64 fh; member in struct:fuse_flush_in
255 __u64 fh; member in struct:fuse_read_in
262 __u64 fh; member in struct:fuse_write_in
280 __u64 fh; member in struct:fuse_fsync_in
301 __u64 fh; member in struct:fuse_lk_in
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dmdebugread.c565 is_pending_symbol (FDR *fh, char *sh)
567 int f_idx = fh - debug_info->fdr;
580 add_pending (FDR *fh, char *sh, struct type *t)
582 int f_idx = fh - debug_info->fdr;
583 struct mdebug_pending *p = is_pending_symbol (fh, sh);
605 AX is the base pointer of aux symbols for this file (fh->iauxBase).
1416 they are big-endian or little-endian (from fh->fBigendian). */
1765 FDR *fh;
1796 fh = get_rfd (fd, rf);
1798 indx = parse_type (fh
559 is_pending_symbol(FDR *fh, char *sh) argument
574 add_pending(FDR *fh, char *sh, struct type *t) argument
1758 FDR *fh; local
2139 parse_lines(FDR *fh, PDR *pr, struct linetable *lt, int maxlines, struct partial_symtab *pst, CORE_ADDR lowest_pdr_addr) argument
2227 FDR *fh; local
3705 handle_psymbol_enumerators(struct objfile *objfile, FDR *fh, int stype, CORE_ADDR svalue) argument
3804 FDR *fh; local
4192 has_opaque_xref(FDR *fh, SYMR *sh) argument
4230 FDR *fh; local
[all...]
/freebsd-10.1-release/sys/nfs/
H A Dnfs_fha.c140 * We start off with a random fh. If we get a reasonable
141 * procnum, we set the fh. If there's a concept of offset
144 i->fh = ++random_fh;
179 error = cb->get_fh(&i->fh, v3, &md, &dpos);
192 fha_hash_entry_new(u_int64_t fh) argument
197 e->fh = fh;
230 fha_hash_entry_lookup(struct fha_params *softc, u_int64_t fh) argument
237 fhs = &softc->fha_hash[fh % FHA_HASH_SIZE];
238 new_fhe = fha_hash_entry_new(fh);
[all...]
H A Dnfsdiskless.h79 u_char *fh; /* File handle to be mounted */ member in struct:onfs_args
80 int fhsize; /* Size, in bytes, of fh */
/freebsd-10.1-release/contrib/opie/
H A Dpermsfile.c149 FILE *fh; local
151 if (!(fh = fopen(HAVE_LOGIN_PERMFILE, "r"))) {
157 if (feof(fh))
159 if (fgets(buf, BUFSIZE, fh) == NULL)
/freebsd-10.1-release/usr.bin/vtfontcvt/
H A Dvtfontcvt.c434 struct file_header fh = { local
444 fh.width = width;
445 fh.height = height;
446 fh.glyph_count = htobe32(glyph_unique);
447 fh.map_count[0] = htobe32(map_folded_count[0]);
448 fh.map_count[1] = htobe32(map_folded_count[1]);
449 fh.map_count[2] = htobe32(map_folded_count[2]);
450 fh.map_count[3] = htobe32(map_folded_count[3]);
451 if (fwrite(&fh, sizeof fh,
[all...]
/freebsd-10.1-release/sys/compat/ndis/
H A Dsubr_ndis.c2707 ndis_fh *fh; member in struct:ndis_checkmodule
2724 nc->fh->nf_vp = lf;
2725 nc->fh->nf_map = NULL;
2726 nc->fh->nf_type = NDIS_FH_TYPE_MODULE;
2727 nc->fh->nf_maplen = (kldend - kldstart) & 0xFFFFFFFF;
2747 ndis_fh *fh; local
2759 fh = ExAllocatePoolWithTag(NonPagedPool, sizeof(ndis_fh), 0);
2760 if (fh == NULL) {
2766 fh->nf_name = afilename;
2788 nc.fh
2859 ndis_fh *fh; local
2919 ndis_fh *fh; local
2935 ndis_fh *fh; local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFile.h61 File (FILE *fh, bool transfer_ownership) : argument
63 m_stream (fh),
232 SetStream (FILE *fh, bool transfer_ownership);
/freebsd-10.1-release/sbin/mdconfig/tests/
H A Drun.pl164 my $fh = new FileHandle("/etc/group")
166 while (<$fh>) {
174 $fh->close;
/freebsd-10.1-release/sys/boot/i386/libi386/
H A Dpxe.c416 u_char fh[NFS_FHSIZE]; member in struct:nfs_iodesc
432 if ((error = nfs_getrootfh(d, rootpath, nfs_root_node.fh)) != 0)
441 u_char *fh; local
452 fh = &nfs_root_node.fh[0];
456 sprintf(cp, "%02x", fh[i]);
468 u_char fh[NFS_V3MAXFHSIZE]; member in struct:nfs_iodesc
485 nfs_root_node.fh)) != 0) {
496 u_char *fh; local
507 fh
[all...]
/freebsd-10.1-release/usr.sbin/rpc.lockd/
H A Dkern.c277 arg4.alock.fh.n_bytes = (char *)&msg->lm_fh;
278 arg4.alock.fh.n_len = msg->lm_fh_len;
301 arg.alock.fh.n_bytes = (char *)&msg->lm_fh;
302 arg.alock.fh.n_len = msg->lm_fh_len;
347 arg4.alock.fh.n_bytes = (char *)&msg->lm_fh;
348 arg4.alock.fh.n_len = msg->lm_fh_len;
372 arg.alock.fh.n_bytes = (char *)&msg->lm_fh;
373 arg.alock.fh.n_len = msg->lm_fh_len;
417 arg4.alock.fh.n_bytes = (char *)&msg->lm_fh;
418 arg4.alock.fh
[all...]
/freebsd-10.1-release/sys/nlm/
H A Dnlm_advlock.c79 int svid, size_t fhlen, void *fh, off_t size, bool_t reclaim);
83 int svid, size_t fhlen, void *fh, off_t size);
87 int svid, size_t fhlen, void *fh, off_t size);
92 rpcvers_t vers, size_t fhlen, void *fh, off_t size,
202 union nfsfh fh; local
231 nmp->nm_getinfo(vp, fh.fh_bytes, &fhlen, &ss, &is_v3, &size, &timo);
306 svid, fhlen, &fh.fh_bytes, size, reclaim);
311 svid, fhlen, &fh.fh_bytes, size);
323 flags, svid, fhlen, &fh.fh_bytes,
329 vp, op, fl, flags, svid, fhlen, &fh
718 nlm_setlock(struct nlm_host *host, struct rpc_callextra *ext, rpcvers_t vers, struct timeval *timo, int retries, struct vnode *vp, int op, struct flock *fl, int flags, int svid, size_t fhlen, void *fh, off_t size, bool_t reclaim) argument
917 nlm_clearlock(struct nlm_host *host, struct rpc_callextra *ext, rpcvers_t vers, struct timeval *timo, int retries, struct vnode *vp, int op, struct flock *fl, int flags, int svid, size_t fhlen, void *fh, off_t size) argument
992 nlm_getlock(struct nlm_host *host, struct rpc_callextra *ext, rpcvers_t vers, struct timeval *timo, int retries, struct vnode *vp, int op, struct flock *fl, int flags, int svid, size_t fhlen, void *fh, off_t size) argument
1181 nlm_init_lock(struct flock *fl, int flags, int svid, rpcvers_t vers, size_t fhlen, void *fh, off_t size, struct nlm4_lock *lock, char oh_space[32]) argument
[all...]
/freebsd-10.1-release/usr.sbin/IPXrouted/
H A Dmain.c390 FILE *fh; local
392 fh = fopen("/var/log/ipxrouted.dmp", "a");
393 if(fh == NULL)
396 dumpriptable(fh);
397 dumpsaptable(fh, sap_head);
399 fclose(fh);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBStream.cpp103 SBStream::RedirectToFileHandle (FILE *fh, bool transfer_fh_ownership) argument
113 m_opaque_ap.reset (new StreamFile (fh, transfer_fh_ownership));
/freebsd-10.1-release/sys/nfsclient/
H A Dnfsargs.h49 u_char *fh; /* File handle to be mounted */ member in struct:nfs_args
50 int fhsize; /* Size, in bytes, of fh */
/freebsd-10.1-release/tools/regression/tmpfs/
H A Dh_tools.c74 fhandle_t fh; local
79 error = getfh(argv[1], &fh);
83 error = write(STDOUT_FILENO, &fh, sizeof(fh));
/freebsd-10.1-release/contrib/ntp/scripts/monitoring/
H A Dntp.pl79 local($fh,$opcode, $associd, $data,$address) = @_;
80 $fh = caller(0)."'$fh";
107 $ret = send($fh, $packet, 0, $address);
111 $ret = send($fh, $packet, 0);
/freebsd-10.1-release/bin/pkill/
H A Dpkill.c794 FILE *fh; local
797 fh = fopen(pidfile, "r");
798 if (fh == NULL)
806 if (flock(fileno(fh), LOCK_EX | LOCK_NB) == 0) {
807 (void)fclose(fh);
817 if (fgets(line, sizeof(line), fh) == NULL) {
818 if (feof(fh)) {
819 (void)fclose(fh);
822 (void)fclose(fh);
825 (void)fclose(fh);
[all...]
/freebsd-10.1-release/contrib/tcpdump/
H A Dparsenfsfh.c115 Parse_fh(fh, len, fsidp, inop, osnamep, fsnamep, ourself)
116 register const unsigned char *fh;
124 register const unsigned char *fhp = fh;
380 memcpy((char *)fsidp, (char *)fh, 14);
386 memcpy((char *)tempa, (char *)fh, 14); /* ensure alignment */

Completed in 1775 milliseconds

12345