HomeSort by relevance Sort by last modified time
    Searched defs:stats (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/
stats_impl.h 37 struct stats { struct
  /onnv/onnv-gate/usr/src/lib/libsocket/socket/
_soutil.c 130 struct stat stats; local
143 if (_xstat(_STAT_VER, net->nc_device, &stats) < 0) {
145 if (stat(net->nc_device, &stats) < 0) {
162 if (!S_ISCHR(stats.st_mode)) {
  /onnv/onnv-gate/usr/src/cmd/fs.d/cachefs/common/
stats_stats.c 41 #include "stats.h"
52 "cachefs", st->st_fsid, "stats")) == NULL) ||
67 cachefs_stats_t *stats; local
71 stats = (cachefs_stats_t *) ks->ks_data;
72 rc = stats->st_hits;
85 cachefs_stats_t *stats; local
89 stats = (cachefs_stats_t *) ks->ks_data;
90 rc = stats->st_misses;
103 cachefs_stats_t *stats; local
107 stats = (cachefs_stats_t *) ks->ks_data
121 cachefs_stats_t *stats; local
139 cachefs_stats_t *stats; local
157 cachefs_stats_t *stats; local
175 cachefs_stats_t *stats; local
193 cachefs_stats_t *stats; local
211 cachefs_stats_t *stats; local
228 cachefs_stats_t stats; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/src/
stats.c 18 SM_RCSID("@(#)$Id: stats.c,v 8.57 2006/08/15 23:24:58 ca Exp $")
24 static bool GotStats = false; /* set when we have stats to merge */
35 ** type -- type of stats this represents.
140 struct statistics stats; local
167 if (read(fd, (char *) &stats, sizeof(stats)) == sizeof(stats) &&
168 stats.stat_size == sizeof(stats) &&
169 stats.stat_magic == Stat.stat_magic &
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sort/
Makefile 59 stats := TARGET = stats macro
65 debug convert invoke stats : $(SUBDIRS)
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/esc/common/
escmain.c 42 #include "stats.h"
71 "\t-S Print stats for compiler memory usage, etc.\n"
101 int stats = 0; local
110 stats_init(1); /* extended stats always enabled for esc */
147 stats++;
224 if (stats) {
225 out(O_OK, "Stats:");
  /onnv/onnv-gate/usr/src/tools/elfextract/
elfextract.c 197 struct stat stats; local
224 if (stat(fname, &stats) < 0) {
231 len = (stats.st_size + (pgsz - 1)) & (~(pgsz - 1));
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/
soconfig.c 261 struct stat stats; local
264 stat(path, &stats) == -1) {
  /onnv/onnv-gate/usr/src/cmd/fm/fmd/common/
fmd_ustat.c 69 * Note that any strings pointed to by FMD_TYPE_STRING stats
186 fmd_stat_t *stats, *sp; local
195 sp = stats = fmd_alloc(sizeof (fmd_stat_t) * n, FMD_SLEEP);
196 bcopy(template, stats, sizeof (fmd_stat_t) * n);
198 sp = stats = template;
203 cp = fmd_ustat_chunk_init(usp, stats, n);
270 * If an error occurred, delete all the stats inserted by successful
277 fmd_ustat_delete_locked(usp, i, stats, FMD_B_FALSE);
284 * If no error occurred and one or more string stats are being
285 * inserted, make a second pass through 'stats' duplicating an
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnisdb/yptol/
shim.c 567 struct stat stats; local
571 if (0 != stat(map->trad_map_path, &stats)) {
594 if (stats.st_mtime <= old_time) {
611 value.dptr = (char *)&(stats.st_mtime);
  /onnv/onnv-gate/usr/src/uts/common/ipp/dlcosmk/
dlcosmk_impl.h 64 /* dlcosmk stats info. available using kstats */
97 ipp_stat_t *stats; /* stats for this instance */ member in struct:dlcosmk_data_s
101 boolean_t gather_stats; /* stats collected or not */
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
deflate.c 57 struct compstat stats; member in struct:deflate_state
72 static void z_comp_stats __P((void *state, struct compstat *stats));
109 z_comp_stats(arg, stats)
111 struct compstat *stats;
116 *stats = state->stats;
117 stats->ratio = stats->unc_bytes;
118 out = stats->comp_bytes + stats->unc_bytes
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/common/
stats.c 26 * stats.c -- simple stats tracking table module
34 #include "stats.h"
38 struct stats { struct
39 struct stats *next;
57 static int Ext; /* true if extended stats are enabled */
58 static struct stats *Statslist;
59 static struct stats *Laststats;
63 * stats_init -- initialize the stats module
78 static struct stats *
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/aux/
mailstats.c 69 struct statistics stats; local
223 if ((fd < 0) || (i = read(fd, &stats, sizeof stats)) < 0)
234 if ((i = read(fd, &stats, sizeof stats)) < 0)
245 memset((ARBPTR_T) &stats, '\0', sizeof stats);
246 (void) time(&stats.stat_itime);
251 if (stats.stat_magic != STAT_MAGIC)
258 else if (stats.stat_version != STAT_VERSION
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnisdb/
db_index.cc 370 db_index::stats(long *tsize, long *tcount) function in class:db_index
372 READLOCKV(this, "r db_index::stats");
375 READUNLOCKV(this, "ru db_index::stats");
  /onnv/onnv-gate/usr/src/uts/common/io/drm/
drm_ioctl.c 270 drm_stats_t stats; local
273 bzero(&stats, sizeof (stats));
279 stats.data[i].value
283 stats.data[i].value = atomic_read(&dev->counts[i]);
284 stats.data[i].type = dev->types[i];
287 stats.count = dev->counters;
294 stats32.count = (uint32_t)stats.count;
296 stats32.data[i].value = stats.data[i].value;
297 stats32.data[i].type = stats.data[i].type
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/ipp/dscpmk/
dscpmk_impl.h 69 /* dscpmk stats information available using kstats */
93 boolean_t present; /* Stats present for this DSCP */
95 ipp_stat_t *stats; /* stats for this DSCP */ member in struct:dscp_stats_s
102 ipp_stat_t *stats; /* structure for storing stats */ member in struct:dscpmk_data_s
107 /* Minimal stats */
115 /* per-DSCP stats */
117 /* Stats count per DSCP value 0-63 */
  /onnv/onnv-gate/usr/src/uts/common/ipp/meters/
tokenmtddi.c 69 /* Initialize stats */
72 /* Stats callback function */
309 /* parse stats */
312 cfg_parms->stats = B_FALSE;
314 cfg_parms->stats = (bstats == 0) ? B_FALSE : B_TRUE;
326 /* Initialize stats, if required */
327 if (cfg_parms->stats) {
376 if (cfg_parms->stats) {
377 ipp_stat_destroy(tokenmt_data->stats);
583 /* parse stats, if present *
770 meter_stat_t *stats = (meter_stat_t *)sp->ipps_data; local
    [all...]
tswtclddi.c 50 /* Stats init function */
53 /* Stats callback function */
213 /* parse stats */
216 cfg_parms->stats = B_FALSE;
218 cfg_parms->stats = (boolean_t)bstats;
230 if (cfg_parms->stats) {
272 if (cfg_parms->stats) {
273 ipp_stat_destroy(tswtcl_data->stats);
397 /* parse stats, if present */
399 cfg_parms->stats = (boolean_t)bstats
583 meter_stat_t *stats = (meter_stat_t *)sp->ipps_data; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/net/
vjcompress.h 133 struct vjstat stats; member in struct:vjcompress
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/crypto/
impl.c 61 kcf_prov_cpu_t stats; local
111 if (mdb_vread(&stats, sizeof (kcf_prov_cpu_t),
118 holdcnt += stats.kp_holdcnt;
119 jobcnt += stats.kp_jobcnt;
120 dtotal += stats.kp_ndispatches;
121 ftotal += stats.kp_nfails;
122 btotal += stats.kp_nbusy_rval;
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/snmp-trapgen/
snmp.c 41 static struct stats { struct
  /onnv/onnv-gate/usr/src/cmd/sendmail/db/include/
hash.h 57 struct __db_h_stat stats; /* Hash statistics. */ member in struct:cursor_t
  /onnv/onnv-gate/usr/src/cmd/sendmail/db/txn/
txn.c 925 DB_TXN_STAT *stats; local
943 if ((ret = __os_malloc(nbytes, db_malloc, &stats)) != 0)
947 stats->st_last_txnid = mgr->region->last_txnid;
948 stats->st_last_ckp = mgr->region->last_ckp;
949 stats->st_maxtxns = mgr->region->maxtxns;
950 stats->st_naborts = mgr->region->naborts;
951 stats->st_nbegins = mgr->region->nbegins;
952 stats->st_ncommits = mgr->region->ncommits;
953 stats->st_pending_ckp = mgr->region->pending_ckp;
954 stats->st_time_ckp = mgr->region->time_ckp
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/ar/common/
cmd.c 85 static FILE *stats(char *, struct stat *);
126 f = stats(gfile, &stbuf); /* gfile is set by match */
609 f = stats(cmd_info->namv[i], &stbuf);
718 stats(char *file, struct stat *stbuf) function

Completed in 1380 milliseconds

1 2 3 4 5