Searched defs:read (Results 1 - 25 of 60) sorted by relevance

123

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dinject.c42 read(int fildes, void *buf, size_t nbyte) function
/illumos-gate/usr/src/boot/lib/libstand/
H A Dread.c1 /* $NetBSD: read.c,v 1.8 1997/01/22 00:38:12 cgd Exp $ */
34 * @(#)read.c 8.1 (Berkeley) 6/11/93
70 read(int fd, void *dest, size_t bcount) function
/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dread.c43 read(int fd, char *buf, int size) function
59 (void) fprintf(stderr, "read: malloc failed\n");
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Dread.c43 read(int fd, char *buf, int size) function
59 (void) fprintf(stderr, "read: malloc failed\n");
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/kstat/
H A DKstat.java79 public native void read() throws KstatReadException; method in class:Kstat
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s34 # A 512 byte PMBR boot manager to read a boot program and run it.
113 call read
129 read: pushl 0x4(%si) # Set the LBA label
/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.h72 int (*read)(ptree_rarg_t *arg, void *buf); member in struct:__anon3758
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A Dufs_module.c101 ssize_t read; local
117 printf("Failed to read size of '%s' ino: %d\n", filepath, ino);
123 printf("Failed to allocate read buffer %zu for '%s' (%lu)\n",
128 read = fsread(ino, buf, size);
129 if ((size_t)read != size) {
130 printf("Failed to read '%s' (%zd != %zu)\n", filepath, read,
/illumos-gate/usr/src/boot/sys/boot/userboot/
H A Duserboot.h66 * Return non-zero if a key can be read from the console
93 int (*read)(void *arg, void *h, void *dst, size_t size, member in struct:loader_callbacks
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacmsvc.h61 #define read _read macro
/illumos-gate/usr/src/stand/lib/fs/common/
H A Dfsswitch.c141 read(int fd, void *buf, size_t size) function
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dcphy.h35 int (*read)(adapter_t *adapter, int phy_addr, int mmd_addr, member in struct:mdio_ops
99 /* Convenience MDIO read/write wrappers */
133 phy->mdio_read = mdio_ops->read;
/illumos-gate/usr/src/uts/common/syscall/
H A Drw.c59 * read, write, pread, pwrite, readv, and writev syscalls.
62 * Large Files: the behaviour of read depends on whether the fd
65 * read until MAXOFF32_T - 1 and read at MAXOFF32_T returns
67 * is > MAXOFF32_T. If size of file is <= MAXOFF32_T read
75 read(int fdes, void *cbuf, size_t count) function
177 /* If read sync is not asked for, filter sync flags */
384 * Limit offset such that we don't read or write
452 /* If read sync is not asked for, filter sync flags */
707 * Behaviour is same as read
[all...]
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_i210.c228 * @offset: offset of word in the Shadow Ram to read
229 * @words: number of words to read
230 * @data: word read from the Shadow Ram
245 * to read in bursts than synchronizing access for each word. */
370 * @address: the word address (aka eeprom offset) to read
371 * @data: pointer to the data read
413 * @address: the word address (aka eeprom offset) to read
414 * @data: pointer to the data read
508 * Replace the read function with semaphore grabbing with
512 read_op_ptr = hw->nvm.ops.read;
756 __e1000_access_xmdio_reg(struct e1000_hw *hw, u16 address, u8 dev_addr, u16 *data, bool read) argument
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbios.c49 from/into SEGMENT segment. If READ is BIOSDISK_READ, then read it,
54 biosdisk (int read, int drive, struct geometry *geometry,
88 err = biosdisk_int13_extensions ((read + 0x42) << 8, drive, &dap);
90 * Try to report errors upwards when the bios has read only part of
107 return biosdisk (read, drive, geometry, sector, nsec, segment);
126 err = biosdisk_standard (read + 0x02, drive,
52 biosdisk(int read, int drive, struct geometry *geometry, unsigned long long sector, int nsec, int segment) argument
/illumos-gate/usr/src/boot/lib/libz/
H A Dgzguts.h40 # define read _read macro
180 int past; /* true if read requested past end */
/illumos-gate/usr/src/boot/sys/boot/i386/cdboot/
H A Dcdboot.S77 .set ERROR_TIMEOUT,0x80 # BIOS timeout on read
82 .set MAX_READ,0x10000 # max we can read at a time
84 .set MEM_READ_BUFFER,0x9000 # buffer to read from CD
148 call read # Read it in
154 jne load_vd # No, read next
180 # we have to read it in 64k chunks.
189 load_sizeok: movzbw %al,%cx # Num sectors to read
196 cmp $MAX_READ_SEC,%cl # Truncate to max read size
201 call read # Read it in
360 call read # Rea
418 read: push %si # Save label
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_ncallio.c600 nsc_rncio_copy(char *data, nsc_buf_t *bufp, const int read) argument
622 if (read) {
639 nsc_rncio_io(ncall_t *ncall, int *ap, const int read) argument
657 ioflag = (read ? NSC_READ : NSC_WRITE);
690 rc = nsc_rncio_copy(&rw->rw_data[0], bufp, read);
692 if (read) {
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dexternal.c662 read(int fd, void *buf, size_t size) function
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h246 # define read(a,b,c) sh_read(a,b,c) macro
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dshell.h235 # define read(a,b,c) sh_read(a,b,c) macro
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h246 # define read(a,b,c) sh_read(a,b,c) macro
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h246 # define read(a,b,c) sh_read(a,b,c) macro
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h246 # define read(a,b,c) sh_read(a,b,c) macro
/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg_impl.h99 * Data is read into cfp->cf_head->h_ccopy1 and cfp->cf_head->h_ccopy2
128 * l_name - is set when the parser is read.
218 int (*read)(cfp_t *, void *, int); /* read */ member in struct:cfg_io_s
229 #define CFG_RDONLY 0x10 /* database is read only */

Completed in 139 milliseconds

123