HomeSort by relevance Sort by last modified time
    Searched refs:why (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /onnv/onnv-gate/usr/src/common/zfs/
zfs_namecheck.c 32 * Each routine therefore takes a 'namecheck_err_t' which describes exactly why
65 snapshot_namecheck(const char *path, namecheck_err_t *why, char *what)
70 if (why)
71 *why = NAME_ERR_TOOLONG;
76 if (why)
77 *why = NAME_ERR_EMPTY_COMPONENT;
83 if (why) {
84 *why = NAME_ERR_INVALCHAR;
100 permset_namecheck(const char *path, namecheck_err_t *why, char *what)
103 if (why)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
faults.c 79 register char *why,*shortWhy; local
99 why = makestr(alert_text, "(", PERROR, ")\n", (char *)0);
101 why = makestr("exec exit fault", (char *) 0);
103 why = makestr(alert_text, (char *) 0);
105 if (!why)
106 why = alert_text;
108 shortWhy = (why != alert_text ? shortenReason(why) : why);
127 if (why != alert_text
138 register char *why, *shortWhy; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libadt_jni/common/
adt_jni.h 50 void local_throw(JNIEnv *env, const char *exception, const char *why);
adt_jni.c 43 * "why" string must be i18n'd before calling here.
48 local_throw(JNIEnv *env, const char *exception, const char *why) {
63 /* Create a Byte Array from message "why" */
64 jbarray = (*env)->NewByteArray(env, (jsize)(strlen(why)));
66 (jsize)(strlen(why)), (jbyte*) why);
  /onnv/onnv-gate/usr/src/lib/pyzfs/common/
util.py 61 __slots__ = "why", "task", "errno"
64 def __init__(self, eno, task=None, why=None):
68 why -- a string describing why it failed (defaults to
73 self.why = why
79 if self.why:
80 s += self.why
  /onnv/onnv-gate/usr/src/uts/common/syscall/
mknod.c 63 enum create why; local
90 why = ((fmode & S_IFMT) == S_IFDIR) ? CRMKDIR : CRMKNOD;
92 why, 0, PTOU(curproc)->u_cmask))
  /onnv/onnv-gate/usr/src/cmd/mdb/common/kmdb/kctl/
kctl_mod.c 83 kctl_mod_changed(uint_t why, struct modctl *what)
85 if (why == KOBJ_NOTIFY_MODLOADED)
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/
lpfilter.c 513 char * why; local
520 why = "range endpoint too large";
523 why = "bad number";
526 why = "\"\\digit\" out of range";
529 why = "illegal or missing delimiter";
532 why = "no remembered search string";
535 why = "\\(...\\) imbalance";
538 why = "too many \\(";
541 why = "more than 2 numbers given in \\{...\\}";
544 why = "} expected after \\"
    [all...]
  /onnv/onnv-gate/usr/src/cmd/devinfo/
devinfo.c 65 static int warn(char *what, char *why);
234 warn(char *what, char *why)
244 (void) write(STDERR, why, (uint_t)strlen(why));
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_rpc.c 74 int status, astat, rstat, why; local
197 why = getxdr_u_long();
200 nameof_why(why));
590 nameof_why(why)
591 int why;
593 switch (why) {
617 int astat, rstat, why; local
679 why = getxdr_u_long();
681 " Why = %d (%s)",
682 why, nameof_why(why)) local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/threads/
assfail.c 93 common_panic(const char *head, const char *why)
106 len2 = strlen(why);
109 (void) strncat(msg, why, len2);
118 thr_panic(const char *why)
120 common_panic("*** libc thread failure: ", why);
124 aio_panic(const char *why)
126 common_panic("*** libc aio system failure: ", why);
  /onnv/onnv-gate/usr/src/cmd/bnu/
dio.c 245 struct dkqqabo why; local
258 ioctl(fn, DIOCQQABO, &why);
259 if (why.rcv_ctlchar != dkeof[0])
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
utf8.t 175 my ($why, $prog, $expect) = @$_;
181 if ($why =~ s/^!//) {
187 like ($result, $expect, $why);
195 my ($why, $prog, $expect) = @$_;
196 next if $why =~ m/^!/; # Goes bang.
202 like ($result, $expect, $why);
262 my ($why, $prog, $expect) = @$_;
265 like ($result, $expect, $why);
  /onnv/onnv-gate/usr/src/uts/common/krtld/
kobj_kdi.c 143 kobj_kdi_mod_notify(uint_t why, struct modctl *what)
145 switch (why) {
  /onnv/onnv-gate/usr/src/uts/common/os/
exit.c 110 exit_reason(char *buf, size_t bufsz, int what, int why)
112 switch (why) {
124 "(%d, %d)", why, what);
153 restart_init(int what, int why)
170 exit_reason(reason_buf, sizeof (reason_buf), what, why));
292 exit(int why, int what)
300 if (proc_exit(why, what) != 0) {
328 proc_exit(int why, int what)
370 DTRACE_PROC1(exit, int, why);
394 restart_init(what, why) == 0
    [all...]
sig.c 396 * The "why" argument indicates the allowable side-effects of the call:
413 issig(int why)
415 ASSERT(why == FORREAL || why == JUSTLOOKING);
417 return ((why == FORREAL)? issig_forreal() : issig_justlooking());
827 stop(int why, int what)
846 if (why != PR_SUSPENDED && why != PR_CHECKPOINT) {
877 prstop(why, what);
882 switch (why) {
    [all...]
cyclic.c 648 cyclic_coverage(char *why, int level, uint64_t arg0, uint64_t arg1)
652 for (ndx = orig = cyclic_coverage_hash(why) % CY_NCOVERAGE; ; ) {
653 if (cyc_coverage[ndx].cyv_why == why)
657 casptr(&cyc_coverage[ndx].cyv_why, NULL, why) != NULL) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/kmdb/
kmdb_dpi.c 448 kmdb_dpi_set_state(int state, int why)
451 mdb_dprintf(MDB_DBG_DPI, "dpi_set_state %d why %d\n",
452 state, why);
455 kmdb_dpi_state_why = why;
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
Builder.pm 647 $Test->skip($why);
649 Skips the current test, reporting $why.
654 my($self, $why) = @_;
655 $why ||= '';
672 reason => $why,
678 $out .= " # skip $why\n";
689 $Test->todo_skip($why);
694 print "not ok $tnum # TODO $why\n";
699 my($self, $why) = @_;
700 $why ||= ''
    [all...]
More.pm 81 skip $why, $how_many unless $have_some_feature;
88 local $TODO = $why;
109 BAIL_OUT($why);
145 Your script will declare a skip with the reason why you skipped and
296 So why use these? They produce better diagnostics on failure. ok()
298 isnt() know what the test was and why it failed. For example this
761 skip $why, $how_many if $condition;
767 there are, $why and under what $condition to skip them. An example is
799 my($why, $how_many) = @_;
809 $Test->skip($why);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
taint.t 637 my $why = "y";
638 my $j = "x" | $why;
640 $why = $TAINT."y";
641 $j = "x" | $why;
647 my $why = $TAINT."y";
648 $why =~ s/y/z/;
649 test 147, tainted $why;
652 $why =~ s/$z/zee/;
653 test 148, tainted $why;
655 $why =~ s/e/'-'.$$/ge
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/KR/
KR.pm 66 to find out why it is implemented that way.
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs_common.c 354 nfsdyn_mountroot(vfs_t *vfsp, whymountroot_t why)
371 if (why == ROOT_REMOUNT) {
375 panic("nfs3_mountroot: why == ROOT_REMOUNT\n");
378 if (why == ROOT_UNMOUNT) {
386 * why == ROOT_INIT
472 return (VFS_MOUNTROOT(vfsp, why));
  /onnv/onnv-gate/usr/src/cmd/sgs/liblddbg/common/
bindings.c 167 Dbg_bind_reject(Rt_map *flmp, Rt_map *tlmp, const char *sym, int why)
179 sym, MSG_INTL(reason[why]));
  /onnv/onnv-gate/usr/src/uts/common/sys/
class.h 191 #define CL_STOP(t, why, what) (*(t)->t_clfuncs->cl_stop)(t, why, what)

Completed in 660 milliseconds

1 2 3 4