Home
last modified time | relevance | path

Searched refs:errors (Results 26 – 50 of 284) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_changelist.c163 int errors = 0; in changelist_postfix() local
213 errors = zfs_init_libshare_arg(hdl, SA_INIT_SHARE_API_SELECTIVE, in changelist_postfix()
268 errors++; in changelist_postfix()
279 errors += zfs_share_nfs(cn->cn_handle); in changelist_postfix()
281 errors += zfs_unshare_nfs(cn->cn_handle, NULL); in changelist_postfix()
283 errors += zfs_share_smb(cn->cn_handle); in changelist_postfix()
285 errors += zfs_unshare_smb(cn->cn_handle, NULL); in changelist_postfix()
288 return (errors ? -1 : 0); in changelist_postfix()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs.conf78 console-errors=0;
81 log-errors=0xffffffff;
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dwc.c137 if (error_info.errors) in b_wc()
187 return error_info.errors<ERRORMAX?error_info.errors:ERRORMAX; in b_wc()
H A Dcksum.c314 error_info.errors++; in verify()
323 error_info.errors++; in verify()
334 error_info.errors++; in verify()
343 error_info.errors++; in verify()
378 error_info.errors++; in verify()
540 if (error_info.errors) in b_cksum()
631 return error_info.errors != 0; in b_cksum()
H A Dmkfifo.c81 if (error_info.errors || !*argv) in b_mkfifo()
95 return error_info.errors != 0; in b_mkfifo()
H A Dfold.c220 if(error_info.errors) in b_fold()
231 error_info.errors = 1; in b_fold()
239 return(error_info.errors); in b_fold()
H A Dpaste.c207 if(error_info.errors) in b_paste()
278 if(error_info.errors==0 && paste(n,streams,sfstdout,delim,dsiz,dlen,mp) < 0) in b_paste()
287 return(error_info.errors); in b_paste()
H A Dhead.c121 if (error_info.errors) in b_head()
157 return error_info.errors != 0; in b_head()
H A Dgetconf.c239 if (error_info.errors || !name && *argv) in b_getconf()
265 if (error_info.errors) in b_getconf()
285 return error_info.errors != 0; in b_getconf()
H A Duniq.c313 if(error_info.errors) in b_uniq()
335 error_info.errors = uniq(fpin,fpout,fields,chars,width,mode,all,compare); in b_uniq()
340 return(error_info.errors); in b_uniq()
H A Dmkdir.c106 if (error_info.errors || !*argv) in b_mkdir()
188 return error_info.errors != 0; in b_mkdir()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dclnt_budp.c232 int errors; in clntbudp_call() local
253 errors = 0; in clntbudp_call()
304 if (errors >= RPC_ALLOWABLE_ERRORS) in clntbudp_call()
373 errors++; in clntbudp_call()
390 errors++; in clntbudp_call()
395 errors++; in clntbudp_call()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypmatch.c224 bool errors = FALSE; in match_list() local
236 errors = TRUE; in match_list()
242 return (!errors); in match_list()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Devent_port.c137 port_sendn(int ports[], int errors[], uint_t nent, int events, void *user) in port_sendn() argument
145 (uintptr_t)ports, (uintptr_t)errors, nent, events, in port_sendn()
159 (uintptr_t)&ports[offset], (uintptr_t)&errors[offset], in port_sendn()
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones.c1356 boolean_t errors = B_FALSE; in z_unlock_this_zone() local
1382 errors = B_TRUE; in z_unlock_this_zone()
1392 errors = B_TRUE; in z_unlock_this_zone()
1397 return (!errors); in z_unlock_this_zone()
1465 errors = B_TRUE; in z_unlock_zones()
1475 errors = B_TRUE; in z_unlock_zones()
1478 return (errors); in z_unlock_zones()
1495 boolean_t errors; in z_verify_zone_spec() local
1524 errors = B_FALSE; in z_verify_zone_spec()
1529 errors = B_TRUE; in z_verify_zone_spec()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A Dmsgget.c79 if (error_info.errors || !(loc = *argv++) || !(cmd = *argv++) || !(s = *argv++)) in main()
108 return error_info.errors != 0; in main()
H A Dmsggen.c257 if (error_info.errors || !(catfile = *argv++)) in main()
267 return error_info.errors != 0; in main()
348 return error_info.errors != 0; in main()
521 return error_info.errors != 0; in main()
/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Dgcpu.esc56 * Propogations for all but "external" and "unknown" simple errors.
90 * Ereports for Compound error codes - generic memory hierarchy errors
98 * Ereports for Compound error codes - TLB errors
116 * Ereports for Compound error codes - memory hierarchy errors
129 * Ereports for Compound error codes - bus and interconnect errors
144 * Corrected errors are SERDed and produce a fault when the engine fires;
H A Dgcpu_amd.esc31 * In the absence of any model-specific support, any memory errors that
40 * In the case where some "vendor generic" support is present, memory errors
45 * register provides counts of ECC errors seen per channel and chip-select
55 * correctable errors before we will consider one of the component dimms
119 * | faults on that chip-select from repeated correctable errors. |
183 * | TLB rather than from hardware errors. It would be incorrect |
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dsca1000.esc46 * generated results to the user. It does check input and output data errors.
47 * However, it returns these errors to the calling application. Since the
60 event error.io.sca1000.hw.device@P; /* DMA device errors */
H A Dsca500.esc46 * generated results to the user. It does check input and output data errors.
47 * However, it returns these errors to the calling application. Since the
60 event error.io.sca500.hw.device@P; /* DMA device errors */
/illumos-gate/usr/src/tools/scripts/
H A Dgit-pbchk.py300 with io.open(f, encoding='utf-8', errors='replace') as fh:
322 with io.open(f, encoding='utf-8', errors='replace') as fh:
351 with io.open(f, encoding='utf-8', errors='replace') as fh:
391 with io.open(f, encoding='utf-8', errors='replace') as fh:
406 with io.open(x, mode='r', errors='ignore') as fh:
475 with io.open(f, encoding='utf-8', errors='replace') as fh:
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dcflow.c63 if(error_info.errors) in b_return()
99 if(error_info.errors) in b_break()
/illumos-gate/usr/src/cmd/audio/audiotest/
H A Daudiotest.c481 int errors = 0; in main() local
562 errors++; in main()
579 errors++; in main()
586 if (errors == 0) in main()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c551 accept_frame = (current_desc->errors == 0) || in e1000g_receive()
552 ((current_desc->errors & in e1000g_receive()
562 current_desc->status, current_desc->errors, in e1000g_receive()
572 (current_desc->errors == E1000_RXD_ERR_CE)) { in e1000g_receive()
732 !(current_desc->errors & in e1000g_receive()
740 !(current_desc->errors & in e1000g_receive()

12345678910>>...12