Searched refs:oldlist (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/inet/sockmods/ |
H A D | socksctpsubr.c | 100 struct sctp_sa_id *newlist, *oldlist; in sosctp_aid_grow() local 119 oldlist = ss->ss_assocs; in sosctp_aid_grow() 123 bcopy(oldlist, newlist, oldcnt * sizeof (struct sctp_sa_id)); in sosctp_aid_grow() 126 if (oldlist != NULL) { in sosctp_aid_grow() 127 kmem_free(oldlist, oldcnt * sizeof (struct sctp_sa_id)); in sosctp_aid_grow()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | fio.c | 341 uf_entry_t *src, *dst, *newlist, *oldlist, *newend, *oldend; in flist_grow() local 357 oldlist = fip->fi_list; in flist_grow() 358 oldend = oldlist + oldcnt; in flist_grow() 374 for (src = oldlist; src < oldend; src++) in flist_grow() 380 for (src = oldlist, dst = newlist; src < oldend; src++, dst++) { in flist_grow() 420 for (src = oldlist; src < oldend; src++) { in flist_grow() 443 urp->ur_list = oldlist; in flist_grow()
|
/titanic_41/usr/src/lib/libbsm/common/ |
H A D | devalloc.c | 1911 char *lasts, *lname, *oldlist; in da_remove_list() local 1955 oldlist = strdup(current->devinfo.devlist); in da_remove_list() 1956 for (lname = strtok_r(oldlist, " ", &lasts); in da_remove_list() 1982 oldlist = strdup(current->devinfo.devlist); in da_remove_list() 1986 free(oldlist); in da_remove_list() 1991 for (lname = strtok_r(oldlist, " ", &lasts); in da_remove_list() 2008 free(oldlist); in da_remove_list()
|
/titanic_41/usr/src/lib/libnwam/common/ |
H A D | libnwam_values.c | 388 nwam_dup_object_list(void *oldlist, void *newlist) in nwam_dup_object_list() argument 392 assert(oldlist != NULL && newlist != NULL); in nwam_dup_object_list() 394 if ((nverr = nvlist_dup(oldlist, newlist, 0)) != 0) in nwam_dup_object_list()
|
/titanic_41/usr/src/lib/fm/libldom/sparc/ |
H A D | ldmsvcs_utils.c | 363 struct listdata_s **newlist, **oldlist; in poller_add_pending() local 382 oldlist = pollbase.list; in poller_add_pending() 384 ldom_free(oldlist, pollbase.list_len * in poller_add_pending()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 2639 static struct iflist *oldlist = NULL; in if_report() local 2864 if (oldlist == NULL) { in if_report() 2898 for (walkold = oldlist; in if_report() 2932 cleanlist = oldlist; in if_report() 2933 oldlist = newlist; in if_report()
|