Home
last modified time | relevance | path

Searched refs:writeable (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c733 nfte->writeable = 0; /* Assume read-only. */ in construct_mt()
735 nfte->writeable = 1; in construct_mt()
747 if (nfte->remote && !(nfte->writeable)) in construct_mt()
809 nfte->writeable = 0; in construct_vfs()
821 nfte->writeable = fs_tab[match_mount]->writeable; in construct_vfs()
828 nfte->writeable = fs_tab[fsys(link_name)]->writeable; in construct_vfs()
1199 if (fs_tab[n]->writeable && !really_write(fs_tab[n]->name)) in is_fs_writeable_n()
1200 fs_tab[n]->writeable = 0; /* not really */ in is_fs_writeable_n()
1205 return ((int)fs_tab[n]->writeable); in is_fs_writeable_n()
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dkboot_mmu.h48 extern void *kbm_remap_window(paddr_t physaddr, int writeable);
H A Dkboot_mmu.c129 kbm_remap_window(paddr_t physaddr, int writeable) in kbm_remap_window() argument
136 if (!writeable) in kbm_remap_window()
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dinstall.h119 unsigned writeable:1; /* access permission */ member
/illumos-gate/usr/src/uts/common/inet/
H A Dsdp_itf.h62 void (*su_xmitted)(void *handle, int writeable);
/illumos-gate/usr/src/cmd/vi/port/
H A Dmakeoptions27 # Ex_data.c should be writeable.
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksdp.c1289 sdp_sock_xmitted(void *handle, int writeable) in sdp_sock_xmitted() argument
1294 (void *)so, (void *)so->so_proto_handle, writeable)); in sdp_sock_xmitted()
1303 if (!writeable) { in sdp_sock_xmitted()
/illumos-gate/usr/src/cmd/bhyve/
H A Dqemu_fwcfg.c68 uint16_t writeable : 1; member