Home
last modified time | relevance | path

Searched refs:oldn (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/smf/
H A Dsmf_response.c112 uint32_t oldn = uuid_cache->nentries; in uuid_cache_grow() local
114 (oldn - 1) * sizeof (struct smf_uuid_cache_ent); in uuid_cache_grow()
238 uint32_t oldn = uuid_cache->nentries; in swrp_smf_cache_add() local
251 if (oldn < CACHE_NENT_MAX) { in swrp_smf_cache_add()
253 entp = &uuid_cache->entry[oldn]; in swrp_smf_cache_add()
/titanic_41/usr/src/cmd/mail/
H A Dsendmail.c45 int oldn = 1; local
221 if (oldn == 0) {
227 oldn = n; /* remember if this line was suppressed */
/titanic_41/usr/src/lib/libc/port/gen/
H A Dprivlib.c250 int oldn, newn; in refresh_data() local
266 oldn = privdata->pd_nprivs; in refresh_data()
279 oldn * sizeof (char *)); in refresh_data()
282 for (i = oldn; i < newn; i++) in refresh_data()
/titanic_41/usr/src/cmd/prstat/
H A Dprstat.c1189 static int oldn = 0; in setsize() local
1194 if (n == oldn) in setsize()
1196 oldn = n; in setsize()
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dname.c1797 int oldn; in ja_size() local
1801 oldn = n; in ja_size()
1817 n = oldn; in ja_size()