Searched refs:data (Results 1 - 25 of 2808) sorted by path

1234567891011>>

/illumos-gate/usr/src/boot/include/isofs/cd9660/
H A Diso.h48 char data[ISODCL(16,2048)]; member in struct:iso_volume_descriptor
/illumos-gate/usr/src/boot/include/net/
H A Dif.h83 uint16_t ifi_datalen; /* length of this data struct */
267 struct if_data ifm_data;/* statistics and other data about if */
292 struct if_data ifm_data;/* statistics and other data about if */
333 struct if_data ifam_data;/* statistics and other data about if or
454 * Structure used to retrieve aux status data from interfaces.
514 * Structure used to request i2c data
523 uint8_t data[8]; /* read buffer */ member in struct:ifi2creq
/illumos-gate/usr/src/boot/lib/libstand/
H A Darp.c84 } data; member in struct:__anon43
91 } data; member in struct:__anon45
110 bzero((char*)&wbuf.data, sizeof(wbuf.data));
111 ah = &wbuf.data.arp;
126 arpsend, &wbuf.data, sizeof(wbuf.data),
127 arprecv, &rbuf.data, sizeof(rbuf.data));
134 ah = &rbuf.data
[all...]
H A Ddev.c55 noioctl(f, cmd, data)
58 void *data;
H A Dnfs.c86 u_char data[NFSREAD_SIZE]; member in struct:nfs_read_repl
379 * Read data from a file.
432 bcopy(repl->data, addr, x);
505 /* Allocate file system specific data structure */
538 /* allocate file system specific data structure */
1008 * Read data from a file.
1025 u_char data[NFSREAD_SIZE]; member in struct:repl
1074 bcopy(repl->data, addr, x);
1150 /* Allocate file system specific data structure */
1182 /* allocate file system specific data structur
[all...]
H A Drarp.c73 } data; member in struct:__anon90
80 } data; member in struct:__anon92
96 bzero((char*)&wbuf.data, sizeof(wbuf.data));
97 ap = &wbuf.data.arp;
107 rarpsend, &wbuf.data, sizeof(wbuf.data),
108 rarprecv, &rbuf.data, sizeof(rbuf.data)) < 0)
114 ap = &rbuf.data
[all...]
H A Dstand.h145 int (*dv_ioctl)(struct open_file *f, u_long cmd, void *data);
178 void *f_devdata; /* device specific data */
180 void *f_fsdata; /* file system specific data */
183 size_t f_ralen; /* valid data in readahead buffer */
374 * Machine dependent functions and data, must be provided or stubbed by
/illumos-gate/usr/src/boot/lib/libz/
H A Dzopen.c15 xgzread(void *cookie, char *data, int size) argument
17 return gzread(cookie, data, size);
21 xgzwrite(void *cookie, const char *data, int size) argument
23 return gzwrite(cookie, (void*)data, size);
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h207 u_char data; local
209 __asm __volatile("inb %w1, %0" : "=a" (data) : "Nd" (port));
210 return (data);
216 u_int data; local
218 __asm __volatile("inl %w1, %0" : "=a" (data) : "Nd" (port));
219 return (data);
258 u_short data; local
260 __asm __volatile("inw %w1, %0" : "=a" (data) : "Nd" (port));
261 return (data);
265 outb(u_int port, u_char data) argument
271 outl(u_int port, u_int data) argument
301 outw(u_int port, u_short data) argument
412 load_cr0(u_long data) argument
421 u_long data; local
430 u_long data; local
437 load_cr3(u_long data) argument
446 u_long data; local
453 load_cr4(u_long data) argument
461 u_long data; local
668 uint64_t data; local
682 uint64_t data; local
696 uint64_t data; local
710 uint64_t data; local
724 uint64_t data; local
738 uint64_t data; local
752 uint64_t data; local
766 uint64_t data; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/arm/at91/boot0/
H A Dlinker.cfg10 * 12JAN2005 kb_admin move data to SDRAM
44 .data :
47 *(.data)
48 *(.data.*)
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Demac.c199 * void TFTP_ACK_Data(char *data, unsigned short block_num, unsigned short len)
204 TFTP_ACK_Data(unsigned char *data, unsigned short block_num, unsigned short len) argument
210 memcpy(dlAddress, data, len);
326 TFTP_ACK_Data(tftpHdr->data,
H A Demac.h104 unsigned char data[512]; member in struct:__anon120
/illumos-gate/usr/src/boot/sys/boot/arm/at91/
H A Dlinker.cfg10 * 12JAN2005 kb_admin move data to SDRAM
38 .data :
41 *(.data)
/illumos-gate/usr/src/boot/sys/boot/arm/uboot/
H A Dldscript.arm27 .rela.data :
28 { *(.rela.data) *(.rela.gnu.linkonce.d*) }
50 /* Adjust the address for the data segment to the next page up. */
52 .data :
54 *(.data)
80 /* We want the small data sections together, so single-instruction offsets
81 can access them all, and initialized data all before uninitialized, so
H A Dstart.S115 .data
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dbootstrap.h112 void *private; /* private data */
155 char *pnp_eisaformat(u_int8_t *data);
159 * == 0 - Maybe ISA, search for read data port
160 * > 0 - ISA in system, value is read data port address
175 char md_data[1]; /* data are immediately appended */
254 Elf_Addr dataaddr, void *data, size_t len);
306 uint64_t (*arch_loadaddr)(u_int type, void *data, uint64_t addr);
307 #define LOAD_ELF 1 /* data points to the ELF header. */
308 #define LOAD_RAW 2 /* data points to the file name. */
H A Disapnp.c49 /* PnP read data port */
93 isapnp_get_serial(u_int8_t *data) argument
97 bzero(data, _PNP_ID_LEN);
113 data[i / 8] = (data[i / 8] >> 1) | (bit ? 0x80 : 0);
116 valid = valid && (data[8] == sum);
139 printf("PnP device failed to report resource data\n");
153 * We scan the resource data for compatible device IDs and
254 pnp_freeinfo(pi); /* error getting data, ignore */
H A Dpnp.c169 pnp_eisaformat(u_int8_t *data) argument
174 idbuf[0] = '@' + ((data[0] & 0x7c) >> 2);
175 idbuf[1] = '@' + (((data[0] & 0x3) << 3) + ((data[1] & 0xe0) >> 5));
176 idbuf[2] = '@' + (data[1] & 0x1f);
177 idbuf[3] = hextoascii[(data[2] >> 4)];
178 idbuf[4] = hextoascii[(data[2] & 0xf)];
179 idbuf[5] = hextoascii[(data[3] >> 4)];
180 idbuf[6] = hextoascii[(data[3] & 0xf)];
H A Dreloc_elf.c46 * Apply a single intra-module relocation to the data. `relbase' is the
49 * the start of the data, and `len' is the number of bytes.
53 int reltype, Elf_Addr relbase, Elf_Addr dataaddr, void *data, size_t len)
67 bcopy(&w, (u_char *)data + (relbase +
90 where = (Elf_Addr *)((char *)data + relbase + rel->r_offset -
99 where = (Elf_Addr *)((char *)data + relbase + rela->r_offset -
109 if ((char *)where < (char *)data || (char *)where >= (char *)data + len)
147 where = (Elf_Addr *)((char *)data + relbase + rel->r_offset -
156 where = (Elf_Addr *)((char *)data
52 reloc(struct elf_file *ef, symaddr_fn *symaddr, const void *reldata, int reltype, Elf_Addr relbase, Elf_Addr dataaddr, void *data, size_t len) argument
[all...]
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A DMakefile91 ${OBJCOPY} --readonly-text -j .peheader -j .text -j .sdata -j .data \
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A DMakefile106 ${OBJCOPY} --readonly-text -j .peheader -j .text -j .sdata -j .data \
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/amd64/
H A Damd64_tramp.S61 .data
H A Dstart.S72 .data
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/arm/
H A Dldscript.arm19 .data :
21 *(.data *.data.*)
38 /* We want the small data sections together, so single-instruction offsets
39 can access them all, and initialized data all before uninitialized, so
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/arm64/
H A Dldscript.arm6420 .data : {
26 *(.data .data.* .gnu.linkonce.d.*)
60 *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*)

Completed in 207 milliseconds

1234567891011>>