Searched refs:error (Results 251 - 275 of 3315) sorted by relevance

<<11121314151617181920>>

/opensolaris-onvv-gate/usr/src/uts/sparc/sys/
H A Dpsw.h40 #error Kernel include of psw.h
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DCatalogMessages.h37 MessageType::error,
49 MessageType::error,
61 MessageType::error,
73 MessageType::error,
85 MessageType::error,
97 MessageType::error,
109 MessageType::error,
121 MessageType::error,
133 MessageType::error,
157 MessageType::error,
[all...]
H A DCmdLineAppMessages.h27 MessageType::error,
39 MessageType::error,
75 MessageType::error,
87 MessageType::error,
99 MessageType::error,
111 MessageType::error,
/opensolaris-onvv-gate/usr/src/cmd/hal/probing/network-printer/
H A Dprobe-network-printer.c42 DBusError error; local
56 dbus_error_init(&error);
71 dbus_error_init(&error);
73 if ((ctx = libhal_ctx_init_direct(&error)) == NULL)
100 libhal_device_commit_changeset(ctx, cs, &error);
110 if (dbus_error_is_set(&error)) {
111 dbus_error_free(&error);
113 libhal_ctx_shutdown(ctx, &error);
/opensolaris-onvv-gate/usr/src/cmd/mail/
H A Ddoopen.c30 Exits on error with passed error value.
48 error = errnum;
51 Dout(pn, 0, "error set to %d\n", error);
/opensolaris-onvv-gate/usr/src/cmd/projadd/
H A Dprojdel.pl54 # Print a list of error messages and exit.
56 sub error subroutine
100 error([10, gettext('Cannot open %s: %s'), $projfile, $!]);
111 error(@$pf);
118 error([6, gettext('Project "%s" does not exist'), $pname])
120 error([6, gettext('Duplicate project name "%s"'), $pname])
126 error([10, gettext('Cannot create %s: %s'), $tmpprojf, $!]);
131 error([10, gettext('Cannot set ownership of %s: %s'),
136 error([10, gettext('cannot rename %s to %s: %s'),
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/wbem_disk/common/
H A Drealizesextent_descriptors.c62 int error; local
79 ant_inst = disk_descriptor_toCCIMInstance(hostname, desc, DISK, &error);
81 if (error != 0) {
83 REALIZESEXT_DESC_TO_INSTANCE_FAILURE, NULL, &error);
89 LOGICAL_DISK, &error);
91 if (error != 0) {
93 REALIZESEXT_DESC_TO_INSTANCE_FAILURE, NULL, &error);
112 CREATE_OBJECT_PATH_FAILURE, ex, &error);
/opensolaris-onvv-gate/usr/src/lib/libast/common/comp/
H A Dfsync.c32 #include <error.h>
H A Dlink.c32 #include <error.h>
/opensolaris-onvv-gate/usr/src/lib/libparted/common/lib/
H A Dcloseout.c1 /* Close standard output and standard error, exiting with a diagnostic on error.
32 #include "error.h"
38 /* Set the file name to be reported in the event an error is detected
46 /* Close standard output. On error, issue a diagnostic and _exit
49 Also close standard error. On error, _exit with status 'exit_failure'.
74 char const *write_error = _("write error");
76 error (0, errno, "%s: %s", quotearg_colon (file_name),
79 error (
[all...]
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.h24 # define Aerror(statp, file, string, error, address) /*empty*/
25 # define Perror(statp, file, string, error) /*empty*/
/opensolaris-onvv-gate/usr/src/uts/common/ktli/
H A Dt_kunbind.c47 * else positive error code.
80 int error; local
82 error = 0;
102 error = strdoioctl(vp->v_stream, &strioc, FNATIVE, K_TO_K, CRED(),
104 if (error)
109 error = (retval >> 8) & 0xff;
111 error = t_tlitosyserr(retval & 0xff);
120 error = EIO;
124 return (error);
/opensolaris-onvv-gate/usr/src/uts/common/syscall/
H A Dsysfs.c61 int error; local
65 error = sysfsind((char *)a1);
68 error = sysfstyp((int)a1, (char *)a2);
76 error = set_errno(EINVAL);
79 return (error);
122 int error = 0; local
134 error = set_errno(EFAULT);
136 return (error);
H A Dumount.c66 int error; local
114 if ((error = dounmount(vfsp, flag, cr)) != 0)
115 return (UMOUNT2_SET_ERRNO(error, is_syscall));
127 int error; local
145 if (error = pn_get(pathp, UIO_USERSPACE, &pn))
146 return (set_errno(error));
164 if (error = lookupname(pn.pn_path, UIO_SYSSPACE, FOLLOW,
167 return (set_errno(error));
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_dir.c67 int error; local
85 error = zap_lookup_norm(zfsvfs->z_os, dzp->z_id, name, 8, 1,
87 if (!error && deflags)
90 error = zap_lookup(zfsvfs->z_os, dzp->z_id, name, 8, 1, zoid);
94 if (error == ENOENT && update)
97 return (error);
123 * dlpp - pointer to the dirlock for this entry (NULL on error)
145 int error = 0; local
232 U8_UNICODE_LATEST, &error) == 0) || error !
384 int error = 0; local
472 int error; local
534 int error; local
589 int error; local
709 int error; local
773 int error; local
812 int error; local
921 int error; local
1004 int error; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/hal/probing/acpi/
H A Dprobe-acpi.c40 DBusError error; local
50 dbus_error_init(&error);
51 if ((ctx = libhal_ctx_init_direct(&error)) == NULL)
79 libhal_ctx_shutdown(ctx, &error);
81 if (dbus_error_is_set(&error)) {
82 dbus_error_free(&error);
/opensolaris-onvv-gate/usr/src/cmd/lvm/util/
H A Dsvc-metainit47 error=$?
48 case "$error" in
56 echo "Ignore any "Read-only file system" error messages."
63 echo "Ignore any "Read-only file system" error messages." >/dev/console
72 *) echo "Unknown $METAINIT -r failure $error."
/opensolaris-onvv-gate/usr/src/cmd/machid/
H A Dmachid.c114 * unrecoverable error, it exits. An error message doesn't help and makes
123 long error; local
125 error = sysinfo(command, *buf, *count);
126 if (error > *count) {
127 *count = error;
132 error = sysinfo(command, *buf, *count);
135 if (error == -1)
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/nsgmls/
H A DRastEventHandlerMessages.h24 MessageType::error,
36 MessageType::error,
48 MessageType::error,
60 MessageType::error,
72 MessageType::error,
84 MessageType::error,
/opensolaris-onvv-gate/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dbindresvport.c60 int error, af; local
102 error = -1;
107 error = bind(sd, sa, salen);
110 if (error == 0)
114 if ((error < 0) && !((errno == EADDRINUSE) || (errno == EINVAL)))
122 return (error);
/opensolaris-onvv-gate/usr/src/lib/libc/port/regex/
H A Dwordexp.c119 int error; local
225 * error...
253 if ((error = posix_spawnattr_init(&attr)) != 0) {
254 errno = error;
257 if ((error = posix_spawn_file_actions_init(&fact)) != 0) {
259 errno = error;
267 error = errno;
270 errno = error;
277 error = posix_spawnattr_setflags(&attr,
279 if (error
[all...]
/opensolaris-onvv-gate/usr/src/lib/libc/port/stdio/
H A Dpopen.c106 int error; local
114 if ((error = posix_spawnattr_init(&attr)) != 0) {
116 errno = error;
119 if ((error = posix_spawn_file_actions_init(&fact)) != 0) {
122 errno = error;
126 error = errno;
130 errno = error;
145 error = errno;
151 errno = error;
158 for (curr = head; curr != NULL && error
[all...]
/opensolaris-onvv-gate/usr/src/lib/libc/port/sys/
H A Dlwp_cond.c39 int error; local
41 error = ___lwp_cond_wait(cv, mp, NULL, 0);
46 return (error);
52 int error; local
57 error = ___lwp_cond_wait(cv, mp, relts, 0);
62 return (error);
/opensolaris-onvv-gate/usr/src/lib/libsmbfs/smb/
H A Dnb.c147 int error; local
155 error = nb_resolvehost_in(wins1, &ina);
156 if (error) {
158 error, wins1);
159 return (error);
166 error = nb_resolvehost_in(wins2, &ina);
167 if (error) {
169 error, wins2);
170 return (error);
187 int error; local
245 int error; local
331 nb_strerror(int error) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/ufs/
H A Dufs_log.c44 int error = 0; local
52 error = lufs_enable(vp, &fl, cr);
56 return (error);
63 int error = 0; local
71 error = lufs_disable(vp, &fl);
75 return (error);

Completed in 153 milliseconds

<<11121314151617181920>>