| /openbsd-src/usr.sbin/dhcpd/ |
| H A D | bootp.c | 67 struct dhcp_packet raw; in bootp() local 77 if (packet->raw->op != BOOTREQUEST) in bootp() 81 print_hw_addr(packet->raw->htype, packet->raw->hlen, in bootp() 82 packet->raw->chaddr), packet->raw->giaddr.s_addr ? in bootp() 83 inet_ntoa(packet->raw->giaddr) : packet->interface->name, in bootp() 89 hp = find_hosts_by_haddr(packet->raw->htype, packet->raw->chaddr, in bootp() 90 packet->raw->hlen); in bootp() 119 print_hw_addr (packet->raw->htype, in bootp() 120 packet->raw->hlen, packet->raw->chaddr)); in bootp() 127 print_hw_addr(packet->raw->htype, in bootp() [all …]
|
| H A D | dhcp.c | 110 print_hw_addr(packet->raw->htype, packet->raw->hlen, in dhcpdiscover() 111 packet->raw->chaddr), in dhcpdiscover() 112 packet->raw->giaddr.s_addr ? inet_ntoa(packet->raw->giaddr) : in dhcpdiscover() 118 inet_ntoa(packet->raw->giaddr)); in dhcpdiscover() 177 ((hp = find_hosts_by_haddr(packet->raw->htype, in dhcpdiscover() 178 packet->raw->chaddr, packet->raw->hlen)) != NULL)) { in dhcpdiscover() 194 print_hw_addr(packet->raw->htype, packet->raw->hlen, in dhcpdiscover() 195 packet->raw->chaddr)); in dhcpdiscover() 199 print_hw_addr(packet->raw->htype, packet->raw->hlen, in dhcpdiscover() 200 packet->raw->chaddr)); in dhcpdiscover() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/t/opbasic/ |
| H A D | cmp.t | 32 my @raw, @upgraded, @utf8; 34 push @raw, $_; 48 $iv_small, \$array[0], \$array[0], \$array[1], \$^X, @raw, @upgraded, 249 while (my ($i, $v) = each @raw) { 251 my ($raw, $cooked, $not); 252 $raw = $v; 254 $not = $raw eq $cooked ? '' : 'not '; 255 printf "%sok %d # eq, chr %d\n", $not, ++$ok, ord $raw; 257 $raw = $v; 259 $not = $raw ne $cooked ? 'not ' : ''; [all …]
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/ |
| H A D | dc_dp_types.h | 164 uint8_t raw; member 197 uint8_t raw; member 205 uint8_t raw; member 215 uint8_t raw; member 225 uint8_t raw; member 233 uint8_t raw; member 243 uint8_t raw; member 257 uint8_t raw; member 271 uint8_t raw; member 280 uint8_t raw; member [all …]
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/link/protocols/ |
| H A D | link_dp_irq_handler.c | 67 lane_status.raw = dp_get_nibble_at_index( in dp_parse_link_loss_status() 68 &hpd_irq_dpcd_data->bytes.lane01_status.raw, in dp_parse_link_loss_status() 130 &psr_configuration.raw, in handle_hpd_irq_psr_sink() 131 sizeof(psr_configuration.raw)); in handle_hpd_irq_psr_sink() 146 psr_error_status.raw = dpcdbuf[0]; in handle_hpd_irq_psr_sink() 148 psr_sink_psr_status.raw = dpcdbuf[2]; in handle_hpd_irq_psr_sink() 160 &psr_error_status.raw, in handle_hpd_irq_psr_sink() 161 sizeof(psr_error_status.raw)); in handle_hpd_irq_psr_sink() 198 &replay_configuration.raw, in handle_hpd_irq_replay_sink() 199 sizeof(replay_configuration.raw)); in handle_hpd_irq_replay_sink() [all …]
|
| H A D | link_dp_capability.c | 284 if (!link->dpcd_caps.dpcd_rev.raw) { in dp_wa_power_up_0010FA() 289 link->dpcd_caps.dpcd_rev.raw = dpcd_data[ in dp_wa_power_up_0010FA() 292 } while (retry++ < 4 && !link->dpcd_caps.dpcd_rev.raw); in dp_wa_power_up_0010FA() 366 link->dpcd_caps.lttpr_caps.revision.raw >= 0x14); in dp_is_lttpr_present() 1079 if (link->dpcd_caps.dpcd_rev.raw >= DPCD_REV_11) { in get_active_converter_info() 1109 hdmi_caps = {.raw = det_caps[3] }; in get_active_converter_info() 1111 hdmi_color_caps = {.raw = det_caps[2] }; in get_active_converter_info() 1143 &hdmi_encoded_link_bw.raw, sizeof(hdmi_encoded_link_bw)) == DC_OK) { in get_active_converter_info() 1181 if (link->dpcd_caps.dpcd_rev.raw >= DPCD_REV_14 && in get_active_converter_info() 1188 dfp_cap_ext.raw, in get_active_converter_info() [all...] |
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
| H A D | source_handler.t | 82 raw => { exec => 'foo' }, 89 raw => [ 98 { name => "invalid source->raw", 99 raw => "$perl -It/lib $file{source}", 102 { name => "non-existent source->raw", 103 raw => [], 107 raw => \$file{'source.sh'}, 115 raw => { exec => [ $file{'source_args.sh'} ] }, 124 raw => \$file{'source.bat'}, 210 raw [all...] |
| H A D | results.t | 87 raw => '... this line is junk ... ', 91 raw => '... this line is junk ... ', 106 raw => '# this is a comment', 111 raw => '# this is a comment', 127 raw => 'Bailout! This blows!', 132 raw => 'Bailout! This blows!', 147 raw => '1..20', 154 raw => '1..20', 166 raw => '1..0 # SKIP help me, Rhonda!', 173 raw => '1..0 # SKIP help me, Rhonda!', [all …]
|
| H A D | iterator_factory.t | 48 my $source = TAP::Parser::Source->new->raw( \'known-source' ); 58 my $source = TAP::Parser::Source->new->raw( \'unknown-source' ); 143 my $raw = $test->{source}; 144 my $source = TAP::Parser::Source->new->raw( ref($raw) ? $raw : \$raw );
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | i387-tdep.c | 45 print_i387_value (char *raw, struct ui_file *file) in print_i387_value() argument 53 value = extract_typed_floating (raw, builtin_type_i387_ext); in print_i387_value() 69 print_i387_ext (unsigned char *raw, struct ui_file *file) in print_i387_ext() argument 76 sign = raw[9] & 0x80; in print_i387_ext() 77 integer = raw[7] & 0x80; in print_i387_ext() 78 exponent = (((raw[9] & 0x7f) << 8) | raw[8]); in print_i387_ext() 79 fraction[0] = ((raw[3] << 24) | (raw[2] << 16) | (raw[1] << 8) | raw[0]); in print_i387_ext() 80 fraction[1] = (((raw[7] & 0x7f) << 24) | (raw[6] << 16) in print_i387_ext() 81 | (raw[5] << 8) | raw[4]); in print_i387_ext() 100 print_i387_value (raw, file); in print_i387_ext() [all …]
|
| /openbsd-src/sbin/isakmpd/ |
| H A D | isakmp_fld.fld | 37 ICOOKIE raw 8 38 RCOOKIE raw 8 43 MESSAGE_ID raw 4 58 VALUE raw 64 SIT raw 73 SPI raw 81 SA_ATTRS raw 86 DATA raw 92 DOI_DATA raw 3 93 DATA raw [all …]
|
| /openbsd-src/sys/arch/mips64/mips64/ |
| H A D | fp_emulate.c | 778 uint64_t raw; in fpu_int_l() local 786 raw = fpu_load(p, tf, fmt, fs); in fpu_int_l() 792 raw = float32_to_int64((float32)raw); in fpu_int_l() 794 raw = float64_to_int64((float64)raw); in fpu_int_l() 799 fpu_store(p, tf, fmt, fd, raw); in fpu_int_l() 808 uint64_t raw; in fpu_int_w() local 816 raw = fpu_load(p, tf, fmt, fs); in fpu_int_w() 822 raw = float32_to_int32((float32)raw); in fpu_int_w() 824 raw = float64_to_int32((float64)raw); in fpu_int_w() 829 fpu_store(p, tf, fmt, fd, raw); in fpu_int_w() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/mi/ |
| H A D | mi-console.c | 37 struct ui_file *raw; member 46 mi_console_file_new (struct ui_file *raw, in mi_console_file_new() argument 52 mi_console->raw = raw; in mi_console_file_new() 100 fputs_unfiltered (mi_console->prefix, mi_console->raw); in mi_console_raw_packet() 103 fputs_unfiltered ("\"", mi_console->raw); in mi_console_raw_packet() 104 fputstrn_unfiltered (buf, length_buf, mi_console->quote, mi_console->raw); in mi_console_raw_packet() 105 fputs_unfiltered ("\"\n", mi_console->raw); in mi_console_raw_packet() 109 fputstrn_unfiltered (buf, length_buf, 0, mi_console->raw); in mi_console_raw_packet() 110 fputs_unfiltered ("\n", mi_console->raw); in mi_console_raw_packet() 112 gdb_flush (mi_console->raw); in mi_console_raw_packet()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/ |
| H A D | Source.pm | 27 $source->raw( \'reference to raw TAP source' ) 41 database, etc. C<TAP::Parser::Source>s encapsulate these I<raw> sources, and 44 capture a stream of TAP from the I<raw> source, and package it up in a 75 =head3 C<raw> 77 my $raw = $source->raw; 78 $source->raw( $some_value ); 80 Chaining getter/setter for the raw TAP source. This is a reference, as it may 81 contain large amounts of data (eg: raw TA 130 sub raw { global() subroutine [all...] |
| H A D | Grammar.pm | 383 raw => $line, 401 raw => $line, 420 raw => $line, 428 raw => $line, 437 raw => $line, 446 raw => $line, 474 chomp( my $raw = $yaml->get_raw ); 475 $raw =~ s/^/$pad/mg; 479 raw => $raw, [all...] |
| /openbsd-src/gnu/usr.bin/perl/regen/ |
| H A D | regen_lib.pl | 150 my $raw = "-*- " . ($lang eq 'None' ? "" : "mode: $lang; ") . "buffer-read-only: t -*-\n"; 153 $raw .= "\n $args{file}\n"; 157 $raw .= wrap(75, ' ', ' ', <<"EOM") . "\n"; 166 $raw .= "!!!!!!! DO NOT EDIT THIS FILE !!!!!!!\n"; 169 $raw .= "This file is built by $args{by}"; 174 $raw .= ' from ' . join (', ', @from) . " and $last"; 176 $raw .= " from $last"; 179 $raw .= ".\n"; 181 $raw .= "Any changes made here will be lost!\n"; 182 $raw [all...] |
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | fcodes_l.t | 28 '<Document><Para><L content-implicit="yes" raw="Net::Ping" to="Net::Ping" type="pod">Net::Ping</L></Para></Document>' 32 '<Document><Para><L content-implicit="yes" raw="crontab(5)" to="crontab(5)" type="man">crontab(5)</L></Para></Document>' 36 '<Document><Para><L content-implicit="yes" raw="login.conf(5)" to="login.conf(5)" type="man">login.conf(5)</L></Para></Document>' 40 '<Document><Para><L content-implicit="yes" raw="foo_bar(5)" to="foo_bar(5)" type="man">foo_bar(5)</L></Para></Document>' 44 '<Document><Para><L content-implicit="yes" raw="Net::Ping/Ping-pong" section="Ping-pong" to="Net::Ping" type="pod">"Ping-pong" in Net::Ping</L></Para></Document>' 48 '<Document><Para><L content-implicit="yes" raw="Net::Ping/"Ping-pong"" section="Ping-pong" to="Net::Ping" type="pod">"Ping-pong" in Net::Ping</L></Para></Document>' 52 '<Document><Para><L content-implicit="yes" raw="/"Object Methods"" section="Object Methods" type="pod">"Object Methods"</L></Para></Document>' 55 '<Document><Para><L content-implicit="yes" raw="/Object Methods" section="Object Methods" type="pod">"Object Methods"</L></Para></Document>' 58 '<Document><Para><L content-implicit="yes" raw=""Object Methods"" section="Object Methods" type="pod">"Object Methods"</L></Para></Document>' 66 '<Document><Para><L content-implicit="yes" raw [all...] |
| /openbsd-src/sys/dev/acpi/ |
| H A D | ccpmic.c | 62 int32_t raw; member 191 sc->sc_lpat[i].raw = aml_val2int(res.v_package[2 * i + 1]); in ccpmic_get_lpat() 199 ccpmic_raw_to_temp(struct ccpmic_softc *sc, int32_t raw) in ccpmic_raw_to_temp() argument 208 if (raw >= lpat[i - 1].raw && raw <= lpat[i].raw) in ccpmic_raw_to_temp() 210 if (raw <= lpat[i - 1].raw && raw >= lpat[i].raw) in ccpmic_raw_to_temp() 216 raw0 = lpat[i - 1].raw; in ccpmic_raw_to_temp() 218 delta_raw = lpat[i].raw - raw0; in ccpmic_raw_to_temp() 221 return temp0 + (raw - raw0) * delta_temp / delta_raw; in ccpmic_raw_to_temp() 239 uint16_t raw; in ccpmic_thermal_opreg_handler() local 258 raw = ccpmic_read_1(sc, lo, 0); in ccpmic_thermal_opreg_handler() [all …]
|
| H A D | tipmic.c | 69 int32_t raw; member 236 sc->sc_lpat[i].raw = aml_val2int(res.v_package[2 * i + 1]); in tipmic_get_lpat() 244 tipmic_raw_to_temp(struct tipmic_softc *sc, int32_t raw) in tipmic_raw_to_temp() argument 253 if (raw >= lpat[i - 1].raw && raw <= lpat[i].raw) in tipmic_raw_to_temp() 255 if (raw <= lpat[i - 1].raw && raw >= lpat[i].raw) in tipmic_raw_to_temp() 261 raw0 = lpat[i - 1].raw; in tipmic_raw_to_temp() 263 delta_raw = lpat[i].raw - raw0; in tipmic_raw_to_temp() 266 return temp0 + (raw - raw0) * delta_temp / delta_raw; in tipmic_raw_to_temp() 304 uint16_t raw; in tipmic_thermal_opreg_handler() local 370 raw = (tipmic_read_1(sc, hi, 0) & 0x03) << 8; in tipmic_thermal_opreg_handler() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/gdbserver/ |
| H A D | i387-fp.c | 199 unsigned char *raw = &fp->st_space[regno * 16]; in i387_ftag() local 204 integer = raw[7] & 0x80; in i387_ftag() 205 exponent = (((raw[9] & 0x7f) << 8) | raw[8]); in i387_ftag() 206 fraction[0] = ((raw[3] << 24) | (raw[2] << 16) | (raw[1] << 8) | raw[0]); in i387_ftag() 207 fraction[1] = (((raw[7] & 0x7f) << 24) | (raw[6] << 16) in i387_ftag() 208 | (raw[5] << 8) | raw[4]); in i387_ftag()
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/inc/hw/ |
| H A D | cursor_reg_cache.h | 20 uint32_t raw; member 29 uint32_t raw; member 36 uint32_t raw; member 43 uint32_t raw; member 56 uint32_t raw; member 64 uint32_t raw; member 84 uint32_t raw; member
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | spec | 4 # spec: file(1) magic for SPEC raw results (*.raw, *.rsf) 11 >>12 string . raw result text 15 >>37 string <: v%.4s raw result text 20 >>>20 string <: v%.4s raw result text 21 >>16 string <: v%.4s raw result text
|
| /openbsd-src/gnu/llvm/clang/bindings/python/tests/cindex/ |
| H A D | test_comment.py | 32 raw = test1.raw_comment 34 self.assertEqual(raw, """/// Aaa.""") 38 raw = test2.raw_comment 40 self.assertEqual(raw, """/// Bbb.\n/// x""") 44 raw = f.raw_comment 46 self.assertIsNone(raw)
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/State/Result/ |
| H A D | Test.pm | 105 =head3 C<raw> 107 Returns a hashref of raw test data, suitable for serialization by YAML. 142 sub raw { subroutine 144 my %raw = %$self; 147 delete $raw{name}; 148 delete $raw{parser}; 149 return \%raw;
|
| /openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/ |
| H A D | os2_clipboard.t | 8 my $raw = "Just a random\nselection"; 9 (my $cr = $raw) =~ s/\n/\r\n/g; 10 ok(ClipbrdText_set($raw), 'ClipbrdText_set'); 95 ok(ClipbrdText_set($raw, 1), 'ClipbrdText_set() raw'); 96 is(ClipbrdText, $raw, "ClipbrdText it back"); 114 ok(ClipbrdData_set($raw), 'ClipbrdData_set()'); 115 ok(ClipbrdData_set($raw, 0, $ar1), 'ClipbrdData_set(perltest/unknown_raw1)'); 117 ok(ClipbrdData_set($raw, 1, $a1), 'ClipbrdData_set(perltest/unknown1)'); 123 is(ClipbrdText($ar1), $raw, "ClipbrdText perltest/unknown_raw1 back");
|