Searched refs:errors (Results 26 - 50 of 156) sorted by relevance

1234567

/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dcflow.c63 if(error_info.errors)
97 if(error_info.errors)
H A Dumask.c58 if(error_info.errors)
H A Dmisc.c85 if(error_info.errors)
175 if(error_info.errors || !*argv)
196 if(error_info.errors)
231 if(error_info.errors || !script)
356 if(error_info.errors)
382 if(error_info.errors)
413 if(error_info.errors)
452 if(error_info.errors)
484 if(error_info.errors || argc>1)
532 if(error_info.errors)
[all...]
/illumos-gate/usr/src/cmd/svc/configd/
H A Drestore_repository.sh241 errors="$myroot"etc/svc/volatile/db_errors
256 if [ -r $errors ]; then
258 $errors
321 if [ -r $errors ]; then
322 echo "$errors"
324 if cp -p $errors ${new}_errors; then
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Drpc.c212 struct rpc_err rpc_error; /* to store RPC errors in on rcv. */
218 int errors, preserve_errno; local
346 errors = 0;
368 &from_len)) > 0 || errors < RPC_ALLOWABLE_ERRORS) {
401 errors++;
421 errors++;
435 errors++;
447 errors++;
H A Dclnt_budp.c249 int errors; local
270 errors = 0;
321 if (errors >= RPC_ALLOWABLE_ERRORS)
390 errors++;
407 errors++;
412 errors++;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Devent_port.c140 port_sendn(int ports[], int errors[], uint_t nent, int events, void *user) argument
148 (uintptr_t)ports, (uintptr_t)errors, nent, events,
162 (uintptr_t)&ports[offset], (uintptr_t)&errors[offset],
/illumos-gate/usr/src/lib/libcmd/common/
H A Dfold.c222 if(error_info.errors)
233 error_info.errors = 1;
241 return(error_info.errors);
H A Dmkdir.c107 if (error_info.errors || !*argv)
180 return error_info.errors != 0;
H A Dbasename.c111 if(error_info.errors || argc < 1 || argc > 2)
H A Ddirname.c127 if(error_info.errors || argc != 1)
H A Dpids.c113 if (error_info.errors || *argv)
H A Dreadlink.c35 "[v:verbose?Verbose - print errors.]"
81 if(error_info.errors || argc != 1)
H A Dcksum.c314 error_info.errors++;
323 error_info.errors++;
334 error_info.errors++;
343 error_info.errors++;
378 error_info.errors++;
540 if (error_info.errors)
631 return error_info.errors != 0;
H A Dchmod.c232 if (error_info.errors || !*argv || !amode && !*(argv + 1))
307 return error_info.errors != 0;
H A Dcomm.c176 if(error_info.errors || argc!=2)
199 return(error_info.errors);
H A Dpathchk.c34 "access or create a file without causing syntax errors. A file is "
262 if (!*argv || error_info.errors)
266 return error_info.errors != 0;
H A Dtee.c156 if (error_info.errors)
201 return error_info.errors;
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypmatch.c227 bool errors = FALSE; local
239 errors = TRUE;
245 return (!errors);
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c975 int errors = 0; local
992 errors++;
1013 errors++;
1026 errors++;
1046 return (errors);
1779 * The function returns the number of errors that occurred while building
1795 int errors = 0; local
1890 errors++;
1908 errors++;
1927 return (errors);
1991 int errors; local
2136 int errors = 0; local
[all...]
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_ipp.h49 uint32_t errors; member in struct:_nxge_ipp_stats
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_changelist.c163 int errors = 0; local
194 * there are errors.
240 errors++;
251 errors += zfs_share_nfs(cn->cn_handle);
253 errors += zfs_unshare_nfs(cn->cn_handle, NULL);
255 errors += zfs_share_smb(cn->cn_handle);
257 errors += zfs_unshare_smb(cn->cn_handle, NULL);
260 return (errors ? -1 : 0);
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c1343 idmapdlog(LOG_ERR, "Fatal errors while reading "
1540 int * const errors)
1545 *errors = 0;
1564 (*errors)++;
1569 (*errors)++;
1574 (*errors)++;
1579 (*errors)++;
1583 (*errors)++;
1595 (*errors)++;
1602 (*errors)
1539 idmap_cfg_load_smf(idmap_cfg_handles_t *handles, idmap_pg_config_t *pgcfg, int * const errors) argument
2137 int errors; local
[all...]
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrortouch.c47 static int countfiles(Eptr *errors);
58 * Iterate through errors
62 for (ei = lb; p = errors[ei], ei < nerrors; ei++)
68 findfiles(int nerrors, Eptr *errors, int *r_nfiles, Eptr ***r_files) argument
78 nfiles = countfiles(errors);
86 * nulled or true errors.
88 files[0] = &errors[0];
97 files[1] = &errors[ei];
107 files[fi] = &errors[ei];
112 files[fi] = &errors[nerror
118 countfiles(Eptr *errors) argument
[all...]
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp-support.c306 static const char * const errors[] = /* Error strings */ local
319 return (errors[error]);

Completed in 156 milliseconds

1234567