HomeSort by relevance Sort by last modified time
    Searched refs:errlist (Results 1 - 23 of 23) sorted by null

  /onnv/onnv-gate/usr/src/cmd/listen/
lsdata.c 38 errlist err_list[] = {
lserror.h 151 } errlist; typedef in typeref:struct:__anon719
155 extern errlist err_list[];
  /onnv/onnv-gate/usr/src/cmd/mail/
errmsg.c 38 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]);
init.c 57 char *errlist[]= { variable
gendeliv.c 202 program,error,errlist[error]);
mail.h 370 extern char *errlist[];
  /onnv/onnv-gate/usr/src/common/net/wanboot/
http_errorstr.c 43 static const char *errlist[] = { variable
64 static int nerrs = { sizeof (errlist) / sizeof (errlist[0]) };
94 msg = errlist[error - 1];
  /onnv/onnv-gate/usr/src/cmd/mms/mgmt/init/common/
mmsinit.c 101 nvlist_t *errlist = NULL; local
263 st = mms_mgmt_get_pwd(pwfile, O_MMPASS, passphrases, mmnv, errlist);
281 st = mms_mgmt_init_host(mmnv, &errlist);
295 } else if (errlist) {
296 nvpair_t *nv = nvlist_next_nvpair(errlist, NULL);
313 nv = nvlist_next_nvpair(errlist, nv);
318 if (errlist) {
319 nvlist_free(errlist);
  /onnv/onnv-gate/usr/src/lib/libiscsit/common/
libiscsit.h 136 * for iSCSI Target. If errlist is not NULL, returns detailed
145 * errlist (optional) nvlist_t of errors encountered when
155 it_config_setprop(it_config_t *cfg, nvlist_t *proplist, nvlist_t **errlist);
203 * the specified target. If errlist is not NULL, returns detailed
213 * errlist (optional) nvlist_t of errors encountered when
224 nvlist_t **errlist);
430 * If errlist is not NULL, returns detailed errors for each property
438 * errlist (optional) nvlist_t of errors encountered when
448 it_ini_setprop(it_ini_t *ini, nvlist_t *proplist, nvlist_t **errlist);
libiscsit.c 299 * for iSCSI Target. If errlist is not NULL, returns detailed
308 * errlist (optional) nvlist_t of errors encountered when
317 it_config_setprop(it_config_t *cfg, nvlist_t *proplist, nvlist_t **errlist)
333 if (errlist) {
334 (void) nvlist_alloc(errlist, 0, 0);
353 ret = it_val_pass(PROP_RADIUS_SECRET, val, *errlist);
388 ret = it_validate_configprops(cprops, *errlist);
580 * the specified target. If errlist is not NULL, returns detailed
590 * errlist (optional) nvlist_t of errors encountered when
600 nvlist_t **errlist)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/
makelibccatalog.sh 64 awk -f errlist.awk errlist
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nispasswdd/
npd_svc.c 570 static nispasswd_error errlist[3]; local
738 (void) memset(errlist, 0, sizeof (errlist));
749 errlist[0].npd_field = NPD_GECOS;
750 errlist[0].npd_code = NPD_PERMDENIED;
751 errlist[0].next = NULL;
777 errlist[0].next = &errlist[1];
778 errlist[1].npd_field = NPD_SHELL;
779 errlist[1].npd_code = NPD_PERMDENIED
    [all...]
  /onnv/onnv-gate/usr/src/cmd/itadm/
itadm.c 604 nvlist_t *errlist = NULL; local
719 ret = it_tgt_setprop(cfg, tgtp, proplist, &errlist);
724 if (errlist) {
729 while ((nvp = nvlist_next_nvpair(errlist, nvp))
742 nvlist_free(errlist);
1023 nvlist_t *errlist = NULL; local
1218 ret = it_tgt_setprop(cfg, tgtp, proplist, &errlist);
1223 if (errlist) {
1228 while ((nvp = nvlist_next_nvpair(errlist, nvp))
1241 nvlist_free(errlist);
1553 nvlist_t *errlist = NULL; local
1834 nvlist_t *errlist = NULL; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/mms/mgmt/common/
mms_mgmt.h 175 * are added to the argument nvlist "errlist".
177 int mms_mgmt_set_opts(nvlist_t *optlist, nvlist_t *errlist);
190 mgmt_set_db_opts(nvlist_t *opts, nvlist_t *errlist);
mgmt_mm.c 662 * are added to the argument nvlist "errlist".
665 mms_mgmt_set_opts(nvlist_t *optlist, nvlist_t *errlist)
736 if (errlist) {
737 (void) nvlist_add_int32(errlist, opt,
744 if ((errs) && (!errlist)) {
765 MGMT_ADD_ERR(errlist, mmscfgopts[i].name, st);
776 st = mgmt_set_db_opts(optlist, errlist);
    [all...]
mgmt_mmsdb.c 78 mgmt_set_db_opts(nvlist_t *opts, nvlist_t *errlist)
112 st = create_db_dirs(val, uid, gid, errlist);
  /onnv/onnv-gate/usr/src/lib/libc/amd64/
Makefile 1148 ../port/gen/new_list.c: ../port/gen/errlist ../port/gen/errlist.awk
1149 cd ../port/gen; pwd; $(AWK) -f errlist.awk < errlist
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
zfs_ioctl.c 3360 nvlist_t *errlist = NULL; local
3399 nvlist_t *errlist; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/i386/
Makefile.com 1224 ../port/gen/new_list.c: ../port/gen/errlist ../port/gen/errlist.awk
1225 cd ../port/gen; pwd; $(AWK) -f errlist.awk < errlist
  /onnv/onnv-gate/usr/src/lib/libc/sparcv9/
Makefile.com 1206 $(LIBCDIR)/port/gen/new_list.c: $(LIBCDIR)/port/gen/errlist $(LIBCDIR)/port/gen/errlist.awk
1207 cd $(LIBCDIR)/port/gen; pwd; $(AWK) -f errlist.awk < errlist
  /onnv/onnv-gate/usr/src/lib/libc/sparc/
Makefile.com 1287 $(LIBCDIR)/port/gen/new_list.c: $(LIBCDIR)/port/gen/errlist $(LIBCDIR)/port/gen/errlist.awk
1288 cd $(LIBCDIR)/port/gen; pwd; $(AWK) -f errlist.awk < errlist
  /onnv/onnv-gate/usr/src/lib/passwdutil/
nisplus_attr.c 910 nispasswd_error *errlist = NULL; local
1015 newpass, gecos, shell, &error, &errlist);
1035 __npd_free_errlist(errlist);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cron/
at.c 116 static char *errlist[] = { variable
345 atabort(errlist[getdate_err]);

Completed in 3669 milliseconds