HomeSort by relevance Sort by last modified time
    Searched defs:fs (Results 1 - 3 of 3) sorted by null

  /ohac/ohac/usr/src/common/cl/pxfs/server/
repl_pxfs_server.cc 73 int fs; // pxfs_v1.idl member in struct:__anon213
233 [current_version.minor_num].fs);
543 [current_version.minor_num].fs);
550 // We failed while re-mounting the FS after a
566 "Switchover error (%s): failed to mount FS (%d)",
576 // If this is the first time, we need to create the root fs object.
585 [current_version.minor_num].fs);
601 // We failed while re-mounting the FS after a
690 // Create a new fs on the secondary before we dump our state.
920 [current_version.minor_num].fs);
    [all...]
  /ohac/ohac/usr/src/lib/dsconfig/classes/com/sun/cluster/dswizards/common/
CliStorageSelectionPanel.java 710 String fs = null; local
713 fs = (String) table.get((index * COL_COUNT) - 1);
717 return fs;
StorageSelectionPanel.java 780 String fs[] = null; local
783 fs = (String[]) selectedFilesystems.toArray(new String[0]);
798 returnValues.put(Util.SEL_FILESYSTEMS, fs);
    [all...]

Completed in 540 milliseconds