Home
last modified time | relevance | path

Searched refs:io (Results 1 – 25 of 1569) sorted by relevance

12345678910>>...63

/netbsd-src/dist/pf/sbin/pfctl/
H A Dpfctl_radix.c61 struct pfioc_table io; in pfr_clr_tables() local
63 bzero(&io, sizeof io); in pfr_clr_tables()
64 io.pfrio_flags = flags; in pfr_clr_tables()
66 io.pfrio_table = *filter; in pfr_clr_tables()
67 if (ioctl(dev, DIOCRCLRTABLES, &io)) in pfr_clr_tables()
70 *ndel = io.pfrio_ndel; in pfr_clr_tables()
77 struct pfioc_table io; in pfr_add_tables() local
83 bzero(&io, sizeof io); in pfr_add_tables()
84 io.pfrio_flags = flags; in pfr_add_tables()
85 io.pfrio_buffer = tbl; in pfr_add_tables()
[all …]
/netbsd-src/sys/crypto/camellia/
H A Dcamellia.c943 camellia_encrypt128(const uint32_t *subkey, uint32_t *io) in camellia_encrypt128() argument
948 io[0] ^= SUBL(0); in camellia_encrypt128()
949 io[1] ^= SUBR(0); in camellia_encrypt128()
952 CAMELLIA_ROUNDSM(io[0],io[1], SUBL(2),SUBR(2), in camellia_encrypt128()
953 io[2],io[3],il,ir,t0,t1); in camellia_encrypt128()
954 CAMELLIA_ROUNDSM(io[2],io[3], SUBL(3),SUBR(3), in camellia_encrypt128()
955 io[0],io[1],il,ir,t0,t1); in camellia_encrypt128()
956 CAMELLIA_ROUNDSM(io[0],io[1], SUBL(4),SUBR(4), in camellia_encrypt128()
957 io[2],io[3],il,ir,t0,t1); in camellia_encrypt128()
958 CAMELLIA_ROUNDSM(io[2],io[3], SUBL(5),SUBR(5), in camellia_encrypt128()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dcamellia-ntt.c972 static void camellia_encrypt128(const u32 *subkey, u32 *io) in camellia_encrypt128() argument
977 io[0] ^= CamelliaSubkeyL(0); in camellia_encrypt128()
978 io[1] ^= CamelliaSubkeyR(0); in camellia_encrypt128()
981 CAMELLIA_ROUNDSM(io[0],io[1], in camellia_encrypt128()
983 io[2],io[3],il,ir,t0,t1); in camellia_encrypt128()
984 CAMELLIA_ROUNDSM(io[2],io[3], in camellia_encrypt128()
986 io[0],io[1],il,ir,t0,t1); in camellia_encrypt128()
987 CAMELLIA_ROUNDSM(io[0],io[1], in camellia_encrypt128()
989 io[2],io[3],il,ir,t0,t1); in camellia_encrypt128()
990 CAMELLIA_ROUNDSM(io[2],io[3], in camellia_encrypt128()
[all …]
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dj_classflow_example.txt32 Here we can see an example of running it on java/io/BufferedOutputStream
34 # j_classflow.d java/io/BufferedOutputStream
36 0 311461 4790094765413 -> java/io/BufferedOutputStream.<init>
37 0 311461 4790094765459 <- java/io/BufferedOutputStream.<init>
38 0 311461 4790094779559 -> java/io/BufferedOutputStream.<init>
39 0 311461 4790094779595 <- java/io/BufferedOutputStream.<init>
40 0 311461 4790094965883 -> java/io/BufferedOutputStream.write
41 0 311461 4790094965913 <- java/io/BufferedOutputStream.write
42 0 311461 4790094965926 -> java/io/BufferedOutputStream.flush
43 0 311461 4790094965936 -> java/io/BufferedOutputStream.flushBuffer
[all …]
H A Dj_calls_example.txt16 311334 cload java/io/BufferedInputStream 1
17 311334 cload java/io/BufferedOutputStream 1
18 311334 cload java/io/BufferedReader 1
19 311334 cload java/io/BufferedWriter 1
20 311334 cload java/io/Closeable 1
21 311334 cload java/io/Console 1
22 311334 cload java/io/Console$1 1
23 311334 cload java/io/Console$1$1 1
24 311334 cload java/io/DataInput 1
25 311334 cload java/io/DataInputStream 1
[all …]
H A Dj_flowtime_example.txt197 0 311481/2 4790257388305 15 -> java/io/PrintStream.println
198 0 311481/2 4790257388316 11 -> java/io/PrintStream.print
199 0 311481/2 4790257388326 9 -> java/io/PrintStream.write
200 0 311481/2 4790257388335 9 -> java/io/PrintStream.ensureOpen
201 0 311481/2 4790257388345 10 <- java/io/PrintStream.ensureOpen
202 0 311481/2 4790257388358 12 -> java/io/Writer.write
203 0 311481/2 4790257388371 13 -> java/io/BufferedWriter.write
204 0 311481/2 4790257388382 10 -> java/io/BufferedWriter.ensureOpen
205 0 311481/2 4790257388389 7 <- java/io/BufferedWriter.ensureOpen
206 0 311481/2 4790257388399 10 -> java/io/BufferedWriter.min
[all …]
H A Dj_flow_example.txt196 0 311403 4789112982879 -> java/io/PrintStream.println
197 0 311403 4789112982889 -> java/io/PrintStream.print
198 0 311403 4789112982897 -> java/io/PrintStream.write
199 0 311403 4789112982906 -> java/io/PrintStream.ensureOpen
200 0 311403 4789112982916 <- java/io/PrintStream.ensureOpen
201 0 311403 4789112982927 -> java/io/Writer.write
202 0 311403 4789112982939 -> java/io/BufferedWriter.write
203 0 311403 4789112982948 -> java/io/BufferedWriter.ensureOpen
204 0 311403 4789112982956 <- java/io/BufferedWriter.ensureOpen
205 0 311403 4789112982964 -> java/io/BufferedWriter.min
[all …]
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dj_classflow_example.txt32 Here we can see an example of running it on java/io/BufferedOutputStream
34 # j_classflow.d java/io/BufferedOutputStream
36 0 311461 4790094765413 -> java/io/BufferedOutputStream.<init>
37 0 311461 4790094765459 <- java/io/BufferedOutputStream.<init>
38 0 311461 4790094779559 -> java/io/BufferedOutputStream.<init>
39 0 311461 4790094779595 <- java/io/BufferedOutputStream.<init>
40 0 311461 4790094965883 -> java/io/BufferedOutputStream.write
41 0 311461 4790094965913 <- java/io/BufferedOutputStream.write
42 0 311461 4790094965926 -> java/io/BufferedOutputStream.flush
43 0 311461 4790094965936 -> java/io/BufferedOutputStream.flushBuffer
[all …]
H A Dj_calls_example.txt16 311334 cload java/io/BufferedInputStream 1
17 311334 cload java/io/BufferedOutputStream 1
18 311334 cload java/io/BufferedReader 1
19 311334 cload java/io/BufferedWriter 1
20 311334 cload java/io/Closeable 1
21 311334 cload java/io/Console 1
22 311334 cload java/io/Console$1 1
23 311334 cload java/io/Console$1$1 1
24 311334 cload java/io/DataInput 1
25 311334 cload java/io/DataInputStream 1
[all …]
H A Dj_flowtime_example.txt197 0 311481/2 4790257388305 15 -> java/io/PrintStream.println
198 0 311481/2 4790257388316 11 -> java/io/PrintStream.print
199 0 311481/2 4790257388326 9 -> java/io/PrintStream.write
200 0 311481/2 4790257388335 9 -> java/io/PrintStream.ensureOpen
201 0 311481/2 4790257388345 10 <- java/io/PrintStream.ensureOpen
202 0 311481/2 4790257388358 12 -> java/io/Writer.write
203 0 311481/2 4790257388371 13 -> java/io/BufferedWriter.write
204 0 311481/2 4790257388382 10 -> java/io/BufferedWriter.ensureOpen
205 0 311481/2 4790257388389 7 <- java/io/BufferedWriter.ensureOpen
206 0 311481/2 4790257388399 10 -> java/io/BufferedWriter.min
[all …]
H A Dj_flow_example.txt196 0 311403 4789112982879 -> java/io/PrintStream.println
197 0 311403 4789112982889 -> java/io/PrintStream.print
198 0 311403 4789112982897 -> java/io/PrintStream.write
199 0 311403 4789112982906 -> java/io/PrintStream.ensureOpen
200 0 311403 4789112982916 <- java/io/PrintStream.ensureOpen
201 0 311403 4789112982927 -> java/io/Writer.write
202 0 311403 4789112982939 -> java/io/BufferedWriter.write
203 0 311403 4789112982948 -> java/io/BufferedWriter.ensureOpen
204 0 311403 4789112982956 <- java/io/BufferedWriter.ensureOpen
205 0 311403 4789112982964 -> java/io/BufferedWriter.min
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h19 static void enumeration(IO &io, TypeTestResolution::Kind &value) {
20 io.enumCase(value, "Unknown", TypeTestResolution::Unknown);
21 io.enumCase(value, "Unsat", TypeTestResolution::Unsat);
22 io.enumCase(value, "ByteArray", TypeTestResolution::ByteArray);
23 io.enumCase(value, "Inline", TypeTestResolution::Inline);
24 io.enumCase(value, "Single", TypeTestResolution::Single);
25 io.enumCase(value, "AllOnes", TypeTestResolution::AllOnes);
30 static void mapping(IO &io, TypeTestResolution &res) {
31 io.mapOptional("Kind", res.TheKind);
32 io.mapOptional("SizeM1BitWidth", res.SizeM1BitWidth);
[all …]
/netbsd-src/sbin/iscsictl/
H A Discsic_driverif.c367 do_ioctl(iscsi_iocommand_parameters_t * io, int rd) in do_ioctl() argument
373 io->req.databuf = buf; in do_ioctl()
374 io->req.senselen = sizeof(io->req.sense); in do_ioctl()
375 io->req.senselen_used = 0; in do_ioctl()
376 io->req.flags = (rd) ? SCCMD_READ : SCCMD_WRITE; in do_ioctl()
378 rc = ioctl(driver, ISCSI_IO_COMMAND, io); in do_ioctl()
380 if (io->req.senselen_used) { in do_ioctl()
381 switch (io->req.sense[2] & 0x0f) { in do_ioctl()
408 io->req.sense[2] & 0x0f); in do_ioctl()
411 if (io->req.senselen_used >= 14) { in do_ioctl()
[all …]
/netbsd-src/external/bsd/libfido2/dist/regress/
H A Ddev.c168 fido_dev_io_t io; in open_iff_ok() local
170 memset(&io, 0, sizeof(io)); in open_iff_ok()
172 io.open = dummy_open; in open_iff_ok()
173 io.close = dummy_close; in open_iff_ok()
174 io.read = dummy_read; in open_iff_ok()
175 io.write = dummy_write; in open_iff_ok()
178 assert(fido_dev_set_io_functions(dev, &io) == FIDO_OK); in open_iff_ok()
191 fido_dev_io_t io; in reopen() local
193 memset(&io, 0, sizeof(io)); in reopen()
195 io.open = dummy_open; in reopen()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPdbYaml.cpp34 static void enumeration(IO &io, llvm::pdb::PDB_Machine &Value) { in enumeration()
35 io.enumCase(Value, "Invalid", PDB_Machine::Invalid); in enumeration()
36 io.enumCase(Value, "Am33", PDB_Machine::Am33); in enumeration()
37 io.enumCase(Value, "Amd64", PDB_Machine::Amd64); in enumeration()
38 io.enumCase(Value, "Arm", PDB_Machine::Arm); in enumeration()
39 io.enumCase(Value, "ArmNT", PDB_Machine::ArmNT); in enumeration()
40 io.enumCase(Value, "Ebc", PDB_Machine::Ebc); in enumeration()
41 io.enumCase(Value, "x86", PDB_Machine::x86); in enumeration()
42 io.enumCase(Value, "Ia64", PDB_Machine::Ia64); in enumeration()
43 io.enumCase(Value, "M32R", PDB_Machine::M32R); in enumeration()
[all …]
/netbsd-src/external/bsd/ipf/dist/lib/
H A Doptprint.c18 struct ipopt_names *io, *so; local
22 for (io = ionames; io->on_name; io++)
23 if ((io->on_bit & optmsk) &&
24 ((io->on_bit & optmsk) == (io->on_bit & optbits))) {
25 if ((io->on_value != IPOPT_SECURITY) ||
27 printf("%s%s", s, io->on_name);
32 if (io->on_value == IPOPT_SECURITY)
33 io++;
55 for (io = ionames; io->on_name; io++)
56 if ((io->on_bit & optmsk) &&
[all …]
H A Doptprintv6.c20 struct ipopt_names *io; local
24 for (io = v6ionames; io->on_name; io++)
25 if ((io->on_bit & optmsk) &&
26 ((io->on_bit & optmsk) == (io->on_bit & optbits))) {
27 printf("%s%s", s, io->on_name);
36 for (io = v6ionames; io->on_name; io++)
37 if ((io->on_bit & optmsk) &&
38 ((io->on_bit & optmsk) !=
39 (io->on_bit & optbits))) {
40 printf("%s%s", s, io->on_name);
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dnetpgp.c139 resultp(pgp_io_t *io, in resultp() argument
152 (void) fprintf(io->res, in resultp()
158 (void) fprintf(io->res, "Valid until %s", ctime(&t)); in resultp()
160 (void) fprintf(io->res, in resultp()
165 key = pgp_getkeybyid(io, ring, in resultp()
169 (void) fprintf(io->res, in resultp()
173 pgp_print_keydata(io, ring, key, "signature ", &key->key.pubkey, 0); in resultp()
227 appendkey(pgp_io_t *io, pgp_key_t *key, char *ringfile) in appendkey() argument
237 (void) fprintf(io->errs, "can't open pubring '%s'\n", ringfile); in appendkey()
241 (void) fprintf(io->errs, "Cannot write pubkey\n"); in appendkey()
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Daspeed-bmc-ampere-mtjade.dts146 compatible = "io-channel-mux";
147 io-channels = <&adc 0>;
148 #io-channel-cells = <1>;
149 io-channel-names = "parent";
155 compatible = "io-channel-mux";
156 io-channels = <&adc 1>;
157 #io-channel-cells = <1>;
158 io-channel-names = "parent";
164 compatible = "io-channel-mux";
165 io-channels = <&adc 2>;
[all …]
/netbsd-src/share/examples/refuse/ian/libfetch/
H A Dhttp.c138 _http_new_chunk(struct httpio *io) in _http_new_chunk() argument
142 if (_fetch_getln(io->conn) == -1) in _http_new_chunk()
145 if (io->conn->buflen < 2 || !ishexnumber((unsigned)*io->conn->buf)) in _http_new_chunk()
148 for (p = io->conn->buf; *p && !isspace((unsigned)*p); ++p) { in _http_new_chunk()
154 io->chunksize = io->chunksize * 16 + in _http_new_chunk()
157 io->chunksize = io->chunksize * 16 + in _http_new_chunk()
164 io->total += io->chunksize; in _http_new_chunk()
165 if (io->chunksize == 0) in _http_new_chunk()
169 __func__, (unsigned long)io->chunksize, in _http_new_chunk()
170 (unsigned long)io->total); in _http_new_chunk()
[all …]
/netbsd-src/external/mpl/dhcp/dist/omapip/
H A Ddispatch.c520 omapi_io_object_t *io, *prev, *next; in omapi_one_dispatch() local
564 if (!(io = omapi_io_states.next)) in omapi_one_dispatch()
571 for (; io; io = io -> next) { in omapi_one_dispatch()
575 if (io -> readfd && io -> inner && in omapi_one_dispatch()
576 (desc = (*(io -> readfd)) (io -> inner)) >= 0) { in omapi_one_dispatch()
583 if (io -> writefd && io -> inner && in omapi_one_dispatch()
584 (desc = (*(io -> writefd)) (io -> inner)) >= 0) { in omapi_one_dispatch()
590 if (io->inner && io->inner->type == omapi_type_connection) { in omapi_one_dispatch()
592 c = (omapi_connection_object_t *)(io->inner); in omapi_one_dispatch()
646 io = (omapi_io_object_t *)0; in omapi_one_dispatch()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp24 static void mapRemarkHeader(yaml::IO &io, T PassName, T RemarkName, in mapRemarkHeader() argument
28 io.mapRequired("Pass", PassName); in mapRemarkHeader()
29 io.mapRequired("Name", RemarkName); in mapRemarkHeader()
30 io.mapOptional("DebugLoc", RL); in mapRemarkHeader()
31 io.mapRequired("Function", FunctionName); in mapRemarkHeader()
32 io.mapOptional("Hotness", Hotness); in mapRemarkHeader()
33 io.mapOptional("Args", Args); in mapRemarkHeader()
40 static void mapping(IO &io, remarks::Remark *&Remark) { in mapping()
41 assert(io.outputting() && "input not yet implemented"); in mapping()
43 if (io.mapTag("!Passed", (Remark->RemarkType == Type::Passed))) in mapping()
[all …]
/netbsd-src/sys/arch/prep/pnpbus/
H A Dpnpbus.c145 struct pnpbus_io *io; in pnp_newioport() local
148 io = kmem_alloc(sizeof(struct pnpbus_io), KM_SLEEP); in pnp_newioport()
150 io->minbase = (p->RangeMin[0] | (p->RangeMin[1] << 8)) & mask; in pnp_newioport()
151 io->maxbase = (p->RangeMax[0] | (p->RangeMax[1] << 8)) & mask; in pnp_newioport()
152 io->align = p->IOAlign; in pnp_newioport()
153 io->len = p->IONum; in pnp_newioport()
154 io->flags = p->IOInfo; in pnp_newioport()
156 SIMPLEQ_INSERT_TAIL(&r->io, io, next); in pnp_newioport()
166 struct pnpbus_io *io; in pnp_newfixedioport() local
168 io = kmem_alloc(sizeof(struct pnpbus_io), KM_SLEEP); in pnp_newfixedioport()
[all …]
/netbsd-src/external/bsd/ipf/dist/ipsend/
H A Dipsopt.c81 int addipopt(op, io, len, class) in addipopt() argument
83 struct ipopt_names *io;
93 if ((len + io->on_siz) > 48) {
97 len += io->on_siz;
98 *op++ = io->on_value;
99 if (io->on_siz > 1) {
103 if (io->on_value == IPOPT_RR) {
105 *op++ = val + io->on_siz;
108 *op++ = io->on_siz;
109 if (io->on_value == IPOPT_TS)
[all …]
/netbsd-src/tests/lib/libc/sys/
H A Dt_ptrace_bytetransfer_wait.h76 struct ptrace_io_desc io; in bytes_transfer() local
114 io.piod_op = operation; in bytes_transfer()
117 io.piod_offs = (type == BYTES_TRANSFER_TEXTIO) ? in bytes_transfer()
120 io.piod_addr = &lookup_me8; in bytes_transfer()
121 io.piod_len = sizeof(lookup_me8); in bytes_transfer()
124 io.piod_offs = (type == BYTES_TRANSFER_TEXTIO) ? in bytes_transfer()
127 io.piod_addr = &lookup_me16; in bytes_transfer()
128 io.piod_len = sizeof(lookup_me16); in bytes_transfer()
131 io.piod_offs = (type == BYTES_TRANSFER_TEXTIO) ? in bytes_transfer()
134 io.piod_addr = &lookup_me32; in bytes_transfer()
[all …]

12345678910>>...63