Home
last modified time | relevance | path

Searched refs:dowrite (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/bsd/tradcpp/dist/
H A Doutput.c66 dowrite(const char *buf, size_t len) in dowrite() function
115 dowrite(buf + start, pos - start); in filter_output()
128 dowrite(buf + start, pos - start); in filter_output()
155 dowrite(buf + start, pos - start); in filter_output()
182 dowrite(str, strlen(str)); in output()
/netbsd/sys/dev/ic/
H A Dld_mlx.c153 int dowrite, struct buf *bp) in ld_mlx_dobio() argument
167 dowrite ? MC_XFER_OUT : MC_XFER_IN); in ld_mlx_dobio()
179 dowrite ? MLX_CMD_WRITESG_OLD : MLX_CMD_READSG_OLD, in ld_mlx_dobio()
184 dowrite ? MLX_CMD_WRITESG : MLX_CMD_READSG, in ld_mlx_dobio()
H A Dld_aac.c106 int dowrite, struct buf *bp) in ld_aac_dobio() argument
123 ac = aac_ccb_alloc(aac, (dowrite ? AAC_CCB_DATA_OUT : AAC_CCB_DATA_IN)); in ld_aac_dobio()
158 raw->Flags = (dowrite ? 0 : 1); in ld_aac_dobio()
181 if (dowrite) { in ld_aac_dobio()
226 if (dowrite) { in ld_aac_dobio()
285 if (dowrite) { in ld_aac_dobio()
H A Dld_icp.c182 int dowrite, struct buf *bp) in ld_icp_dobio() argument
205 dowrite ? IC_XFER_OUT : IC_XFER_IN); in ld_icp_dobio()
214 ic->ic_cmd.cmd_opcode = htole16((dowrite ? ICP_WRITE : ICP_READ)); in ld_icp_dobio()
/netbsd/regress/sys/kern/select/
H A Dselect.c60 dowrite(void) in dowrite() function
161 dowrite(); in f()
211 dowrite(); in main()
/netbsd/sys/dev/pci/
H A Dld_amr.c121 int blkno, int dowrite, struct buf *bp) in ld_amr_dobio() argument
134 mb->mb_command = (dowrite ? AMR_CMD_LWRITE : AMR_CMD_LREAD); in ld_amr_dobio()
140 (dowrite ? AC_XFER_OUT : AC_XFER_IN)); in ld_amr_dobio()
H A Dld_twe.c173 int dowrite, struct buf *bp) in ld_twe_dobio() argument
182 flags = (dowrite ? TWE_CCB_DATA_OUT : TWE_CCB_DATA_IN); in ld_twe_dobio()
196 if (dowrite) in ld_twe_dobio()
/netbsd/bin/ksh/
H A Dhistory.c615 histsave(lno, cmd, dowrite) in histsave() argument
618 int dowrite; /* ignored (compatibility with COMPLEX_HISTORY) */
782 histsave(lno, cmd, dowrite) in histsave() argument
785 int dowrite;
794 if (histfd && dowrite)
1200 histsave(lno, cmd, dowrite) in histsave() argument
1203 int dowrite;
/netbsd/games/tetris/
H A Dscores.c574 dowrite(int sd, const void *vbuf, size_t len) in dowrite() function
626 if (dowrite(sd, &header, sizeof(header)) < 0 || in putscores()
627 dowrite(sd, buf, sizeof(buf[0]) * nscores) < 0) { in putscores()
/netbsd/sys/dev/spi/
H A Dspiflash.c546 goto dowrite; in spiflash_thread()
561 dowrite: in spiflash_thread()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dsol-thread.c777 rw_common (int dowrite, const struct ps_prochandle *ph, psaddr_t addr, in rw_common() argument
801 if (dowrite) in rw_common()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dsol-thread.c777 rw_common (int dowrite, const struct ps_prochandle *ph, psaddr_t addr, in rw_common() argument
801 if (dowrite) in rw_common()