Home
last modified time | relevance | path

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

/titanic_52/usr/src/cmd/dfs.cmds/unshareall/
H A Dunshareall.sh28 USAGE="unshareall [-F fsys[,fsys...]]"
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_52/usr/src/cmd/dfs.cmds/shareall/
H A Dshareall.sh29 USAGE="shareall [-F fsys[,fsys...]] [- | file]"
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_52/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c90 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, in main()
1207 dump_fscmd(char * fsys,int fsi) dump_fscmd() argument
[all...]
/titanic_52/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c790 * So we hand it over to fsys() to evaluate. This will have the same in construct_vfs()
828 nfte->writeable = fs_tab[fsys(link_name)]->writeable; in construct_vfs()
898 * Since we use the fsys() function later, and it depends on in get_mntinfo()
1049 fsys(char *path) in fsys() function
1156 i = fsys(path2use); in resolved_fsys()
1212 * Note: Upon entry, a valid fsys() is required.
1230 * Note: Upon entry, a valid fsys() is required.
1241 * Note: Upon entry, a valid fsys() is required.
1252 * Note: Upon entry, a valid fsys() is required.
1263 * Note: Upon entry, a valid fsys() i
[all...]
/titanic_52/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c407 static void dump_fscmd(char *fsys, int fsi);
539 char *fsys; variable
812 fsys = argv[0]; in main()
813 fsi = open64(fsys, O_RDONLY); in main()
815 (void) fprintf(stderr, gettext("%s: cannot open\n"), fsys); in main()
820 dump_fscmd(fsys, fsi); in main()
1129 dprintf(("%s: Unable to read Disk geometry", fsys)); in main()
1143 " determined parameters.\n", fsys)); in main()
1149 "system determined parameters.\n", fsys)); in main()
1423 special = getfullblkname(fsys); in main()
3493 dump_fscmd(char * fsys,int fsi) dump_fscmd() argument
[all...]
/titanic_52/usr/src/cmd/svr4pkg/installf/
H A Dmain.c290 fsys_value = fsys(get_PKGLOC()); in main()
294 fsys_value = fsys(get_PKGADM()); in main()
H A Ddofinal.c182 fs_entry = fsys(entry->cf_ent.path); in check_db_entry()
/titanic_52/usr/src/cmd/svr4pkg/pkgremove/
H A Dmain.c503 fsys_value = fsys(get_PKGLOC()); in main()
507 fsys_value = fsys(get_PKGADM()); in main()
/titanic_52/usr/src/cmd/svr4pkg/pkginstall/
H A Ddockspace.c219 /* If we haven't done an fsys() series, do one */ in readmap()
221 ext->fsys_value = fsys(tpath); in readmap()
H A Dmain.c874 fsys_value = fsys(get_PKGLOC()); in main()
878 fsys_value = fsys(get_PKGADM()); in main()
/titanic_52/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h245 extern uint32_t fsys __P((char *path));
/titanic_52/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c4596 char *fsys; in setup_func()
4711 char *fsys = fsys_table[fsys_type].name; in setup_func()
4717 if (grub_strcmp (fsys, stage1_5_map[i].fsys) == 0) in setup_func()
4543 char *fsys; setup_func() member
4658 char *fsys = fsys_table[fsys_type].name; setup_func() local