Home
last modified time | relevance | path

Searched refs:DELTA (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/cmd/stat/fsstat/
H A Dfsstat.c191 #define DELTA(member) \ macro
239 nnewfile = DELTA(ncreate) + DELTA(nmkdir) + DELTA(nsymlink); in dflt_display()
240 nnamerm = DELTA(nremove) + DELTA(nrmdir); in dflt_display()
241 nnamechg = DELTA(nrename) + DELTA(nlink) + DELTA(nsymlink); in dflt_display()
242 nattrret = DELTA(ngetattr) + DELTA(naccess) + in dflt_display()
243 DELTA(ngetsecattr) + DELTA(nfid); in dflt_display()
244 nattrchg = DELTA(nsetattr) + DELTA(nsetsecattr) + DELTA(nspace); in dflt_display()
245 nlookup = DELTA(nlookup); in dflt_display()
246 nreaddir = DELTA(nreaddir); in dflt_display()
247 ndataread = DELTA(nread); in dflt_display()
[all …]
/titanic_41/usr/src/cmd/ndmpstat/
H A Dndmpstat_main.c57 #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_41/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c263 #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_41/usr/src/cmd/stat/vmstat/
H A Dvmstat.c212 #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_41/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c1030 #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_41/usr/src/cmd/allocate/
H A Dmkdevalloc.c83 #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_41/usr/src/cmd/eqn/eqnchar.d/
H A Deqnchar17 ndefine =del % = to DELTA %
/titanic_41/usr/src/cmd/localedef/data/
H A D8859-7.TXT251 0xC4 0x0394 # GREEK CAPITAL LETTER DELTA
282 0xE4 0x03B4 # GREEK SMALL LETTER DELTA
/titanic_41/usr/src/cmd/troff/
H A Dtdef.h163 #define DELTA 1024 /* delta core bytes */ macro
H A Dn3.c658 #define SPACETEST(base, size) while ((enda - (size)) <= (char *)(base)){setbrk(DELTA);}
H A Dn1.c404 frame = stk = (struct s *)setbrk(DELTA); in init2()
/titanic_41/usr/src/cmd/init/
H A Dinit.c3612 #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_41/usr/src/data/hwdata/
H A Dpci.ids18622 1500 DELTA Electronics, Inc
21369 0007 DELTA-3G-elp-d