Searched defs:report (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/avs/dsstat/
H A Dmulti_stats.c40 #include "report.h"
70 if (report())
183 report() function
/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);
283 report("Writing", tmpsec);
312 report("Reading", cursec);
323 report("Reading", tmpsec);
352 * report where we are...
356 report(char *what, diskaddr_t sector) function
/illumos-gate/usr/src/cmd/acct/
H A Dacctcon1.c38 * -o file causes first/last/reboots report to be written to file
81 char *report = NULL; variable
115 report = *++argv;
169 if (report != NULL)
419 freopen(report, "w", stdout);
H A Dacctcon.c35 * -o file causes first/last/reboots report to be written to file
90 char *report = NULL; variable
127 report = optarg;
162 if (report != NULL)
393 freopen(report, "w", stdout);
/illumos-gate/usr/src/cmd/fuser/
H A Dfuser.c377 report(fu_data_t *fu_data, int options, int sig) function
570 report(fu_data, flags, sig);
582 report(fu_data, flags, sig);
/illumos-gate/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c151 lcollection_report_t report; local
189 while (read(fd, &report, sizeof (report)) == sizeof (report)) {
190 if (report.lcol_id.rcid_type != stat_type)
193 col = col_find(report.lcol_id);
195 col = col_insert(report.lcol_id);
197 report.lcol_stat.lcols_pg_eff;
199 report.lcol_stat.lcols_pg_att;
202 (void) strncpy(col->col_name, report
[all...]
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dmp_xen.c835 char *report = kmem_alloc(REPORT_LEN, KM_SLEEP); local
851 len = snprintf(report, REPORT_LEN,
855 cmn_err(CE_CONT, "!%s\n", report);
856 kmem_free(report, REPORT_LEN);
860 len += snprintf(report + len, REPORT_LEN - len,
864 len += snprintf(report + len, REPORT_LEN - len,
868 len += snprintf(report + len, REPORT_LEN - len,
875 len += snprintf(report + len, REPORT_LEN - len,
885 len += snprintf(report + len, REPORT_LEN - len,
889 len += snprintf(report
[all...]
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpstat.c676 printer_query(char *name, int (*report)(papi_service_t, char *, papi_printer_t, argument
724 report, encryption, verbose,
736 if (report == report_device)
738 else if (report == report_class)
740 else if (report == report_accepting)
742 else if ((report == report_printer) && (verbose == 0))
757 result += report(svc, name, printer, verbose,
1028 job_query(char *request, int (*report)(char *, papi_job_t, int, int),
1077 result += job_query(interest[i], report,
1097 result += report(printe
[all...]
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Donce.h89 int report = 2; variable
/illumos-gate/usr/src/cmd/fs.d/ufs/quot/
H A Dquot.c106 static void report(void);
182 report();
214 report();
233 * because of the qsort done in report()
421 report() function
/illumos-gate/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c140 report(void), rdcontents(void);
311 report();
319 report(void) function
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_fm.c694 zio_cksum_report_t *report = kmem_zalloc(sizeof (*report), KM_SLEEP); local
697 zio->io_vsd_ops->vsd_cksum_report(zio, report, arg);
699 zio_vsd_default_cksum_report(zio, report, arg);
703 report->zcr_ckinfo = kmem_zalloc(sizeof (*info), KM_SLEEP);
704 bcopy(info, report->zcr_ckinfo, sizeof (*info));
707 report->zcr_align = 1ULL << vd->vdev_top->vdev_ashift;
708 report->zcr_length = length;
711 zfs_ereport_start(&report->zcr_ereport, &report
732 zfs_ereport_finish_checksum(zio_cksum_report_t *report, const void *good_data, const void *bad_data, boolean_t drop_if_identical) argument
772 zfs_ereport_send_interim_checksum(zio_cksum_report_t *report) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c62 * Added -r "report file" switch & REPORT keyword.
180 int report = 0; variable
271 * [ -r report-file ] \
338 report = 1;
363 * Default the report file to the stderr location
478 Usage: %s [-e] [-E] [-v] [-V] [-t timeout] [-r report-file]\n\
636 * Allow the last of the report string to be gathered before we terminate.
1108 logf("report (%v)", s);
1133 logf("clear report (%v)", s);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c167 static void report(void);
435 (void) signal(SIGUSR1, report);
490 report(void) function
/illumos-gate/usr/src/lib/storage/liba5k/common/hdrs/
H A Da5k.h256 report : 1; member in struct:trans_element_status
274 report : 1; member in struct:ctlr_element_status
369 report : 1; member in struct:device_element
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c71 void report(private_t *, time_t);
352 case 'h': /* debugging: report hash stats */
676 /* trace these regardless, even if we don't report results */
850 interrupt = 0; /* another interrupt kills the report */
854 report(pri, times(&tms) - starttime);
1206 * Don't report this one.
1457 * breakpoints. Just report the htable stats.
2083 report(private_t *pri, time_t lapse) /* elapsed time, clock ticks */ function
/illumos-gate/usr/src/uts/common/c2/
H A Daudit.c1747 priv_set_t report; local
1764 report = *oldpriv;
1765 priv_intersect(newpriv, &report);
1766 au_uwrite(au_to_privset(setname, &report, AUT_PRIV, 0));
1770 report = *oldpriv;
1771 priv_inverse(&report);
1772 priv_intersect(newpriv, &report);
1773 au_uwrite(au_to_privset(setname, &report, AUT_PRIV, 0));
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c474 boolean_t modify = B_FALSE, report = B_TRUE, update = B_FALSE; local
611 report = B_FALSE;
701 report = B_FALSE;
775 if (report && !modify && !update)
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c1340 boolean_t report; local
1357 * We want to report revision information for the controller nodes, but
1366 nvlist_lookup_boolean_value(props, SES_PROP_REPORT, &report) == 0 &&
1367 report) {
3126 boolean_t report; local
3368 props, SES_PROP_REPORT, &report) != 0)
3369 report = B_FALSE;
3374 report)) {

Completed in 385 milliseconds