/titanic_44/usr/src/cmd/stat/fsstat/ |
H A D | fsstat.c | 129 #define DELTA(member) \ macro 178 nnewfile = DELTA(ncreate) + DELTA(nmkdir) + DELTA(nsymlink); in dflt_display() 179 nnamerm = DELTA(nremove) + DELTA(nrmdir); in dflt_display() 180 nnamechg = DELTA(nrename) + DELTA(nlink) + DELTA(nsymlink); in dflt_display() 181 nattrret = DELTA(ngetattr) + DELTA(naccess) + in dflt_display() 182 DELTA(ngetsecattr) + DELTA(nfid); in dflt_display() 183 nattrchg = DELTA(nsetattr) + DELTA(nsetsecattr) + DELTA(nspace); in dflt_display() 184 nlookup = DELTA(nlookup); in dflt_display() 185 nreaddir = DELTA(nreaddir); in dflt_display() 186 ndataread = DELTA(nread); in dflt_display() [all …]
|
/titanic_44/usr/src/cmd/ndmpstat/ |
H A D | ndmpstat_main.c | 57 #define DELTA(v) (new->ns_##v - (old ? old->ns_##v : 0)) macro 198 adjprintf(" %*u", 4, DELTA(rfile)); in dostats() 199 adjprintf(" %*u", 4, DELTA(wfile)); in dostats() 200 adjprintf(" %*u", 4, (unsigned)(DELTA(rdisk) / blksize)); in dostats() 201 adjprintf(" %*u", 4, (unsigned)(DELTA(wdisk) / blksize)); in dostats() 202 adjprintf(" %*u", 4, (unsigned)(DELTA(rtape) / blksize)); in dostats() 203 adjprintf(" %*u", 4, (unsigned)(DELTA(wtape) / blksize)); in dostats() 206 rbytes = (DELTA(wtape) + DELTA(rdisk)) / 2; in dostats() 207 wbytes = (DELTA(rtape) + DELTA(wdisk)) / 2; in dostats() 217 dskop += DELTA(rdisk); in dostats() [all …]
|
/titanic_44/usr/src/cmd/rcap/rcapstat/ |
H A D | rcapstat.c | 263 #define DELTA(field) \ in print_unformatted_stats() macro 277 mode, col->col_name, DELTA(lcols_pg_eff), in print_unformatted_stats() 278 DELTA(lcols_pg_att), DELTA(lcols_scan_ineffective), in print_unformatted_stats() 279 DELTA(lcols_scan), DELTA(lcols_unenforced_cap), in print_unformatted_stats() 280 DELTA(lcols_rss_sample), col->col_src_stat.lcols_min_rss, in print_unformatted_stats() 283 col->col_old_stat.lcols_proc_out), DELTA(lcols_proc_out), in print_unformatted_stats() 284 DELTA(lcols_scan_count), in print_unformatted_stats() 285 NSEC2MSEC(DELTA(lcols_scan_time_complete))); in print_unformatted_stats() 295 #undef DELTA in print_unformatted_stats()
|
/titanic_44/usr/src/cmd/stat/vmstat/ |
H A D | vmstat.c | 212 #define DELTA(v) (new->v - (old ? old->v : 0)) macro 266 sys_updates = denom(DELTA(s_sys.ss_sysinfo.updates)); in dovmstats() 267 vm_updates = denom(DELTA(s_sys.ss_vminfo.updates)); in dovmstats() 281 pgtok((int)(DELTA(s_sys.ss_vminfo.swap_avail) in dovmstats() 284 pgtok((int)(DELTA(s_sys.ss_vminfo.freemem) / vm_updates))); in dovmstats() 316 adjprintf(" %*lu", 1, DELTA(s_sys.ss_sysinfo.runque) / sys_updates); in dovmstats() 317 adjprintf(" %*lu", 1, DELTA(s_sys.ss_sysinfo.waiting) / sys_updates); in dovmstats() 318 adjprintf(" %*lu", 1, DELTA(s_sys.ss_sysinfo.swpque) / sys_updates); in dovmstats() 319 adjprintf(" %*u", 6, pgtok((int)(DELTA(s_sys.ss_vminfo.swap_avail) in dovmstats() 321 adjprintf(" %*u", 5, pgtok((int)(DELTA(s_sys.ss_vminfo.freemem) in dovmstats()
|
/titanic_44/usr/src/cmd/rcap/rcapd/ |
H A D | rcapd_main.c | 1030 #define DELTA(field) \ in simple_report_collection_cb() macro 1040 DELTA(lcols_pg_eff), DELTA(lcols_pg_att), in simple_report_collection_cb() 1041 DELTA(lcols_scan_ineffective), DELTA(lcols_scan), in simple_report_collection_cb() 1042 DELTA(lcols_unenforced_cap), DELTA(lcols_rss_sample), in simple_report_collection_cb() 1047 lcol->lcol_stat.lcols_proc_out), DELTA(lcols_proc_out), in simple_report_collection_cb() 1048 DELTA(lcols_scan_count), in simple_report_collection_cb() 1049 NSEC2MSEC(DELTA(lcols_scan_time_complete))); in simple_report_collection_cb() 1051 #undef DELTA in simple_report_collection_cb()
|
/titanic_44/usr/src/cmd/allocate/ |
H A D | mkdevalloc.c | 83 #define DELTA 5 /* array size delta when full */ macro 1289 new = (void *)calloc(n + DELTA, size); in expandmem() 1304 return (n + DELTA); in expandmem()
|
/titanic_44/usr/src/cmd/eqn/eqnchar.d/ |
H A D | eqnchar | 17 ndefine =del % = to DELTA %
|
/titanic_44/usr/src/cmd/localedef/data/ |
H A D | 8859-7.TXT | 251 0xC4 0x0394 # GREEK CAPITAL LETTER DELTA 282 0xE4 0x03B4 # GREEK SMALL LETTER DELTA
|
/titanic_44/usr/src/cmd/troff/ |
H A D | tdef.h | 163 #define DELTA 1024 /* delta core bytes */ macro
|
H A D | n3.c | 658 #define SPACETEST(base, size) while ((enda - (size)) <= (char *)(base)){setbrk(DELTA);}
|
H A D | n1.c | 404 frame = stk = (struct s *)setbrk(DELTA); in init2()
|
/titanic_44/usr/src/cmd/init/ |
H A D | init.c | 3612 #define DELTA 25 /* Number of pidlist elements to allocate at a time */ macro 3646 plp = (struct pidlist *)calloc(DELTA, in sigpoll() 3660 for (i = 0; i < DELTA - 2; i++) { in sigpoll()
|
/titanic_44/usr/src/data/hwdata/ |
H A D | pci.ids | 19224 1500 DELTA Electronics, Inc 22050 0007 DELTA-3G-elp-d
|