Searched refs:fsys (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/cmd/dfs.cmds/unshareall/ |
H A D | unshareall.sh | 29 fsys= 39 -F) fsys=$2; shift 2;; 50 if [ "$fsys" ] # for each file system ... 52 fsys=`echo $fsys|tr ',' ' '` 53 for i in $fsys 55 /usr/sbin/sharemgr stop -P $fsys -a
|
/titanic_41/usr/src/cmd/dfs.cmds/shareall/ |
H A D | shareall.sh | 30 fsys= 40 -F) fsys=$2; shift 2;; 60 if [ "$fsys" ] # for each file system ... 64 /usr/sbin/sharemgr start -P $fsys -a 71 `egrep "^[^#]*[ ][ ]*-F[ ]*(\`echo $fsys|tr ',' '|'\`)" | 78 if [ "$def_fs" = "$fsys" ] # if default is what we want ...
|
/titanic_41/usr/src/cmd/fs.d/udfs/mkfs/ |
H A D | mkfs.c | 90 static void dump_fscmd(char *fsys, int fsi); 110 static char *fsys; variable 286 fsys = argv[0]; in main() 287 raw_special = getfullrawname(fsys); in main() 291 gettext("%s: cannot open\n"), fsys); in main() 309 dump_fscmd(fsys, fsi); in main() 369 special = getfullblkname(fsys); in main() 405 fso = creat(fsys, 0666); in main() 408 gettext("%s: cannot create\n"), fsys); in main() 411 if (stat(fsys, &statarea) < 0) { in main() [all …]
|
/titanic_41/usr/src/cmd/svr4pkg/libinst/ |
H A D | mntinfo.c | 832 nfte->writeable = fs_tab[fsys(link_name)]->writeable; in construct_vfs() 1056 fsys(char *path) in fsys() function 1163 i = fsys(path2use); in resolved_fsys() 1336 *fsys_value = fsys(path); in use_srvr_map() 1348 *fsys_value = fsys(path); in is_mounted() 1364 *fsys_value = fsys(path); in is_fs_writeable() 1380 *fsys_value = fsys(path); in is_remote_fs() 1395 *fsys_value = fsys(path); in is_served()
|
/titanic_41/usr/src/cmd/fs.d/ufs/mkfs/ |
H A D | mkfs.c | 407 static void dump_fscmd(char *fsys, int fsi); 539 char *fsys; variable 816 fsys = argv[0]; in main() 817 fsi = open64(fsys, O_RDONLY); in main() 819 (void) fprintf(stderr, gettext("%s: cannot open\n"), fsys); in main() 824 dump_fscmd(fsys, fsi); in main() 1133 dprintf(("%s: Unable to read Disk geometry", fsys)); in main() 1147 " determined parameters.\n", fsys)); in main() 1153 "system determined parameters.\n", fsys)); in main() 1444 special = getfullblkname(fsys); in main() [all …]
|
/titanic_41/usr/src/cmd/svr4pkg/installf/ |
H A D | main.c | 290 fsys_value = fsys(get_PKGLOC()); in main() 294 fsys_value = fsys(get_PKGADM()); in main()
|
H A D | dofinal.c | 182 fs_entry = fsys(entry->cf_ent.path); in check_db_entry()
|
/titanic_41/usr/src/cmd/svr4pkg/pkgremove/ |
H A D | main.c | 503 fsys_value = fsys(get_PKGLOC()); in main() 507 fsys_value = fsys(get_PKGADM()); in main()
|
/titanic_41/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | dockspace.c | 221 ext->fsys_value = fsys(tpath); in readmap()
|
H A D | main.c | 874 fsys_value = fsys(get_PKGLOC()); in main() 878 fsys_value = fsys(get_PKGADM()); in main()
|
/titanic_41/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libinst.h | 245 extern uint32_t fsys __P((char *path));
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | builtins.c | 4543 char *fsys; in setup_func() member 4658 char *fsys = fsys_table[fsys_type].name; in setup_func() local 4664 if (grub_strcmp (fsys, stage1_5_map[i].fsys) == 0) in setup_func()
|