Home
last modified time | relevance | path

Searched refs:byte (Results 1 – 25 of 347) sorted by path

12345678910>>...14

/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Dmultiboot_tramp.S115 .byte 0x0, 0x0, 0x0, 0x0
117 .byte 0x0, 0x9a, 0xcf, 0x0
119 .byte 0x0, 0x92, 0xcf, 0x0
/illumos-gate/usr/src/boot/efi/loader/arch/arm/
H A Dstart.S69 .byte 0 /* Major linker version */
70 .byte 0 /* Minor linker version */
112 .byte 0
113 .byte 0 /* Pad to 8 bytes */
127 .byte 0
128 .byte 0
129 .byte 0 /* Pad to 8 bytes */
/illumos-gate/usr/src/boot/efi/loader/arch/arm64/
H A Dstart.S67 .byte 0 /* Major linker version */
68 .byte 0 /* Minor linker version */
109 .byte 0
110 .byte 0 /* Pad to 8 bytes */
124 .byte 0
125 .byte 0
126 .byte 0 /* Pad to 8 bytes */
/illumos-gate/usr/src/boot/forth/
H A Dloader.4th79 \ other switches are 1 byte each, so allocate boot-args+acpi + extra bytes
H A Dmenu.4th724 2dup c! -rot \ store strlen at first byte
H A Dmenusets.4th300 ( c-addr1 u1 c-addr2 u2 c ) \ get next src-addr byte
307 \ combine dest-c-addr to get dest-addr for byte
310 \ store the current src-addr byte into dest-addr
426 2swap 1+ 2swap \ increment affixbuf byte position/count
428 1- \ decrement strbuf byte count (source u2)
/illumos-gate/usr/src/boot/i386/btx/btx/
H A Dbtx.S120 btx_hdr: .byte 0xeb # Machine ID
121 .byte 0xe # Header size
123 .byte 0x1 # Major version
124 .byte 0x2 # Minor version
125 .byte BTX_FLAGS # Flags
/illumos-gate/usr/src/boot/i386/cdboot/
H A Dcdboot.S568 edd_packet: .byte 0x10 # Length
569 .byte 0 # Reserved
570 edd_len: .byte 0x0 # Num to read
571 .byte 0 # Reserved
575 drive: .byte 0
582 name_len: .byte 0x0 # Length of current name
584 twiddle_index: .byte 0x0
602 .byte 0
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dgptldr.S82 mov %si,%ax # last byte we want to copy
88 add $(COPY_BLKS*COPY_BLK_SZ/16),%ax # the last byte we
/illumos-gate/usr/src/boot/i386/libi386/
H A Dpxetramp.s28 .byte 0x9a # far call
32 .byte 0xcb # to vm86int
35 .byte 0x9a # far call
38 .byte 0xcb # to vm86int
H A Drelocater_tramp.S177 .byte 0xb8
234 .byte 0xb8
240 .byte 0xb8
246 .byte 0xb8
252 .byte 0xb8
258 .byte 0xb8
264 .byte 0xb8
270 .byte 0x66, 0xb8
276 .byte 0x66, 0xba
281 .byte 0x66, 0xbb
[all …]
/illumos-gate/usr/src/boot/i386/pmbr/
H A Dpmbr.s34 # A 512 byte PMBR boot manager to read a boot program and run it.
164 mbr_version: .byte 1, 1 # 1.1
177 partbl: .byte 0x00 # non-bootable
178 .byte 0x00 # head 0
179 .byte 0x02 # sector
180 .byte 0x00 # cylinder
181 .byte 0xEE # ID
182 .byte 0xFF # ending head
183 .byte 0xFF # ending sector
184 .byte 0xFF # ending cylinder
/illumos-gate/usr/src/boot/i386/pxeldr/
H A Dpxeldr.S54 .set MEM_BIOS_KEYBOARD,0x496 # BDA byte with keyboard bit
/illumos-gate/usr/src/boot/libsa/
H A Dnet.c241 unsigned int byte; in intoa() local
251 byte = addr & 0xff; in intoa()
252 *--cp = byte % 10 + '0'; in intoa()
253 byte /= 10; in intoa()
254 if (byte > 0) { in intoa()
255 *--cp = byte % 10 + '0'; in intoa()
256 byte /= 10; in intoa()
257 if (byte > 0) in intoa()
258 *--cp = byte + '0'; in intoa()
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dasmacros.h58 #define NON_GPROF_RET .byte 0xc3 /* opcode for `ret' */
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/
H A Dmath91 * first byte is two-digit octal number. Last digit is number of args
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/
H A Dmath91 * first byte is two-digit octal number. Last digit is number of args
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/
H A Dmath91 * first byte is two-digit octal number. Last digit is number of args
/illumos-gate/usr/src/cmd/ast/libshell/sparcv9/FEATURE/
H A Dmath91 * first byte is two-digit octal number. Last digit is number of args
/illumos-gate/usr/src/cmd/bnu/
H A DDialers41 # \N - null byte
H A DGrades44 # byte, megabyte, and no maximum,
/illumos-gate/usr/src/cmd/cmd-inet/etc/dhcp/
H A Dinittab122 # DHCP packet fields. Code field is byte offset into DHCP packet.
H A Dinittab660 # DHCPv6 packet fields. Code field is byte offset into DHCPv6 packet.
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Ddhcpagent.dfl90 # identifier to the 4-byte binary sequence 0xAA 0xBB 0xCC 0x11).
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c3859 int byte; in masktocidr() local
3866 for (byte = 15; byte >= 0; byte--) { in masktocidr()
3870 if (mask->s6_addr[byte] == 0) { in masktocidr()
3876 zeros += (ffs((int)mask->s6_addr[byte]) - 1); in masktocidr()

12345678910>>...14