Home
last modified time | relevance | path

Searched refs:Nbytes (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/bnu/
H A Deio.c420 long Nbytes; local
425 len = erdblk((char *)&Nbytes, sizeof(Nbytes), fn);
427 if (len != sizeof(Nbytes))
429 Nbytes = ntohl(Nbytes);
430 DEBUG(7,"trddata expecting %ld bytes\n", Nbytes);
431 nread = Nbytes;
435 if (len != Nbytes)
/titanic_44/usr/src/cmd/fm/modules/common/eversholt/
H A Dipath.c46 static struct stats *Nbytes; variable
57 Nbytes = stats_new_counter("ievent.nbytes", "total cache size", 1); in ipath_init()
189 stats_counter_add(Nbytes, 2 * sizeof (struct ipath)); in ipath_dummy()
215 stats_counter_add(Nbytes, (i + 1) * sizeof (struct ipath)); in ipath_for_usednames()
272 stats_counter_add(Nbytes, (count + 1) * sizeof (struct ipath)); in ipath()
430 if (Nbytes) { in ipath_fini()
431 stats_delete(Nbytes); in ipath_fini()
432 Nbytes = NULL; in ipath_fini()