Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 25 of 284) sorted by last modified time

12345678910>>...12

/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers62 # naming the 32-bit version 'sparc' would be too likely to cause errors.
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist41 * the XENIX errors. The third column to the end of the file is the
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c11935 errors++; in emlxs_integrity_check()
11942 errors++; in emlxs_integrity_check()
11949 errors++; in emlxs_integrity_check()
11956 errors++; in emlxs_integrity_check()
11963 errors++; in emlxs_integrity_check()
11969 errors++; in emlxs_integrity_check()
11976 errors++; in emlxs_integrity_check()
11984 errors++; in emlxs_integrity_check()
11991 errors++; in emlxs_integrity_check()
11997 errors++; in emlxs_integrity_check()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c318 nvlist_t **errors);
2859 nvlist_t *errors; in zfs_ioc_set_prop() local
2886 nvlist_free(errors); in zfs_ioc_set_prop()
4569 nvlist_t *errors; in zfs_check_clearable() local
4595 nvlist_free(errors); in zfs_check_clearable()
4596 errors = NULL; in zfs_check_clearable()
4602 nvlist_free(errors); in zfs_check_clearable()
4604 *errlist = errors; in zfs_check_clearable()
4862 oprops, *errors); in zfs_ioc_recv_impl()
4864 xprops, *errors); in zfs_ioc_recv_impl()
[all …]
H A Ddsl_dataset.c1641 dsl_dataset_snapshot(nvlist_t *snaps, nvlist_t *props, nvlist_t *errors) in dsl_dataset_snapshot() argument
1688 ddsa.ddsa_errors = errors; in dsl_dataset_snapshot()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c4226 nvlist_t *holds, *errors = NULL; in zfs_receive_one() local
4236 (void) lzc_hold(holds, cleanup_fd, &errors); in zfs_receive_one()
H A Dlibzfs_dataset.c4090 nvlist_t *errors; in zfs_snapshot_nvl() local
4157 nvlist_free(errors); in zfs_snapshot_nvl()
4937 nvlist_t *errors; in zfs_hold_nvl() local
4942 errors = NULL; in zfs_hold_nvl()
4947 fnvlist_free(errors); in zfs_hold_nvl()
4951 if (nvlist_empty(errors)) { in zfs_hold_nvl()
4997 fnvlist_free(errors); in zfs_hold_nvl()
5035 nvlist_t *errors = NULL; in zfs_release() local
5067 fnvlist_free(errors); in zfs_release()
5071 if (nvlist_empty(errors)) { in zfs_release()
[all …]
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_hw.h130 u8 errors; /* Descriptor Errors */ member
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_hw.h462 u8 errors; /* Descriptor Errors */ member
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src18022 # wrap mode is reset by <cvvis>. Using <ind>=\E[S caused errors so I
H A Dtermcap.src16029 # wrap mode is reset by :vs:. Using :sf:=\E[S caused errors so I
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c5801 int errors = 0; in zfs_do_hold_rele_impl() local
5848 ++errors; in zfs_do_hold_rele_impl()
5857 ++errors; in zfs_do_hold_rele_impl()
5862 ++errors; in zfs_do_hold_rele_impl()
5865 ++errors; in zfs_do_hold_rele_impl()
5870 return (errors != 0); in zfs_do_hold_rele_impl()
6008 int errors = 0; in zfs_do_holds() local
6063 ++errors; in zfs_do_holds()
6080 ++errors; in zfs_do_holds()
6090 return (0 != errors); in zfs_do_holds()
/illumos-gate/usr/src/cmd/fuser/
H A Dfuser.c454 int c, newfile = 0, errors = 0, opts = 0, flags = 0; in main() local
583 errors = 1; in main()
592 return (errors); in main()
/illumos-gate/exception_lists/
H A Dcstyle468 usr/src/lib/gss_mechs/mech_krb5/support/errors.c
H A Dcopyright287 usr/src/lib/gss_mechs/mech_krb5/support/errors.c
/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/test/zfs-tests/include/
H A Dlibtest.shlib433 # sub-tests to ensure errors from one set of tests doesn't
1537 log_fail "zdb detected errors with: '$filesys'"
1545 # Given a pool issue a scrub and verify that no checksum errors are reported.
1558 log_fail "Unexpected CKSUM errors found on $pool ($cksum)"
/illumos-gate/usr/src/data/zoneinfo/
H A Dsouthamerica16 # Unfortunately this book contains many errors and cites no sources.
H A Dnorthamerica1246 # Unfortunately this book contains many errors and cites no sources.
H A Deurope16 # Unfortunately this book contains many errors and cites no sources.
H A Daustralasia949 # Unfortunately this book contains many errors and cites no sources.
H A Dasia16 # Unfortunately this book contains many errors and cites no sources.
H A Dafrica16 # Unfortunately this book contains many errors and cites no sources.
498 # the IATA SSIM data entries contain some obvious errors.
/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/cmd/bnu/
H A Dct.c142 errors = 0, local
232 ++errors;
236 ++errors;
239 if (errors)

12345678910>>...12