Searched refs:error (Results 251 - 275 of 1068) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/efcode/fcdriver/
H A Dproperty.c47 int error; local
51 error = fc_run_priv(cdp, service, 2, 1, fc_phandle2cell(node),
53 if (error)
65 int error; local
69 error = fc_run_priv(cdp, service, 3, 1, fc_phandle2cell(node),
71 if (error)
87 * OK for properties to be undefined, suppress error message
100 * It's an error if getproplen succeeded but getprop didn't
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/
H A Dinstall5 # This is a fairly simple script, most of it is error checking.
130 error=$?
131 if [[ ! -f "$loc/install" ]]; then error=1; fi
132 if (( error )); then
/osnet-11/usr/src/lib/efcode/jupiter/
H A Djupiter.c57 int error; local
69 error = fc_run_priv(pdp->common, service, 3, 1, fc_size2cell(len),
72 if (error)
95 int error; local
118 error = fc_run_priv(pdp->common, service, 2, 0,
120 if (error)
315 int error; local
347 error = fc_run_priv(pdp->common, service, 2, 1,
350 if (error || !status)
377 int error; local
[all...]
/osnet-11/usr/src/lib/efcode/pci/
H A Dpci.c39 int error; local
52 error = fc_run_priv(cdp->common, service, 4, 1,
56 if (error)
103 int error; local
117 error = fc_run_priv(cdp->common, service, 2, 0,
120 if (error)
130 int error; local
135 error = fc_run_priv(h->common, service, 1, 1, fc_uint32_t2cell(cfgadd),
138 if (error)
151 int error; local
[all...]
/osnet-11/usr/src/lib/fm/libfmevent/common/
H A Dfmev_util.c85 * Some thread-specific data is used to keep a per-thread error value.
104 * Allocate TSD for error value for this thread. It is only
112 return (0); /* no error set, but what can we do */
155 * To return an error condition an API member first sets the error type
157 * The caller can then retrieve the per-thread error type using fmev_errno
161 fmev_seterr(fmev_err_t error) argument
168 tsd->ts_lasterr = error;
170 return (error);
175 * can be used to dereference the last error valu
[all...]
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/BSM/
H A D_BSMparse.pm481 my $error = '';
506 $error .= sprintf("$syntaxErr1\n", $_);
511 $error .= sprintf("$syntaxErr2\n", $_);
515 $error .= sprintf("$emptyErr\n", $_) unless ($always);
519 $error .= sprintf("$undefined\n", $user);
523 $error .= sprintf("$emptyErr\n", $_);
534 $error .= sprintf("$invalidErr\n", $thisClass,
541 return ($cError, $error);
551 my $error = '';
564 $error
[all...]
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dshm.c59 goto error;
63 goto error;
67 error:
/osnet-11/usr/src/lib/libpp/common/
H A Dppcall.c67 error(1, "%s: macro definition overrides assertion: use #%s ...", sym->name, sym->name);
76 error(1, "%s: macro recursion inhibited", sym->name);
90 error(1, "%s: obsolete predefined symbol expansion disabled", sym->name);
93 error(1, "%s: obsolete predefined symbol expanded%s", sym->name, (pp.state & DIRECTIVE) ? "" : " outside of directive");
96 error(1, "%s: predefined symbol expanded outside of directive", sym->name);
191 error(3, "%s: too many nested function-like macros", sym->name);
216 error(1, "%s: macro arguments omitted", sym->name);
283 error(3, "%s: invalid keyword macro argument", pp.token);
289 error(2, "%s: invalid macro argument keyword", pp.token);
291 error(
[all...]
/osnet-11/usr/src/lib/libproc/common/
H A DPisadep.h74 #error Unknown ISA
/osnet-11/usr/src/lib/libparted/common/libparted/fs/amiga/
H A Dapfs.c75 goto error;
78 goto error;
86 goto error;
93 error:
H A Dasfs.c89 goto error;
92 goto error;
103 goto error;
113 error:
/osnet-11/usr/src/lib/libcontract/common/
H A Ddevice.c154 int error; local
166 error = nvlist_lookup_string(info->nvl, CTDS_MINOR, bufp);
167 if (error != 0) {
168 return (error);
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dsleep.c73 #error "Please port gnulib sleep.c to your platform, possibly using usleep() or select(), then report this to bug-gnulib."
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dmm_private.h38 # error "unknown word size"
/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Dattach.ksh62 unpin_datasets "${zone.path.ds}" || error "$f_unpin"
64 unpin_datasets "${zone.path.ds}" || error "$f_unpin"
70 unpin_datasets "${zone.path.ds}" || error "$f_unpin"
191 unpin_datasets "${zone.path.ds}" || error "$f_unpin"
/osnet-11/usr/src/lib/efcode/efdaemon/
H A Defdaemon.c61 int error; local
160 syslog(LOG_ERR, "Wait error: %s\n",
163 syslog(LOG_ERR, "Wait error, expect pid: %d"
170 error = FC_FCODE_ABORT;
172 error = FC_EXEC_FAILED;
174 if (ioctl(fd, FC_SET_FCODE_ERROR, &error) < 0) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/
H A Dparser.t19 like( $@, qr/syntax error/, 'syntax error, used to dump core' );
24 'syntax error in string, used to dump core' );
49 like( $@, qr/error/, 'lexical block discarded by yacc' );
131 like( $@, qr/(?:syntax|parse) error .* near "F 1"/, "unknown filetest operators" );
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-is-caller-privileged.c67 "privileged for a given PolicyKit action for a given device. If an error\n"
102 DBusError error; local
171 dbus_error_init (&error);
172 system_bus = dbus_bus_get (DBUS_BUS_SYSTEM, &error);
175 LIBHAL_FREE_DBUS_ERROR (&error);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Dassembler.t11 round trip. Also, error checking of Assembler.pm is tested by feeding
32 instruction in error.)
39 An error where Assembler.pm and Disassembler.pm agree but Assembler.pm
44 assembler error no output is written, and disassembled lines will be
63 way to cause an error).
172 # $SIG{__WARN__} handler to catch Assembler error messages
177 print "error: $warnmsg\n" if $dbg;
181 # that we do get an error.
320 gen_type( \%badlist, \@descr, 'asm error' );
325 $descr[$lineno] = "asm error
[all...]
/osnet-11/usr/src/lib/libast/common/comp/
H A Dgetsubopt.c39 #include <error.h>
/osnet-11/usr/src/lib/libast/common/misc/
H A Dstack.c37 stackalloc(register int size, void* error) argument
57 stack->error = error;
103 if (stack->position.index < 0) return(stack->error);
/osnet-11/usr/src/lib/libast/common/port/
H A Dlclib.h50 #include <error.h>
/osnet-11/usr/src/lib/libc/i386/fp/
H A D_D_cplx_lr_div.c38 #error This code is for x86 only
H A D_F_cplx_lr_div.c38 #error This code is for x86 only
H A D_X_cplx_lr_div.c38 #error This code is for x86 only

Completed in 307 milliseconds

<<11121314151617181920>>