Home
last modified time | relevance | path

Searched refs:fhandle (Results 1 – 20 of 20) sorted by relevance

/NextBSD/contrib/binutils/binutils/
HDdebug.c2308 debug_write (void *handle, const struct debug_write_fns *fns, void *fhandle) in debug_write() argument
2336 if (! (*fns->start_compilation_unit) (fhandle, u->files->filename)) in debug_write()
2346 else if (! (*fns->start_source) (fhandle, f->filename)) in debug_write()
2351 if (! debug_write_name (info, fns, fhandle, n)) in debug_write()
2357 if (! debug_write_linenos (info, fns, fhandle, (bfd_vma) -1)) in debug_write()
2368 const struct debug_write_fns *fns, void *fhandle, in debug_write_name() argument
2374 if (! debug_write_type (info, fns, fhandle, n->u.type, n) in debug_write_name()
2375 || ! (*fns->typdef) (fhandle, n->name)) in debug_write_name()
2379 if (! debug_write_type (info, fns, fhandle, n->u.tag, n)) in debug_write_name()
2381 return (*fns->tag) (fhandle, n->name); in debug_write_name()
[all …]
/NextBSD/include/rpcsvc/
HDmount.x58 typedef opaque fhandle[FHSIZE]; typedef
70 fhandle fhs_fhandle;
93 fhandle3 fhandle; member
/NextBSD/sys/sys/
HDmount.h416 struct fhandle { struct
420 typedef struct fhandle fhandle_t; argument
930 int fhopen(const struct fhandle *, int);
931 int fhstat(const struct fhandle *, struct stat *);
932 int fhstatfs(const struct fhandle *, struct statfs *);
HDsysproto.h501 char fhp_l_[PADL_(struct fhandle *)]; struct fhandle * fhp; char fhp_r_[PADR_(struct fhandle *)];
505 char fhp_l_[PADL_(struct fhandle *)]; struct fhandle * fhp; char fhp_r_[PADR_(struct fhandle *)];
804 …char u_fhp_l_[PADL_(const struct fhandle *)]; const struct fhandle * u_fhp; char u_fhp_r_[PADR_(co…
808 …char u_fhp_l_[PADL_(const struct fhandle *)]; const struct fhandle * u_fhp; char u_fhp_r_[PADR_(co…
1166 …char u_fhp_l_[PADL_(const struct fhandle *)]; const struct fhandle * u_fhp; char u_fhp_r_[PADR_(co…
2712 …char u_fhp_l_[PADL_(const struct fhandle *)]; const struct fhandle * u_fhp; char u_fhp_r_[PADR_(co…
/NextBSD/contrib/amd/include/
HDam_xdr_func.h110 am_fhandle3 fhandle; member
222 bool_t xdr_fhandle(XDR *xdrs, fhandle objp);
/NextBSD/contrib/amd/amd/
HDamfs_host.c249 fhp->v3.am_fh3_length = res3.mountres3_u.mountinfo.fhandle.fhandle3_len; in fetch_fhandle()
251 res3.mountres3_u.mountinfo.fhandle.fhandle3_val, in fetch_fhandle()
HDops_nfs.c200 fp->fh_nfs_handle.v3.am_fh3_length = res3.mountres3_u.mountinfo.fhandle.fhandle3_len; in got_nfs_fh_mount()
202 res3.mountres3_u.mountinfo.fhandle.fhandle3_val, in got_nfs_fh_mount()
/NextBSD/contrib/amd/libamu/
HDxdr_func.c329 xdr_fhandle(XDR *xdrs, fhandle objp) in xdr_fhandle()
942 if (!xdr_am_fhandle3(xdrs, &objp->fhandle)) in xdr_am_mountres3_ok()
/NextBSD/sys/kern/
HDvfs_syscalls.c658 struct fhandle *u_fhp;
4252 const struct fhandle *u_fhp;
4266 struct fhandle fhp;
4341 struct fhandle *u_fhp;
4354 struct fhandle fh;
4367 kern_fhstat(struct thread *td, struct fhandle fh, struct stat *sb) in kern_fhstat()
4392 struct fhandle *u_fhp;
/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
HDtst.call3.c387 rootfh = &mountres3.mountres3_u.mountinfo.fhandle; in dotest()
/NextBSD/sys/compat/freebsd32/
HDfreebsd32_proto.h952 …char u_fhp_l_[PADL_(const struct fhandle *)]; const struct fhandle * u_fhp; char u_fhp_r_[PADR_(co…
/NextBSD/contrib/gcc/
HDONEWS444 -fhandle-exceptions; no need to report this as a bug.
594 -fhandle-signatures, users are able to turn on recognition of
HDc.opt568 fhandle-exceptions
HDChangeLog-199910949 * invoke.texi: Remove discussion of -fhandle-signatures,
/NextBSD/contrib/amd/
HDChangeLog803 the fhandle cache to avoid a stale fhandle being reused. This
2765 assume that it uses the OS's native fhandle structure
2766 (often struct nfs_fh3). When we store the fhandle data for our
2772 instead of using the system's default fhandle structure, simply to
2773 avoid extra malloc's and free's, because whereas nfsv2's fhandle
2774 structure is a simple 32-byte buffer, nfsv3's fhandle structures
2775 often just define a "char *" for the fhandle data, and the caller
2780 of the fhandle structures for v3: first four bytes are the length
2781 fields and the next four bytes are the fhandle data. Sigh.
2783 because we simply cannot avoid using the system's default fhandle
[all …]
/NextBSD/contrib/gcc/cp/
HDChangeLog-19971470 * decl2.c (lang_decode_option): Handle -fhandle-exceptions.
1471 * lang-options.h: Add -fhandle-exceptions.
HDChangeLog-1994863 -fhandle-exceptions is being used.
5399 * gcc.1 g++.1: Added explanation for the `-fhandle-signatures'
5403 * invoke.texi: Added `-fhandle-signatures' in the list of
HDChangeLog-20022240 * decl2.c (cxx_decode_option): Simplify -fhandle-exceptions
HDChangeLog-19993720 * lang-options.h: Remove -fhandle-signatures,
HDChangeLog-19982288 * lang-options.h: Remove documentation for -fhandle-exceptions,