Home
last modified time | relevance | path

Searched refs:numrecords (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c3602 nvlist_t ***records, uint_t *numrecords) in zpool_history_unpack() argument
3624 (*numrecords)++; in zpool_history_unpack()
3625 if (ISP2(*numrecords + 1)) { in zpool_history_unpack()
3627 *numrecords * 2 * sizeof (nvlist_t *)); in zpool_history_unpack()
3629 (*records)[*numrecords - 1] = nv; in zpool_history_unpack()
3646 uint_t numrecords = 0; in zpool_get_history() local
3664 &leftover, &records, &numrecords)) != 0) in zpool_get_history()
3687 records, numrecords) == 0); in zpool_get_history()
3689 for (i = 0; i < numrecords; i++) in zpool_get_history()
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c7173 mDNSlocal void mDNS_GrowCache_internal(mDNS *const m, CacheEntity *storage, mDNSu32 numrecords) in mDNS_GrowCache_internal() argument
7175 if (storage && numrecords) in mDNS_GrowCache_internal()
7178 …debugf("Adding cache storage for %d more records (%d bytes)", numrecords, numrecords*sizeof(CacheE… in mDNS_GrowCache_internal()
7179 for (i=0; i<numrecords; i++) storage[i].next = &storage[i+1]; in mDNS_GrowCache_internal()
7180 storage[numrecords-1].next = m->rrcache_free; in mDNS_GrowCache_internal()
7182 m->rrcache_size += numrecords; in mDNS_GrowCache_internal()
7186 mDNSexport void mDNS_GrowCache(mDNS *const m, CacheEntity *storage, mDNSu32 numrecords) in mDNS_GrowCache() argument
7189 mDNS_GrowCache_internal(m, storage, numrecords); in mDNS_GrowCache()
H A DmDNSEmbeddedAPI.h2352 extern void mDNS_GrowCache (mDNS *const m, CacheEntity *storage, mDNSu32 numrecords);
/titanic_44/usr/src/cmd/zpool/
H A Dzpool_main.c4855 uint_t numrecords; in get_history_one() local
4867 &records, &numrecords) == 0); in get_history_one()
4868 for (i = 0; i < numrecords; i++) { in get_history_one()