Home
last modified time | relevance | path

Searched defs:errp (Results 1 – 16 of 16) sorted by relevance

/dragonfly/contrib/binutils-2.34/libctf/
H A Dctf-open-bfd.c44 int *errp) in ctf_new_archive_internal()
82 ctf_bfdopen (struct bfd *abfd, int *errp) in ctf_bfdopen()
124 const ctf_sect_t *ctfsect, int *errp) in ctf_bfdopen_ctfsect()
240 ctf_fdopen (int fd, const char *filename, const char *target, int *errp) in ctf_fdopen()
345 ctf_open (const char *filename, const char *target, int *errp) in ctf_open()
366 ctf_arc_open (const char *filename, int *errp) in ctf_arc_open()
H A Dctf-archive.c350 ctf_arc_bufopen (const void *buf, size_t size _libctf_unused_, int *errp) in ctf_arc_bufopen()
366 ctf_arc_open_internal (const char *filename, int *errp) in ctf_arc_open_internal()
453 const char *name, int *errp) in ctf_arc_open_by_name_internal()
494 int *errp) in ctf_arc_open_by_name_sections()
524 ctf_arc_open_by_name (const ctf_archive_t *arc, const char *name, int *errp) in ctf_arc_open_by_name()
543 int *errp) in ctf_arc_open_by_offset()
H A Dctf-open.c1226 int *errp) in ctf_simple_open()
1241 int *errp) in ctf_simple_open_internal()
1289 const ctf_sect_t *strsect, int *errp) in ctf_bufopen()
1299 int writable, int *errp) in ctf_bufopen_internal()
H A Dctf-util.c160 ctf_set_open_errno (int *errp, int error) in ctf_set_open_errno()
H A Dctf-create.c70 ctf_create (int *errp) in ctf_create()
/dragonfly/lib/libc/net/
H A Dname6.c214 getipnodebyname(const char *name, int af, int flags, int *errp) in getipnodebyname()
311 getipnodebyaddr(const void *src, size_t len, int af, int *errp) in getipnodebyaddr()
395 _hpcopy(struct hostent *hp, int *errp) in _hpcopy()
474 _hpaddr(int af, const char *name, void *addr, int *errp) in _hpaddr()
495 _hpmerge(struct hostent *hp1, struct hostent *hp2, int *errp) in _hpmerge()
562 _hpmapv6(struct hostent *hp, int *errp) in _hpmapv6()
/dragonfly/contrib/less/
H A Doption.c596 static int num_error(char *printopt, int *errp, int overflow) in num_error()
621 public int getnum(char **sp, char *printopt, int *errp) in getnum()
653 public long getfraction(char **sp, char *printopt, int *errp) in getfraction()
/dragonfly/contrib/nvi2/ex/
H A Dex.c1617 ex_range(SCR *sp, EXCMD *ecp, int *errp) in ex_range()
1816 ex_line(SCR *sp, EXCMD *ecp, MARK *mp, int *isaddrp, int *errp) in ex_line()
/dragonfly/lib/libkvm/
H A Dkvm_private.h50 char *errp; /* XXX this can probably go away */ member
/dragonfly/usr.bin/top/
H A Dcommands.c205 register struct errs *errp; in err_string() local
339 register struct errs *errp = errs; in show_errors() local
/dragonfly/include/rpc/
H A Dclnt.h179 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) argument
180 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) argument
/dragonfly/lib/libc/rpc/
H A Dclnt_dg.c525 clnt_dg_geterr(CLIENT *cl, struct rpc_err *errp) in clnt_dg_geterr()
H A Dclnt_vc.c427 clnt_vc_geterr(CLIENT *cl, struct rpc_err *errp) in clnt_vc_geterr()
/dragonfly/sys/vfs/nfs/
H A Dnfs_subs.c1483 short *defaulterrp, *errp; in nfsrv_errmap() local
/dragonfly/usr.bin/telnet/
H A Dtelnet.c653 setupterm(char *tname, int fd, int *errp) in setupterm()
/dragonfly/sys/kern/
H A Dvfs_subr.c2493 vn_isdisk(struct vnode *vp, int *errp) in vn_isdisk()