Home
last modified time | relevance | path

Searched refs:report (Results 1 – 25 of 90) sorted by relevance

1234

/illumos-gate/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c151 lcollection_report_t report; in read_stats() local
189 while (read(fd, &report, sizeof (report)) == sizeof (report)) { in read_stats()
193 col = col_find(report.lcol_id); in read_stats()
195 col = col_insert(report.lcol_id); in read_stats()
197 report.lcol_stat.lcols_pg_eff; in read_stats()
199 report.lcol_stat.lcols_pg_att; in read_stats()
204 col->col_rsssize = report.lcol_rss; in read_stats()
209 report.lcol_stat.lcols_pg_eff - in read_stats()
221 report.lcol_stat.lcols_pg_att - in read_stats()
234 report.lcol_stat.lcols_proc_in - in read_stats()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_fm.c721 zio_cksum_report_t *report = kmem_zalloc(sizeof (*report), KM_SLEEP); in zfs_ereport_start_checksum() local
735 report->zcr_length = length; in zfs_ereport_start_checksum()
738 (void) zfs_ereport_start(&report->zcr_ereport, &report->zcr_detector, in zfs_ereport_start_checksum()
741 if (report->zcr_ereport == NULL) { in zfs_ereport_start_checksum()
742 report->zcr_free(report->zcr_cbdata, report->zcr_cbinfo); in zfs_ereport_start_checksum()
743 if (report->zcr_ckinfo != NULL) { in zfs_ereport_start_checksum()
744 kmem_free(report->zcr_ckinfo, in zfs_ereport_start_checksum()
745 sizeof (*report->zcr_ckinfo)); in zfs_ereport_start_checksum()
747 kmem_free(report, sizeof (*report)); in zfs_ereport_start_checksum()
764 info = annotate_ecksum(report->zcr_ereport, report->zcr_ckinfo, in zfs_ereport_finish_checksum()
[all …]
/illumos-gate/usr/src/lib/fm/topo/modules/common/ufm/
H A Dtopo_ufm.c179 ufm_ioc_report_t report = { 0 }; in topo_ufm_devinfo() local
239 report.ufmr_version = DDI_UFM_CURRENT_VERSION; in topo_ufm_devinfo()
240 report.ufmr_bufsz = bufsz.ufbz_size; in topo_ufm_devinfo()
241 report.ufmr_buf = topo_mod_alloc(mod, bufsz.ufbz_size); in topo_ufm_devinfo()
242 if (report.ufmr_buf == NULL) { in topo_ufm_devinfo()
246 (void) strlcpy(report.ufmr_devpath, tud->tud_path, in topo_ufm_devinfo()
247 sizeof (report.ufmr_devpath)); in topo_ufm_devinfo()
248 if (ioctl(fd, UFM_IOC_REPORT, &report) != 0) { in topo_ufm_devinfo()
255 ret = nvlist_unpack(report.ufmr_buf, report.ufmr_bufsz, &nvl, 0); in topo_ufm_devinfo()
298 if (report.ufmr_buf != NULL) { in topo_ufm_devinfo()
[all …]
/illumos-gate/usr/src/test/os-tests/tests/
H A Ducontext.c36 report(char *tag) in report() function
50 report("coroutine"); in run()
72 report("second thread"); in thread()
91 report("main thread"); in main()
/illumos-gate/usr/src/cmd/diskscan/
H A Ddiskscan.c47 static void report(); /* tell user how we're getting on */
49 static void report(char *what, diskaddr_t sector);
265 report("Writing", cursec); in scandisk()
283 report("Writing", tmpsec); in scandisk()
312 report("Reading", cursec); in scandisk()
323 report("Reading", tmpsec); in scandisk()
356 report(char *what, diskaddr_t sector) in report() function
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dmamake.c657 report(3, "cannot stat", ".", (unsigned long)0); in view()
717 report(-4, vp->dir, "view", (unsigned long)0); in view()
968 report(-3, s, "find", (unsigned long)0); in find()
1008 report(-3, s, "find", (unsigned long)0); in find()
1081 report(3, "pipe error", file, (unsigned long)0); in push()
1094 report(3, "cannot read", path, (unsigned long)0); in push()
1103 report(3, "not found", file, (unsigned long)0); in push()
1165 report(-5, s, "exec", (unsigned long)0); in execute()
1567 report(-1, r->name, "make", r->time); in make()
1676 report(-2, q->name, "prev", q->time); in make()
[all …]
H A Diffe.sh277 report() # [-] [-0] [-1] status value success failure default function
3536 report $e $V "${note:-$run\ passed}" "${note:-$run} failed"
3685 report $? 1 "$v in default lib(s)" "$v not in default lib(s)"
3785 report $c 1 "$note is true" "$note is false"
4008 else report 0 1 "$w is a reserved keyword" -
4106 report $? 1 "$v is a macro" "$v is not a macro" "default for macro $v"
4141 report $? 1 "$v is a member of $p" "$i"
4188 report $c 1 "$p is a non-opaque struct" "$i"
4230 report $? 1 "$v is a numeric constant" "$v is not a numeric constant"
4338 report $c "$f" "${note:-$a path}" "$a path not found"
[all …]
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dmp_xen.c805 char *report = kmem_alloc(REPORT_LEN, KM_SLEEP); in vcpu_config_report() local
822 len = snprintf(report, REPORT_LEN, in vcpu_config_report()
826 cmn_err(CE_CONT, "!%s\n", report); in vcpu_config_report()
827 kmem_free(report, REPORT_LEN); in vcpu_config_report()
831 len += snprintf(report + len, REPORT_LEN - len, in vcpu_config_report()
835 len += snprintf(report + len, REPORT_LEN - len, in vcpu_config_report()
839 len += snprintf(report + len, REPORT_LEN - len, in vcpu_config_report()
846 len += snprintf(report + len, REPORT_LEN - len, in vcpu_config_report()
856 len += snprintf(report + len, REPORT_LEN - len, in vcpu_config_report()
870 cmn_err(CE_CONT, "%s\n", report); in vcpu_config_report()
[all …]
/illumos-gate/usr/src/cmd/sa/
H A DREADME30 Instruction of daily report generation:
61 the daily report from the data file. Its usage is
65 where -s and -e specify the report starting and ending times
66 respectively, -i specifies the report data interval in seconds.
68 be reported. -options are report options, see manual page
78 the daily report that includes the hourly cpu utilization,
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dparser.y374 if(report == 2)report = 1;
383 if(report == 2)report = 1;
392 if(report == 2)report = 1;
398 if (report ==2) report=1;
418 if(report == 2)report = 1;
430 if (report==2) report=1;
H A Dmain.c102 report = 1;
105 report = 0;
245 if (report == 1)
/illumos-gate/usr/src/test/libc-tests/tests/regex/
H A Dtestregex.c720 report(comment, NiL, re, s, len, NiL, 0, test); in bad()
904 report("callout failed", NiL, re, s, len, NiL, flags, test); in matchcheck()
951 report("failed: match was", NiL, re, s, len, NiL, flags, test); in matchcheck()
970 report("failed: match was", NiL, re, s, len, NiL, flags, test); in matchcheck()
1157 report("failed", "regfree", re, NiL, -1, msg, flags, test); in catchfree()
1996 report("failed", fun, re, s, nstr, msg, flags, test); in main()
2002 report("failed", fun, re, s, nstr, msg, flags, test); in main()
2052 report("failed", fun, re, NiL, -1, msg, flags, test); in main()
2073 report("failed", fun, re, NiL, -1, msg, flags, test); in main()
2194 report("failed", fun, re, s, nstr, msg, flags, test); in main()
[all …]
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpstat.c724 report, encryption, verbose, in printer_query()
736 if (report == report_device) in printer_query()
738 else if (report == report_class) in printer_query()
740 else if (report == report_accepting) in printer_query()
742 else if ((report == report_printer) && (verbose == 0)) in printer_query()
757 result += report(svc, name, printer, verbose, in printer_query()
1028 job_query(char *request, int (*report)(char *, papi_job_t, int, int), in job_query()
1077 result += job_query(interest[i], report, in job_query()
1097 result += report(printer, in job_query()
1134 result = report(printer, job, in job_query()
[all …]
/illumos-gate/usr/src/cmd/acct/
H A Dacctcon1.c81 char *report = NULL; variable
115 report = *++argv; in main()
169 if (report != NULL) in main()
420 freopen(report, "w", stdout); in printrep()
H A Dacctcon.c88 char *report = NULL; variable
125 report = optarg; in main()
160 if (report != NULL) in main()
392 freopen(report, "w", stdout); in printrep()
/illumos-gate/usr/src/lib/storage/liba5k/common/hdrs/
H A Da5k.h256 report : 1;
274 report : 1;
369 report : 1;
/illumos-gate/usr/src/cmd/fs.d/ufs/quot/
H A Dquot.c104 static void report(void);
180 report(); in main()
212 report(); in quotall()
419 report() in report() function
/illumos-gate/usr/src/lib/crypt_modules/bsdbf/
H A Dblowfish.c662 report(uint32_t data[], uint16_t len)
692 report(data, 10);
698 report(data2, 2);
700 report(data2, 2);
/illumos-gate/usr/src/cmd/fuser/
H A Dfuser.c375 report(fu_data_t *fu_data, int options, int sig) in report() function
568 report(fu_data, flags, sig); in main()
580 report(fu_data, flags, sig); in main()
/illumos-gate/usr/src/lib/libm/i386/src/
H A Datan2.S63 call PIC_F(_SVID_libm_err) / report SVID result/error
H A Dasin.S64 call PIC_F(_SVID_libm_err) / report SVID result/error
/illumos-gate/usr/src/uts/common/c2/
H A Daudit.c1746 priv_set_t report; in audit_setppriv() local
1763 report = *oldpriv; in audit_setppriv()
1764 priv_intersect(newpriv, &report); in audit_setppriv()
1765 au_uwrite(au_to_privset(setname, &report, AUT_PRIV, 0)); in audit_setppriv()
1769 report = *oldpriv; in audit_setppriv()
1770 priv_inverse(&report); in audit_setppriv()
1771 priv_intersect(newpriv, &report); in audit_setppriv()
1772 au_uwrite(au_to_privset(setname, &report, AUT_PRIV, 0)); in audit_setppriv()
/illumos-gate/usr/src/tools/make/lib/vroot/
H A DMakefile31 report.o \
/illumos-gate/usr/src/cmd/make/lib/vroot/
H A DMakefile31 report.o \
/illumos-gate/usr/src/pkg/etc/
H A Dpkglintrc17 pkglint001.5.report-linted = False

1234