Searched refs:newlist (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/libarchive/libarchive/ |
| HD | archive_write_set_format_cpio.c | 209 void *newlist = realloc(cpio->ino_list, in synthesize_ino_value() local 211 if (newlist == NULL) in synthesize_ino_value() 215 cpio->ino_list = newlist; in synthesize_ino_value()
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | dmu_objset.c | 1010 dmu_objset_sync_dnodes(list_t *list, list_t *newlist, dmu_tx_t *tx) in dmu_objset_sync_dnodes() argument 1027 if (newlist) { in dmu_objset_sync_dnodes() 1028 (void) dnode_add_ref(dn, newlist); in dmu_objset_sync_dnodes() 1029 list_insert_tail(newlist, dn); in dmu_objset_sync_dnodes() 1088 list_t *newlist = NULL; in dmu_objset_sync() local 1141 newlist = &os->os_synced_dnodes; in dmu_objset_sync() 1146 list_create(newlist, sizeof (dnode_t), in dmu_objset_sync() 1150 dmu_objset_sync_dnodes(&os->os_free_dnodes[txgoff], newlist, tx); in dmu_objset_sync() 1151 dmu_objset_sync_dnodes(&os->os_dirty_dnodes[txgoff], newlist, tx); in dmu_objset_sync()
|
| /NextBSD/bin/ps/ |
| HD | ps.c | 1114 void *newlist; in expand_list() local 1118 newlist = realloc(inf->l.ptr, newmax * inf->elemsize); in expand_list() 1119 if (newlist == NULL) { in expand_list() 1124 inf->l.ptr = newlist; in expand_list() 1126 return (newlist); in expand_list()
|
| /NextBSD/sys/kern/ |
| HD | subr_bus.c | 1636 device_t *newlist, *oldlist; in devclass_alloc_unit() local 1641 newlist = malloc(sizeof(device_t) * newsize, M_BUS, M_NOWAIT); in devclass_alloc_unit() 1642 if (!newlist) in devclass_alloc_unit() 1645 bcopy(oldlist, newlist, sizeof(device_t) * dc->maxunit); in devclass_alloc_unit() 1646 bzero(newlist + dc->maxunit, in devclass_alloc_unit() 1648 dc->devices = newlist; in devclass_alloc_unit()
|
| /NextBSD/contrib/ipfilter/tools/ |
| HD | ipf_y.y | 63 static int newlist = 0; variable 432 lstart: '{' { newlist = 1; fr = frc; added = 0; } 438 lmore: lanother { if (newlist == 1) { 439 newlist = 0;
|