| /dflybsd-src/games/sail/ |
| H A D | sync.c | 139 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 D | scsi_modes | 194 {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 D | write_entry.c | 556 #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.vinum | 188 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 D | descriptor.h | 48 int (*Write)(struct fdescriptor *, struct bundle *, const fd_set *); member 54 #define descriptor_Write(d, b, f) ((*(d)->Write)(d, b, f))
|
| H A D | ccp.h | 146 struct mbuf *(*Write)(void *, struct ccp *, struct link *, int, u_short *, member
|
| /dflybsd-src/sys/dev/disk/dm/doc/ |
| H A D | TODO | 5 * Write more targets mirror. 21 * Write GPL free libdevmapper and lvm2tools.
|
| /dflybsd-src/sys/bus/smbus/ |
| H A D | smbus_if.m | 82 # Write Byte command 92 # Write Word command 133 # Block Write command
|
| /dflybsd-src/sys/bus/iicbus/ |
| H A D | iicbus_if.m | 91 # Write to the I2C bus 112 # Generalized Read/Write interface
|
| /dflybsd-src/stand/contrib/edk2/MdePkg/Include/Protocol/ |
| H A D | PciIo.h | 197 EFI_PCI_IO_PROTOCOL_IO_MEM Write; member 236 EFI_PCI_IO_PROTOCOL_CONFIG Write; member
|
| H A D | DebugPort.h | 114 EFI_DEBUGPORT_WRITE Write; member
|
| H A D | SerialIo.h | 290 EFI_SERIAL_WRITE Write; member
|
| /dflybsd-src/sys/dev/netif/mii_layer/ |
| H A D | miibus_if.m | 18 # Write register to device on MII bus
|
| /dflybsd-src/sys/bus/ppbus/ |
| H A D | ppb_1284.h | 39 #define Write STROBE macro
|
| /dflybsd-src/contrib/libarchive/libarchive/ |
| H A D | archive_ppmd_private.h | 69 void (*Write)(void *p, Byte b); member
|
| /dflybsd-src/contrib/lvm2/dist/doc/ |
| H A D | testing.txt | 9 3) Write a suitable lvm.conf file, this goes in the directory you just
|
| /dflybsd-src/stand/boot/pc32/boot2/ |
| H A D | sio.S | 82 outb %al,(%dx) # Write character
|
| /dflybsd-src/usr.bin/mail/misc/ |
| H A D | mail.tildehelp | 29 ~w file Write message onto file.
|
| /dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
| H A D | fragments.texi | 76 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 D | gpio_if.m | 106 # Write pin value, value can be either 0 or 1.
|
| /dflybsd-src/test/interbench/ |
| H A D | readme | 87 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 D | lang.opt | 42 -fgo-c-header=<file> Write Go struct definitions to file as C code.
|
| /dflybsd-src/contrib/file/magic/Magdir/ |
| H A D | sql | 199 # 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 D | acefiex.h | 546 ACPI_EFI_FILE_WRITE Write; member 1082 ACPI_EFI_PCI_IO_PROTOCOL_CONFIG Write; member
|
| /dflybsd-src/sys/netgraph/ |
| H A D | NOTES | 69 - Write code so it can be an LKM or built into the kernel.. this means
|