Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bnu/
H A Deio.c407 long Nbytes; in trddata() local
412 len = erdblk((char *)&Nbytes, sizeof(Nbytes), fn); in trddata()
414 if (len != sizeof(Nbytes)) in trddata()
416 Nbytes = ntohl(Nbytes); in trddata()
417 DEBUG(7,"trddata expecting %ld bytes\n", Nbytes); in trddata()
418 nread = Nbytes; in trddata()
422 if (len != Nbytes) in trddata()
/illumos-gate/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()