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

1234

/freebsd-12-stable/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfs_namecheck.c35 * Each routine therefore takes a 'namecheck_err_t' which describes exactly why
100 zfs_component_namecheck(const char *path, namecheck_err_t *why, char *what) argument
105 if (why)
106 *why = NAME_ERR_TOOLONG;
111 if (why)
112 *why = NAME_ERR_EMPTY_COMPONENT;
118 if (why) {
119 *why = NAME_ERR_INVALCHAR;
137 permset_namecheck(const char *path, namecheck_err_t *why, char *what) argument
140 if (why)
184 entity_namecheck(const char *path, namecheck_err_t *why, char *what) argument
279 dataset_namecheck(const char *path, namecheck_err_t *why, char *what) argument
302 mountpoint_namecheck(const char *path, namecheck_err_t *why) argument
348 pool_namecheck(const char *pool, namecheck_err_t *why, char *what) argument
[all...]
/freebsd-12-stable/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-12-stable/sys/cddl/compat/opensolaris/sys/
H A Dsig.h45 issig(int why) argument
51 ASSERT(why == FORREAL || why == JUSTLOOKING);
53 if (why == JUSTLOOKING)
/freebsd-12-stable/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-12-stable/sys/sys/
H A Dpioctl.h54 int why; /* What event, if any, proc stopped on */ member in struct:procfs_status
/freebsd-12-stable/sys/ddb/
H A Ddb_main.c224 const char *why; local
250 why = kdb_why;
251 db_script_kdbenter(why != KDB_WHY_UNSET ? why : "unknown");
/freebsd-12-stable/sys/contrib/zstd/zlibWrapper/examples/
H A Dfitblk_original.c62 local void quit(char *why) argument
64 fprintf(stderr, "fitblk abort: %s\n", why);
H A Dfitblk.c67 local void quit(char *why) argument
69 fprintf(stderr, "fitblk abort: %s\n", why);
/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h179 ::std::ostream* what, ::std::ostream* why)
1195 // describes *what* happened to 'what', and explains *why* Google
1196 // Mock does it to 'why'. This method is not const as it calls
1203 ::std::ostream* why)
1211 DescribeCallCountTo(why);
1627 // See the definition of untyped_expectations_ for why access to
1696 ::std::ostream* what, ::std::ostream* why)
1703 this->FormatUnexpectedCallMessageLocked(args, what, why);
1711 const Action<F>* action = exp->GetActionForArguments(this, args, what, why);
1732 // See the definition of untyped_expectations_ for why acces
[all...]
/freebsd-12-stable/contrib/ntp/libntp/
H A Dauthreadkeys.c379 const char * why = ""; local
381 why = " (emergency break)";
384 file, nerr, why);
/freebsd-12-stable/sys/fs/procfs/
H A Dprocfs_ioctl.c50 int why; /* What event, if any, proc stopped on */ member in struct:procfs_status32
185 ps->why = p->p_step ? p->p_stype : 0;
205 ps32->why = p->p_step ? p->p_stype : 0;
/freebsd-12-stable/lib/libc/rpc/
H A Dsvc.c468 svcerr_auth(SVCXPRT *xprt, enum auth_stat why) argument
477 rply.rjcted_rply.rj_why = why;
644 enum auth_stat why; local
652 if ((why = _authenticate(&r, &msg)) != AUTH_OK) {
660 if (why != RPCSEC_GSS_NODISPATCH)
661 svcerr_auth(xprt, why);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h184 lldb::DynamicValueType use_dynamic, uint32_t *why = nullptr) {
192 if (why)
193 *why = value;
/freebsd-12-stable/sys/dev/tpm/
H A Dtpm.c643 tpm_suspend(struct tpm_softc *sc, int why)
648 int why = 1; local
662 printf("tpm_suspend: power down: %d -> %d\n", sc->sc_suspend, why);
664 sc->sc_suspend = why;
677 tpm_resume(struct tpm_softc *sc, int why)
682 int why = 0; local
685 printf("tpm_resume: resume: %d -> %d\n", sc->sc_suspend, why);
687 sc->sc_suspend = why;
695 tpm_powerhook(int why, void *self) argument
699 if (why !
[all...]
/freebsd-12-stable/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c85 #define SetColorsIf(why, old_attr) \
86 if (can_color && (why)) { \
/freebsd-12-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_vid_attr.c52 #define SetColorsIf(why, old_attr, old_pair) \
53 if (can_color && (why)) { \
/freebsd-12-stable/lib/libutil/
H A Dlogin_class.c54 int why; member in struct:login_res
98 if (getrlimit(lr->why, &rlim) != 0)
114 if (setrlimit(lr->why, &rlim) == -1)
/freebsd-12-stable/contrib/mandoc/
H A Dmandoc.c517 * That's also the reason why we can't just format the
/freebsd-12-stable/contrib/lua/src/
H A Dlundump.c39 static l_noret error(LoadState *S, const char *why) { argument
40 luaO_pushfstring(S->L, "%s: %s precompiled chunk", S->name, why);
/freebsd-12-stable/contrib/gcc/config/i386/
H A Dsol2-ci.asm32 ! This exception does not however invalidate any other reasons why
/freebsd-12-stable/contrib/gcc/config/ia64/
H A Dcrti.asm30 # This exception does not however invalidate any other reasons why
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlundump.c30 static l_noret error(LoadState* S, const char* why) argument
32 luaO_pushfstring(S->L,"%s: %s precompiled chunk",S->name,why);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dconflicts.c195 conflict__get_operation(svn_skel_t **why,
203 *why = conflict_skel->children;
205 if (!(*why)->children)
206 *why = NULL; /* Operation is not set yet */
219 svn_skel_t *why;
227 SVN_ERR(conflict__get_operation(&why, conflict_skel));
229 SVN_ERR_ASSERT(why == NULL); /* No operation set */
231 why = conflict_skel->children;
240 svn_skel__prepend(origins, why);
241 svn_skel__prepend_str(SVN_WC__CONFLICT_OP_UPDATE, why, result_poo
194 conflict__get_operation(svn_skel_t **why, const svn_skel_t *conflict_skel) argument
218 svn_skel_t *why; local
252 svn_skel_t *why; local
286 svn_skel_t *why; local
[all...]
/freebsd-12-stable/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);

Completed in 498 milliseconds

1234