Searched defs:error (Results 201 - 225 of 365) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libc/port/sys/
H A Dzone.c87 int error; local
89 error = __systemcall(&rval, SYS_zone, ZONE_GETATTR_DEFUNCT, &uniqid,
91 if (error)
92 (void) __set_errno(error);
100 int error; local
102 error = __systemcall(&rval, SYS_zone, ZONE_GETATTR, zoneid,
104 if (error)
105 (void) __set_errno(error);
190 /* not an active zone, return error */
/osnet-11/usr/src/lib/libc/port/threads/
H A Dsigaction.c62 #error "fix me: MAXSIG out of bounds"
248 int error; local
285 while ((error = __sigresend(sig, sip, &self->ul_sigmask)) == EAGAIN)
287 if (error)
575 #error "none of __sparc, __amd64, __i386 defined"
666 int error; local
674 if ((error = thr_sigsetmask(how, set, oset)) != 0) {
675 errno = error;
/osnet-11/usr/src/lib/libuvfs/common/
H A Dsvc.c259 int error = scf_error(); local
261 if (error != SCF_ERROR_EXISTS) {
275 int error = scf_error(); local
277 if ((error != SCF_ERROR_EXISTS) ||
/osnet-11/usr/src/lib/nsswitch/dns/common/
H A Dgethostent6.c97 int error, *errp; local
102 errp = &error;
137 int error, *errp; local
142 errp = &error;
216 int error, *errp; local
221 errp = &error;
/osnet-11/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c277 * Returns: module error or specific error on failure
290 int error = PAM_ACCT_EXPIRED; local
317 if ((error = pam_get_item(pamh, PAM_USER, (void **)&user))
322 error = PAM_USER_UNKNOWN;
327 if ((error = pam_get_item(pamh, PAM_REPOSITORY, (void **)&auth_rep))
335 error = PAM_BUF_ERR;
352 error = PAM_USER_UNKNOWN;
355 error = PAM_PERM_DENIED;
358 error
[all...]
/osnet-11/usr/src/lib/pam_modules/unix_auth/
H A Dunix_auth.c60 error(pam_handle_t *pamh, char *fmt, ...) function
132 error(pamh,
137 error(pamh,
142 error(pamh,
/osnet-11/usr/src/lib/pam_modules/unix_cred/
H A Dunix_cred.c161 if (userdir == NULL) { /* memory error */
163 "pam_unix_cred: error allocating userdir buffer space.");
173 "pam_unix_cred: error creating %s: %m", userdir);
178 "pam_unix_cred: chmod error on %s: %m",
184 "pam_unix_cred: chown error on %s: %m",
227 int error; local
489 if ((error = setproject(proj.pj_name, user, TASK_NORMAL)) != 0) {
492 switch (error) {
561 * newtask(1m), we treat this as an error.
563 if (error <
[all...]
/osnet-11/usr/src/lib/libproject/common/
H A Dsetproject.c191 int error = 0; local
240 * to suspect that pr_getrctl() will return an error.
264 error = NESTING;
276 error = BADSPEC;
281 error = BADSPEC;
291 error = SETFAILED;
316 error = CLOSEBEFOREOPEN;
324 error = BADSPEC;
333 error = BADSPEC;
335 error
[all...]
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_headers.c902 _sip_startline_to_str(_sip_msg_t *sip_msg, int *error) argument
907 if (error != NULL)
908 *error = 0;
911 if (error != NULL)
912 *error = EINVAL;
920 if (error != NULL)
921 *error = ENOMEM;
934 sip_hdr_to_str(sip_header_t sip_header, int *error) argument
941 if (error != NULL)
942 *error
[all...]
H A Dsip_msg.c218 sip_msg_to_str(sip_msg_t sip_msg, int *error) argument
224 if (error != NULL)
225 *error = EINVAL;
230 msgstr = sip_msg_to_msgbuf(msg, error);
240 sip_msg_to_msgbuf(_sip_msg_t *msg, int *error) argument
252 if (error != NULL)
253 *error = 0;
256 if (error != NULL)
257 *error = EINVAL;
266 if (error !
[all...]
H A Dsip_parse_generic.c393 int error; local
399 value->sip_value_parsed_uri = sip_parse_uri(sip_str, &error);
402 if (error != 0 ||
863 * alert-info, error-info, call-info
1162 int error; local
1165 &msg_info->U.sip_request.sip_request_uri, &error);
1167 return (error);
H A Dsip_parse_hdrs.c331 * Error-Info = "Error-Info" HCOLON error-uri *(COMMA error-uri)
332 * error-uri = LAQUOT absoluteURI RAQUOT *(SEMI generic-param)
1408 * a display name we will have a LAQUOT/RAQUOT. If we encounter an error
1480 * It's an error not to have a uri.
1511 * It's an error not to have a uri.
1536 * It's an error not to have a uri.
1631 int error; local
1638 &value->cftr_uri, &error);
1645 if (error !
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_confmgr.c102 read_file(ns_config_t *ptr, int cred_file, ns_ldap_error_t **error) argument
125 MKERROR(LOG_ERR, *error, NS_CONFIG_FILE, strdup(errstr), NULL);
150 MKERROR(LOG_ERR, *error, NS_CONFIG_SYNTAX,
159 MKERROR(LOG_ERR, *error, NS_CONFIG_SYNTAX,
168 MKERROR(LOG_ERR, *error, NS_CONFIG_SYNTAX,
179 error);
188 MKERROR(LOG_ERR, *error, NS_CONFIG_SYNTAX,
199 error);
208 MKERROR(LOG_ERR, *error, NS_CONFIG_SYNTAX,
220 MKERROR(LOG_ERR, *error, NS_CONFIG_SYNTA
373 ns_ldap_error_t *error = NULL; local
834 ns_ldap_error_t *error = NULL; local
[all...]
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_mbuf.c127 int error; local
134 if ((error = smbfs_m_get(totlen, &nm)) != 0)
135 return (error);
160 int error; local
162 if ((error = smbfs_m_get(size, &m)) != 0)
163 return (error);
189 int error, ts; local
201 if ((error = smbfs_m_get(len, &m)) != 0)
202 return (error);
227 * Return pointer to the object placeholder or NULL if any error occure
233 int error; local
307 int error; local
[all...]
H A Dsmbfs_util.c87 int error; local
91 if ((error = smbfs_nls_setlocale("")) != 0) {
94 return (error);
119 * knows our special error codes.
144 * Print a (descriptive) error message
145 * error values:
146 * 0 - no specific error code available;
147 * 1..32767 - system error
150 smbfs_error(const char *fmt, int error, ...) { argument
156 va_start(ap, error);
[all...]
/osnet-11/usr/src/lib/libnetcfg/common/
H A Dlibnetcfg.c55 /* error codes and text description */
60 { NETCFG_SUCCESS, "no error" },
74 * Returns a message string for the given libnetcfg error code.
87 return (dgettext(TEXT_DOMAIN, "<unknown error>"));
91 netcfg_errno2error(int error) argument
93 switch (error) {
356 /* Check for an error return */
570 * an error case, it just means the db is empty, so
/osnet-11/usr/src/lib/libparted/common/libparted/fs/reiserfs/
H A Dreiserfs.c263 goto error;
291 error:
676 char *error; local
679 if ((error = dlerror()) != NULL) {
684 symbol, error);
730 goto error;
777 error:
/osnet-11/usr/src/lib/libpctx/common/
H A Dlibpctx.c255 int error = 0; local
294 error = -1;
297 } while (event != PCTX_NULL_EVENT && error == 0);
300 if (error != 0)
301 return (error);
322 error = -1;
327 error = -1;
571 * Otherwise, if an error has occurred, running becomes -1.
876 int error; local
974 error
[all...]
/osnet-11/usr/src/lib/libcommputil/common/
H A Dsdp_parse.c972 * once but occurs several times in SDP description. error cannot be NULL.
975 sdp_check_order(char prev, char *order, int *error) argument
977 *error = 0;
982 *error = 1;
994 int error = 0; /* fields order error */ local
1000 sdp_check_order(prev, SDP_VERSION_ORDER, &error);
1006 sdp_check_order(prev, SDP_ORIGIN_ORDER, &error);
1012 sdp_check_order(prev, SDP_NAME_ORDER, &error);
1020 &error);
[all...]
/osnet-11/usr/src/lib/libcontract/common/
H A Dlibcontract.c241 int error; local
253 error = ioctl(fd, CT_SSTATUS, &info->status);
254 while (error == -1 && errno == EINTR);
255 if (error == -1)
285 error = errno;
290 return (error);
398 int error; local
400 if ((error = nvlist_unpack(buffer, len, &tmpnvl, 0)) != 0)
401 return (error);
408 error
420 int error; local
[all...]
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_retire.c373 int error; local
398 error = errno;
403 error = errno;
407 "rcm_%s: retval=%d: error=%s: path=%s\n",
409 strerror(error), tmp->rpt_path);
501 "failed: error: %s\n", strerror(errno));
508 "failed: error: %s\n", strerror(errno));
519 "failed: error: %s: %s\n", strerror(errno), path);
536 "returned: unknown RCM error code: %d, %s\n",
570 * an error occurre
[all...]
/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c531 * dhcp_ipc_strerror(): maps an ipc error code into a human-readable string
533 * input: int: the ipc error code to map
538 dhcp_ipc_strerror(int error) argument
549 switch (error) {
569 error_string = "unknown error";
572 syscalls[error], error_string);
591 error_string = "internal error (might work later)";
658 error_string = "unknown error";
663 * TODO: internationalize this error string
713 * output: int: DHCP_IPC_E_* on error,
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/modules/files/
H A Ddhcp_network.c638 int error; local
677 error = DSVC_NO_MEMORY;
683 error = DSVC_NO_MEMORY;
703 return (error);
722 * `recoff'. Returns DSVC_* error code.
/osnet-11/usr/src/lib/libdhcpsvc/modules/files0/
H A Ddhcp_network.c540 int error; local
570 error = DSVC_NO_MEMORY;
576 error = DSVC_NO_MEMORY;
605 return (error);
623 * `recoff'. Returns DSVC_* error code.
/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dprivate.c224 int error; local
225 error = get_conver(ddp->d_resource, &ddp->d_conver);
226 if (error != DSVC_SUCCESS) {
228 return (error);
308 int error; local
310 error = load_public_module(ddp, &instance, &api);
311 if (error != DSVC_SUCCESS)
312 return (error);
314 error = api.status(ddp->d_location);
318 return (error);
330 int error; local
353 int error; local
381 int error; local
457 int error; local
492 int error; local
538 int error; local
615 int error; local
650 int error; local
687 int error; local
805 int error; local
[all...]

Completed in 51 milliseconds

1234567891011>>