| /openbsd-src/share/snmp/ |
| H A D | OPENBSD-PF-MIB.txt | 83 MAX-ACCESS read-only 92 MAX-ACCESS read-only 112 MAX-ACCESS read-only 120 MAX-ACCESS read-only 131 MAX-ACCESS read-only 139 MAX-ACCESS read-only 147 MAX-ACCESS read-only 155 MAX-ACCESS read-only 163 MAX-ACCESS read-only 171 MAX-ACCESS read-only [all …]
|
| H A D | OPENBSD-RELAYD-MIB.txt | 87 MAX-ACCESS read-only 95 MAX-ACCESS read-only 104 MAX-ACCESS read-only 112 MAX-ACCESS read-only 120 MAX-ACCESS read-only 128 MAX-ACCESS read-only 136 MAX-ACCESS read-only 144 MAX-ACCESS read-only 152 MAX-ACCESS read-only 160 MAX-ACCESS read-only [all …]
|
| H A D | OPENBSD-CARP-MIB.txt | 61 MAX-ACCESS read-only 69 MAX-ACCESS read-only 77 MAX-ACCESS read-only 88 MAX-ACCESS read-only 126 MAX-ACCESS read-only 134 MAX-ACCESS read-only 142 MAX-ACCESS read-only 150 MAX-ACCESS read-only 158 MAX-ACCESS read-only 166 MAX-ACCESS read-only [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/ |
| H A D | 10_read.t | 13 # read() should read these files without error 45 my $got = eval { CPAN::Meta::YAML->read( $file ) }; 58 # test that read method on object is also a constructor 59 ok( my $got2 = eval { $got->read( $file ) }, "read() object method"); 66 # read() should fail to read these files and provide expected errors 79 my $result = eval { CPAN::Meta::YAML->read( $file ) }; 85 # Additional errors without a file to read 87 subtest "bad read arguments" => sub { 88 eval { CPAN::Meta::YAML->read(); }; 90 "Got expected error: no filename provided to read()" [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/profile/ |
| H A D | InstrProfilingPlatformWindows.c | 25 #pragma section(".lprfn$A", read) 26 #pragma section(".lprfn$Z", read) 29 #pragma section(".lprfd$A", read, write) 30 #pragma section(".lprfd$Z", read, write) 31 #pragma section(".lprfc$A", read, write) 32 #pragma section(".lprfc$Z", read, write) 33 #pragma section(".lorderfile$A", read, write) 34 #pragma section(".lprfnd$A", read, write) 35 #pragma section(".lprfnd$Z", read, write)
|
| /openbsd-src/games/backgammon/common_source/ |
| H A D | save.c | 139 read(fdesc, board, sizeof(board)); in recover() 140 read(fdesc, off, sizeof(off)); in recover() 141 read(fdesc, in, sizeof(in)); in recover() 142 read(fdesc, dice, sizeof(dice)); in recover() 143 read(fdesc, &cturn, sizeof(cturn)); in recover() 144 read(fdesc, &dflag, sizeof(dflag)); in recover() 145 read(fdesc, &dlast, sizeof(dlast)); in recover() 146 read(fdesc, &pnum, sizeof(pnum)); in recover() 147 read(fdesc, &rscore, sizeof(rscore)); in recover() 148 read(fdesc, &wscore, sizeof(wscore)); in recover() [all …]
|
| /openbsd-src/sys/arch/macppc/stand/ |
| H A D | ofdev.c | 178 size_t read; in read_mac_label() local 183 if ((strategy(devp, F_READ, 1, DEV_BSIZE, buf, &read) != 0) || in read_mac_label() 184 (read != DEV_BSIZE)) in read_mac_label() 203 if ((strategy(devp, F_READ, 1+i, DEV_BSIZE, buf, &read) != 0) in read_mac_label() 204 || (read != DEV_BSIZE)) in read_mac_label() 216 DEV_BSIZE, buf, &read) == 0 in read_mac_label() 217 && read == DEV_BSIZE) in read_mac_label() 243 size_t read; in search_label() local 249 if (strategy(devp, F_READ, off, DEV_BSIZE, buf, &read) || in search_label() 250 read != DEV_BSIZE) in search_label() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | StackMapParser.h | 61 return read<uint64_t>(P); in getFunctionAddress() 66 return read<uint64_t>(P + sizeof(uint64_t)); in getStackSize() 71 return read<uint64_t>(P + (2 * sizeof(uint64_t))); in getRecordCount() 92 uint64_t getValue() const { return read<uint64_t>(P); } in getValue() 123 return read<uint16_t>(P + SizeOffset); in getSizeInBytes() 129 return read<uint16_t>(P + DwarfRegNumOffset); in getDwarfRegNum() 135 return read<uint32_t>(P + SmallConstantOffset); in getSmallConstant() 142 return read<uint32_t>(P + SmallConstantOffset); in getConstantIndex() 150 return read<int32_t>(P + SmallConstantOffset); in getOffset() 177 return read<uint16_t>(P + DwarfRegNumOffset); in getDwarfRegNum() [all …]
|
| H A D | FaultMapParser.h | 43 template <typename T> static T read(const uint8_t *P, const uint8_t *E) { in read() function 45 return support::endian::read<T, support::little, 1>(P); in read() 78 return read<FaultKindType>(P + FaultKindOffset, E); in getFaultKind() 82 return read<FaultingPCOffsetType>(P + FaultingPCOffsetOffset, E); in getFaultingPCOffset() 86 return read<HandlerPCOffsetType>(P + HandlerPCOffsetOffset, E); in getHandlerPCOffset() 114 return read<FunctionAddrType>(P + FunctionAddrOffset, E); in getFunctionAddr() 118 return read<NumFaultingPCsType>(P + NumFaultingPCsOffset, E); in getNumFaultingPCs() 142 auto Version = read<FaultMapVersionType>(P + FaultMapVersionOffset, E); in getFaultMapVersion() 148 return read<NumFunctionsType>(P + NumFunctionsOffset, E); in getNumFunctions()
|
| /openbsd-src/regress/bin/ksh/ |
| H A D | read.t | 1 # $OpenBSD: read.t,v 1.2 2022/10/16 12:34:13 kn Exp $ 22 # - can't change read-only variables 24 # - set -o allexport effects read 29 # - "echo a b | read x y" sets x,y in parent shell (at&t) 31 name: read-IFS-1 37 read x y z < IN 40 read x < IN 48 name: read-ksh-1 53 read < IN 59 name: signal-aborts-endless-read [all …]
|
| /openbsd-src/sys/dev/pci/drm/amd/display/modules/hdcp/ |
| H A D | hdcp_ddc.c | 152 static enum mod_hdcp_status read(struct mod_hdcp *hdcp, in read() function 213 status = read(hdcp, msg_id, buf + data_offset, cur_size); in read_repeatedly() 278 return read(hdcp, MOD_HDCP_MESSAGE_ID_READ_BKSV, in mod_hdcp_read_bstatus() 285 return read(hdcp, MOD_HDCP_MESSAGE_ID_READ_BCAPS, in mod_hdcp_read_r0p() 295 status = read(hdcp, MOD_HDCP_MESSAGE_ID_READ_BSTATUS, in mod_hdcp_read_ksvlist() 299 status = read(hdcp, MOD_HDCP_MESSAGE_ID_READ_BSTATUS, in mod_hdcp_read_ksvlist() 307 return read(hdcp, MOD_HDCP_MESSAGE_ID_READ_RI_R0, in mod_hdcp_read_ksvlist() 312 /* special case, reading repeatedly at the same address, don't use read() */ in mod_hdcp_read_vp() 323 status = read(hdcp, MOD_HDCP_MESSAGE_ID_READ_KSV_FIFO, in mod_hdcp_read_vp() 333 status = read(hdc in mod_hdcp_read_vp() [all...] |
| /openbsd-src/regress/lib/libssl/buffer/ |
| H A D | buffertest.c | 174 size_t read; member 182 .read = 2048, 197 .read = 2048, 207 .read = 1000, 212 .read = 1048, 242 .read = 1024, 247 .read = 2048, 252 .read = 1024, 257 .read = 1024, 262 .read = 4096, [all …]
|
| /openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
| H A D | amdgpu_eeprom.c | 84 * P.S. If you need to write, lock and read the Identification Page, 93 u8 *eeprom_buf, u16 buf_size, bool read) in __amdgpu_eeprom_xfer() argument 103 .flags = read ? I2C_M_RD : 0, in __amdgpu_eeprom_xfer() 112 /* Set the EEPROM address we want to write to/read from. in __amdgpu_eeprom_xfer() 119 if (!read) { in __amdgpu_eeprom_xfer() 141 * on the number of bytes read from the EEPROM in __amdgpu_eeprom_xfer() 155 if (!read) { in __amdgpu_eeprom_xfer() 174 * @eeprom_addr: EEPROM address from which to read/write 175 * @eeprom_buf: pointer to data buffer to read into/write from 177 * @read 182 amdgpu_eeprom_xfer(struct i2c_adapter * i2c_adap,u32 eeprom_addr,u8 * eeprom_buf,u16 buf_size,bool read) amdgpu_eeprom_xfer() argument [all...] |
| /openbsd-src/gnu/usr.bin/perl/cpan/IPC-SysV/t/ |
| H A D | shm.t | 70 is($shm->read(0, 4), pack("N", 4711), 'read(offs=0)'); 71 is($shm->read(4, 4), pack("N", 210577), 'read(offs=4)'); 81 is($shm->read(0, 4), pack("N", 4711), 'read(offs=0)'); 82 is($shm->read(4, 4), pack("N", 210577), 'read(offs=4)'); 90 is($shm->read(1, 6), 'Shared', 'read(offs=1)'); 92 is(unpack("P6", $shm->addr), 'Memory', 'read using unpack');
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_coverage_win_sections.cpp | 34 #pragma section(".SCOV$CA", read, write) 44 #pragma section(".SCOV$CZ", read, write) 48 #pragma section(".SCOV$GA", read, write) 50 #pragma section(".SCOV$GZ", read, write) 59 #pragma section(".SCOVP$A", read) 61 #pragma section(".SCOVP$Z", read)
|
| /openbsd-src/regress/sys/kern/sosplice/ |
| H A D | funcs.pl | 203 my $read = sysread(STDIN, $buf, 205 next if !defined($read) && $!{EAGAIN}; 206 defined($read) 208 if ($read == 0) { 214 if ($max && $len + $read > $max) { 215 $read = $max - $len; 218 while ($off < $read) { 229 $write = syswrite(STDOUT, $buf, $read - $off, 272 defined(my $read = sysread(STDIN, my $buf, $size)) 276 if ($max && $len + $read > $max) { [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | user-regs.c | 44 struct value *(*read) (struct frame_info * frame); member 62 user_reg_read_ftype *read, struct user_reg *reg) in append_user_reg() argument 69 reg->read = read; in append_user_reg() 80 user_reg_add_builtin (const char *name, user_reg_read_ftype *read) in user_reg_add_builtin() argument 82 append_user_reg (&builtin_user_regs, name, read, in user_reg_add_builtin() 98 append_user_reg (regs, reg->name, reg->read, in user_regs_init() 105 user_reg_read_ftype *read) in user_reg_add() argument 115 append_user_reg (regs, name, read, in user_reg_add() 202 return reg->read (frame); in value_of_user_reg()
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | COFFModuleDefinition.cpp | 153 void read() { in read() function in llvm::object::Parser 163 read(); in readAsInt() 170 read(); in expect() 179 read(); in parseOne() 185 read(); in parseOne() 226 read(); in parseExport() 228 read(); in parseExport() 245 read(); in parseExport() 249 read(); in parseExport() 259 read(); in parseExport() [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
| H A D | asan_win_dynamic_runtime_thunk.cpp | 35 #pragma section(".CRT$XIB", long, read) 36 #pragma section(".CRT$XID", long, read) 37 #pragma section(".CRT$XCAB", long, read) 38 #pragma section(".CRT$XTW", long, read) 39 #pragma section(".CRT$XTY", long, read) 40 #pragma section(".CRT$XLAB", long, read)
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/ |
| H A D | Tarzip.pm | 72 my($self,$read) = @_; 76 $fhw = FileHandle->new($read) 77 or $CPAN::Frontend->mydie("Could not open $read: $!"); 89 system(qq{$command -c "$read" > "$write"})==0; 96 my $read = $self->{FILE}; 101 my $gz = Compress::Zlib::gzopen($read, "rb") 102 or $CPAN::Frontend->mydie("Cannot gzopen $read: $!\n"); 106 $CPAN::Frontend->mydie("Error reading from $read: $!\n") 113 system(qq{$command -d -c "$read" > "$write"})==0; 122 my $read = $self->{FILE}; [all …]
|
| /openbsd-src/regress/sys/fifofs/ |
| H A D | fifotest.out | 13 select read write, timeout=0 15 select read, timeout=0 31 select read write, timeout=0 33 select read, timeout=0 52 select read write, timeout=-1 54 select read, timeout=-1 70 select read write, timeout=-1 72 select read, timeout=-1 91 select read write, timeout=0 93 select read, timeout=0 [all …]
|
| /openbsd-src/usr.sbin/adduser/ |
| H A D | adduser.perl | 702 while($read = <STDIN>) { 703 last if $read eq "\.\n"; 704 push(@message_buffer_append, $read); 1233 local($read, $c, $print); 1244 chop($read = <STDIN>); 1245 $read =~ s/^\s*//; 1246 $read =~ s/\s*$//; 1247 return $confirm if $read eq ""; 1248 return "$read" if $allow; 1251 return $read if $c eq $read; [all …]
|
| /openbsd-src/gnu/usr.bin/perl/dist/Dumpvalue/t/ |
| H A D | rt-134441-dumpvalue.t | 31 $x = $out->read; 34 $y = $out->read; 41 $x = $out->read; 45 $y = $out->read; 53 $x = $out->read; 57 $y = $out->read; 65 $x = $out->read; 69 $y = $out->read; 77 $x = $out->read; 81 $y = $out->read;
|
| H A D | extend-coverage.t | 123 $x[0] = $out->read; 130 $y[0] = $out->read; 136 $x[1] = $out->read; 143 $y[1] = $out->read; 150 $x[2] = $out->read; 157 $y[2] = $out->read; 164 $x[3] = $out->read; 171 $y[3] = $out->read; 177 $x[4] = $out->read; 184 $y[4] = $out->read; [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/ |
| H A D | Manifest.pm | 84 manicopy($read,$target); 120 my $read = (-r 'MANIFEST' && maniread()) or $manimiss++; 121 $read = {} if $manimiss; 130 %all = (%$found, %$read); 138 warn "Removed from $MANIFEST: $file\n" if $Verbose and exists $read->{$file}; 142 warn "Added to $MANIFEST: $file\n" unless exists $read->{$file}; 283 my $read = maniread() || {}; 287 foreach my $file (_sort keys %$read){ 306 my $read = maniread() || {}; 314 unless ( exists $read [all...] |