/netbsd/external/bsd/tradcpp/dist/ |
H A D | output.c | 66 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 D | ld_mlx.c | 153 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 D | ld_aac.c | 106 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 D | ld_icp.c | 182 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 D | select.c | 60 dowrite(void) in dowrite() function 161 dowrite(); in f() 211 dowrite(); in main()
|
/netbsd/sys/dev/pci/ |
H A D | ld_amr.c | 121 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 D | ld_twe.c | 173 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 D | history.c | 615 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 D | scores.c | 574 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 D | spiflash.c | 546 goto dowrite; in spiflash_thread() 561 dowrite: in spiflash_thread()
|
/netbsd/external/gpl3/gdb/dist/gdb/ |
H A D | sol-thread.c | 777 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 D | sol-thread.c | 777 rw_common (int dowrite, const struct ps_prochandle *ph, psaddr_t addr, in rw_common() argument 801 if (dowrite) in rw_common()
|