writable
extern FLAG writable; /* Set if file cannot be written */
nlines, writable, modified)
FLAG writable; /* Set if file cannot be written */
writable = TRUE; /* Benefit of the doubt */
writable = FALSE;
if (file_name[0] == '\0' || writable == FALSE) {
writable = FALSE;
writable = TRUE;
static void writable(evContext opaqueCtx, void *uap, int fd, int evmask);
if (evSelectFD(opaqueCtx, fd, EV_WRITE, writable, new, &new->file) < 0)
int writable, error;
writable = 0;
writable += sg->sg_nseg - 1;
writable++;
sg->sg_nseg - writable, writable);
struct sglist *sg, int readable, int writable)
if (virtqueue_enqueue(vq, cookie, sg, readable, writable) != 0)
int *readable, int *writable)
*writable = sg->sg_nseg - *readable;
"writable=%d\n", req, ccbh, *readable, *writable);
int readable, writable, error;
error = vtscsi_fill_scsi_cmd_sglist(sc, req, &readable, &writable);
error = virtqueue_enqueue(vq, req, sg, readable, writable);
struct sglist *sg, int readable, int writable, int flag)
error = virtqueue_enqueue(vq, req, sg, readable, writable);
int readable, int writable)
needed = readable + writable;
vq_ring_enqueue_indirect(vq, cookie, sg, readable, writable);
sg, readable, writable);
uint16_t head_idx, struct sglist *sg, int readable, int writable)
needed = readable + writable;
struct sglist *sg, int readable, int writable)
needed = readable + writable;
sg, readable, writable);
struct sglist *sg, int readable, int writable);
each_segment(struct proc *p, segment_callback func, void *closure, int writable)
if (writable && (entry->protection & VM_PROT_RW) != VM_PROT_RW)
if (writable && (entry->protection & VM_PROT_ALL) == 0)
if (writable && (entry->eflags & MAP_ENTRY_NOCOREDUMP))
short writable; /* tty is writable */
if (!w->writable)
(void)putchar(w->info == LOGGEDIN && !w->writable ?
if (w->info == LOGGEDIN && !w->writable)
w->writable = ((sb.st_mode & TALKABLE) == TALKABLE);
arg->bundle->ncp.ipcp.ns.writable = 0;
arg->bundle->ncp.ipcp.ns.writable = 1;
if (ipcp->ns.writable) {
ipcp->ns.writable = 1;
unsigned writable : 1; /* Can write resolv.conf ? */