Searched refs:snymList (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprof.c241 struct snymEntry *snymList; /* Pointer to allocated list of */ variable in typeref:struct:snymEntry
246 int snymCapacity; /* #slots in snymList */
247 int n_snyms; /* #used slots in snymList */
304 for (p = snymList, i = n_snyms; --i >= 0; p++)
648 snymList = snymp =
923 * snymList) then we scan forward and pick up all the names
965 snymp = (n_snyms++ == 0 ? snymList : snymp+1);

Completed in 1950 milliseconds