HomeSort by: relevance | last modified time | path
    Searched defs:WRITE (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/sys/arch/evbarm/adi_brh/
brh_7seg.c 53 #define WRITE(x, v) *((volatile uint8_t *) (x)) = (v)
203 WRITE(BRH_LED_VBASE, ch);
310 WRITE(BRH_LED_VBASE, snakemap[cur]);
  /src/sys/dev/mii/
mii_bitbang.c 46 #define WRITE(x) \
73 WRITE(v);
75 WRITE(v | MDC);
76 WRITE(v);
93 WRITE(v);
100 WRITE(v);
101 WRITE(v | MDC);
102 WRITE(v);
126 WRITE(MDIRHOST);
129 WRITE(MDIRHOST | MDC)
    [all...]
  /src/usr.bin/mail/
mime_child.c 64 #define WRITE 1
152 (void)close(p[WRITE]);
162 nfo = fdopen(p[WRITE], "we");
165 (void)close(p[WRITE]);
193 (void)close(p[WRITE]);
197 (void)close(p[WRITE]);
206 nfo = fdopen(p[WRITE], "we");
209 (void)close(p[WRITE]);
popen.c 52 #define WRITE 1
250 hisside = fd0 = fd1 = p[WRITE];
252 myside = p[WRITE];
262 (void)close(p[WRITE]);
  /src/sys/arch/evbarm/iq31244/
iq31244_7seg.c 53 #define WRITE(x, v) *((volatile uint8_t *) (x)) = (v)
230 WRITE(IQ80321_7SEG_MSB, msb);
231 WRITE(IQ80321_7SEG_LSB, lsb);
338 WRITE(IQ80321_7SEG_MSB, snakemap[cur][0]);
339 WRITE(IQ80321_7SEG_LSB, snakemap[cur][1]);
  /src/sys/arch/evbarm/iq80321/
iq80321_7seg.c 53 #define WRITE(x, v) *((volatile uint8_t *) (x)) = (v)
230 WRITE(IQ80321_7SEG_MSB, msb);
231 WRITE(IQ80321_7SEG_LSB, lsb);
338 WRITE(IQ80321_7SEG_MSB, snakemap[cur][0]);
339 WRITE(IQ80321_7SEG_LSB, snakemap[cur][1]);
  /src/external/gpl3/binutils/dist/gprofng/src/
SegMem.h 17 along with this program; if not, write to the Free Software
35 WRITE,
  /src/external/gpl3/binutils.old/dist/gprofng/src/
SegMem.h 17 along with this program; if not, write to the Free Software
35 WRITE,
  /src/sys/arch/i386/stand/misc/
rawrite.c 2 rawrite.c Write a binary image to a 360K diskette.
17 Fixed BIOS full-track write by only
36 #define WRITE 3
64 case 0x03: msg("Attempt to write on write-protected disk"); break;
81 case 0xCC: msg("Write fault occurred"); break;
130 puts("RaWrite 1.2 - Write disk file to raw floppy diskette\n");
158 * Start writing data to diskette until there is no more data to write.
165 status = biosdisk(WRITE, drive, head, track, ns, 3, pbuf);
  /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
nslcd-prot.h 20 License along with this library; if not, write to the Free Software
79 /* WRITE marcos, used for writing data, on write error they will
86 #define WRITE(fp, ptr, size) \
87 DEBUG_PRINT("WRITE : var="__STRING(ptr)" size=%d", (int)size); \
93 DEBUG_PRINT("WRITE : var="__STRING(ptr)" error: %s", \
101 WRITE(fp, &tmpint32, sizeof(int32_t))
115 WRITE(fp, (str), tmpint32); \
130 /* write number of strings */ \
133 /* write strings */
    [all...]
  /src/bin/ed/
cbc.c 112 * read/write - no error checking
115 #define WRITE(buf, n, fp) fwrite(buf, sizeof(char), n, fp)
190 /* put_des_char: write a char to an encrypted file; return char written */
400 return WRITE(BUFFER(msgbuf), 8, fp);
417 return WRITE(BUFFER(msgbuf), 8, fp);
  /src/external/bsd/nvi/dist/ex/
ex_write.c 38 enum which {WN, WQ, WRITE, XIT};
43 * Write to a file and switch to the next one.
63 * Write to a file and quit.
87 * ex_write -- :write[!] [>>] [file]
88 * :write [!] [cmd]
89 * Write to a file.
96 return (exwr(sp, cmdp, WRITE));
102 * Write out any modifications and quit.
129 * The guts of the ex write commands.
145 /* All write commands can have an associated '!'. *
    [all...]
  /src/lib/librmt/
rmtlib.c 19 * Redone as a library that can replace open, read, write, etc, by
27 * WRITE --- Return the number of the write side file descriptor
80 #define WRITE(fd) (Ptc[fd][1])
94 close(WRITE(fildes));
96 WRITE(fildes) = -1;
117 if ((size_t)write(WRITE(fildes), buf, blen) == blen) {
270 if (READ(i) == -1 && WRITE(i) == -1)
325 READ(i) = WRITE(i) = _rmt_rexec(host, login)
    [all...]
  /src/sys/dev/scsipi/
scsi_scanner.h 48 #define WRITE 0x0a
scsi_tape.h 58 #define WRITE 0x0a
  /src/sys/ufs/lfs/
ulfs_readwrite.c 42 #define WRITE lfs_write
226 WRITE(void *v)
332 * since the new blocks will be inaccessible until the write
568 /* Write error overrides any inode update error. */
  /src/sys/ufs/ufs/
ufs_readwrite.c 44 #define WRITE ffs_write
235 WRITE(void *v)
291 * XXX The entire write operation must occur in a single WAPBL
294 * if the write fully succeeds.
371 * since the new blocks will be inaccessible until the write
607 /* Write error overrides any inode update error. */
  /src/external/gpl3/binutils/dist/binutils/
defparse.h 71 WRITE = 272, /* WRITE */
108 #define WRITE 272
  /src/external/gpl3/binutils/dist/ld/
deffilep.h 77 WRITE = 278, /* WRITE */
114 #define WRITE 278
  /src/external/gpl3/binutils.old/dist/binutils/
defparse.h 71 WRITE = 272, /* WRITE */
108 #define WRITE 272
  /src/external/gpl3/binutils.old/dist/ld/
deffilep.h 77 WRITE = 278, /* WRITE */
114 #define WRITE 278
  /src/usr.bin/bdes/
bdes.c 123 * this does an error-checking write
126 #define WRITE(buf,n) \
542 WRITE(BUFFER(msgbuf), 8);
552 WRITE(BUFFER(msgbuf), 8);
583 WRITE(BUFFER(msgbuf), n);
607 WRITE(BUFFER(msgbuf), 8);
619 WRITE(BUFFER(msgbuf), 8);
655 WRITE(BUFFER(msgbuf), n);
693 * we write chars until fewer than 7 bits,
732 WRITE(&CHAR(ivec, 8-nbytes), nbytes)
    [all...]
  /src/usr.bin/tip/
tip.h 116 #define WRITE 01 /* write access to variable */
  /src/external/bsd/libfido2/dist/src/
netlink.c 24 # define WRITE fuzz_write
27 # define WRITE write
344 if ((r = WRITE(fd, nlmsg_ptr(m), nlmsg_len(m))) == -1) {
345 fido_log_error(errno, "%s: write", __func__);
  /src/sbin/disklabel/
main.c 123 * Disklabel: read and write disklabels.
150 static int Fflag; /* Read/write from file */
151 static int rflag; /* Read/write direct from disk */
154 static int Dflag; /* Delete old labels (use with write) */
155 static int Iflag; /* Read/write direct, but default if absent */
362 * This value is used if we have to write a label to the start of an mbr ptn.
478 WRITE,
606 case 'r': /* Read/write label directly from disk */
615 case 'w': /* Write label based on disktab entry */
616 op = WRITE;
    [all...]

Completed in 69 milliseconds

1 2