Searched defs:error (Results 226 - 250 of 1783) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_shares.c138 * int *error - error pointer for returning any errors.
141 fs_parse_opts_for_sec_modes(char *cmd, int *count, int *error) argument
150 *error = ENOMEM;
159 *error = ENOMEM;
180 *error = ENOMEM;
197 *error = ENOMEM;
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtsol_gettpent.c125 tsol_fgettpent(FILE *f, boolean_t *error) argument
151 *error = B_TRUE;
/illumos-gate/usr/src/lib/libtsol/common/
H A Dstob.c84 * error = If error reported, the error indicator,
88 * string of error, 1 indicates entire string.
91 * Returns 0, If error.
102 stobsl(const char *string, bslabel_t *label, int flags, int *error) argument
123 if (error != NULL)
124 *error = 1;
131 if (error != NULL)
132 *error
229 stobclear(const char *string, bclear_t *clearance, int flags, int *error) argument
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_util.h74 /* Deferred error reporting buffer (TSD) */
76 int error; member in struct:__anon3625
85 void reportError(int error, char *fmt, ...);
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_prot.c275 accepted(enum accept_stat acpt_stat, struct rpc_err *error) argument
280 error->re_status = RPC_PROGUNAVAIL;
284 error->re_status = RPC_PROGVERSMISMATCH;
288 error->re_status = RPC_PROCUNAVAIL;
292 error->re_status = RPC_CANTDECODEARGS;
296 error->re_status = RPC_SYSTEMERROR;
300 error->re_status = RPC_SUCCESS;
304 error->re_status = RPC_FAILED;
305 error->re_lb.s1 = (int32_t)MSG_ACCEPTED;
306 error
310 rejected(enum reject_stat rjct_stat, struct rpc_err *error) argument
331 __seterr_reply(struct rpc_msg *msg, struct rpc_err *error) argument
[all...]
/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_getsockname.c46 int error; local
76 error = Psyscall(Pr, &rval, syscall, 4, &argd[0]);
78 if (error) {
79 errno = (error > 0)? error : ENOSYS;
123 int error; local
163 error = Psyscall(Pr, &rval, SYS_getsockopt, 5, &argd[0]);
165 if (error) {
166 errno = (error > 0)? error
181 int error; local
[all...]
H A Dpr_meminfo.c46 int error; local
156 error = Psyscall(Pr, &rval, SYS_meminfosys, 3, &argd[0]);
158 if (error) {
159 errno = (error > 0) ? error: ENOSYS;
/illumos-gate/usr/src/lib/libbsm/common/
H A Dgetauditflags.c72 * -1 - error
148 * cont = B_TRUE, continue parsing even if error.
149 * B_FALSE, return failure on error.
154 * B_FALSE and if error != NULL, flags in error.
158 __chkflags(char *flags, au_mask_t *mask, boolean_t cont, char **error) argument
183 if (error != NULL) {
184 /* save error pointer */
185 *error = flags;
259 * -1 - error
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwaitpid.c83 int error; local
101 if ((error = waitid(idtype, id, &info, options)) < 0)
102 return (error);
122 int error; local
156 error = waitid(idtype, pid, &info, noptions);
157 if (error == 0) {
183 return (-1); /* error number is set by waitid() */
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dsystem.c125 int error; local
167 * utility using execl(). If some error prevents the command
173 error = posix_spawnattr_init(&attr);
174 if (error == 0)
175 error = posix_spawnattr_setflags(&attr,
198 if (error == 0)
199 error = posix_spawnattr_setsigmask(&attr, &cu.savemask);
231 if (error == 0)
232 error = posix_spawnattr_setsigdefault(&attr, &mask);
238 if (error
[all...]
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dmsgsys.c80 int error; local
87 error = __systemcall(&rval, SYS_msgsys, MSGRCV, msqid,
89 if (error)
90 (void) __set_errno(error);
102 int error; local
104 error = __systemcall(&rval, SYS_msgsys, MSGSND, msqid,
106 if (error)
107 (void) __set_errno(error);
H A Dshmsys.c50 int error; local
52 error = __systemcall(&rval, SYS_shmsys, SHMAT, shmid, shmaddr, shmflg);
53 if (error)
54 (void) __set_errno(error);
/illumos-gate/usr/src/lib/libipmp/common/
H A Dipmp_mpathd.c48 * Connect to the multipathing daemon. Returns an IPMP error code; upon
55 int error; local
108 error = errno;
110 errno = error;
118 * dynamically allocated. Returns an IPMP error code.
159 * if all requested bytes were written, or an error code if not.
184 * `fd'. Returns an IPMP error code.
205 * means forever. Returns an IPMP error code.
/illumos-gate/usr/src/cmd/valtools/
H A Dckdate.c46 static char *deflt = NULL, *prompt = NULL, *error = NULL, *help = NULL; variable
95 gettext("\t-W width\n\t-h error\n"));
171 error = optarg;
211 if (ckdate_err(fmt, error)) {
240 n = ckdate(date, fmt, deflt, error, help, prompt);
H A Dckgid.c46 static char *deflt = NULL, *error = NULL, *help = NULL, *prompt = NULL; variable
87 gettext("\t-W width\n\t-e error\n"));
163 error = optarg;
201 ckgid_err(disp, error);
224 n = ckgid(gid, disp, deflt, error, help, prompt);
H A Dckint.c45 static char *deflt, *prompt, *error, *help; variable
83 gettext("\t-W width\n\t-e error\n"));
164 error = optarg;
201 ckint_err(base, error);
209 n = ckint(&intval, base, deflt, error, help, prompt);
H A Dckkeywd.c46 static char *deflt = NULL, *prompt = NULL, *error = NULL, *help = NULL; variable
123 error = optarg;
176 n = ckkeywd(strval, keyword, deflt, error, help, prompt);
H A Dckpath.c47 static char *deflt = NULL, *prompt = NULL, *error = NULL, *help = NULL; variable
109 gettext("\t-W width\n\t-e error\n"));
235 error = optarg;
276 ckpath_err(pflags, error, argv[optind]);
302 n = ckpath(pathval, pflags, deflt, error, help, prompt);
H A Dcktime.c46 static char *deflt = NULL, *prompt = NULL, *error = NULL, *help = NULL; variable
99 gettext("\t-W width\n\t-e error\n"));
175 error = optarg;
220 if (cktime_err(fmt, error)) {
247 n = cktime(tod, fmt, deflt, error, help, prompt);
H A Dckuid.c46 static char *deflt = NULL, *prompt = NULL, *error = NULL, *help = NULL; variable
90 gettext("\t-W width\n\t-e error\n"));
167 error = optarg;
204 ckuid_err(disp, error);
227 n = ckuid(strval, disp, deflt, error, help, prompt);
H A Dckyorn.c46 static char *deflt, *prompt, *error, *help; variable
82 gettext("\t-W width\n\t-e error\n"));
154 error = optarg;
194 ckyorn_err(error);
215 n = ckyorn(ynval, deflt, error, help, prompt);
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypmatch.c226 bool error; local
233 error = match_one(keys[n], &val, &len);
235 if (!error) {
261 bool error = FALSE; local
278 error = TRUE;
281 return (error);
H A Dypserv_map.c72 uint_t error; local
75 if ((fdb = ypset_current_map(map, domain, &error)) != NULL) {
144 * ndbm operations. Returns an YP_xxxx error code in error if FALSE.
147 ypset_current_map(char *map, char *domain, uint_t *error) argument
157 *error = YP_BADARGS;
183 *error = YP_BADDB;
185 *error = YP_NOMAP;
189 *error = YP_NODOM;
212 * FALSE otherwise. If FALSE then sets *error t
215 yp_map_access(SVCXPRT *transp, uint_t *error, DBM *fdb) argument
[all...]
/illumos-gate/usr/src/common/ctf/
H A Dctf_util.c132 * Store the specified error code into errp if it is non-NULL, and then
136 ctf_set_open_errno(int *errp, int error) argument
139 *errp = error;
144 * Store the specified error code into the CTF container, and then return
/illumos-gate/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh25 # Send the error message to the screen and to the logfile.
27 error() function
41 error "$fmt" "$@"
49 error "$fmt" "$@"
546 # this is an error.
1010 e_cannot_wrap=$(gettext "%s: error: wrapper file already exists")
1014 e_not_found=$(gettext "%s: error: file or directory not found.")

Completed in 141 milliseconds

1234567891011>>