Home
last modified time | relevance | path

Searched refs:Write (Results 1 – 25 of 92) sorted by relevance

1234

/dflybsd-src/games/sail/
H A Dsync.c139 static void Write(int, struct ship *, long, long, long, long);
286 Write(int type, struct ship *ship, long a, long b, long c, long d) in Write() function
488 Write(W_CAPTURED, ship, a, 0, 0, 0); in send_captured()
494 Write(W_CLASS, ship, a, 0, 0, 0); in send_class()
500 Write(W_CREW, ship, a, b, c, 0); in send_crew()
506 Write(W_DBP, ship, a, b, c, d); in send_dbp()
512 Write(W_DRIFT, ship, a, 0, 0, 0); in send_drift()
518 Write(W_EXPLODE, ship, a, 0, 0, 0); in send_explode()
524 Write(W_FOUL, ship, a, 0, 0, 0); in send_foul()
530 Write(W_GUNL, ship, a, b, 0, 0); in send_gunl()
[all …]
/dflybsd-src/share/misc/
H A Dscsi_modes194 {Write Retention Priority} t4
199 {FSW (Force Sequential Write)} t1
229 {Write Compensation} i1
298 0x01 "Read-Write Error Recovery" {
299 {AWRE (Auto Write Reallocation Enbld)} t1
312 {MWR (Misaligned Write Reporting)} t2
314 {Write Retry Count} i1
322 {Starting Cylinder-Write Precompensation} i3
323 {Starting Cylinder-Reduced Write Current} i3
382 {Write Buffer Full Ratio} i1
[all …]
/dflybsd-src/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c556 #define Write(buf, size, count) fake_write(buffer, offset, (size_t) limit, (char *) buf, (size_t) c… macro
564 #define WRITE_STRING(str) (Write(str, sizeof(char), strlen(str) + 1) == strlen(str) + 1)
640 ((value) % 2 != 0 && Write(&zero, sizeof(char), 1) != 1)
784 if (Write(buf, 12, 1) != 1 in _nc_write_object()
785 || Write(namelist, sizeof(char), namelen) != namelen) { in _nc_write_object()
796 if (Write(buf, sizeof(char), boolmax) != boolmax) { in _nc_write_object()
808 if (Write(buf, numlen, nummax) != nummax) { in _nc_write_object()
816 if (Write(buf, SIZEOF_SHORT, strmax) != strmax) { in _nc_write_object()
870 if (Write(buf, 10, 1) != 1) { in _nc_write_object()
876 && Write(tp->Booleans + BOOLCOUNT, sizeof(char), in _nc_write_object()
[all …]
/dflybsd-src/sys/dev/raid/vinum/
H A D.gdbinit.vinum188 printf "1VS Write"
197 printf "2LR Write"
206 printf "3RQ Write"
215 printf "4DN Write"
224 printf "5RD Write"
233 printf "6RP Write"
242 printf "7VS Write"
251 printf "8LR Write"
272 printf "9DN Write"
/dflybsd-src/usr.sbin/ppp/
H A Ddescriptor.h48 int (*Write)(struct fdescriptor *, struct bundle *, const fd_set *); member
54 #define descriptor_Write(d, b, f) ((*(d)->Write)(d, b, f))
H A Dccp.h146 struct mbuf *(*Write)(void *, struct ccp *, struct link *, int, u_short *, member
/dflybsd-src/sys/dev/disk/dm/doc/
H A DTODO5 * Write more targets mirror.
21 * Write GPL free libdevmapper and lvm2tools.
/dflybsd-src/sys/bus/smbus/
H A Dsmbus_if.m82 # Write Byte command
92 # Write Word command
133 # Block Write command
/dflybsd-src/sys/bus/iicbus/
H A Diicbus_if.m91 # Write to the I2C bus
112 # Generalized Read/Write interface
/dflybsd-src/stand/contrib/edk2/MdePkg/Include/Protocol/
H A DPciIo.h197 EFI_PCI_IO_PROTOCOL_IO_MEM Write; member
236 EFI_PCI_IO_PROTOCOL_CONFIG Write; member
H A DDebugPort.h114 EFI_DEBUGPORT_WRITE Write; member
H A DSerialIo.h290 EFI_SERIAL_WRITE Write; member
/dflybsd-src/sys/dev/netif/mii_layer/
H A Dmiibus_if.m18 # Write register to device on MII bus
/dflybsd-src/sys/bus/ppbus/
H A Dppb_1284.h39 #define Write STROBE macro
/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h69 void (*Write)(void *p, Byte b); member
/dflybsd-src/contrib/lvm2/dist/doc/
H A Dtesting.txt9 3) Write a suitable lvm.conf file, this goes in the directory you just
/dflybsd-src/stand/boot/pc32/boot2/
H A Dsio.S82 outb %al,(%dx) # Write character
/dflybsd-src/usr.bin/mail/misc/
H A Dmail.tildehelp29 ~w file Write message onto file.
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dfragments.texi76 special versions of @file{libgcc.a} must be built. Write options that
77 are mutually incompatible side by side, separated by a slash. Write
91 Write one element in @code{MULTILIB_DIRNAMES} for each element in
/dflybsd-src/sys/bus/gpio/
H A Dgpio_if.m106 # Write pin value, value can be either 0 or 1.
/dflybsd-src/test/interbench/
H A Dreadme87 Write:
95 Simulating a heavy 'make -j4' compilation by running Burn, Write and Read
133 Write 4.02 +/- 4.03 372 97 78.7
/dflybsd-src/contrib/gcc-8.0/gcc/go/
H A Dlang.opt42 -fgo-c-header=<file> Write Go struct definitions to file as C code.
/dflybsd-src/contrib/file/magic/Magdir/
H A Dsql199 # SQLite Write-Ahead Log from SQLite version >= 3.7.0
201 0 belong&0xfffffffe 0x377f0682 SQLite Write-Ahead Log,
/dflybsd-src/sys/contrib/dev/acpica/source/include/platform/
H A Dacefiex.h546 ACPI_EFI_FILE_WRITE Write; member
1082 ACPI_EFI_PCI_IO_PROTOCOL_CONFIG Write; member
/dflybsd-src/sys/netgraph/
H A DNOTES69 - Write code so it can be an LKM or built into the kernel.. this means

1234