Searched refs:fs_tab (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Ddockspace.c82 struct fstable *fs_tab; local
102 for (i = 0; fs_tab = get_fs_entry(i); ++i) {
103 if ((!fs_tab->fused) && (!fs_tab->bused))
106 if (fs_tab->bfree < (LIM_BFREE + fs_tab->bused)) {
107 warn(TYPE_BLCK, fs_tab->name, fs_tab->bused,
108 fs_tab->bfree, LIM_BFREE);
113 if ((long)fs_tab
141 struct fstable *fs_tab; local
190 struct fstable *fs_tab; local
369 struct fstable *fs_tab; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c79 struct fstable **fs_tab = NULL; variable in typeref:struct:fstable
228 (void) strcpy(hostname, fs_tab[n]->remote_name);
230 if ((strcmp(fs_tab[n]->fstype, MNTTYPE_AUTO)) == NULL)
233 return (fs_tab[n]->fstype);
264 * already in place on the server. This scans the fs_tab for a remote_name
292 if (strcmp(fs_tab[i]->name, client_path) == 0) {
300 strcmp(fs_tab[i]->remote_name, host_path) == 0) {
307 if (strcmp(fs_tab[i]->remote_name, vfs->vfs_special) == 0) {
338 if (fs_tab[n]->cl_mounted && fs_tab[
[all...]

Completed in 96 milliseconds