Lines Matching refs:fs_ptr
1570 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()
1677 struct zone_fstab *fs_ptr = NULL; in mount_filesystems() local
1734 cb.pgcd_fs_tab = &fs_ptr; in mount_filesystems()
1751 if (mount_filesystems_fsent(handle, zlogp, &fs_ptr, &num_fs, in mount_filesystems()
1794 qsort(fs_ptr, num_fs, sizeof (*fs_ptr), fs_compare); in mount_filesystems()
1798 strcmp(fs_ptr[i].zone_fs_dir, "/dev") == 0) { in mount_filesystems()
1808 if (mount_one(zlogp, &fs_ptr[i], rootpath, mount_cmd) in mount_filesystems()
1814 if (mount_one(zlogp, &fs_ptr[i], rootpath, mount_cmd) != 0) in mount_filesystems()
1828 free_fs_data(fs_ptr, num_fs); in mount_filesystems()
1838 free_fs_data(fs_ptr, num_fs); in mount_filesystems()