Searched refs:numrecords (Results 1 – 3 of 3) sorted by relevance
108 nvlist_t ***records, uint_t *numrecords) in zpool_history_unpack() argument132 (*numrecords)++; in zpool_history_unpack()133 if (ISP2(*numrecords + 1)) { in zpool_history_unpack()135 *numrecords * 2 * sizeof (nvlist_t *)); in zpool_history_unpack()138 (*numrecords)--; in zpool_history_unpack()143 (*records)[*numrecords - 1] = nv; in zpool_history_unpack()
4819 uint_t numrecords = 0; in zpool_get_history() local4840 &leftover, &records, &numrecords)) != 0) { in zpool_get_history()4863 (const nvlist_t **)records, numrecords); in zpool_get_history()4865 for (i = 0; i < numrecords; i++) in zpool_get_history()
11956 uint_t numrecords; in print_history_records() local11960 &records, &numrecords) == 0); in print_history_records()11961 for (i = 0; i < numrecords; i++) { in print_history_records()