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

1234567891011>>

/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dinuse_svm.c164 * log the error but continue
255 md_error_t error = *mdl_mdnullerror; local
263 if ((mdl_metareplicalist)(sp, MD_BASICNAME_OK, &replica_list, &error)
277 (mdl_mdclrerror)(&error);
281 (mdl_mdclrerror)(&error);
283 if ((mdl_meta_get_trans_names)(sp, &trans_list, 0, &error) >= 0) {
296 (mdl_mdclrerror)(&error);
298 if ((mdl_meta_get_raid_names)(sp, &raid_list, 0, &error) >= 0) {
306 META_DEVICE, &error);
307 (mdl_mdclrerror)(&error);
592 md_error_t error = *mdl_mdnullerror; local
653 md_error_t error = *mdl_mdnullerror; local
[all...]
H A Dslice.c266 int error = 0; local
271 while ((error == 0) && (dp != NULL)) {
272 error = make_fixed_descriptors(dp);
277 return (error);
311 int error; local
314 if (detectors[i](name, attrs, &error) || error != 0) {
315 if (error != 0) {
316 return (error);
393 int error; local
749 int error = 0; local
[all...]
/osnet-11/usr/src/lib/libefi/common/
H A Drdwr_efi.c94 #error No VTOC format defined.
253 int error; local
256 error = ioctl(fd, cmd, (void *)dk_ioc);
259 return (error);
1339 "label error: EFI Labels do not "
/osnet-11/usr/src/lib/efcode/fcdriver/
H A Dmisc.c42 int error, nin; local
49 /* Supress fc_run_priv error msgs on peeks */
52 error = fc_run_priv(env->private, service, nin, 1, virtaddr, &data);
54 /* Don't report error on peeks */
55 *errp = error;
56 else if (error) {
68 int error, nin; local
75 /* Supress fc_run_priv error msgs on pokes */
78 error = fc_run_priv(env->private, service, nin, 0, virtaddr, data);
80 /* Don't report error o
218 int error; local
235 int error; local
248 int error; local
266 int error; local
280 int error; local
297 int error; local
520 int error; local
[all...]
/osnet-11/usr/src/lib/fm/libseslog/common/
H A Dlibseslog.c124 /* Took an error */
391 /* Couldn't alloc space, return error */
397 /* Error adding string, return error */
403 /* Error adding string, return error */
408 /* Error adding srtring, return error */
419 /* Error adding nvlist, return error */
706 /* Mode page offset error */
750 int error; local
770 error = save_logs(rsp_buff, data);
771 if (error !
792 int error; local
[all...]
/osnet-11/usr/src/lib/libadm/common/
H A Dckdate.c229 ckdate_err(char *fmt, char *error) argument
236 puterror(stdout, defmesg, error);
404 ckdate(char *date, char *fmt, char *defstr, char *error, char *help, argument
433 puterror(stderr, defmesg, error);
441 puterror(stderr, defmesg, error);
/osnet-11/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh82 # Send the error message to the screen and to the logfile.
84 function error { function
100 error "$fmt" "$@"
108 [[ -n "$fmt" ]] && error "$fmt" "$@"
143 [[ -n "$fmt" ]] && error "$fmt" "$@"
155 backtrace "Unrecoverable internal error"
157 error "$fmt" "$@"
193 # This is an internal error because we shouldn't have made it
790 # this is an error.
1278 # deleting the new datasets, mark them as pinned so the error pat
[all...]
/osnet-11/usr/src/cmd/hal/hald/
H A Dhald.c79 gint return_code, gchar **error,
78 addon_terminated(HalDevice *device, guint32 exit_type, gint return_code, gchar **error, gpointer data1, gpointer data2) argument
H A Dhald_runner.c111 DBusError error; local
112 dbus_error_init (&error);
113 if (dbus_message_get_args (message, &error,
176 GError *error = NULL; local
189 goto error;
212 NULL, NULL, &pid, &error)) {
213 HAL_ERROR (("Could not spawn runner : '%s'", error->message));
214 g_error_free (error);
215 goto error;
229 error
430 GArray *error = NULL; local
[all...]
/osnet-11/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c44 my_dbus_error_free(DBusError *error) argument
46 if (dbus_error_is_set(error)) {
47 dbus_error_free(error);
77 DBusError error; local
84 dbus_error_init (&error);
118 libhal_device_commit_changeset (ctx, cs, &error);
121 my_dbus_error_free (&error);
138 DBusError error; local
174 dbus_error_init (&error);
204 "volume.disc.is_videodvd", TRUE, &error);
221 DBusError error; local
427 DBusError error; local
[all...]
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.c104 #error TODO: set *mount_point to g_strdup()-ed value if mount_point!=NULL
270 DBusError error; local
297 dbus_error_init (&error);
298 if (libhal_device_get_property_bool (hal_ctx, udi, "volume.ignore", &error) ||
299 dbus_error_is_set (&error)) {
300 if (dbus_error_is_set (&error)) {
301 LIBHAL_FREE_DBUS_ERROR (&error);
482 printf ("%s error %d, stdout='%s', stderr='%s'\n", UMOUNT, exit_status, sout, serr);
611 printf ("%s error %d, stdout='%s', stderr='%s'\n", EJECT, exit_status, sout, serr);
/osnet-11/usr/src/lib/libast/common/misc/
H A Derror.c27 * error and message formatter
29 * level is the error level
298 * print error context FIFO stack
334 sfprintf(error_state.tty, "error breakpoint: ");
345 error(int level, ...) function
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfvscanf.c62 { int error; /* get set by _sfdscan if no value specified */ member in struct:_scan_s
72 #define SCinit(sc,ds) ((sc)->inp = (sc)->error = -1, (sc)->f = f, \
92 { sc->error = flag;
249 /* shift left data so that there will be more room to back up on error.
793 if(scd.error >= 0)
/osnet-11/usr/src/lib/libc/port/threads/
H A Drwlock.c509 int error; local
521 error = EBUSY;
524 if ((error = mutex_lock(mp)) != 0)
553 error = __lwp_rwlock_tryrdlock(rwlp);
555 error = __lwp_rwlock_rdlock(rwlp, tsp);
558 error = __lwp_rwlock_trywrlock(rwlp);
560 error = __lwp_rwlock_wrlock(rwlp, tsp);
562 } while (error == EAGAIN || error == EINTR);
565 DTRACE_PROBE3(plockstat, rw__blocked, rwlp, rd_wr, error
585 int error = 0; local
713 int error; local
787 int error; local
801 int error; local
817 int error; local
885 int error; local
898 int error; local
916 int error; local
973 int error; local
[all...]
/osnet-11/usr/src/lib/libwrap/
H A Doptions.c16 * many irreversible side effects to make error recovery feasible. For
179 * Lookup the option-specific info and do some common error checks.
382 char *error; local
399 error = "twist_option: dup: %m";
404 error = "twist_option: /bin/sh: %m";
409 tcpd_warn(error);
/osnet-11/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_diskmgt.c39 static char *get_device_name(dm_descriptor_t device, int *error);
40 static dmgt_disk_t *get_disk(dm_descriptor_t disk, int *error);
41 static char **get_disk_aliases(dm_descriptor_t disk, char *name, int *error);
42 static int get_disk_online(dm_descriptor_t disk, int *error);
45 const char *name, uint32_t blocksize, int *error);
47 const char *name, uint32_t blocksize, int *in_use, int *error);
49 uint64_t *size, uint32_t *blocksize, int *error);
51 char **used_name, char **used_by, int *error);
53 dm_descriptor_t slice, uint32_t blocksize, int *error);
55 static int slice_in_use(dmgt_slice_t *slice, int *error);
69 get_device_name(dm_descriptor_t device, int *error) argument
101 get_disk(dm_descriptor_t disk, int *error) argument
163 get_disk_aliases(dm_descriptor_t disk, char *name, int *error) argument
218 get_disk_online(dm_descriptor_t disk, int *error) argument
255 get_disk_slices(dm_descriptor_t media, const char *name, uint32_t blocksize, int *error) argument
359 get_disk_usable_slices(dm_descriptor_t media, const char *name, uint32_t blocksize, int *in_use, int *error) argument
437 get_disk_size(dm_descriptor_t media, char *name, uint64_t *size, uint32_t *blocksize, int *error) argument
484 get_slice_use(dm_descriptor_t slice, char *name, char **used_name, char **used_by, int *error) argument
537 get_slice(dm_descriptor_t slice, uint32_t blocksize, int *error) argument
639 slice_in_use(dmgt_slice_t *slice, int *error) argument
677 int error = 0; local
[all...]
H A Dlibzfs_jni_main.c52 /* Save the error message in case it's needed */
55 (void) fprintf(stderr, "caught error: %s\n", libdskmgt_err);
60 * Initialize the library. Sets the error handler.
69 /* diskmgt.o error handler */
87 int error; local
118 error = zjni_ipool_iter(
123 if (error) {
431 int error; local
442 error = dmgt_avail_disk_iter(zjni_create_add_DiskDevice, &data);
444 if (error) {
[all...]
H A Dlibzfs_jni_util.c54 char error[1024]; local
59 (void) vsnprintf(error, sizeof (error), fmt, ap);
65 (*env)->ThrowNew(env, class_UnsupportedOperationException, error);
/osnet-11/usr/src/lib/pyzfs/common/
H A Dioctl.c197 /* On error, returns NULL but does not set python exception. */
377 int error; local
403 error = ioctl(zfsdevfd, ZFS_IOC_USERSPACE_MANY, &zc);
404 if (error || zc.zc_nvlist_dst_size == 0)
424 if (error != 0) {
438 int error; local
444 error = ioctl(zfsdevfd, ZFS_IOC_USERSPACE_UPGRADE, &zc);
446 if (error != 0) {
/osnet-11/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss.c252 * initialize error
649 * The context needs to be recreated only when the error status
653 * error status codes are received or if the context has not
894 __rpc_gss_get_error(rpc_gss_error_t *error) argument
896 *error = rpc_gss_err;
/osnet-11/usr/src/tools/onbld/Scm/
H A DWorkSpace.py54 # Mercurial >= 1.2 has its exception types in a mercurial.error
58 from mercurial import error namespace
59 HgRepoError = error.RepoError
60 HgLookupError = error.LookupError
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Ddns_ho.c609 RES_SET_H_ERRNO(pvt->res, NO_RECOVERY); /*%< better error? */
685 int error = NETDB_SUCCESS; local
1019 if (error == NETDB_SUCCESS)
1022 RES_SET_H_ERRNO(pvt->res, error);
1054 return(0); /*%< fail, but not treat it as an error. */
H A Dgetaddrinfo.c36 * in the source code. This is because RFC2553 is silent about which error
216 "System error returned in errno", /*%< EAI_SYSTEM */
219 "Unknown error", /*%< EAI_MAX */
227 /* external reference: pai, error, and label free */ \
230 error = EAI_MEMORY; \
237 /* external reference: error and label free */ \
238 error = get_port((ai), (serv), 0); \
239 if (error != 0) \
245 /* external reference: pai, error and label free */ \
246 error
327 int error = 0; local
618 int error = 0; local
696 int error; local
741 int error; local
788 int error; local
1161 int i, af, error = 0; local
[all...]
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c105 static void error(struct ctl_cctx *);
327 error(ctx);
333 error(ctx);
389 error(struct ctl_cctx *ctx) { function
422 error(ctx);
430 error(ctx);
437 error(ctx);
472 error(ctx);
504 error(ctx);
512 error(ct
[all...]
/osnet-11/usr/src/lib/libsec/common/
H A Daclutils.c103 int error; local
171 error = acl(fname, getcmd, acl_info->acl_cnt,
175 error = facl(fd, getcmd, acl_info->acl_cnt,
180 if (error == -1) {
248 int error = 0; local
268 * If target returns an error or 0 from pathconf call then
280 if ((error = acl_translate(aclp, acl_flavor_target, isdir,
282 return (error);
286 error = acl(acl_inp->file,
290 error
391 int error = 0; local
754 int error = 1; local
[all...]

Completed in 73 milliseconds

1234567891011>>