Searched refs:io (Results 51 - 75 of 445) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dferror.c17 #include <sm/io.h>
H A Dget.c17 #include <sm/io.h>
32 ** This is a function version of the macro (in <sm/io.h>).
H A Drewind.c18 #include <sm/io.h>
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-cygwin_util.h49 #include <io.h>
/freebsd-9.3-release/lib/libc/stdio/
H A Dxprintf_vis.c49 __printf_render_vis(struct __printf_io *io, const struct printf_info *pi, const void *const *arg) argument
58 return (__printf_out(io, pi, "(null)", 6));
74 ret += __printf_out(io, pi, buf, ret);
75 __printf_flush(io);
H A Dxprintf_str.c121 __printf_render_str(struct __printf_io *io, const struct printf_info *pi, const void *const *arg) argument
131 return (__printf_out(io, pi, "(null)", 6));
135 l = __printf_out(io, pi, convbuf, strlen(convbuf));
141 return (__printf_out(io, pi, "(null)", 6));
145 return (__printf_out(io, pi, p, l));
163 __printf_render_chr(struct __printf_io *io, const struct printf_info *pi, const void *const *arg) argument
180 return (__printf_out(io, pi, buf, mbseqlen));
184 i = __printf_out(io, pi, &c, 1);
185 __printf_flush(io);
/freebsd-9.3-release/libexec/tftpd/
H A DMakefile6 SRCS= tftp-file.c tftp-io.c tftp-options.c tftp-transfer.c tftp-utils.c
/freebsd-9.3-release/sys/cam/ctl/
H A Dctl_frontend.h217 void (*fe_datamove)(union ctl_io *io); /* passed to CTL */
218 void (*fe_done)(union ctl_io *io); /* passed to CTL */
264 int ctl_queue(union ctl_io *io);
275 int ctl_queue_sense(union ctl_io *io);
H A Dctl_backend_ramdisk.c101 static int ctl_backend_ramdisk_move_done(union ctl_io *io);
102 static int ctl_backend_ramdisk_submit(union ctl_io *io);
114 static int ctl_backend_ramdisk_config_write(union ctl_io *io);
115 static int ctl_backend_ramdisk_config_read(union ctl_io *io);
212 ctl_backend_ramdisk_move_done(union ctl_io *io) argument
219 if ((io->io_hdr.port_status == 0)
220 && ((io->io_hdr.flags & CTL_FLAG_ABORT) == 0)
221 && ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_STATUS_NONE))
222 io->io_hdr.status = CTL_SUCCESS;
223 else if ((io
253 ctl_backend_ramdisk_submit(union ctl_io *io) argument
806 ctl_backend_ramdisk_config_write(union ctl_io *io) argument
884 ctl_backend_ramdisk_config_read(union ctl_io *io) argument
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dunistd.h41 #include <io.h>
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_iomap.c60 xfs_iocore_t *io,
64 xfs_inode_t *ip = XFS_IO_INODE(io);
77 (void *)((unsigned long)((io->io_new_size >> 32) & 0xffffffff)),
78 (void *)((unsigned long)(io->io_new_size & 0xffffffff)),
91 xfs_iocore_t *io,
98 xfs_inode_t *ip = XFS_IO_INODE(io);
122 #define xfs_iomap_enter_trace(tag, io, offset, count)
123 #define xfs_iomap_map_trace(tag, io, offset, count, iomapp, imapp, flags)
133 xfs_iocore_t *io,
146 mp = io
58 xfs_iomap_enter_trace( int tag, xfs_iocore_t *io, xfs_off_t offset, ssize_t count) argument
89 xfs_iomap_map_trace( int tag, xfs_iocore_t *io, xfs_off_t offset, ssize_t count, xfs_iomap_t *iomapp, xfs_bmbt_irec_t *imapp, int flags) argument
132 xfs_imap_to_bmap( xfs_iocore_t *io, xfs_off_t offset, xfs_bmbt_irec_t *imap, xfs_iomap_t *iomapp, int imaps, int iomaps, int flags) argument
186 xfs_iomap( xfs_iocore_t *io, xfs_off_t offset, ssize_t count, int flags, xfs_iomap_t *iomapp, int *niomaps) argument
320 xfs_iomap_eof_align_last_fsb( xfs_mount_t *mp, xfs_iocore_t *io, xfs_fsize_t isize, xfs_extlen_t extsize, xfs_fileoff_t *last_fsb) argument
414 xfs_iocore_t *io = &ip->i_iocore; local
584 xfs_iomap_eof_want_preallocate( xfs_mount_t *mp, xfs_iocore_t *io, xfs_fsize_t isize, xfs_off_t offset, size_t count, int ioflag, xfs_bmbt_irec_t *imap, int nimaps, int *prealloc) argument
639 xfs_iocore_t *io = &ip->i_iocore; local
754 xfs_iocore_t *io = &ip->i_iocore; local
910 xfs_iocore_t *io = &ip->i_iocore; local
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DYAMLTraits.h38 /// static void mapping(IO &io, MyStruct &s) {
39 /// io.mapRequired("name", s.name);
40 /// io.mapRequired("size", s.size);
41 /// io.mapOptional("age", s.age);
47 // static void mapping(IO &io, T &fields);
56 /// static void enumeration(IO &io, Colors &value) {
57 /// io.enumCase(value, "red", cRed);
58 /// io.enumCase(value, "blue", cBlue);
59 /// io.enumCase(value, "green", cGreen);
65 // static void enumeration(IO &io,
446 yamlize(IO &io, T &Val, bool) argument
454 yamlize(IO &io, T &Val, bool) argument
467 yamlize(IO &io, T &Val, bool) argument
488 yamlize(IO &io, T &Val, bool) argument
496 yamlize(IO &io, T &Val, bool) argument
502 yamlize(IO &io, T &Seq, bool) argument
631 IO &io; member in struct:llvm::yaml::MappingNormalization
667 IO &io; member in struct:llvm::yaml::MappingNormalizationHeap
700 classof(const IO *io) argument
828 classof(const IO *io) argument
[all...]
/freebsd-9.3-release/sys/dev/sound/isa/
H A Dsbc.c57 int io_rid[IO_MAX]; /* io port rids */
58 struct resource *io[IO_MAX]; /* io port resources */ member in struct:sbc_softc
59 int io_alloced[IO_MAX]; /* io port alloc flag */
117 static int sb_rd(struct resource *io, int reg);
118 static void sb_wr(struct resource *io, int reg, u_int8_t val);
119 static int sb_dspready(struct resource *io);
120 static int sb_cmd(struct resource *io, u_char val);
121 static u_int sb_get_byte(struct resource *io);
122 static void sb_setmixer(struct resource *io, u_in
156 sb_rd(struct resource *io, int reg) argument
164 sb_wr(struct resource *io, int reg, u_int8_t val) argument
172 sb_dspready(struct resource *io) argument
178 sb_dspwr(struct resource *io, u_char val) argument
194 sb_cmd(struct resource *io, u_char val) argument
200 sb_setmixer(struct resource *io, u_int port, u_int value) argument
213 sb_get_byte(struct resource *io) argument
227 sb_reset_dsp(struct resource *io) argument
236 sb_identify_board(struct resource *io) argument
300 struct resource *io; local
[all...]
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_frw.c60 xfs_iocore_t *io,
66 xfs_inode_t *ip = XFS_IO_INODE(io);
80 (void *)((unsigned long)((io->io_new_size >> 32) & 0xffffffff)),
81 (void *)((unsigned long)(io->io_new_size & 0xffffffff)),
91 xfs_iocore_t *io,
97 xfs_inode_t *ip = XFS_IO_INODE(io);
270 xfs_iocore_t *io,
283 ASSERT(ismrlocked(io->io_lock, MR_UPDATE) != 0);
285 mp = io->io_mount;
298 error = XFS_BMAPI(mp, NULL, io, last_fs
58 xfs_rw_enter_trace( int tag, xfs_iocore_t *io, const char *buf, size_t size, loff_t offset, int ioflags) argument
90 xfs_inval_cached_trace( xfs_iocore_t *io, xfs_off_t offset, xfs_off_t len, xfs_off_t first, xfs_off_t last) argument
268 xfs_zero_last_block( xfs_vnode_t *vp, xfs_iocore_t *io, xfs_fsize_t isize, xfs_fsize_t end_size) argument
340 xfs_zero_eof( xfs_vnode_t *vp, xfs_iocore_t *io, xfs_off_t offset, xfs_fsize_t isize, xfs_fsize_t end_size) argument
475 xfs_iocore_t *io; local
841 xfs_iocore_t *io = &ip->i_iocore; local
[all...]
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_pst.c140 pp->io.clock_recv = pst_receive;
141 pp->io.srcclock = peer;
142 pp->io.datalen = 0;
143 pp->io.fd = fd;
144 if (!io_addclock(&pp->io)) {
146 pp->io.fd = -1;
176 if (-1 != pp->io.fd)
177 io_closeclock(&pp->io);
300 if (write(pp->io.fd, "QTQDQMT", 6) != 6)
H A Drefclock_zyfer.c152 pp->io.clock_recv = zyfer_receive;
153 pp->io.srcclock = peer;
154 pp->io.datalen = 0;
155 pp->io.fd = fd;
156 if (!io_addclock(&pp->io)) {
158 pp->io.fd = -1;
191 if (pp->io.fd != -1)
192 io_closeclock(&pp->io);
/freebsd-9.3-release/sys/mips/sibyte/
H A Data_zbbus.c61 struct resource *io; local
70 io = bus_alloc_resource(dev, SYS_RES_MEMORY, &rid, 0, ~0, 1, RF_ACTIVE);
71 if (io == NULL)
96 ch->r_io[i].res = io;
100 ch->r_io[ATA_CONTROL].res = io;
102 ch->r_io[ATA_IDX_ADDR].res = io; /* XXX what is this used for */
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-wb.c187 const struct id_off *io; local
205 len -= sizeof(*io) * nid;
206 io = (struct id_off *)(id + 1);
207 cp = (char *)(io + nid);
215 for (i = 0; i < nid && (u_char *)(io + 1) <= snapend; ++io, ++i) {
217 c, ipaddr_string(&io->id), EXTRACT_32BITS(&io->off));
271 const struct id_off *io, *ie; local
278 io
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dhotspot.d58 io:::start
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Disk/
H A Dhotspot.d58 io:::start
/freebsd-9.3-release/sys/dev/vx/
H A Dif_vx_eisa.c114 struct resource *io = 0; local
125 io = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid, RF_ACTIVE);
126 if (!io) {
138 sc->vx_res = io;
139 sc->vx_bst = rman_get_bustag(io);
140 sc->vx_bsh = rman_get_bushandle(io);
166 if (io)
167 bus_release_resource(dev, SYS_RES_IOPORT, 0, io);
/freebsd-9.3-release/sys/dev/rp/
H A Drp_isa.c180 ctlp->io = malloc(sizeof(*(ctlp->io)) * MAX_AIOPS_PER_BOARD, M_DEVBUF, M_NOWAIT | M_ZERO);
181 if (ctlp->io_rid == NULL || ctlp->io == NULL) {
197 ctlp->io[0] = bus_alloc_resource(dev, SYS_RES_IOPORT, &ctlp->io_rid[0], 0, ~0, 0x40, RF_ACTIVE);
200 ctlp->io[0] = bus_alloc_resource(dev, SYS_RES_IOPORT, &ctlp->io_rid[0], 0, ~0, 0x44, RF_ACTIVE);
202 if (ctlp->io[0] == NULL) {
282 if (ctlp->io != NULL) {
284 if (ctlp->io[i] != NULL)
285 bus_release_resource(ctlp->dev, SYS_RES_IOPORT, ctlp->io_rid[i], ctlp->io[i]);
286 free(ctlp->io, M_DEVBU
[all...]
/freebsd-9.3-release/lib/libfetch/
H A Dftp.c495 struct ftpio *io; local
498 io = (struct ftpio *)v;
499 if (io == NULL) {
503 if (io->cconn == NULL || io->dconn == NULL || io->dir == O_WRONLY) {
507 if (io->err) {
508 errno = io->err;
511 if (io->eof)
513 r = fetch_read(io
528 struct ftpio *io; local
555 struct ftpio *io; local
569 struct ftpio *io; local
598 struct ftpio *io; local
[all...]
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-stdinc.h50 #include <io.h>
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_nl.c48 #include <io.h>

Completed in 500 milliseconds

1234567891011>>