Searched refs:old_val (Results 1 – 4 of 4) sorted by relevance
63 typeset -i old_val=068 (( j=old_val+1 ))88 (( old_val=dp ))
69 typeset -i old_val=073 (( j=old_val+1 ))83 (( old_val=dp ))
70 old_val, src = zfs.get_prop(fs, prop)85 if (old_val ~= nil) then86 err = zfs.sync.set_prop(fs, prop, old_val)
1344 prctl_value_t *old_val, *new_val; in free_lists() local1347 old_val = old_list->val_list; in free_lists()1348 while (old_val != NULL) { in free_lists()1349 free(old_val->rblk); in free_lists()1350 new_val = old_val->next; in free_lists()1351 free(old_val); in free_lists()1352 old_val = new_val; in free_lists()