Searched defs:error (Results 351 - 375 of 1783) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_raw.c123 Fatal header serialization error.");
151 struct rpc_err error; local
198 __seterr_reply(&msg, &error);
199 status = error.re_status;
/illumos-gate/usr/src/lib/libproc/common/
H A DPsyscall.c309 int error = 0; /* syscall errno */ local
310 int Perr = 0; /* local error number */
322 goto bad1; /* programming error */
386 rval->sys_rval1 = i; /* in case of error */
388 default: /* programming error */
398 goto bad5; /* programming error */
400 default: /* programming error */
405 goto bad7; /* programming error */
416 rval->sys_rval1 = 0; /* in case of error */
442 rval->sys_rval1 = i; /* in case of error */
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetnameinfo.c215 int error; local
217 if ((error = ip6_parsenumeric(sa, addr, host,
220 return(error);
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_class.c102 int i, error = 0, found = 0; local
159 if (!error && found) {
199 * Return < 0, do not set result pointer, if error.
H A Daudit_plugin.c96 * when used with the plugin option: error detail
145 gettext("error %s.\n"), option);
159 * error - error string
162 * when used with the plugin option: error detail
167 __audit_dowarn2(char *option, char *name, char *error, char *text, int count) argument
191 (void) execl(auditwarn, auditwarn, option, name, error, text,
198 gettext("%s plugin error: %s\n"), name, text);
211 * changing audit log files, error, or exiting (binfile).
214 * 1 = system error
[all...]
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dsem.c65 int error = 0; local
150 error = sema_init((sema_t *)sem, value, USYNC_PROCESS, 0);
151 if (error) {
152 errno = error;
168 /* fall into the error case */
170 error = errno;
180 errno = error;
208 int error; local
217 error = __pos4obj_unlink(path, SEM_DATA_TYPE);
225 return (error);
248 int error; local
261 int error; local
275 int error; local
289 int error; local
303 int error; local
319 int error; local
335 int error; local
[all...]
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dpopen.c99 int error; local
103 if ((error = posix_spawnattr_init(&attr)) != 0) {
105 errno = error;
108 if ((error = posix_spawn_file_actions_init(&fact)) != 0) {
111 errno = error;
127 error = errno;
131 errno = error;
136 error = errno;
141 errno = error;
148 for (curr = head; curr != NULL && error
[all...]
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dcancel.c41 int error = 0; local
77 error = _lwp_kill(tid, SIGCANCEL);
81 return (error);
H A Dsema.c91 int error = 0; local
123 error = ___lwp_sema_timedwait(lsp, tsp, 1);
141 while (error == 0 && lsp->count == 0) {
158 error = __lwp_park(tsp, 0);
164 if (error == 0)
184 if (error == 0) {
194 if (error == EINTR)
198 return (error);
237 int error = 0; local
245 error
304 int error = 0; local
[all...]
H A Dtsd.c164 int error; local
169 error = thr_keycreate(&key, destructor);
170 if (error) {
172 return (error);
205 * thr_getspecific() interface in that it cannot return an error status.
208 * an error code), the requested datum is returned rather than stored
/illumos-gate/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c138 * It will only be left if a timeout or an error has occured.
227 int error; local
230 error = pthread_create(NULL, &tpool->tp_attr, tpool_worker, tpool);
232 return (error);
243 int error; local
290 error = pthread_attr_clone(&tpool->tp_attr, attr);
291 if (error) {
293 errno = error;
/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_util.c46 ipmi_set_error(ipmi_handle_t *ihp, int error, const char *fmt, ...) argument
52 ihp->ih_errno = error;
/illumos-gate/usr/src/cmd/valtools/
H A Dckitem.c50 static char *deflt = NULL, *prompt = NULL, *error = NULL, *help = NULL; variable
62 "%s: ERROR: internal error occurred while attempting menu setup\n"
100 gettext("\t-W width\n\t-e error\n"));
234 error = optarg;
330 ckitem_err(mp, error);
356 n = ckitem(mp, item, max, deflt, error, help, prompt);
H A Dckrange.c46 static char *deflt = NULL, *prompt = NULL, *error = NULL, *help = NULL; variable
91 gettext("\t-W width\n\t-e error\n"));
181 error = optarg;
246 ckrange_err(lvalue, uvalue, base, error);
255 deflt, error, help, prompt); /* libadm interface */
H A Dckstr.c47 static char *deflt = NULL, *prompt = NULL, *error = NULL, *help = NULL; variable
89 gettext("\t-W width\n\t-e error\n"));
197 error = optarg;
235 ckstr_err(regexp, length, error, argv[optind]);
263 n = ckstr(strval, regexp, length, deflt, error, help, prompt);
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmds2.c102 error(value(vi_TERSE) ? gettext("Extra chars") :
109 * Print out the message in the error message file at str,
114 error(str, i) function
124 * noerror(): like error(), but doesn't inc errcnt.
126 * after error() is called, is because we will do a longjmp, and
149 * Print out the message in the error message file at str,
154 error(str, i) function
192 * Guts of the pre-printing error processing.
245 * Post error printing processing.
249 * Otherwise, in the normal command mode error cas
[all...]
/illumos-gate/usr/src/cmd/newgrp/
H A Dnewgrp.c75 void error(char *s) __NORETURN;
101 error(NG);
134 error("newgrp: Memory request failed");
138 error("newgrp: Memory request failed");
142 error(NG);
157 error("newgrp: Memory request failed");
161 error("newgrp: Memory request failed");
177 error("newgrp: Memory request failed");
200 error(char *s) function
259 error(P
[all...]
/illumos-gate/usr/src/cmd/pools/poolbind/
H A Dpoolbind.c73 int error = E_PO_SUCCESS; variable
184 return (error);
193 error = E_ERROR;
232 error = E_ERROR;
239 error = E_ERROR;
246 error = E_ERROR;
252 error = E_ERROR;
263 error = E_ERROR;
272 error = E_ERROR;
287 error
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDebug.java39 * <b>error()</b>, and <b>fatal()</b> causes a log entry to be
50 * means that only <b>error()</b> and <b>fatal()</b> calls will
52 * will log <b>warning()</b> calls as well as <b>error()</b> and
68 * <b>error()</b>, and <b>fatal()</b> which accept an argument of type
93 static public void error(String s) { method in class:Debug
135 static public void error(Object o, String s) { method in class:Debug
262 error(theInstance, s);
/illumos-gate/usr/src/cmd/pwck/
H A Dpwck.c62 static void error(char *);
135 error(ERROR1);
147 error(ERROR2b);
149 error(ERROR2a);
161 error(ERROR2c);
163 error(ERROR2);
168 error(ERROR3);
177 error(ERROR4);
186 error(ERROR5);
195 error(ERROR6
224 error(char *msg) function
[all...]
/illumos-gate/usr/src/cmd/refer/
H A Dsortbib.c34 static void error(char *);
74 error(argv[i]);
77 error(tempfile);
84 error(tempfile);
136 error(tempfile);
160 error(tempfile); /* disk error in /tmp */
178 error("sortbib");
184 error(gettext("sortbib: sorting error"));
302 error(char *s) function
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dif_mpadm.c59 mpadm_errmsg(uint32_t error) argument
61 switch (error) {
69 return (ipmp_errmsg(error));
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetattach.c362 int error; local
382 &error) == SDSSC_PROXY_DONE)
383 exit(error);
/illumos-gate/usr/src/cmd/modload/
H A Dupdate_drv.c84 int error, opt, major; local
178 * - if -a or -d is specified, it's an error if none of
241 if ((error = check_perm_opts(perms)) == ERROR) {
244 return (error);
250 * we didn't run into error earlier.
252 if ((error != ERROR) &&
253 (error = update_minor_entry(driver_name, perms))) {
256 return (error);
283 if ((error = update_device_policy(device_policy,
286 return (error);
[all...]
/illumos-gate/usr/src/cmd/eqn/
H A Dio.c23 void error(int, char *, char *);
101 error(!FATAL, gettext(
191 error(FATAL, gettext("no eqn strings left"), ebuf);
261 error(int fatal, char *s1, char *s2) function
264 printf(gettext("eqn fatal error: "));
270 fprintf(stderr, gettext("fatal error: "));

Completed in 133 milliseconds

<<11121314151617181920>>