Searched refs:readonly (Results 1 - 6 of 6) sorted by relevance

/haiku/src/bin/network/ftpd/
H A Dextern.h91 extern int readonly;
H A Dftpd.c143 int readonly = 0; /* Server is in readonly mode. */ variable
374 readonly = 1;
H A Dftpcmd.y1144 if (readonly) {
/haiku/src/add-ons/kernel/drivers/disk/virtual/nbd/
H A Dnbd.c91 bool readonly; member in struct:nbd_device
599 geometry.read_only = cookie->dev->readonly;
706 if (dev->readonly)
821 nbd_devices[i].readonly = false;
846 if (!strcmp(p->parameters[j].name, "readonly"))
847 nbd_devices[i].readonly = true;
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DJournal.cpp802 uint32 readonly = superblock->ReadOnlyCompatibleFeatures(); local
804 bool hasReadonly = (readonly & ~JOURNAL_KNOWN_READ_ONLY_COMPATIBLE_FEATURES)
810 " %" B_PRIx32 "\n", readonly, incompatible);
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php78 // default arguments: no network, emulate tablet, readonly image file.

Completed in 101 milliseconds