Home
last modified time | relevance | path

Searched refs:readable (Results 1 – 25 of 101) sorted by relevance

12345

/dragonfly/sys/dev/virtual/virtio/virtio/
H A Dvirtqueue.c492 int readable, int writable) in virtqueue_enqueue() argument
498 needed = readable + writable; in virtqueue_enqueue()
514 vq_ring_enqueue_indirect(vq, cookie, sg, readable, writable); in virtqueue_enqueue()
529 sg, readable, writable); in virtqueue_enqueue()
664 uint16_t head_idx, struct sglist *sg, int readable, int writable) in vq_ring_enqueue_segments() argument
671 needed = readable + writable; in vq_ring_enqueue_segments()
686 if (i >= readable) in vq_ring_enqueue_segments()
711 struct sglist *sg, int readable, int writable) in vq_ring_enqueue_indirect() argument
718 needed = readable + writable; in vq_ring_enqueue_indirect()
737 sg, readable, writable); in vq_ring_enqueue_indirect()
H A Dvirtqueue.h89 struct sglist *sg, int readable, int writable);
/dragonfly/lib/libc/isc/
H A Dev_streams.c47 static void readable(evContext opaqueCtx, void *uap, int fd, int evmask);
108 if (evSelectFD(opaqueCtx, fd, EV_READ, readable, new, &new->file) < 0) in evRead()
288 readable(evContext opaqueCtx, void *uap, int fd, int evmask) { in readable() function
/dragonfly/contrib/file/magic/
H A DLocalstuff7 # text if readable, executable if runnable binary, data if unreadable.
/dragonfly/contrib/file/magic/Magdir/
H A Dpci_ids8 # show hexadecimal PCI vendor identification in human readable text form
44 # show hexadecimal PCI class+sub+ProgIF identification in human readable text form
H A Dmarc217 # of bibliographic and related information in machine-readable
H A Dsereal14 # we'll print out e.g. 0x30 instead of the more human-readable
H A Dunknown34 0 long 0x10e unknown readable demand paged pure executable
H A Dintel156 # show PnP Vendor identification in human readable text form instead of numeric
182 # often human readable product ASCII-Z string like "iPXE" "Plop Boot Manager"
222 # show Vendor identification in human readable text form instead of numeric
H A Dprinter111 # to keep the word `text' if the file is human-readable.
H A Dmathematica78 # first 116 bytes of header contain text in human-readable form
/dragonfly/sys/dev/virtual/virtio/scsi/
H A Dvirtio_scsi.c1068 int *readable, int *writable) in vtscsi_fill_scsi_cmd_sglist() argument
1093 *readable = sg->sg_nseg; in vtscsi_fill_scsi_cmd_sglist()
1102 *writable = sg->sg_nseg - *readable; in vtscsi_fill_scsi_cmd_sglist()
1105 "writable=%d\n", req, ccbh, *readable, *writable); in vtscsi_fill_scsi_cmd_sglist()
1131 int readable, writable, error; in vtscsi_execute_scsi_cmd() local
1142 error = vtscsi_fill_scsi_cmd_sglist(sc, req, &readable, &writable); in vtscsi_execute_scsi_cmd()
1149 error = virtqueue_enqueue(vq, req, sg, readable, writable); in vtscsi_execute_scsi_cmd()
1460 struct sglist *sg, int readable, int writable, int flag) in vtscsi_execute_ctrl_req() argument
1469 error = virtqueue_enqueue(vq, req, sg, readable, writable); in vtscsi_execute_ctrl_req()
/dragonfly/nrelease/gui/root/.fluxbox/
H A Dmenu12 # makes things much more readable.
/dragonfly/usr.sbin/inetd/
H A Dinetd.c506 fd_set readable; in main() local
514 readable = allsock; in main()
515 if ((n = select(maxsock + 1, &readable, NULL, NULL, NULL)) <= 0) { in main()
523 if (FD_ISSET(signalpipe[0], &readable)) { in main()
551 if (sep->se_fd != -1 && FD_ISSET(sep->se_fd, &readable)) { in main()
/dragonfly/sys/vfs/procfs/
H A DREADME27 parts of the address space are readable
/dragonfly/usr.sbin/cron/doc/
H A DFEATURES66 readable or writable except by 'crontab' or 'cron'. This is not a
/dragonfly/games/hack/
H A DREAD_ME64 while all the games in /usr/games are readable or executable for
/dragonfly/contrib/cvs-1.12/
H A DCOPYING108 a) accompany it with the complete corresponding machine-readable
114 for the cost of distribution) a complete machine-readable copy of the
/dragonfly/share/examples/netgraph/
H A Dngctl30 status Get human readable status information from the node at <path>
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dsimple-object.txh143 The section is created as containing data, readable, not writable, not
/dragonfly/contrib/gdb-7/libiberty/
H A Dsimple-object.txh143 The section is created as containing data, readable, not writable, not
/dragonfly/contrib/gdb-7/gdb/
H A DREADME100 All the documentation for GDB comes as part of the machine-readable
241 environment variable) is publicly readable. Remember that GDB uses the
243 processes whose programs are not readable.
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-arc.texi395 @var{mode}, specifies whether the register is readable and/or writable
435 the register is readable and/or writable and is one of:
/dragonfly/contrib/dialog/
H A DCOPYING230 it with the complete corresponding machine-readable source code, which
287 machine-readable source code for the Library including whatever
290 with the Library, with the complete machine-readable "work that
/dragonfly/test/interbench/
H A DCOPYING138 a) Accompany it with the complete corresponding machine-readable
145 machine-readable copy of the corresponding source code, to be

12345