/illumos-gate/usr/src/common/net/wanboot/ |
H A D | http_errorstr.c | 43 static const char *errlist[] = { variable 64 static int nerrs = { sizeof (errlist) / sizeof (errlist[0]) }; 94 msg = errlist[error - 1];
|
/illumos-gate/usr/src/cmd/listen/ |
H A D | lserror.h | 151 } errlist; typedef in typeref:struct:__anon744 155 extern errlist err_list[];
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dsl_userhold.c | 282 * errlist will be filled in with snapname -> error 297 * On failure no holds will be created, the errlist will be filled in, 300 * In all cases the errlist will contain entries for holds where the snapshot 304 dsl_dataset_user_hold(nvlist_t *holds, minor_t cleanup_minor, nvlist_t *errlist) argument 316 dduha.dduha_errlist = errlist; 378 * Non-existent holds are put on the errlist, but don't 461 * Non-existent snapshots are put on the errlist, 534 * errlist will be filled in with snapname -> error 548 dsl_dataset_user_release_impl(nvlist_t *holds, nvlist_t *errlist, argument 600 ddura.ddura_errlist = errlist; 617 dsl_dataset_user_release(nvlist_t *holds, nvlist_t *errlist) argument [all...] |
H A D | dsl_destroy.c | 505 * On failure, no snaps will be destroyed, the errlist will be filled in, 510 nvlist_t *errlist) 523 dsda.dsda_errlist = errlist; 538 nvlist_t *errlist = fnvlist_alloc(); local 541 error = dsl_destroy_snapshots_nvl(nvl, defer, errlist); 542 fnvlist_free(errlist); 509 dsl_destroy_snapshots_nvl(nvlist_t *snaps, boolean_t defer, nvlist_t *errlist) argument
|
H A D | zfs_ioctl.c | 2480 * encountered. If the caller provides a non-NULL errlist, it will be filled in 2484 * If every property is set successfully, zero is returned and errlist is not 2489 nvlist_t *errlist) 2580 if (errlist != NULL) 2581 fnvlist_add_int32(errlist, propname, err); 2621 if (errlist != NULL) { 2622 fnvlist_add_int32(errlist, propname, 3977 * caller provides a non-NULL errlist, it also gives the complete list of names 3980 * returned errlist. 3983 * pointed at by errlist i 2488 zfs_set_prop_nvlist(const char *dsname, zprop_source_t source, nvlist_t *nvl, nvlist_t *errlist) argument 3986 zfs_check_clearable(char *dataset, nvlist_t *props, nvlist_t **errlist) argument 4239 nvlist_t *errlist = NULL; local 5235 zfs_ioc_hold(const char *pool, nvlist_t *args, nvlist_t *errlist) argument 5300 zfs_ioc_release(const char *pool, nvlist_t *holds, nvlist_t *errlist) argument [all...] |
/illumos-gate/usr/src/lib/libzfs_core/common/ |
H A D | libzfs_core.c | 216 lzc_snapshot(nvlist_t *snaps, nvlist_t *props, nvlist_t **errlist) argument 223 *errlist = NULL; 237 error = lzc_ioctl(ZFS_IOC_SNAPSHOT, pool, args, errlist); 263 * that failed, no snapshots will be destroyed, and the errlist will have an 264 * entry for each snapshot that failed. The value in the errlist will be 268 lzc_destroy_snaps(nvlist_t *snaps, boolean_t defer, nvlist_t **errlist) argument 287 error = lzc_ioctl(ZFS_IOC_DESTROY_SNAPS, pool, args, errlist); 351 * added to errlist, but will not cause an overall failure. 359 * In all cases the errlist will have an entry for each hold that failed 363 lzc_hold(nvlist_t *holds, int cleanup_fd, nvlist_t **errlist) argument 410 lzc_release(nvlist_t *holds, nvlist_t **errlist) argument 732 lzc_bookmark(nvlist_t *bookmarks, nvlist_t **errlist) argument 794 lzc_destroy_bookmarks(nvlist_t *bmarks, nvlist_t **errlist) argument [all...] |
/illumos-gate/usr/src/cmd/mail/ |
H A D | init.c | 57 char *errlist[]= { variable
|
/illumos-gate/usr/src/cmd/itadm/ |
H A D | itadm.c | 649 nvlist_t *errlist = NULL; local 763 ret = it_tgt_setprop(cfg, tgtp, proplist, &errlist); 768 if (errlist) { 773 while ((nvp = nvlist_next_nvpair(errlist, nvp)) 786 nvlist_free(errlist); 1066 nvlist_t *errlist = NULL; local 1257 ret = it_tgt_setprop(cfg, tgtp, proplist, &errlist); 1262 if (errlist) { 1267 while ((nvp = nvlist_next_nvpair(errlist, nvp)) 1280 nvlist_free(errlist); 1592 nvlist_t *errlist = NULL; local 1865 nvlist_t *errlist = NULL; local [all...] |
/illumos-gate/usr/src/lib/libiscsit/common/ |
H A D | libiscsit.c | 99 free_empty_errlist(nvlist_t **errlist); 305 * for iSCSI Target. If errlist is not NULL, returns detailed 314 * errlist (optional) nvlist_t of errors encountered when 323 it_config_setprop(it_config_t *cfg, nvlist_t *proplist, nvlist_t **errlist) argument 340 if (errlist) { 342 *errlist = errs; 492 free_empty_errlist(errlist); 601 * the specified target. If errlist is not NULL, returns detailed 611 * errlist (optional) nvlist_t of errors encountered when 621 nvlist_t **errlist) 620 it_tgt_setprop(it_config_t *cfg, it_tgt_t *tgt, nvlist_t *proplist, nvlist_t **errlist) argument 1385 it_ini_setprop(it_ini_t *ini, nvlist_t *proplist, nvlist_t **errlist) argument 2058 free_empty_errlist(nvlist_t **errlist) argument [all...] |
/illumos-gate/usr/src/cmd/cron/ |
H A D | at.c | 117 static char *errlist[] = { variable 346 atabort(errlist[getdate_err]);
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 3509 nvlist_t *errlist = NULL; local 3511 ret = lzc_destroy_snaps(snaps, defer, &errlist); 3514 nvlist_free(errlist); 3518 if (nvlist_empty(errlist)) { 3525 for (nvpair_t *pair = nvlist_next_nvpair(errlist, NULL); 3526 pair != NULL; pair = nvlist_next_nvpair(errlist, pair)) { 3544 nvlist_free(errlist);
|