HomeSort by relevance Sort by last modified time
    Searched defs:report (Results 1 - 20 of 20) sorted by null

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/dprof/
V.pm 9 @EXPORT = qw( dprofpp $opt_v $results $expected report @results );
44 sub report { subroutine
  /onnv/onnv-gate/usr/src/cmd/avs/dsstat/
multi_stats.c 40 #include "report.h"
70 if (report())
183 report() function
  /onnv/onnv-gate/usr/src/cmd/diskscan/
diskscan.c 47 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
  /onnv/onnv-gate/usr/src/cmd/acct/
acctcon.c 35 * -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);
acctcon1.c 38 * -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);
  /onnv/onnv-gate/usr/src/cmd/fuser/
fuser.c 377 report(fu_data_t *fu_data, int options, int sig) function
497 * Report only users with NBMAND locks
570 report(fu_data, flags, sig);
582 report(fu_data, flags, sig);
  /onnv/onnv-gate/usr/src/uts/i86xpv/os/
mp_xen.c 835 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 + len, REPORT_LEN - len
    [all...]
  /onnv/onnv-gate/usr/src/cmd/rcap/rcapstat/
rcapstat.c 151 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.lcol_name, LC_NAME_LEN)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/quot/
quot.c 106 static void report(void);
182 report();
214 report();
233 * because of the qsort done in report()
421 report() function
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
zfs_fm.c 690 zio_cksum_report_t *report = kmem_zalloc(sizeof (*report), KM_SLEEP); local
693 zio->io_vsd_ops->vsd_cksum_report(zio, report, arg);
695 zio_vsd_default_cksum_report(zio, report, arg);
699 report->zcr_ckinfo = kmem_zalloc(sizeof (*info), KM_SLEEP);
700 bcopy(info, report->zcr_ckinfo, sizeof (*info));
703 report->zcr_align = 1ULL << vd->vdev_top->vdev_ashift;
704 report->zcr_length = length;
707 zfs_ereport_start(&report->zcr_ereport, &report->zcr_detector
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/lex/common/
once.h 89 int report = 2; variable
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkginfo/
pkginfo.c 140 report(void), rdcontents(void);
311 report();
319 report(void) function
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
chat.c 62 * 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.
923 if (strcmp(s, "REPORT") == 0) {
1098 fatal(2, "Too many REPORT strings")
    [all...]
  /onnv/onnv-gate/usr/src/cmd/truss/
main.c 72 void report(private_t *, time_t);
353 case 'h': /* debugging: report hash stats */
679 /* trace these regardless, even if we don't report results */
863 interrupt = 0; /* another interrupt kills the report */
867 report(pri, times(&tms) - starttime);
1210 * Don't report this one.
2091 report(private_t *pri, time_t lapse) \/* elapsed time, clock ticks *\/ function
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/common/ses/
ses.c 658 boolean_t report; local
675 * We want to report revision information for the controller nodes, but
684 nvlist_lookup_boolean_value(props, SES_PROP_REPORT, &report) == 0 &&
685 report) {
1272 boolean_t report; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/c2/
audit.c 1974 priv_set_t report; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
in.rdisc.c 167 static void report(void);
435 (void) signal(SIGUSR1, report);
490 report(void) function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
routeadm.c 474 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)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mms/mm/common/
mm_sql.c 1011 /* Create the text clause for the report in cmd */
1062 mm_sql_format_report(mm_command_t *cmd, mms_par_node_t *report,
1071 /* 2 possible data types in report */
1083 /* Create the text clause for the report in cmd */
1086 "determine formatting for this report");
1091 for (object = mms_pn_lookup(report, NULL, NULL, &report_work);
1093 object = mms_pn_lookup(report, NULL, NULL, &report_work)) {
1107 mms_pn_lookup(report, NULL, NULL,
1227 mms_par_node_t *report; local
1245 /* Report format *
3444 mms_par_node_t *report; local
3744 mms_par_node_t *report; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/storage/liba5k/common/hdrs/
a5k.h 256 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

Completed in 6818 milliseconds