Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/zoneadmd/
H A Dvplat.c1570 struct zone_fstab *fs_ptr = *cp->pgcd_fs_tab; in plat_gmount_cb() local
1575 if ((tmp_ptr = realloc(fs_ptr, num_fs * sizeof (*tmp_ptr))) == NULL) { in plat_gmount_cb()
1580 fs_ptr = tmp_ptr; in plat_gmount_cb()
1581 fsp = &fs_ptr[num_fs - 1]; in plat_gmount_cb()
1584 *cp->pgcd_fs_tab = fs_ptr; in plat_gmount_cb()
1606 struct zone_fstab *tmp_ptr, *fs_ptr, *fsp, fstab; in mount_filesystems_fsent() local
1610 fs_ptr = *fs_tabp; in mount_filesystems_fsent()
1627 if ((tmp_ptr = realloc(fs_ptr, in mount_filesystems_fsent()
1637 fs_ptr = tmp_ptr; in mount_filesystems_fsent()
1638 fsp = &fs_ptr[num_fs - 1]; in mount_filesystems_fsent()
[all …]