| /illumos-gate/usr/src/cmd/svr4pkg/pkgscripts/ |
| H A D | i.awk.sh | 28 error=no 50 error=yes 64 error=yes 68 [ "$error" = yes ] &&
|
| H A D | i.sed.sh | 28 error=no 50 error=yes 65 error=yes 68 [ "$error" = yes ] &&
|
| /illumos-gate/usr/src/tools/ctf/dwarf/common/ |
| H A D | pro_funcs.c | 51 It returns 0 on error, and 1 otherwise. 56 char *function_name, Dwarf_Error * error) 60 dwarf_snk_funcname, error); 54 dwarf_add_funcname(Dwarf_P_Debug dbg, Dwarf_P_Die die, char *function_name, Dwarf_Error * error) argument
|
| H A D | pro_pubnames.c | 52 It returns 0 on error, and 1 otherwise. 58 char *pubname_name, Dwarf_Error * error) 62 dwarf_snk_pubname, error); 56 dwarf_add_pubname(Dwarf_P_Debug dbg, Dwarf_P_Die die, char *pubname_name, Dwarf_Error * error) argument
|
| H A D | pro_vars.c | 51 It returns 0 on error, and 1 otherwise. 55 Dwarf_P_Die die, char *var_name, Dwarf_Error * error) 59 dwarf_snk_varname, error); 54 dwarf_add_varname(Dwarf_P_Debug dbg, Dwarf_P_Die die, char *var_name, Dwarf_Error * error) argument
|
| H A D | pro_weaks.c | 51 It returns 0 on error, and 1 otherwise. 56 char *weak_name, Dwarf_Error * error) 60 dwarf_snk_weakname, error); 54 dwarf_add_weakname(Dwarf_P_Debug dbg, Dwarf_P_Die die, char *weak_name, Dwarf_Error * error) argument
|
| H A D | dwarf_form.c | 47 Dwarf_Bool * return_bool, Dwarf_Error * error) 52 _dwarf_error(NULL, error, DW_DLE_ATTR_NULL); 58 _dwarf_error(NULL, error, DW_DLE_ATTR_NO_CU_CONTEXT); 63 _dwarf_error(NULL, error, DW_DLE_ATTR_DBG_NULL); 76 Dwarf_Half * return_form, Dwarf_Error * error) 78 int res = dwarf_whatform(attr, return_form, error); 95 Dwarf_Error* error 106 _dwarf_error(NULL, error, DW_DLE_DBG_NULL); 116 _dwarf_error(NULL, error, DW_DLE_BADBITC); 137 _dwarf_error(NULL, error, DW_DLE_ALLOC_FAI 45 dwarf_hasform(Dwarf_Attribute attr, Dwarf_Half form, Dwarf_Bool * return_bool, Dwarf_Error * error) argument 75 dwarf_whatform_direct(Dwarf_Attribute attr, Dwarf_Half * return_form, Dwarf_Error * error) argument 184 dwarf_whatform(Dwarf_Attribute attr, Dwarf_Half * return_form, Dwarf_Error * error) argument 216 dwarf_whatattr(Dwarf_Attribute attr, Dwarf_Half * return_attr, Dwarf_Error * error) argument 265 dwarf_formref(Dwarf_Attribute attr, Dwarf_Off * ret_offset, Dwarf_Error * error) argument 336 dwarf_formsig8(Dwarf_Attribute attr, Dwarf_Sig8 * returned_sig_bytes, Dwarf_Error* error) argument 399 dwarf_global_formref(Dwarf_Attribute attr, Dwarf_Off * ret_offset, Dwarf_Error * error) argument 521 dwarf_formaddr(Dwarf_Attribute attr, Dwarf_Addr * return_addr, Dwarf_Error * error) argument 570 dwarf_formflag(Dwarf_Attribute attr, Dwarf_Bool * ret_bool, Dwarf_Error * error) argument 607 dwarf_formudata(Dwarf_Attribute attr, Dwarf_Unsigned * return_uval, Dwarf_Error * error) argument 686 dwarf_formsdata(Dwarf_Attribute attr, Dwarf_Signed * return_sval, Dwarf_Error * error) argument 764 dwarf_formblock(Dwarf_Attribute attr, Dwarf_Block ** return_block, Dwarf_Error * error) argument 853 dwarf_formstring(Dwarf_Attribute attr, char **return_str, Dwarf_Error * error) argument 927 dwarf_formexprloc(Dwarf_Attribute attr, Dwarf_Unsigned * return_exprlen, Dwarf_Ptr * block_ptr, Dwarf_Error * error) argument [all...] |
| H A D | dwarf_string.c | 46 Dwarf_Signed * returned_str_len, Dwarf_Error * error) 51 _dwarf_error(NULL, error, DW_DLE_DBG_NULL); 61 _dwarf_error(dbg, error, DW_DLE_DEBUG_STR_OFFSET_BAD); 66 _dwarf_error(dbg, error, DW_DLE_STRING_PTR_NULL); 70 res = _dwarf_load_section(dbg, &dbg->de_debug_str,error); 43 dwarf_get_str(Dwarf_Debug dbg, Dwarf_Off offset, char **string, Dwarf_Signed * returned_str_len, Dwarf_Error * error) argument
|
| /illumos-gate/usr/src/uts/common/syscall/ |
| H A D | chdir.c | 71 int error; local 75 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) { 76 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++)) 78 return (set_errno(error)); 81 error = chdirec(vp, 0, 1); 82 if (error) { 83 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++)) 85 return (set_errno(error)); 98 int error; local 105 error 118 int error; local 148 int error; local 164 int error; local [all...] |
| H A D | access.c | 65 int error; local 93 if (error = lookupnameatcred(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp, 95 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++)) 99 return (error); 103 error = VOP_ACCESS(vp, mode, 0, tmpcr, NULL); 104 if (error) { 105 if ((error == ESTALE) && 116 return (error); 123 int error; local 130 if ((error [all...] |
| H A D | symlink.c | 64 int error; local 70 if ((error = fgetstartvp(dfd, linkname, &startvp)) != 0) 71 return (set_errno(error)); 74 if (error = pn_get(linkname, UIO_USERSPACE, &lpn)) 78 if (error = lookuppnat(&lpn, NULL, NO_FOLLOW, &dvp, NULLVPP, startvp)) { 80 if (error == ESTALE && fs_need_estale_retry(estale_retry++)) 85 error = EROFS; 87 error = ENOTDIR; 90 if ((error = copyinstr(target, tbuf, MAXPATHLEN, &tlen)) == 0) { 94 error [all...] |
| H A D | fdsync.c | 55 register int error; local 67 if (error = VOP_FSYNC(fp->f_vnode, syncflag, fp->f_cred, NULL)) 68 (void) set_errno(error); 71 error = set_errno(EBADF); 72 return (error);
|
| H A D | nice.c | 54 int error = 0; local 64 if (error == 0 && err) 65 error = set_errno(err); 68 if (error) 69 return (error);
|
| /illumos-gate/usr/src/uts/common/fs/pcfs/ |
| H A D | pc_dir.c | 78 int error; local 89 if (error = pc_verify(VFSTOPCFS(vp->v_vfsp))) 90 return (error); 111 error = pc_findentry(dp, namep, &slot, NULL); 112 if (error == 0) { 117 } else if (error == EINVAL) { 118 error = ENOENT; 120 return (error); 133 int error; local 158 error 277 int error; local 395 int error; local 493 int error; local 566 int error; local 853 int error = 0; local 906 int error; local 1001 int error; local 1115 int error = 0; local 1152 int error; local 1210 int error = 0; local 1273 int error; local 1385 int error = 0; local 1454 int error = 0; local 1626 int error = 0; local [all...] |
| /illumos-gate/usr/src/uts/common/rpc/ |
| H A D | clnt_gen.c | 86 int error; local 89 error = 0; 106 error = clnt_clts_kcreate(config, svcaddr, prog, vers, 108 if (error != 0) { 110 "clnt_tli_kcreate: clnt_clts_kcreate failed error %d\n", 111 error); 112 return (error); 123 error = clnt_cots_kcreate(config->knc_rdev, svcaddr, family, 125 if (error != 0) { 127 "clnt_tli_kcreate: clnt_cots_kcreate failed error 184 int error = 0; local 230 int error; local [all...] |
| /illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
| H A D | ErrorEvent.java | 34 * Notification that DTrace has encountered an error. 44 private Error error; field in class:ErrorEvent 48 * errorEncountered()} event that reports an error encountered in 52 * @param dtraceError the error encountered by DTrace 53 * @throws NullPointerException if the given error is {@code null} 59 error = dtraceError; 66 if (error == null) { 67 throw new NullPointerException("error is null"); 72 * Gets the error reported by DTrace. 74 * @return non-null error reporte [all...] |
| /illumos-gate/usr/src/lib/libwrap/ |
| H A D | shell_cmd.c | 11 * standard output and standard error connected to /dev/null. 59 case -1: /* error */ 76 char *error; local 91 error = "open /dev/null: %m"; 93 error = "dup: %m"; 96 error = "execl /bin/sh: %m"; 101 tcpd_warn(error);
|
| /illumos-gate/usr/src/lib/libproc/common/ |
| H A D | pr_getrlimit.c | 48 int error; local 76 error = Psyscall(Pr, &rval, sysnum, 2, &argd[0]); 78 if (error) { 79 errno = (error > 0)? error : ENOSYS; 96 int error; local 124 error = Psyscall(Pr, &rval, sysnum, 2, &argd[0]); 126 if (error) { 127 errno = (error > 0)? error 144 int error; local 192 int error; local [all...] |
| H A D | pr_tasksys.c | 49 int error; local 68 error = Psyscall(Pr, &rval, SYS_zone, 2, &argd[0]); 70 if (error) { 71 errno = (error > 0) ? error : ENOSYS; 83 int error; local 95 error = Psyscall(Pr, &rval, SYS_tasksys, 1, &argd[0]); 97 if (error) { 98 errno = (error > 0) ? error 110 int error; local 137 int error; local [all...] |
| /illumos-gate/usr/src/lib/libcmd/common/ |
| H A D | tty.c | 45 "[+3?A an error occurred.]" 72 error(2, "%s", opt_info.arg); 75 error(ERROR_usage(2), "%s", opt_info.arg); 79 error(ERROR_usage(2), "%s", optusage(NiL)); 91 error(ERROR_OUTPUT, 1, "synchronous line %d", n); 94 error(ERROR_OUTPUT, 1, "not on an active synchronous line");
|
| /illumos-gate/usr/src/lib/libipmp/common/ |
| H A D | ipmp.c | 41 * error code. 106 * Return a string describing the IPMP error code named by `error'. 109 ipmp_errmsg(int error) argument 111 if (error >= IPMP_NERR || error < 0) 112 return (dgettext(TEXT_DOMAIN, "<unknown error>")); 114 if (error == IPMP_FAILURE) 117 return (dgettext(TEXT_DOMAIN, errmsgs[error]));
|
| /illumos-gate/usr/src/lib/libast/common/comp/ |
| H A D | re_comp.c | 31 #undef error macro 36 char error[64]; member in struct:__anon2607 65 regerror(r, &state.re, state.error, sizeof(state.error)); 66 return state.error;
|
| /illumos-gate/usr/src/cmd/lp/filter/postscript/postio/ |
| H A D | slowsend.c | 108 error(FATAL, "PostScript Error"); 112 error(FATAL, "Flushing Job"); 116 error(FATAL, "Disconnected - printer may be offline"); 150 error(FATAL, "error writing to %s", line); 152 error(FATAL, "printer appears to be offline");
|
| /illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
| H A D | smbfs_acl.c | 72 int error, cerror; local 90 error = smbfs_smb_tmpopen(np, rights, &scred, &fid); 91 if (error) 98 error = smbfs_smb_getsec_m(smi->smi_share, fid, 101 * Server may give us an error indicating that we 106 * Let's check for specific error values here. 107 * The NT error is: STATUS_BUFFER_TOO_SMALL, 108 * or with old error codes, one of these: 113 if (error == E2BIG && 120 SMBVDEBUG("error 142 int error, cerror; local 213 int error; local 273 int error; local 322 int error; local 407 int error; local 443 int error; local 497 int error; local 546 int error; local 576 int error; local [all...] |
| /illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
| H A D | process_buffer.c | 73 * non zero error on failure and *buffer_processed set to 0. 91 int error = 0; local 102 error = errno; 103 if (error == ENOENT) { 104 error = 0; 117 error = errno; 118 if (bep->be_error != error) { 121 buffer_inprog, strerror(error)); 124 return (error); 158 error 415 int error; local [all...] |