Searched refs:writeable (Results 1 – 8 of 8) sorted by relevance
737 nfte->writeable = 0; /* Assume read-only. */ in construct_mt()739 nfte->writeable = 1; in construct_mt()751 if (nfte->remote && !(nfte->writeable)) in construct_mt()813 nfte->writeable = 0; in construct_vfs()825 nfte->writeable = fs_tab[match_mount]->writeable; in construct_vfs()832 nfte->writeable = fs_tab[fsys(link_name)]->writeable; in construct_vfs()1206 if (fs_tab[n]->writeable && !really_write(fs_tab[n]->name)) in is_fs_writeable_n()1207 fs_tab[n]->writeable = 0; /* not really */ in is_fs_writeable_n()1212 return ((int)fs_tab[n]->writeable); in is_fs_writeable_n()
94 [[ -w "$i" ]] && nflags.writeable="true" || nflags.writeable="false"
50 extern void *kbm_remap_window(paddr_t physaddr, int writeable);
131 kbm_remap_window(paddr_t physaddr, int writeable) in kbm_remap_window() argument138 if (!writeable) in kbm_remap_window()
120 unsigned writeable:1; /* access permission */ member
64 void (*su_xmitted)(void *handle, int writeable);
27 # Ex_data.c should be writeable.
1292 sdp_sock_xmitted(void *handle, int writeable) in sdp_sock_xmitted() argument1297 (void *)so, (void *)so->so_proto_handle, writeable)); in sdp_sock_xmitted()1306 if (!writeable) { in sdp_sock_xmitted()