Searched defs:Nbytes (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dipath.c46 static struct stats *Nbytes; variable in typeref:struct:stats
57 Nbytes = stats_new_counter("ievent.nbytes", "total cache size", 1);
189 stats_counter_add(Nbytes, 2 * sizeof (struct ipath));
215 stats_counter_add(Nbytes, (i + 1) * sizeof (struct ipath));
272 stats_counter_add(Nbytes, (count + 1) * sizeof (struct ipath));
430 if (Nbytes) {
431 stats_delete(Nbytes);
432 Nbytes = NULL;
/illumos-gate/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)

Completed in 65 milliseconds