HomeSort by: relevance | last modified time | path
    Searched refs:writeable (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
client.c 266 int writeable = 0; local
270 2) writeable
282 writeable = 1;
297 xchmod (filename, writeable);
3030 /* This table must be writeable if the server code is included. */
  /src/sys/arch/hppa/hppa/
pmap.c 606 const bool writeable = local
609 if ((va & HPPA_PGAOFF) != (pva & HPPA_PGAOFF) && writeable) {
611 "aliased writeable mapping %#jx:%#jx",
645 UVMHIST_LOG(maphist, "not aliased writeable mapping",
  /src/usr.sbin/sysinst/
disks.c 1926 mount_root(const char *devdev, bool first, bool writeable,
1944 return target_mount(writeable? "" : "-r", devdev, "");

Completed in 35 milliseconds