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

/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_destroy/
H A Dzfs_destroy_common.kshlib154 typeset newlist=""
167 newlist="$newlist $dtst"
170 if (( ${#newlist} != 0 )); then
171 log_must eval "$funname $newlist"
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_cpio.c210 void *newlist = realloc(cpio->ino_list, local
212 if (newlist == NULL)
216 cpio->ino_list = newlist;
/freebsd-12-stable/bin/ps/
H A Dps.c1143 void *newlist; local
1147 newlist = realloc(inf->l.ptr, newmax * inf->elemsize);
1148 if (newlist == NULL) {
1153 inf->l.ptr = newlist;
1155 return (newlist);
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipf_y.y64 static int newlist = 0;
433 lstart: '{' { newlist = 1; fr = frc; added = 0; }
439 lmore: lanother { if (newlist == 1) {
440 newlist = 0;
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_objset.c1313 multilist_t *newlist = dn->dn_objset->os_synced_dnodes; local
1314 if (newlist != NULL) {
1315 (void) dnode_add_ref(dn, newlist);
1316 multilist_insert(newlist, dn);
/freebsd-12-stable/sys/kern/
H A Dsubr_bus.c1685 device_t *newlist, *oldlist; local
1690 newlist = malloc(sizeof(device_t) * newsize, M_BUS, M_NOWAIT);
1691 if (!newlist)
1694 bcopy(oldlist, newlist, sizeof(device_t) * dc->maxunit);
1695 bzero(newlist + dc->maxunit,
1697 dc->devices = newlist;
/freebsd-12-stable/contrib/sendmail/src/
H A Dqueue.c3211 WORK *newlist = (WORK *) sm_realloc((char *) WorkList, local
3214 if (newlist != NULL)
3217 WorkList = newlist;

Completed in 214 milliseconds