Home
last modified time | relevance | path

Searched refs:byte (Results 176 – 200 of 347) sorted by relevance

12345678910>>...14

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dpxeloader.S54 .byte 0
H A Dnbloader.S121 .byte 0
/illumos-gate/usr/src/uts/intel/sys/
H A Dbootregs.h46 struct { uint8_t r ## l, r ## h; } byte; \
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c55 write_string(byte, sp) in write_string() argument
56 int byte; in write_string()
62 sp->mbs[sp->used++] = byte;
64 return byte;
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Darm64-detecting-tagged-addresses.txt6 contain a non-zero top byte - the hardware will always ignore this top
7 byte, however software does not. Therefore it is helpful to be able to
13 made between a user originated 64 bit data where the top byte may be
76 parameter 2 contains user data and where the top byte of the parameter may be
/illumos-gate/usr/src/cmd/col/
H A Dcol.c84 char byte; in main() local
263 byte = (c | greek); in main()
264 n = mbtowc(&wc, &byte, 1); in main()
/illumos-gate/usr/src/lib/libc/amd64/fp/
H A D_xtoull.S34 two_to_63: .4byte 0x5f000000
H A D_xtoll.S85 two_to_31: .4byte 0x4f000000
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dphdr.msg77 @ MSG_DESC_P_VADDR "Virtual address of 1st byte in memory"
112 of the file at which the first byte of the segment resides.\n"
116 byte of the segment resides in memory.\n"
120 byte of the segment resides in memory.\n"
183 at which the first byte of the segment resides.\n\
196 p_vaddr provides the virtual address at which the first byte\n\
211 byte of the segment resides in memory, for systems in which\n\
H A Dehdr.msg170 New value for first byte of file magic number.\n"
173 New value for second byte of file magic number.\n"
176 New value for third byte of file magic number.\n"
179 New value for fourth byte of file magic number.\n"
443 Examine or modify the first byte of the object's \"magic number\".\n\
458 Examine or modify the second byte of the object's \"magic number\".\n\
473 Examine or modify the third byte of the object's \"magic number\".\n\
488 Examine or modify the fourth byte of the object's \"magic number\".\n\
516 Examine or modify the file's data encoding (byte order). This\n\
525 does not alter the contents of the file or the byte order\n\
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c1368 Byte *byte; in dcmd_ElfEhdr() local
1384 byte = &ehdr.e_ident[0]; in dcmd_ElfEhdr()
1385 mdb_printf(MSG_ORIG(MSG_EHDR_LINE1), byte[EI_MAG0], in dcmd_ElfEhdr()
1386 (byte[EI_MAG1] ? byte[EI_MAG1] : '0'), in dcmd_ElfEhdr()
1387 (byte[EI_MAG2] ? byte[EI_MAG2] : '0'), in dcmd_ElfEhdr()
1388 (byte[EI_MAG3] ? byte[EI_MAG3] : '0')); in dcmd_ElfEhdr()
/illumos-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt54 byte.
138 non-zero, this will include the single terminating null byte.
148 will point to the next byte which has not been processed.
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmachprivregs.h91 #define SYSEXITL .byte 0x0f, 0x35
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmemset.S38 movl 12(%esp),%eax / %al = byte to duplicate
/illumos-gate/usr/src/uts/intel/ml/
H A Dfloat.S180 .4byte 0x0
181 .4byte 0x0
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c1084 unsigned char *byte; in hash() local
1086 if ((byte = (unsigned char *)s) != NULL) { in hash()
1087 while (*byte) { in hash()
1088 sum += 0x3F & (uint32_t)*byte; in hash()
1089 byte++; in hash()
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dsyscall.S44 .byte 0xf, 0x5 /* syscall */
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmlsetup.c96 rp.eax.byte.ah = 0x0; in set_console_mode()
97 rp.eax.byte.al = val; in set_console_mode()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Dscr.ss162 ; and ack the last byte of its SDTR/WDTR message.
230 ; Check msg-in byte for 20, 21, or 22.
270 ; read the first byte
310 ; don't ack the last byte until after the interrupt handler returns
316 ; don't ack the last byte until after the interrupt handler returns
325 ; don't ack the last byte until after the interrupt handler returns
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses_ses.c149 #define sbyte(x, byte) ((((ulong_t)(x)) >> (byte * 8)) & 0xff) argument
171 #define gbyte(x, byte) ((((ulong_t)(x)) & 0xff) << (byte * 8)) argument
/illumos-gate/usr/src/uts/common/des/
H A Ddes_soft.c267 (struct R_to_ER *)&R_to_ER_tab[b][R.byte##b]; \ in des_encrypt()
274 struct R_to_ER *p = &R_to_ER_tab[b][R.byte/**/b]; \ in des_encrypt()
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dilogbl.S37 two63: .4byte 0x0,0x43d00000 / 2**63
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc.c1209 int byte; in crc32_mchash() local
1214 for (byte = 0; byte < ETHERADDRL; byte++) { in crc32_mchash()
1216 c = (uint32_t)cp[ETHERADDRL - 1 - byte]; in crc32_mchash()
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_interrupt.S41 .byte UIII_IRDR_0, UIII_IRDR_1, UIII_IRDR_2, UIII_IRDR_3
42 .byte UIII_IRDR_4, UIII_IRDR_5, UIII_IRDR_6, UIII_IRDR_7
/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmallint.h90 char byte; member

12345678910>>...14