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

123

/freebsd-11-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-11-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-11-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-11-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-11-stable/sys/sys/
H A Dpioctl.h52 int why; /* What event, if any, proc stopped on */ member in struct:procfs_status
/freebsd-11-stable/sys/ddb/
H A Ddb_main.c220 const char *why; local
246 why = kdb_why;
247 db_script_kdbenter(why != KDB_WHY_UNSET ? why : "unknown");
/freebsd-11-stable/contrib/ntp/libntp/
H A Dauthreadkeys.c379 const char * why = ""; local
381 why = " (emergency break)";
384 file, nerr, why);
/freebsd-11-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-11-stable/lib/libc/rpc/
H A Dsvc.c466 svcerr_auth(SVCXPRT *xprt, enum auth_stat why) argument
475 rply.rjcted_rply.rj_why = why;
642 enum auth_stat why; local
650 if ((why = _authenticate(&r, &msg)) != AUTH_OK) {
658 if (why != RPCSEC_GSS_NODISPATCH)
659 svcerr_auth(xprt, why);
/freebsd-11-stable/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-11-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-11-stable/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c85 #define SetColorsIf(why, old_attr) \
86 if (can_color && (why)) { \
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_vid_attr.c52 #define SetColorsIf(why, old_attr, old_pair) \
53 if (can_color && (why)) { \
/freebsd-11-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-11-stable/contrib/gcc/config/i386/
H A Dsol2-ci.asm32 ! This exception does not however invalidate any other reasons why
H A Dcygwin.asm32 * This exception does not however invalidate any other reasons why
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrti.asm30 # This exception does not however invalidate any other reasons why
/freebsd-11-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-11-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-11-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-11-stable/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-11-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);
/freebsd-11-stable/sys/rpc/
H A Dsvc.c801 svcerr_auth(struct svc_req *rqstp, enum auth_stat why) argument
810 rply.rjcted_rply.rj_why = why;
930 enum auth_stat why; local
969 if ((why = _authenticate(r, &msg)) != AUTH_OK) {
977 if (why != RPCSEC_GSS_NODISPATCH)
978 svcerr_auth(r, why);
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dcrti.asm30 # This exception does not however invalidate any other reasons why

Completed in 180 milliseconds

123