/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/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/usr.bin/finger/ |
finger.h | 62 short writable; /* tty is writable */ member in struct:where
|
/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/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_linux_libcdep.cc | 567 bool writable = phdr->p_flags & PF_W; local in function:__sanitizer::dl_iterate_phdr_cb 569 writable);
|
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) {
|
/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/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/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/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...] |