Home
last modified time | relevance | path

Searched refs:Read (Results 1 – 25 of 106) sorted by relevance

12345

/dflybsd-src/usr.bin/mail/misc/
H A Dmail.tildehelp11 ~d Read in dead.letter
13 ~f messages Read in messages
17 ~m messages Read in messages, right shifted by a tab
21 ~r file Read a file into the message buffer
/dflybsd-src/sys/dev/raid/vinum/
H A D.gdbinit.vinum186 printf "1VS Read"
195 printf "2LR Read"
204 printf "3RQ Read"
213 printf "4DN Read"
222 printf "5RD Read"
231 printf "6RP Read"
240 printf "7VS Read"
249 printf "8LR Read"
270 printf "9DN Read"
/dflybsd-src/contrib/ncurses/ncurses/tinfo/
H A Dread_entry.c189 #define Read(buf, count) fake_read(buffer, &offset, limit, (char *) buf, (unsigned) count) macro
192 (Read(buf, (count)*SIZEOF_SHORT) == (int) (count)*SIZEOF_SHORT)
195 (Read(buf, (count)*(unsigned)size_of_numbers) == (int) (count)*size_of_numbers)
198 if ((value) % 2 != 0) Read(buf, 1)
327 if ((have = (unsigned) Read(ptr->term_names, want)) != want) { in _nc_read_termtype()
339 || Read(ptr->Booleans, (unsigned) bool_count) < bool_count) { in _nc_read_termtype()
368 if (Read(string_table, (unsigned) str_size) != str_size) { in _nc_read_termtype()
425 if (Read(ptr->Booleans + BOOLCOUNT, (unsigned) in _nc_read_termtype()
459 if (Read(ptr->ext_str_table, (unsigned) ext_str_limit) != ext_str_limit) { in _nc_read_termtype()
/dflybsd-src/usr.sbin/ppp/
H A Ddescriptor.h47 void (*Read)(struct fdescriptor *, struct bundle *, const fd_set *); member
53 #define descriptor_Read(d, b, f) ((*(d)->Read)(d, b, f))
/dflybsd-src/share/misc/
H A Dscsi_modes201 {DRA (Disable Read-Ahead)} t1
298 0x01 "Read-Write Error Recovery" {
300 {ARRE (Auto Read Reallocation Enbld)} t1
302 {RC (Read Continuous)} t1
307 {Read Retry Count} i1
433 {CD-RW Read} t1
434 {CD-R Read} t1
447 {Read Bar Code} t1
466 {Maximum Read Speed Supported (kBps)} i2
469 {Current Read Speed Selected (kBps)} i2
H A Dusb_hid_usages1146 0x22 Data Read Back
1147 0x23 Font Read Back
1523 0x4E Scanner Read Confidence
1538 0x5F Prevent Read of Barcodes
1539 0x60 Initiate Barcode Read
1553 0x7B Good Read Lamp Duration
1554 0x7C Good Read Lamp Intensity
1555 0x7D Good Read LED
1556 0x7E Good Read Tone Frequency
1557 0x7F Good Read Tone Length
[all …]
/dflybsd-src/stand/boot/pc32/mbr/
H A Dmbr.S116 pushw $0x1 # Read 1 sector
119 movw $0x4200,%ax # BIOS: LBA Read from disk
123 main.7: movw $0x201,%ax # BIOS: Read from disk
/dflybsd-src/sys/bus/smbus/
H A Dsmbus_if.m102 # Read Byte command
112 # Read Word command
144 # Block Read command
/dflybsd-src/test/interbench/
H A Dhackbench.c89 ret = Read(in_fd, data + done, DATASIZE - done); in receiver()
159 if (Read(readyfds[0], &dummy, 1) != 1) in hackbench_thread()
H A Dinterbench.h10 extern inline ssize_t Read(int fd, void *buf, size_t count);
/dflybsd-src/stand/boot/pc32/cdboot/
H A Dcdboot.S405 mov $0x42,%ah # BIOS: Extended Read
439 mov $msg_badread,%si # Display Read error message
538 push_arg: lodsl # Read argument
/dflybsd-src/sys/bus/iicbus/
H A Diicbus_if.m79 # Read from I2C bus
112 # Generalized Read/Write interface
/dflybsd-src/stand/contrib/edk2/MdePkg/Include/Protocol/
H A DPciIo.h193 EFI_PCI_IO_PROTOCOL_IO_MEM Read; member
232 EFI_PCI_IO_PROTOCOL_CONFIG Read; member
H A DDebugPort.h115 EFI_DEBUGPORT_READ Read; member
H A DSerialIo.h291 EFI_SERIAL_READ Read; member
/dflybsd-src/etc/
H A Dcsh.login13 # Read system messages
H A Dprofile15 # Read system messages
/dflybsd-src/sys/dev/netif/mii_layer/
H A Dmiibus_if.m9 # Read register from device on MII bus
/dflybsd-src/tools/regression/bin/sh/builtins/
H A Dfc1.015 # Read error message, shell will read new input now
H A Dfc2.016 # Read error message, shell will read new input now
/dflybsd-src/contrib/tcsh-6/nls/ukrainian/
H A Dset2323 21 getwd: Read error in ".." (%s)
/dflybsd-src/contrib/cryptsetup/po/
H A Dinsert-header.sin12 # Yes it was empty. First occurrence. Read the file.
/dflybsd-src/contrib/gcc-4.7/libiberty/
H A Dat-file.texi5 Read command-line options from @var{file}. The options read are
/dflybsd-src/contrib/binutils-2.27/libiberty/
H A Dat-file.texi5 Read command-line options from @var{file}. The options read are
/dflybsd-src/stand/boot/efi/loader/arch/x86_64/
H A Dldscript.x86_647 /* Read-only sections, merged into text segment: */

12345