Searched refs:writable (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-11.0-release/usr.bin/finger/
H A Dfinger.h58 short writable; /* tty is writable */ member in struct:where
H A Dsprint.c103 if (w->info == LOGGEDIN && !w->writable)
112 (void)putchar(w->info == LOGGEDIN && !w->writable ?
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dbfdwin.c114 bfd_boolean writable)
124 windowp->i, writable);
179 writable ? PROT_WRITE | PROT_READ : PROT_READ,
180 (writable
217 if (!writable)
243 if (!writable)
110 bfd_get_file_window(bfd *abfd, file_ptr offset, bfd_size_type size, bfd_window *windowp, bfd_boolean writable) argument
/freebsd-11.0-release/sys/kern/
H A Duipc_mbuf2.c92 * XXX: M_TRAILINGSPACE/M_LEADINGSPACE only permitted on writable ext_buf.
99 int writable; local
136 * XXX: This code is flawed because it considers a "writable" mbuf
139 * mbuf, it is still not considered "writable."
141 * EXT_CLUSTER. Anything else makes it non-writable.
145 * If we're writable, we're sure we're writable, because the ref. count
148 * writable, we may eventually become writable )if the ref. count drops
153 writable
[all...]
/freebsd-11.0-release/tests/sys/fifo/
H A Dfifo_io.c71 * writable but not readable.
74 * writable.
864 poll_status(int fd, int *readable, int *writable, int *exception, argument
878 *writable = (fds[0].revents & POLLOUT) ? 1 : 0;
884 select_status(int fd, int *readable, int *writable, int *exception, argument
903 *writable = FD_ISSET(fd, &writefds) ? 1 : 0;
953 kqueue_status(int kqueue_fd, int fd, int *readable, int *writable, argument
970 *readable = *writable = *exception = 0;
978 *writable = 1;
1014 int readable, writable, exceptio local
[all...]
/freebsd-11.0-release/sys/ofed/include/rdma/
H A Dib_umem.h66 int writable; member in struct:ib_umem
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h232 // * writable -- read and write operations are permitted.
257 // Returns true if this vector is writable.
258 bool writable() const { return Data && Data->NumRefs == 1; }
278 // Make this vector writable, creating a copy if needed.
314 // Clear vector. The vector must be writable.
316 assert(writable() && "Vector is not writable!");
320 // Push a new element onto the end. The vector must be writable.
322 assert(writable() && "Vector is not writable!");
[all...]
/freebsd-11.0-release/sys/dev/virtio/
H A Dvirtqueue.c487 int readable, int writable)
493 needed = readable + writable;
509 vq_ring_enqueue_indirect(vq, cookie, sg, readable, writable);
524 sg, readable, writable);
663 uint16_t head_idx, struct sglist *sg, int readable, int writable)
670 needed = readable + writable;
710 struct sglist *sg, int readable, int writable)
717 needed = readable + writable;
736 sg, readable, writable);
486 virtqueue_enqueue(struct virtqueue *vq, void *cookie, struct sglist *sg, int readable, int writable) argument
662 vq_ring_enqueue_segments(struct virtqueue *vq, struct vring_desc *desc, uint16_t head_idx, struct sglist *sg, int readable, int writable) argument
709 vq_ring_enqueue_indirect(struct virtqueue *vq, void *cookie, struct sglist *sg, int readable, int writable) argument
H A Dvirtqueue.h95 struct sglist *sg, int readable, int writable);
/freebsd-11.0-release/usr.sbin/ppp/
H A Dipcp.h79 unsigned writable : 1; /* Can write resolv.conf ? */ member in struct:ipcp::__anon14074
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Drev_file.c90 /* If the file at PATH is read-only, attempt to make it writable. The
131 svn_boolean_t writable,
143 apr_int32_t flags = writable
148 err = writable ? auto_make_writable(path, result_pool, scratch_pool)
128 open_pack_or_rev_file(svn_fs_fs__revision_file_t *file, svn_fs_t *fs, svn_revnum_t rev, svn_boolean_t writable, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_x/
H A Drev_file.c107 /* If the file at PATH is read-only, attempt to make it writable. The
148 svn_boolean_t writable,
159 apr_int32_t flags = writable
164 err = writable ? auto_make_writable(path, result_pool, scratch_pool)
145 open_pack_or_rev_file(svn_fs_x__revision_file_t *file, svn_fs_t *fs, svn_revnum_t rev, svn_boolean_t writable, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-11.0-release/lib/libc/isc/
H A Dev_streams.c50 static void writable(evContext opaqueCtx, void *uap, int fd, int evmask);
78 if (evSelectFD(opaqueCtx, fd, EV_WRITE, writable, new, &new->file) < 0)
269 writable(evContext opaqueCtx, void *uap, int fd, int evmask) { function
/freebsd-11.0-release/sys/ofed/drivers/infiniband/core/
H A Dumem.c79 ret = peer_mem->get_pages(addr, umem->length, umem->writable, 1,
202 if (umem->writable && dirty) {
289 (umem->writable ? VM_MAP_WIRE_WRITE : 0));
301 * We ask for writable memory if any access flags other than
307 umem->writable = !!(access & ~IB_ACCESS_REMOTE_READ);
/freebsd-11.0-release/tools/tools/kdrv/
H A DKernelDriver270 if {![file writable $kpath$p]} {
282 if {![file writable $kpath$p]} {
294 if {![file writable $kpath$f]} {
794 if {![file writable $kpath$f]} {
805 if {![file writable $kpath$p]} {
817 if {![file writable $kpath$p]} {
/freebsd-11.0-release/sys/dev/virtio/block/
H A Dvirtio_blk.c895 int ordered, readable, writable, error; local
901 writable = 0;
931 writable = sg->sg_nseg - 1;
934 writable++;
936 readable = sg->sg_nseg - writable;
938 error = virtqueue_enqueue(vq, req, sg, readable, writable);
/freebsd-11.0-release/sys/dev/virtio/scsi/
H A Dvirtio_scsi.c992 int *readable, int *writable)
1026 *writable = sg->sg_nseg - *readable;
1029 "writable=%d\n", req, ccbh, *readable, *writable);
1055 int readable, writable, error; local
1066 error = vtscsi_fill_scsi_cmd_sglist(sc, req, &readable, &writable);
1073 error = virtqueue_enqueue(vq, req, sg, readable, writable);
1379 struct sglist *sg, int readable, int writable, int flag)
1388 error = virtqueue_enqueue(vq, req, sg, readable, writable);
991 vtscsi_fill_scsi_cmd_sglist(struct vtscsi_softc *sc, struct vtscsi_request *req, int *readable, int *writable) argument
1378 vtscsi_execute_ctrl_req(struct vtscsi_softc *sc, struct vtscsi_request *req, struct sglist *sg, int readable, int writable, int flag) argument
/freebsd-11.0-release/contrib/ntp/ntpsnmpd/
H A DMakefile.am64 autogen -L ../sntp/include -L ../sntp/ag-tpl --writable
/freebsd-11.0-release/contrib/ntp/scripts/calc_tickadj/
H A DMakefile.am4 --writable
/freebsd-11.0-release/contrib/ntp/scripts/ntp-wait/
H A DMakefile.am13 --writable
/freebsd-11.0-release/contrib/ntp/scripts/ntpsweep/
H A DMakefile.am4 --writable
/freebsd-11.0-release/contrib/ntp/scripts/ntptrace/
H A DMakefile.am12 --writable
/freebsd-11.0-release/contrib/ntp/scripts/update-leap/
H A DMakefile.am4 --writable
/freebsd-11.0-release/sys/amd64/vmm/
H A Dvmm_instruction_emul.c1693 int nlevels, pfcode, ptpshift, ptpindex, retval, usermode, writable; local
1702 writable = prot & VM_PROT_WRITE;
1746 (writable && (pte32 & PG_RW) == 0)) {
1775 if (writable && (pte32 & PG_M) == 0) {
1828 (writable && (pte & PG_RW) == 0)) {
1855 if (writable && (pte & PG_M) == 0) {
/freebsd-11.0-release/gnu/usr.bin/rcs/lib/
H A Drcsbase.h315 #define WORKMODE(RCSmode, writable) (((RCSmode)&(mode_t)~(S_IWUSR|S_IWGRP|S_IWOTH)) | ((writable)?S_IWUSR:0))
317 /* determined by writable */

Completed in 496 milliseconds

123