/titanic_44/usr/src/cmd/rcap/rcapstat/ |
H A D | rcapstat.c | 151 lcollection_report_t report; in read_stats() local 189 while (read(fd, &report, sizeof (report)) == sizeof (report)) { in read_stats() 190 if (report.lcol_id.rcid_type != stat_type) 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() 202 (void) strncpy(col->col_name, report.lcol_name, LC_NAME_LEN); in read_stats() 203 col->col_vmsize = report.lcol_image_size; in read_stats() 204 col->col_rsssize = report.lcol_rss; in read_stats() [all …]
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_fm.c | 694 zio_cksum_report_t *report = kmem_zalloc(sizeof (*report), KM_SLEEP); in zfs_ereport_start_checksum() local 697 zio->io_vsd_ops->vsd_cksum_report(zio, report, arg); in zfs_ereport_start_checksum() 699 zio_vsd_default_cksum_report(zio, report, arg); in zfs_ereport_start_checksum() 703 report->zcr_ckinfo = kmem_zalloc(sizeof (*info), KM_SLEEP); in zfs_ereport_start_checksum() 704 bcopy(info, report->zcr_ckinfo, sizeof (*info)); in zfs_ereport_start_checksum() 707 report->zcr_align = 1ULL << vd->vdev_top->vdev_ashift; in zfs_ereport_start_checksum() 708 report->zcr_length = length; in zfs_ereport_start_checksum() 711 zfs_ereport_start(&report->zcr_ereport, &report->zcr_detector, in zfs_ereport_start_checksum() 714 if (report->zcr_ereport == NULL) { in zfs_ereport_start_checksum() 715 report->zcr_free(report->zcr_cbdata, report->zcr_cbinfo); in zfs_ereport_start_checksum() [all …]
|
/titanic_44/usr/src/cmd/diskscan/ |
H A D | 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); 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
|
/titanic_44/usr/src/cmd/sa/ |
H A D | README | 30 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,
|
/titanic_44/usr/src/uts/i86xpv/os/ |
H A D | mp_xen.c | 835 char *report = kmem_alloc(REPORT_LEN, KM_SLEEP); in vcpu_config_report() local 851 len = snprintf(report, REPORT_LEN, in vcpu_config_report() 855 cmn_err(CE_CONT, "!%s\n", report); in vcpu_config_report() 856 kmem_free(report, REPORT_LEN); in vcpu_config_report() 860 len += snprintf(report + len, REPORT_LEN - len, in vcpu_config_report() 864 len += snprintf(report + len, REPORT_LEN - len, in vcpu_config_report() 868 len += snprintf(report + len, REPORT_LEN - len, in vcpu_config_report() 875 len += snprintf(report + len, REPORT_LEN - len, in vcpu_config_report() 885 len += snprintf(report + len, REPORT_LEN - len, in vcpu_config_report() 889 len += snprintf(report + len, REPORT_LEN - len, in vcpu_config_report() [all …]
|
/titanic_44/usr/src/cmd/sgs/lex/common/ |
H A D | parser.y | 375 if(report == 2)report = 1; 384 if(report == 2)report = 1; 393 if(report == 2)report = 1; 399 if (report ==2) report=1; 419 if(report == 2)report = 1; 431 if (report==2) report=1;
|
H A D | main.c | 102 report = 1; 105 report = 0; 245 if (report == 1)
|
/titanic_44/usr/src/cmd/print/bsd-sysv-commands/ |
H A D | lpstat.c | 676 printer_query(char *name, int (*report)(papi_service_t, char *, papi_printer_t, in printer_query() 724 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() [all …]
|
/titanic_44/usr/src/cmd/avs/dsstat/ |
H A D | Makefile | 36 sdbc_stats.o multi_stats.o common.o report.o 39 multi_stats.o common.o report.o
|
H A D | multi_stats.c | 70 if (report()) in do_stats() 183 report() in report() function
|
H A D | multi_stats.h | 37 int report();
|
/titanic_44/usr/src/cmd/acct/ |
H A D | acctcon1.c | 81 char *report = NULL; variable 115 report = *++argv; in main() 169 if (report != NULL) in main() 419 freopen(report, "w", stdout); in printrep()
|
H A D | acctcon.c | 90 char *report = NULL; variable 127 report = optarg; in main() 162 if (report != NULL) in main() 393 freopen(report, "w", stdout); in printrep()
|
/titanic_44/usr/src/lib/storage/liba5k/common/hdrs/ |
H A D | a5k.h | 256 report : 1; 274 report : 1; 369 report : 1;
|
/titanic_44/usr/src/cmd/fs.d/ufs/quot/ |
H A D | quot.c | 106 static void report(void); 182 report(); in main() 214 report(); in quotall() 421 report() in report() function
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/wanboot/bootlog-cgi/ |
H A D | bootlog-cgi | 56 echo CGI/1.0 bootlog script report:
|
/titanic_44/usr/src/cmd/fuser/ |
H A D | fuser.c | 377 report(fu_data_t *fu_data, int options, int sig) in report() function 570 report(fu_data, flags, sig); in main() 582 report(fu_data, flags, sig); in main()
|
/titanic_44/usr/src/lib/crypt_modules/bsdbf/ |
H A D | blowfish.c | 662 report(uint32_t data[], uint16_t len) 692 report(data, 10); 698 report(data2, 2); 700 report(data2, 2);
|
/titanic_44/usr/src/lib/libm/i386/src/ |
H A D | atan2.s | 63 call PIC_F(_SVID_libm_err) / report SVID result/error
|
H A D | asin.s | 64 call PIC_F(_SVID_libm_err) / report SVID result/error
|
H A D | acos.s | 79 call PIC_F(_SVID_libm_err) / report SVID result/error
|
/titanic_44/usr/src/tools/make/lib/vroot/ |
H A D | Makefile | 30 report.o \
|
/titanic_44/usr/src/cmd/make/lib/vroot/ |
H A D | Makefile | 30 report.o \
|
/titanic_44/usr/src/uts/common/c2/ |
H A D | audit.c | 1685 priv_set_t report; in audit_setppriv() local 1702 report = *oldpriv; in audit_setppriv() 1703 priv_intersect(newpriv, &report); in audit_setppriv() 1704 au_uwrite(au_to_privset(setname, &report, AUT_PRIV, 0)); in audit_setppriv() 1708 report = *oldpriv; in audit_setppriv() 1709 priv_inverse(&report); in audit_setppriv() 1710 priv_intersect(newpriv, &report); in audit_setppriv() 1711 au_uwrite(au_to_privset(setname, &report, AUT_PRIV, 0)); in audit_setppriv()
|
/titanic_44/usr/src/cmd/svr4pkg/pkginfo/ |
H A D | pkginfo.c | 140 report(void), rdcontents(void); 311 report(); in main() 319 report(void) in report() function
|