Searched defs:error (Results 251 - 275 of 1783) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/prtdscp/sparc/sun4u/
H A Dprtdscp.c139 * Disable the built-in error reporting, so that
140 * error messages can be properly internationalized.
197 int error; local
201 error = dscpAddr(0, which, &saddr, &len);
202 if (error != DSCP_OK) {
203 trace(gettext("dscpAddr() failed: %s"), dscp_strerror(error));
238 * Print error messages to stderr.
258 * Convert a DSCP error value into a localized string.
261 dscp_strerror(int error) argument
263 switch (error) {
[all...]
/illumos-gate/usr/src/cmd/rexd/
H A Dunder.c92 char error[1024]; local
150 subdir = parsefs(dir, error);
156 if (mount_nfs(dir, tmpdir, error))
/illumos-gate/usr/src/cmd/csh/
H A Dsh.err.c31 bool errspl; /* Argument to error was spliced by seterr2 */
35 * contains DIR * for last opendir_(), its left open if an error
37 * if its not null in the error handler, then closedir it.
42 * Print error string s with optional argument arg.
47 * Note that any open files at the point of error will eventually
49 * place error unwinds are ever caught.
53 error(s, a1, a2) function
60 * Must flush before we print as we wish output before the error
76 * an error diagnostic here.
136 error(NUL
[all...]
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaclear.c131 int error; local
151 &error) == SDSSC_PROXY_DONE)
152 exit(error);
H A Dmetadetach.c175 int error; local
195 &error) == SDSSC_PROXY_DONE)
196 exit(error);
263 * The error message has been already been displayed
H A Dmetaparam.c349 int error; local
370 &error) == SDSSC_PROXY_DONE)
371 exit(error);
H A Dmetarename.c74 int error; local
97 &error) == SDSSC_PROXY_DONE)
98 exit(error);
H A Dmetareplace.c71 int error; local
94 &error) == SDSSC_PROXY_DONE)
95 exit(error);
H A Dmetasync.c75 int error; local
97 &error) == SDSSC_PROXY_DONE)
98 exit(error);
/illumos-gate/usr/src/cmd/fm/modules/common/sp-monitor/
H A Dsp_monitor.c140 int error; local
149 if ((smp->sm_hdl = ipmi_open(&error, &msg, IPMI_TRANSPORT_BMC, NULL))
155 if (error != EIPMI_BMC_OPEN_FAILED)
168 * should be unloaded. Any other error is treated is transient failure.
170 if ((error = ipmi_sunoem_uptime(smp->sm_hdl, &smp->sm_seconds,
183 if (error == 0)
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_autofs.c66 int sawnest, len, error = 0; local
87 error = errno;
88 syslog(LOG_ERR, "uname %s", strerror(error));
89 return (error);
185 * We got an error, free the memory we allocated.
193 return (error ? error : ENOMEM);
H A Dmount.c64 int error; local
154 error = mount(fni.map, mntpnt, mntflags | MS_DATA | MS_OPTIONSTR,
156 if (error < 0) {
/illumos-gate/usr/src/cmd/saf/
H A Dadmutil.c46 * error - print out an error message and die
52 error(msg) function
132 error("tempfile busy; try again later");
137 error("cannot create tempfile");
254 error("error reading _sactab");
268 * change value if another error is encountered.
315 error("error i
[all...]
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dcrle.c116 int c, error = 0; local
153 error = 1;
170 error = 1;
187 error = 1;
191 error = 1;
247 error = 1;
260 error = 2;
265 error = 2;
269 * error condition is required in the final error messag
[all...]
H A Ddepend.c174 int error = 0, status; local
203 if ((error = inspect(crle, str,
219 if ((error = filter(crle, _flt, _str,
225 error = errno;
238 error = status;
242 return (error);
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpinfo/
H A Ddhcpinfo.c59 int c, error, i; local
172 error = dhcp_ipc_make_request(request, &reply, DHCP_IPC_WAIT_DEFAULT);
173 if (error != 0 || reply->return_code != 0) {
175 if (error == 0)
176 error = reply->return_code;
179 dhcp_ipc_strerror(error));
181 if (error == DHCP_IPC_E_TIMEOUT)
198 * check for protocol error
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
H A Dprint.c76 int error, opt; local
83 error = smb_ctx_alloc(&ctx);
84 if (error)
87 error = smb_ctx_scan_argv(ctx, argc-1, argv,
89 if (error)
92 error = smb_ctx_readrc(ctx);
93 if (error)
99 error = smb_ctx_opt(ctx, opt, optarg);
100 if (error)
122 error
192 int error = 0; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/tmpfs/
H A Dmount.c81 int error = 0; local
111 error++;
134 if (verbose && !error) {
146 if (argc - optind != 2 || error) {
/illumos-gate/usr/src/cmd/hal/hald-runner/
H A Dmain.c151 fprintf(stderr, "error parsing udi");
156 fprintf(stderr, "error parsing environment");
185 DBusError error; local
189 dbus_error_init (&error);
190 if (!dbus_message_get_args(msg, &error,
244 DBusError error; local
249 dbus_error_init(&error);
255 c = dbus_connection_open(dbus_address, &error);
257 goto error;
267 error
[all...]
/illumos-gate/usr/src/cmd/hal/probing/printer/
H A Dprobe-printer.c115 DBusError error; local
129 dbus_error_init(&error);
130 if ((ctx = libhal_ctx_init_direct(&error)) == NULL)
156 libhal_device_commit_changeset(ctx, cs, &error);
166 if (dbus_error_is_set(&error)) {
167 dbus_error_free(&error);
169 libhal_ctx_shutdown(ctx, &error);
/illumos-gate/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);
H A Dhal-storage-closetray.c72 #error Need FreeBSD specific changes here
82 DBusError error; local
107 dbus_error_init (&error);
108 if ((hal_ctx = libhal_ctx_init_direct (&error)) == NULL) {
110 LIBHAL_FREE_DBUS_ERROR (&error);
114 dbus_error_init (&error);
115 system_bus = dbus_bus_get (DBUS_BUS_SYSTEM, &error);
118 LIBHAL_FREE_DBUS_ERROR (&error);
H A Dhal-storage-unmount.c81 DBusError error; local
112 dbus_error_init (&error);
113 if ((hal_ctx = libhal_ctx_init_direct (&error)) == NULL) {
115 LIBHAL_FREE_DBUS_ERROR (&error);
119 dbus_error_init (&error);
120 system_bus = dbus_bus_get (DBUS_BUS_SYSTEM, &error);
123 LIBHAL_FREE_DBUS_ERROR (&error);
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dmain.c139 int error = 0; local
155 if (error || (optind == argc)) {
/illumos-gate/usr/src/cmd/sgs/moe/common/
H A Dmoe.c160 int var, verbose = 0, silent = 0, error = 0, mode = 0, class = 0; local
180 error++;
186 error++;
192 error++;
198 error++;
201 error++;
207 if (error || ((argc - optind) == 0)) {
223 error++;
229 return (error);
237 return (error);
[all...]

Completed in 117 milliseconds

<<11121314151617181920>>