Searched refs:dowrite (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/bsd/tradcpp/dist/
H A Doutput.c66 dowrite(const char *buf, size_t len) function
115 dowrite(buf + start, pos - start);
128 dowrite(buf + start, pos - start);
155 dowrite(buf + start, pos - start);
182 dowrite(str, strlen(str));
/netbsd-current/regress/sys/kern/select/
H A Dselect.c60 dowrite(void) function
161 dowrite();
211 dowrite();
/netbsd-current/sys/dev/ic/
H A Dld_mlx.c153 int dowrite, struct buf *bp)
167 dowrite ? MC_XFER_OUT : MC_XFER_IN);
179 dowrite ? MLX_CMD_WRITESG_OLD : MLX_CMD_READSG_OLD,
184 dowrite ? MLX_CMD_WRITESG : MLX_CMD_READSG,
152 ld_mlx_dobio(struct ld_mlx_softc *sc, void *data, int datasize, int blkno, int dowrite, struct buf *bp) argument
H A Dld_aac.c106 int dowrite, struct buf *bp)
123 ac = aac_ccb_alloc(aac, (dowrite ? AAC_CCB_DATA_OUT : AAC_CCB_DATA_IN));
158 raw->Flags = (dowrite ? 0 : 1);
181 if (dowrite) {
226 if (dowrite) {
285 if (dowrite) {
105 ld_aac_dobio(struct ld_aac_softc *sc, void *data, int datasize, daddr_t blkno, int dowrite, struct buf *bp) argument
H A Dld_icp.c182 int dowrite, struct buf *bp)
205 dowrite ? IC_XFER_OUT : IC_XFER_IN);
214 ic->ic_cmd.cmd_opcode = htole16((dowrite ? ICP_WRITE : ICP_READ));
181 ld_icp_dobio(struct ld_icp_softc *sc, void *data, int datasize, int blkno, int dowrite, struct buf *bp) argument
/netbsd-current/sys/dev/pci/
H A Dld_amr.c121 int blkno, int dowrite, struct buf *bp)
134 mb->mb_command = (dowrite ? AMR_CMD_LWRITE : AMR_CMD_LREAD);
140 (dowrite ? AC_XFER_OUT : AC_XFER_IN));
120 ld_amr_dobio(struct ld_amr_softc *sc, void *data, int datasize, int blkno, int dowrite, struct buf *bp) argument
H A Dld_twe.c173 int dowrite, struct buf *bp)
182 flags = (dowrite ? TWE_CCB_DATA_OUT : TWE_CCB_DATA_IN);
196 if (dowrite)
172 ld_twe_dobio(struct ld_twe_softc *sc, void *data, int datasize, int blkno, int dowrite, struct buf *bp) argument
/netbsd-current/tests/kernel/
H A Dt_fdrestart.c104 dowrite(struct fdrestart *F) function
219 F->op = &dowrite;
260 F->op = &dowrite;
/netbsd-current/external/mpl/mozilla-certdata/share/
H A Dcertdata.awk114 function writecheckoctaldata(f, desc, dowrite) {
115 if (dowrite)
/netbsd-current/bin/ksh/
H A Dhistory.c615 histsave(lno, cmd, dowrite)
618 int dowrite; /* ignored (compatibility with COMPLEX_HISTORY) */
782 histsave(lno, cmd, dowrite)
785 int dowrite;
794 if (histfd && dowrite)
1200 histsave(lno, cmd, dowrite)
1203 int dowrite;
/netbsd-current/games/tetris/
H A Dscores.c574 dowrite(int sd, const void *vbuf, size_t len) function
626 if (dowrite(sd, &header, sizeof(header)) < 0 ||
627 dowrite(sd, buf, sizeof(buf[0]) * nscores) < 0) {
/netbsd-current/sys/dev/spi/
H A Dspiflash.c546 goto dowrite;
561 dowrite:
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsol-thread.c781 rw_common (int dowrite, const struct ps_prochandle *ph, psaddr_t addr,
805 if (dowrite)
777 rw_common(int dowrite, const struct ps_prochandle *ph, psaddr_t addr, gdb_byte *buf, int size) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsol-thread.c781 rw_common (int dowrite, const struct ps_prochandle *ph, psaddr_t addr,
805 if (dowrite)
777 rw_common(int dowrite, const struct ps_prochandle *ph, psaddr_t addr, gdb_byte *buf, int size) argument

Completed in 422 milliseconds