Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/zoneadmd/
H A Dvplat.c1571 struct zone_fstab *fs_ptr = *cp->pgcd_fs_tab; in plat_gmount_cb() local
1576 if ((tmp_ptr = realloc(fs_ptr, num_fs * sizeof (*tmp_ptr))) == NULL) { in plat_gmount_cb()
1581 fs_ptr = tmp_ptr; in plat_gmount_cb()
1582 fsp = &fs_ptr[num_fs - 1]; in plat_gmount_cb()
1585 *cp->pgcd_fs_tab = fs_ptr; in plat_gmount_cb()
1607 struct zone_fstab *tmp_ptr, *fs_ptr, *fsp, fstab; in mount_filesystems_fsent() local
1611 fs_ptr = *fs_tabp; in mount_filesystems_fsent()
1628 if ((tmp_ptr = realloc(fs_ptr, in mount_filesystems_fsent()
1638 fs_ptr = tmp_ptr; in mount_filesystems_fsent()
1639 fsp = &fs_ptr[num_fs - 1]; in mount_filesystems_fsent()
[all …]