Searched refs:errlist (Results 1 - 23 of 23) sorted by relevance

/illumos-gate/usr/src/cmd/listen/
H A Dlsdata.c38 errlist err_list[] = {
H A Dlserror.h151 } errlist; typedef in typeref:struct:__anon744
155 extern errlist err_list[];
/illumos-gate/usr/src/cmd/mail/
H A Derrmsg.c38 text for the err_val message is gotten from the errlist[] array.
49 fprintf(stderr,"%s: %s\n",program,errlist[err_val]);
50 Dout(pn, 0,"%s\n",errlist[err_val]);
H A Dinit.c57 char *errlist[]= { variable
H A Dgendeliv.c202 program,error,errlist[error]);
H A Dmail.h367 extern char *errlist[];
/illumos-gate/usr/src/common/net/wanboot/
H A Dhttp_errorstr.c43 static const char *errlist[] = { variable
64 static int nerrs = { sizeof (errlist) / sizeof (errlist[0]) };
94 msg = errlist[error - 1];
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_userhold.h44 nvlist_t *errlist);
45 int dsl_dataset_user_release(nvlist_t *holds, nvlist_t *errlist);
H A Ddmu.h283 struct nvlist *errlist);
/illumos-gate/usr/src/lib/libiscsit/common/
H A Dlibiscsit.h146 * for iSCSI Target. If errlist is not NULL, returns detailed
155 * errlist (optional) nvlist_t of errors encountered when
165 it_config_setprop(it_config_t *cfg, nvlist_t *proplist, nvlist_t **errlist);
213 * the specified target. If errlist is not NULL, returns detailed
223 * errlist (optional) nvlist_t of errors encountered when
234 nvlist_t **errlist);
440 * If errlist is not NULL, returns detailed errors for each property
448 * errlist (optional) nvlist_t of errors encountered when
458 it_ini_setprop(it_ini_t *ini, nvlist_t *proplist, nvlist_t **errlist);
H A Dlibiscsit.c99 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/lib/libzfs_core/common/
H A Dlibzfs_core.c216 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/lib/libc/
H A Dmakelibccatalog.sh67 awk -f errlist.awk errlist
/illumos-gate/usr/src/cmd/itadm/
H A Ditadm.c649 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/uts/common/fs/zfs/
H A Ddsl_userhold.c282 * 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 Ddsl_destroy.c505 * 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 Dzfs_ioctl.c2480 * 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/libc/i386/
H A DMakefile.com1332 $(LIBCDIR)/port/gen/new_list.c: $(LIBCDIR)/port/gen/errlist $(LIBCDIR)/port/gen/errlist.awk
1333 cd $(LIBCDIR)/port/gen; pwd; $(AWK) -f errlist.awk < errlist
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com1324 $(LIBCDIR)/port/gen/new_list.c: $(LIBCDIR)/port/gen/errlist $(LIBCDIR)/port/gen/errlist.awk
1325 cd $(LIBCDIR)/port/gen; pwd; $(AWK) -f errlist.awk < errlist
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile1251 $(LIBCDIR)/port/gen/new_list.c: $(LIBCDIR)/port/gen/errlist $(LIBCDIR)/port/gen/errlist.awk
1252 cd $(LIBCDIR)/port/gen; pwd; $(AWK) -f errlist.awk < errlist
/illumos-gate/usr/src/cmd/cron/
H A Dat.c117 static char *errlist[] = { variable
346 atabort(errlist[getdate_err]);
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com1411 $(LIBCDIR)/port/gen/new_list.c: $(LIBCDIR)/port/gen/errlist $(LIBCDIR)/port/gen/errlist.awk
1412 cd $(LIBCDIR)/port/gen; pwd; $(AWK) -f errlist.awk < errlist
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c3509 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);

Completed in 162 milliseconds