Searched defs:error (Results 176 - 200 of 365) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/efcode/gp2/
H A Dgp2.c45 int error; local
57 error = fc_run_priv(pdp->common, service, 3, 1, fc_size2cell(len),
60 if (error)
83 int error; local
106 error = fc_run_priv(pdp->common, service, 2, 0, fc_size2cell(len),
108 if (error)
207 int error; local
217 error = fc_run_priv(pdp->common, service, 6, 2,
222 if (error)
/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/libadm/common/
H A Dckitem.c104 ckitem_err(CKMENU *menup, char *error) argument
107 puterror(stdout, deferr, error);
120 ckitem(CKMENU *menup, char *item[], short max, char *defstr, char *error, argument
157 if (n = getstr(strval, defstr, error, help, prompt)) {
171 puterror(stderr, deferr, (errmsg ? errmsg : error));
502 getstr(char *strval, char *defstr, char *error, char *help, char *prompt) argument
530 puterror(stderr, deferr, (errmsg ? errmsg : error));
H A Dckpath.c234 ckpath_err(int pflags, char *error, char *input) argument
243 puterror(stdout, buffer, error);
248 puterror(stdout, defhlp, error);
263 ckpath(char *pathval, int pflags, char *defstr, char *error, char *help, argument
271 return (2); /* usage error */
311 puterror(stderr, buffer, error);
H A Dcktime.c273 cktime_err(char *fmt, char *error) argument
280 puterror(stdout, defmesg, error);
342 cktime(char *tod, char *fmt, char *defstr, char *error, char *help, argument
367 puterror(stderr, defmesg, error);
378 puterror(stderr, defmesg, error);
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_msg.c106 "unknown error",
131 #define STR_ERR_UNKNOWN "unknown error"
171 * a corresponding error string. ap_err() calls dgettext() to
173 * error was encountered (errno set), ap_err() looks for the error
174 * string corresponding to the returned error code if one is available.
175 * If not, the standard libc error string is fetched.
200 const char *error; local
209 * there is an outstanding error, just return.
227 error
[all...]
/osnet-11/usr/src/cmd/hal/addons/network-devices/
H A Daddon-network-discovery.c154 DBusError error; local
159 dbus_error_init(&error);
170 dbus_message_get_args(message, &error,
188 dbus_message_get_args(message, &error,
206 if (dbus_error_is_set(&error))
207 dbus_error_free(&error);
227 nds_claim_interface(LibHalContext *ctx, char *udi, DBusError *error) argument
247 ctx, udi, error, DBUS_INTERFACE));
255 DBUS_INTERFACE, interface_xml, error) == 0) {
256 HAL_WARNING(("Could not claim interface: %s", error
312 DBusError error; local
[all...]
H A Dcommon.c170 DBusError error; local
183 dbus_error_init(&error);
187 if (libhal_device_exists(ctx, udi, &error) == TRUE)
190 if ((tmp_udi = libhal_new_device(ctx, &error)) == NULL)
197 "info.parent", parent, &error);
200 "info.category", "printer", &error);
203 "info.capabilities", "printer", &error);
205 "info.capabilities", "network_device", &error);
208 "network_device.address", hostaddr, &error);
212 "network_device.snmp_community", community, &error);
[all...]
/osnet-11/usr/src/cmd/hal/addons/storage/
H A Daddon-storage.c48 my_dbus_error_free(DBusError *error) argument
50 if (dbus_error_is_set(error)) {
51 dbus_error_free(error);
92 DBusError error; local
126 dbus_error_init (&error);
127 libhal_device_emit_condition (ctx, udi, "EjectPressed", "", &error);
128 dbus_error_free (&error);
137 DBusError error; local
145 dbus_error_init (&error);
164 device_file = libhal_device_get_property_string (ctx, udi, "block.device", &error);
202 DBusError error; local
317 DBusError error; local
[all...]
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo.c221 devinfo_callouts_probing_done (HalDevice *d, guint32 exit_type, gint return_code, char **error, gpointer userdata1, gpointer userdata2) argument
/osnet-11/usr/src/cmd/hal/hald-runner/
H A Drunner.c107 send_reply(DBusConnection *con, DBusMessage *msg, guint32 exit_type, gint32 return_code, gchar **error) argument
122 if (error != NULL) for (i = 0; error[i] != NULL; i++) {
123 dbus_message_iter_append_basic(&iter, DBUS_TYPE_STRING, &error[i]);
146 char **error = NULL; local
164 error = get_string_array_from_fd(rd->stderr_v);
169 send_reply(rd->con, rd->msg, HALD_RUN_SUCCESS, WEXITSTATUS(status), error);
170 free_string_array(error);
239 GError *error = NULL; local
269 stdin_p, NULL, stderr_p, &error)) {
[all...]
/osnet-11/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c130 DBusError error; local
315 DBusError error; local
355 dbus_error_init (&error);
356 if ((ctx = libhal_ctx_init_direct (&error)) == NULL)
444 libhal_device_commit_changeset (ctx, cs, &error);
457 if (dbus_error_is_set(&error)) {
458 dbus_error_free (&error);
460 libhal_ctx_shutdown (ctx, &error);
/osnet-11/usr/src/cmd/hal/probing/xkb/
H A Dprobe-xkb.c283 DBusError error; local
298 dbus_error_init(&error);
299 if ((ctx = libhal_ctx_init_direct(&error)) == NULL) {
340 libhal_device_commit_changeset(ctx, cs, &error);
351 libhal_ctx_shutdown(ctx, &error);
353 if (dbus_error_is_set(&error)) {
354 dbus_error_free(&error);
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-device.c102 DBusError error; local
131 dbus_error_init(&error);
133 if (!(conn = dbus_bus_get(DBUS_BUS_SYSTEM, &error))) {
134 fprintf(stderr, "error: dbus_bus_get: %s: %s\n", error.name, error.message);
135 LIBHAL_FREE_DBUS_ERROR (&error);
142 if (!libhal_ctx_init(hal_ctx, &error)) {
143 if (dbus_error_is_set(&error)) {
144 fprintf (stderr, "error
193 DBusError error; local
306 DBusError error; local
342 DBusError error; local
547 DBusError error; local
[all...]
H A Dlshal.c57 /** Macro for terminating the program on an unrecoverable error */
91 DBusError error; local
96 dbus_error_init (&error);
98 props = libhal_device_get_all_properties (hal_ctx, udi, &error);
107 LIBHAL_FREE_DBUS_ERROR (&error);
181 DBusError error; local
183 dbus_error_init (&error);
185 if (!libhal_device_exists (hal_ctx, udi, &error)) {
186 LIBHAL_FREE_DBUS_ERROR (&error);
255 DBusError error; local
401 DBusError error; local
576 DBusError error; local
[all...]
/osnet-11/usr/src/cmd/hal/utils/
H A Dacpi.c33 my_dbus_error_free(DBusError *error) argument
35 if (dbus_error_is_set(error)) {
36 dbus_error_free(error);
44 DBusError error; local
49 dbus_error_init(&error);
50 if (!libhal_device_query_capability(ctx, udi, "laptop_panel", &error)) {
57 my_dbus_error_free(&error);
58 libhal_device_add_capability(ctx, udi, "laptop_panel", &error);
60 my_dbus_error_free(&error);
69 my_dbus_error_free(&error);
82 DBusError error; local
146 DBusError error; local
173 DBusError error; local
294 DBusError error; local
457 DBusError error; local
562 DBusError error; local
619 DBusError error; local
651 DBusError error; local
685 DBusError error; local
724 DBusError error; local
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Dtranslate.c32 #include <error.h>
75 int error; /* no dictionaries! */ member in struct:__anon1174
328 if (state.error)
332 state.error = 1;
338 state.error = 1;
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dvthread.h139 int error; member in struct:_vtmutex_s
149 int error; /* error status */ member in struct:_vthread_s
157 int error; member in struct:_vtonce_s
167 #define vterror(vt) ((vt)->error)
168 #define vtmtxerror(mtx) ((mtx)->error)
169 #define vtonceerror(once) ((once)->error)
176 { int error; member in struct:_vtmutex_s
179 { int error; member in struct:_vtattr_s
182 { int error; member in struct:_vthread_s
185 { int error; member in struct:_vtonce_s
[all...]
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_event.c62 * If an error occurs during the call to cacheauclassnam() inside
65 * that an error has occurred.
121 boolean_t error = B_FALSE; local
177 error = B_TRUE;
191 return ((!error && found) ? au_event_entry : NULL);
274 * Return < 0, if error.
H A Daudit_plugin.c103 * when used with the plugin option: error detail
146 LOG_AUTH, LOG_ALERT, "error %s.", option);
151 LOG_AUTH, LOG_ALERT, "error %s - %s.", option, text);
156 LOG_AUTH, LOG_ALERT, "error %s.", option);
168 * error - error string
171 * when used with the plugin option: error detail
176 __audit_dowarn2(char *option, char *name, char *error, char *text, int count) argument
201 (void) execl(auditwarn, auditwarn, option, name, error, text,
206 LOG_ALERT, "%s plugin error
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dattrat.c178 int error; local
184 if (error = attrat_init())
185 return (error);
186 if ((error = fstat(fd, &buf)) != 0)
187 return (error);
212 int error, saveerrno; local
217 if (error = attrat_init())
218 return (error);
220 if ((error = attr_nv_pack(request, &nv_request, &nv_requestlen)) != 0)
221 return (error);
238 int error, saveerrno, xattrfd; local
253 int error, saveerrno, xattrfd; local
267 int error, saveerrno, namefd, xattrfd; local
290 int error, saveerrno, namefd, xattrfd; local
[all...]
H A Dmon.c202 int error; local
209 error = 0;
213 error = errno;
216 if (error) {
217 errno = error;
/osnet-11/usr/src/lib/libc/port/regex/
H A Dwordexp.c92 int i, n, error, status; local
229 * error...
259 if ((error = posix_spawnattr_init(&attr)) != 0) {
260 errno = error;
263 if ((error = posix_spawn_file_actions_init(&fact)) != 0) {
265 errno = error;
273 error = errno;
276 errno = error;
283 error = posix_spawnattr_setflags(&attr,
285 if (error
[all...]
/osnet-11/usr/src/lib/libc/port/rt/
H A Dsigev_thread.c122 * It returns 0 indicating success. A value != 0 indicates an error.
276 int error = 0; local
287 while (error == 0) {
289 error = errno;
291 tcdp->tcd_port, error, strerror(error));
347 error = EINVAL;
349 error = sigev_add_work(tcdp, function, argument);
359 error = ENOMEM;
361 error
453 int error; local
[all...]

Completed in 39 milliseconds

1234567891011>>