Searched refs:fs_tab (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | dockspace.c | 82 struct fstable *fs_tab; in dockspace() local 102 for (i = 0; fs_tab = get_fs_entry(i); ++i) { in dockspace() 103 if ((!fs_tab->fused) && (!fs_tab->bused)) in dockspace() 106 if (fs_tab->bfree < (LIM_BFREE + fs_tab->bused)) { in dockspace() 107 warn(TYPE_BLCK, fs_tab->name, fs_tab->bused, in dockspace() 108 fs_tab->bfree, LIM_BFREE); in dockspace() 113 if ((long)fs_tab->ffree == -1L) in dockspace() 115 if (fs_tab->ffree < (LIM_FFREE + fs_tab->fused)) { in dockspace() 116 warn(TYPE_NODE, fs_tab->name, fs_tab->fused, in dockspace() 117 fs_tab->ffree, LIM_FFREE); in dockspace() [all …]
|
/titanic_41/usr/src/cmd/svr4pkg/libinst/ |
H A D | mntinfo.c | 79 struct fstable **fs_tab = NULL; variable 228 (void) strcpy(hostname, fs_tab[n]->remote_name); in get_server_host() 230 if ((strcmp(fs_tab[n]->fstype, MNTTYPE_AUTO)) == NULL) in get_server_host() 233 return (fs_tab[n]->fstype); in get_server_host() 292 if (strcmp(fs_tab[i]->name, client_path) == 0) { in already_mounted() 300 strcmp(fs_tab[i]->remote_name, host_path) == 0) { in already_mounted() 307 if (strcmp(fs_tab[i]->remote_name, vfs->vfs_special) == 0) { in already_mounted() 338 if (fs_tab[n]->cl_mounted && fs_tab[n]->srvr_map) { in unmount_client() 344 arg[1] = fs_tab[n]->name; in unmount_client() 393 fs_tab[n]->name, errcode); in unmount_client() [all …]
|