Home
last modified time | relevance | path

Searched refs:eot (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A Dsmbios.c150 smb_header_t eot; in smbios_test_table_append_eot() local
153 bzero(&eot, sizeof (eot)); in smbios_test_table_append_eot()
154 eot.smbh_type = SMB_TYPE_EOT; in smbios_test_table_append_eot()
155 eot.smbh_len = 4; in smbios_test_table_append_eot()
156 (void) smbios_test_table_append(table, &eot, sizeof (eot)); in smbios_test_table_append_eot()
/illumos-gate/usr/src/cmd/eqn/eqnchar.d/
H A Dascii1 |000 nul|001 soh|002 stx|003 etx|004 eot|005 enq|006 ack|007 bel|
19 | 00 nul| 01 soh| 02 stx| 03 etx| 04 eot| 05 enq| 06 ack| 07 bel|
H A Diso1 | 00 nul| 01 soh| 02 stx| 03 etx| 04 eot| 05 enq| 06 ack| 07 bel|
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_acpi.c427 boolean_t eot = B_FALSE; in cpu_acpi_cache_supported_states() local
497 eot = B_TRUE; in cpu_acpi_cache_supported_states()
505 if (eot) { in cpu_acpi_cache_supported_states()