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

  /src/usr.bin/finger/
finger.h 62 short writable; /* tty is writable */ member in struct:where
sprint.c 82 * if terminal writable (add an '*' to the terminal name
117 (void)putchar(w->info == LOGGEDIN && !w->writable ?
util.c 387 w->writable = 0;
392 #define TALKABLE 0220 /* tty is writable if 220 mode */
393 w->writable = ((sb.st_mode & TALKABLE) == TALKABLE);
lprint.c 258 if (!w->writable)
  /src/usr.bin/make/unit-tests/
objdir-writable.mk 1 # $NetBSD: objdir-writable.mk,v 1.7 2022/02/09 21:24:29 rillig Exp $
3 # test checking for writable objdir
Makefile 242 TESTS+= objdir-writable
  /src/sys/arch/x68k/stand/installboot/
installboot.c 233 int writable = 1; local in function:main
238 if (merging && ioctl(fd, DIOCWLABEL, &writable) < 0)
245 int writable = 0; local in function:main
246 ioctl(fd, DIOCWLABEL, &writable);
252 int writable = 0; local in function:main
253 ioctl(fd, DIOCWLABEL, &writable);
  /src/lib/
bumpversion 99 echo $0: $versf is not a writable 1>&2
  /src/lib/libc/isc/
ev_streams.c 51 static void writable(evContext opaqueCtx, void *uap, int fd, int evmask);
79 if (evSelectFD(opaqueCtx, fd, EV_WRITE, writable, new, &new->file) < 0)
270 writable(evContext opaqueCtx, void *uap, int fd, int evmask) { function in typeref:typename:void
  /src/usr.bin/make/
main.c 722 Main_SetObjdir(bool writable, const char *fmt, ...)
745 if ((writable && access(path, W_OK) != 0) || chdir(path) != 0) {
766 SetVarObjdir(bool writable, const char *var, const char *suffix)
777 (void)Main_SetObjdir(writable, "%s%s", path.str, suffix);
1051 bool writable; local in function:InitObjdir
1054 writable = GetBooleanExpr("${MAKE_OBJDIR_CHECK_WRITABLE}", true);
1057 if (!SetVarObjdir(writable, "MAKEOBJDIRPREFIX", curdir) &&
1058 !SetVarObjdir(writable, "MAKEOBJDIR", "") &&
1059 !Main_SetObjdir(writable, "%s.%s-%s", _PATH_OBJDIR, machine, machine_arch) &&
1060 !Main_SetObjdir(writable, "%s.%s", _PATH_OBJDIR, machine) &
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common.cc 162 bool writable, const char *name) {
165 new(mem) AddressRange(beg, end, executable, writable, name);
sanitizer_common.h 709 void addAddressRange(uptr beg, uptr end, bool executable, bool writable,
725 bool writable; member in struct:__sanitizer::LoadedModule::AddressRange
728 AddressRange(uptr beg, uptr end, bool executable, bool writable,
734 writable(writable) {
sanitizer_linux_libcdep.cc 567 bool writable = phdr->p_flags & PF_W; local in function:__sanitizer::dl_iterate_phdr_cb
569 writable);
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common_mac.cc 134 // Sections storing global variables are writable and non-executable
135 if (range.executable || !range.writable) continue;
  /src/sbin/disklabel/
main.c 475 int writable; local in function:main
750 writable = 0;
753 writable = 1;
757 if (dk_ioctl(f, DIOCWLABEL, &writable) < 0)
800 int writable; local in function:write_label
827 writable = 1;
829 if (dk_ioctl(f, DIOCWLABEL, &writable) < 0)
  /src/sys/dev/pci/
pci_map.c 293 bool writable; member in struct:pci_ea_entry
332 entry.writable = (val & PCI_EA_W) ? true : false;
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
armada-370-netgear-rn102.dts 269 /* Last MB is for the BBT, i.e. not writable */
armada-370-netgear-rn104.dts 295 /* Last MB is for the BBT, i.e. not writable */
armada-xp-linksys-mamba.dts 380 * 38MB, last MB is for the BBT, not writable
armada-xp-netgear-rn2120.dts 350 /* Last MB is for the BBT, i.e. not writable */
  /src/sys/arch/i386/stand/dosboot/
start_dos.S 245 # This is self-modifying code, but we need a writable
  /src/usr.sbin/sysinst/
part_edit.c 742 bool writable = local in function:draw_outer_ptn_header
745 DISABLE(attr_no+marg->first_custom_opt, !writable);
  /src/usr.sbin/postinstall/
postinstall.in 94 [ -w /tmp ] || err 2 /tmp is not writable
  /src/sys/arch/arm/arm32/
pmap.c 1180 * => caller must call pmap_vac_me_harder() if writable status of a page
1763 * there is more than one mapping and at least one of them is writable.
1846 * this page. Calculate whether there are user-writable or
1847 * kernel-writable pages.
1883 * is writable but non-cacheable, then we can
1892 * Similarly if there are no kernel-writable
1922 u_int writable = 0; local in function:pmap_vac_me_user
1928 * Count mappings and writable mappings in this pmap.
1947 /* Writable mappings */
1949 ++writable;
    [all...]
  /src/sys/arch/sparc/sparc/
locore.s 1229 * two pages) are not readable or writable.
1684 CMP_PTE_USER_WRITE(%g7, %g5, NOP_ON_4M_2) ! likewise if not writable

Completed in 47 milliseconds