Searched refs:numrecords (Results 1 – 3 of 3) sorted by relevance
107 nvlist_t ***records, uint_t *numrecords) in zpool_history_unpack() argument131 (*numrecords)++; in zpool_history_unpack()132 if (ISP2(*numrecords + 1)) { in zpool_history_unpack()134 *numrecords * 2 * sizeof (nvlist_t *)); in zpool_history_unpack()137 (*numrecords)--; in zpool_history_unpack()142 (*records)[*numrecords - 1] = nv; in zpool_history_unpack()
4745 uint_t numrecords = 0; in zpool_get_history() local4766 &leftover, &records, &numrecords)) != 0) { in zpool_get_history()4789 (const nvlist_t **)records, numrecords); in zpool_get_history()4791 for (i = 0; i < numrecords; i++) in zpool_get_history()
11776 uint_t numrecords; in print_history_records() local11780 &records, &numrecords) == 0); in print_history_records()11781 for (i = 0; i < numrecords; i++) { in print_history_records()