Home
last modified time | relevance | path

Searched refs:byte5 (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.sbin/vmd/
Dvioscsi.h205 u_int8_t byte5; member
217 u_int8_t byte5; member
Dvioscsi.c1581 config_morphing_desc->byte5 = CONFIG_MORPHING_BYTE5; in vioscsi_handle_get_config()
1588 config_remove_media_desc->byte5 = CONFIG_REMOVE_MEDIA_BYTE5; in vioscsi_handle_get_config()
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/t/
Dutf8_warn_base.pl840 for my $byte5 (@bytes) {
841 last if $byte5 && ! $byte4;
842 last if $byte5 && $byte1 < 0xF8; # Only test 5 bytes for
859 $string .= chr $byte5 if $byte5;