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

/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk_common.c582 int64_t *nblocksp; local
821 "device-nblocks", &nblocksp) > 0) {
822 nblocks = (uint64_t)*nblocksp;
/illumos-gate/usr/src/uts/common/io/
H A Dcmlb.c1013 * nblocksp pointer to number of blocks
1024 * in this partition in the area pointed to by nblocksp, starting
1030 * For all nblocksp, startblockp and partnamep, tagp, a value of NULL
1040 cmlb_partinfo(cmlb_handle_t cmlbhandle, int part, diskaddr_t *nblocksp, argument
1072 if (nblocksp != NULL)
1073 *nblocksp = (diskaddr_t)

Completed in 97 milliseconds