Searched refs:why (Results 1 - 25 of 71) sorted by relevance

123

/freebsd-10.3-release/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfs_namecheck.c35 * Each routine therefore takes a 'namecheck_err_t' which describes exactly why
68 zfs_component_namecheck(const char *path, namecheck_err_t *why, char *what) argument
73 if (why)
74 *why = NAME_ERR_TOOLONG;
79 if (why)
80 *why = NAME_ERR_EMPTY_COMPONENT;
86 if (why) {
87 *why = NAME_ERR_INVALCHAR;
103 permset_namecheck(const char *path, namecheck_err_t *why, char *what) argument
106 if (why)
136 dataset_namecheck(const char *path, namecheck_err_t *why, char *what) argument
254 mountpoint_namecheck(const char *path, namecheck_err_t *why) argument
298 pool_namecheck(const char *pool, namecheck_err_t *why, char *what) argument
[all...]
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dproc-why.c108 proc_prettyfprint_why (FILE *file, unsigned long why, unsigned long what, argument
113 if (why == 0)
117 if (why == pr_why_table[i].value)
123 switch (why) {
161 fprintf (file, "Unknown why %ld, what %ld\n", why, what);
172 proc_prettyprint_why (unsigned long why, unsigned long what, int verbose) argument
174 proc_prettyfprint_why (stdout, why, what, verbose);
H A Dproc-utils.h25 extern void proc_prettyprint_why (unsigned long why, unsigned long what,
47 extern void proc_prettyfprint_why (FILE *file, unsigned long why,
/freebsd-10.3-release/sys/cddl/compat/opensolaris/sys/
H A Dsig.h45 issig(int why) argument
51 ASSERT(why == FORREAL || why == JUSTLOOKING);
53 if (why == JUSTLOOKING)
/freebsd-10.3-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dutil.py64 __slots__ = "why", "task", "errno"
67 def __init__(self, eno, task=None, why=None):
71 why -- a string describing why it failed (defaults to
76 self.why = why
82 if self.why:
83 s += self.why
/freebsd-10.3-release/sys/sys/
H A Dpioctl.h48 int why; /* What event, if any, proc stopped on */ member in struct:procfs_status
/freebsd-10.3-release/sys/fs/procfs/
H A Dprocfs_ioctl.c50 int why; /* What event, if any, proc stopped on */ member in struct:procfs_status32
142 ps->why = p->p_step ? p->p_stype : 0;
162 ps32->why = p->p_step ? p->p_stype : 0;
/freebsd-10.3-release/sys/ddb/
H A Ddb_main.c200 const char *why; local
229 why = kdb_why;
230 db_script_kdbenter(why != KDB_WHY_UNSET ? why : "unknown");
/freebsd-10.3-release/contrib/ntp/libntp/
H A Dauthreadkeys.c377 const char * why = ""; local
379 why = " (emergency break)";
382 file, nerr, why);
/freebsd-10.3-release/lib/libc/rpc/
H A Dsvc.c486 svcerr_auth(xprt, why)
488 enum auth_stat why;
497 rply.rjcted_rply.rj_why = why;
673 enum auth_stat why; local
681 if ((why = _authenticate(&r, &msg)) != AUTH_OK) {
689 if (why != RPCSEC_GSS_NODISPATCH)
690 svcerr_auth(xprt, why);
/freebsd-10.3-release/sys/dev/tpm/
H A Dtpm.c647 tpm_suspend(struct tpm_softc *sc, int why)
652 int why = 1; local
666 printf("tpm_suspend: power down: %d -> %d\n", sc->sc_suspend, why);
668 sc->sc_suspend = why;
681 tpm_resume(struct tpm_softc *sc, int why)
686 int why = 0; local
689 printf("tpm_resume: resume: %d -> %d\n", sc->sc_suspend, why);
691 sc->sc_suspend = why;
699 tpm_powerhook(int why, void *self) argument
703 if (why !
[all...]
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_wc/
H A Dconflicts.c194 conflict__get_operation(svn_skel_t **why,
202 *why = conflict_skel->children;
204 if (!(*why)->children)
205 *why = NULL; /* Operation is not set yet */
218 svn_skel_t *why;
226 SVN_ERR(conflict__get_operation(&why, conflict_skel));
228 SVN_ERR_ASSERT(why == NULL); /* No operation set */
230 why = conflict_skel->children;
239 svn_skel__prepend(origins, why);
240 svn_skel__prepend_str(SVN_WC__CONFLICT_OP_UPDATE, why, result_poo
193 conflict__get_operation(svn_skel_t **why, const svn_skel_t *conflict_skel) argument
217 svn_skel_t *why; local
251 svn_skel_t *why; local
285 svn_skel_t *why; local
[all...]
/freebsd-10.3-release/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c79 #define SetColorsIf(why,old_attr) \
80 if (can_color && (why)) { \
/freebsd-10.3-release/contrib/ncurses/ncurses/widechar/
H A Dlib_vid_attr.c47 #define SetColorsIf(why, old_attr, old_pair) \
48 if (can_color && (why)) { \
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h291 uint32_t* why = NULL)
300 if (why)
301 *why = value;
/freebsd-10.3-release/lib/libutil/
H A Dlogin_class.c54 int why; member in struct:login_res
96 if (getrlimit(lr->why, &rlim) != 0)
112 if (setrlimit(lr->why, &rlim) == -1)
/freebsd-10.3-release/contrib/gcc/config/i386/
H A Dsol2-ci.asm32 ! This exception does not however invalidate any other reasons why
/freebsd-10.3-release/contrib/gcc/config/ia64/
H A Dcrti.asm30 # This exception does not however invalidate any other reasons why
/freebsd-10.3-release/crypto/heimdal/appl/rcp/
H A Drcp.c423 char ch, *cp, *np, *targ, *why, *vect[1], buf[BUFSIZ]; local
427 #define SCREWUP(str) { why = str; goto screwup; }
642 run_err("protocol error: %s", why);
/freebsd-10.3-release/bin/rcp/
H A Drcp.c502 const char *why; local
506 #define SCREWUP(str) { why = str; goto screwup; }
721 run_err("protocol error: %s", why);
/freebsd-10.3-release/sys/rpc/
H A Dsvc.c763 svcerr_auth(struct svc_req *rqstp, enum auth_stat why) argument
772 rply.rjcted_rply.rj_why = why;
895 enum auth_stat why; local
934 if ((why = _authenticate(r, &msg)) != AUTH_OK) {
942 if (why != RPCSEC_GSS_NODISPATCH)
943 svcerr_auth(r, why);
/freebsd-10.3-release/contrib/gcc/config/rs6000/
H A Dsol-ci.asm32 # This exception does not however invalidate any other reasons why
H A Dsol-cn.asm32 # This exception does not however invalidate any other reasons why
/freebsd-10.3-release/contrib/gcc/config/sparc/
H A Dsol2-ci.asm32 ! This exception does not however invalidate any other reasons why
/freebsd-10.3-release/contrib/gcc/config/arm/
H A Dcrti.asm30 # This exception does not however invalidate any other reasons why

Completed in 247 milliseconds

123