Home
last modified time | relevance | path

Searched refs:old_val (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_user/zfs_list/
H A Dzfs_list_007_pos.ksh63 typeset -i old_val=0
68 (( j=old_val+1 ))
88 (( old_val=dp ))
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_009_pos.ksh65 typeset -i old_val=0
69 (( j=old_val+1 ))
79 (( old_val=dp ))
/titanic_41/usr/src/cmd/prctl/
H A Dprctl.c1343 prctl_value_t *old_val, *new_val; in free_lists() local
1346 old_val = old_list->val_list; in free_lists()
1347 while (old_val != NULL) { in free_lists()
1348 free(old_val->rblk); in free_lists()
1349 new_val = old_val->next; in free_lists()
1350 free(old_val); in free_lists()
1351 old_val = new_val; in free_lists()