Searched refs:io (Results 1 - 25 of 1232) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/ipf/dist/lib/
H A Doptvalue.c16 struct ipopt_names *io; local
18 for (io = ionames; io->on_name; io++)
19 if (!strcasecmp(optname, io->on_name))
20 return io->on_bit;
28 struct ipopt_names *io; local
30 for (io = ionames; io->on_name; io
[all...]
H A Dv6optvalue.c18 struct ipopt_names *io; local
20 for (io = v6ionames; io->on_name; io++)
21 if (!strcasecmp(optname, io->on_name))
22 return io->on_bit;
32 struct ipopt_names *io; local
34 for (io = v6ionames; io->on_name; io
[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
[all...]
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
[all...]
H A Dbuildopts.c18 struct ipopt_names *io; local
28 for (io = ionames; io->on_name; io++) {
29 if (strcasecmp(s, io->on_name) || (msk & io->on_bit))
31 if ((inc = addipopt(op, io, len, t))) {
35 msk |= io->on_bit;
38 if (!io->on_name) {
H A Daddipopt.c14 int addipopt(op, io, len, class)
16 struct ipopt_names *io;
26 if ((len + io->on_siz) > 48) {
30 len += io->on_siz;
31 *op++ = io->on_value;
32 if (io->on_siz > 1) {
34 *op++ = io->on_siz;
38 switch (io->on_value)
63 io->on_name, io
[all...]
H A Doptname.c19 struct ipopt_names *io, *so; local
26 for (io = ionames; io->on_name; io++)
27 if (!strcasecmp(s, io->on_name)) {
28 msk |= io->on_bit;
31 if (!io->on_name) {
/netbsd-current/dist/pf/sbin/pfctl/
H A Dpfctl_radix.c61 struct pfioc_table io; local
63 bzero(&io, sizeof io);
64 io.pfrio_flags = flags;
66 io.pfrio_table = *filter;
67 if (ioctl(dev, DIOCRCLRTABLES, &io))
70 *ndel = io.pfrio_ndel;
77 struct pfioc_table io; local
83 bzero(&io, sizeof io);
98 struct pfioc_table io; local
120 struct pfioc_table io; local
143 struct pfioc_table io; local
165 struct pfioc_table io; local
185 struct pfioc_table io; local
208 struct pfioc_table io; local
231 struct pfioc_table io; local
261 struct pfioc_table io; local
284 struct pfioc_table io; local
307 struct pfioc_table io; local
329 struct pfioc_table io; local
351 struct pfioc_table io; local
377 struct pfioc_table io; local
400 struct pfioc_table io; local
427 struct pfioc_iface io; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h19 static void enumeration(IO &io, TypeTestResolution::Kind &value) { argument
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) { argument
31 io.mapOptional("Kind", res.TheKind);
32 io
42 enumeration(IO &io, WholeProgramDevirtResolution::ByArg::Kind &value) argument
55 mapping(IO &io, WholeProgramDevirtResolution::ByArg &res) argument
66 inputOne( IO &io, StringRef Key, std::map<std::vector<uint64_t>, WholeProgramDevirtResolution::ByArg> &V) argument
82 output( IO &io, std::map<std::vector<uint64_t>, WholeProgramDevirtResolution::ByArg> &V) argument
98 enumeration(IO &io, WholeProgramDevirtResolution::Kind &value) argument
107 mapping(IO &io, WholeProgramDevirtResolution &res) argument
116 inputOne(IO &io, StringRef Key, std::map<uint64_t, WholeProgramDevirtResolution> &V) argument
125 output(IO &io, std::map<uint64_t, WholeProgramDevirtResolution> &V) argument
132 mapping(IO &io, TypeIdSummary& summary) argument
156 mapping(IO &io, FunctionSummary::VFuncId& id) argument
163 mapping(IO &io, FunctionSummary::ConstVCall& id) argument
179 mapping(IO &io, FunctionSummaryYaml& summary) argument
207 inputOne(IO &io, StringRef Key, GlobalValueSummaryMapTy &V) argument
240 output(IO &io, GlobalValueSummaryMapTy &V) argument
267 inputOne(IO &io, StringRef Key, TypeIdSummaryMapTy &V) argument
272 output(IO &io, TypeIdSummaryMapTy &V) argument
279 mapping(IO &io, ModuleSummaryIndex& index) argument
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dcamellia-ntt.c970 * "io" must be 4byte aligned and big-endian data.
972 static void camellia_encrypt128(const u32 *subkey, u32 *io) argument
977 io[0] ^= CamelliaSubkeyL(0);
978 io[1] ^= CamelliaSubkeyR(0);
981 CAMELLIA_ROUNDSM(io[0],io[1],
983 io[2],io[3],il,ir,t0,t1);
984 CAMELLIA_ROUNDSM(io[2],io[
1062 camellia_decrypt128(const u32 *subkey, u32 *io) argument
1155 camellia_encrypt256(const u32 *subkey, u32 *io) argument
1269 camellia_decrypt256(const u32 *subkey, u32 *io) argument
[all...]
/netbsd-current/sys/crypto/camellia/
H A Dcamellia.c943 camellia_encrypt128(const uint32_t *subkey, uint32_t *io) argument
948 io[0] ^= SUBL(0);
949 io[1] ^= SUBR(0);
952 CAMELLIA_ROUNDSM(io[0],io[1], SUBL(2),SUBR(2),
953 io[2],io[3],il,ir,t0,t1);
954 CAMELLIA_ROUNDSM(io[2],io[3], SUBL(3),SUBR(3),
955 io[
1010 camellia_decrypt128(const uint32_t *subkey, uint32_t *io) argument
1080 camellia_encrypt256(const uint32_t *subkey, uint32_t *io) argument
1163 camellia_decrypt256(const uint32_t *subkey, uint32_t *io) argument
[all...]
H A Dcamellia.h63 void camellia_encrypt128(const uint32_t *subkey, uint32_t *io);
64 void camellia_encrypt256(const uint32_t *subkey, uint32_t *io);
65 void camellia_decrypt128(const uint32_t *subkey, uint32_t *io);
66 void camellia_decrypt256(const uint32_t *subkey, uint32_t *io);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPdbYaml.cpp34 static void enumeration(IO &io, llvm::pdb::PDB_Machine &Value) { argument
35 io.enumCase(Value, "Invalid", PDB_Machine::Invalid);
36 io.enumCase(Value, "Am33", PDB_Machine::Am33);
37 io.enumCase(Value, "Amd64", PDB_Machine::Amd64);
38 io.enumCase(Value, "Arm", PDB_Machine::Arm);
39 io.enumCase(Value, "ArmNT", PDB_Machine::ArmNT);
40 io.enumCase(Value, "Ebc", PDB_Machine::Ebc);
41 io.enumCase(Value, "x86", PDB_Machine::x86);
42 io.enumCase(Value, "Ia64", PDB_Machine::Ia64);
43 io
58 enumeration(IO &io, llvm::pdb::PdbRaw_DbiVer &Value) argument
68 enumeration(IO &io, llvm::pdb::PdbRaw_ImplVer &Value) argument
83 enumeration(IO &io, llvm::pdb::PdbRaw_TpiVer &Value) argument
93 enumeration(IO &io, PdbRaw_FeatureSig &Features) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dmsvc-nothrow.h31 # include <io.h>
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dmsvc-nothrow.h31 # include <io.h>
/netbsd-current/external/bsd/libfido2/dist/regress/
H A Ddev.c168 fido_dev_io_t io; local
170 memset(&io, 0, sizeof(io));
172 io.open = dummy_open;
173 io.close = dummy_close;
174 io.read = dummy_read;
175 io.write = dummy_write;
178 assert(fido_dev_set_io_functions(dev, &io) == FIDO_OK);
191 fido_dev_io_t io; local
193 memset(&io,
220 fido_dev_io_t io; local
245 fido_dev_io_t io; local
272 fido_dev_io_t io; local
316 fido_dev_io_t io; local
353 fido_dev_io_t io; local
389 fido_dev_io_t io; local
[all...]
/netbsd-current/external/bsd/ipf/dist/ipsend/
H A Dipsopt.c81 int addipopt(op, io, len, class)
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
156 struct ipopt_names *io; local
[all...]
/netbsd-current/sys/arch/i386/stand/lib/netif/
H A Dnetif_small.c73 struct iodesc *io; local
75 io = &iosocket;
76 if (io->io_netif) {
82 memset(io, 0, sizeof(*io));
84 if (!EtherInit(io->myea)) {
89 io->io_netif = (void*)1; /* mark busy */
97 struct iodesc *io; local
103 io = &iosocket;
104 if (io
[all...]
/netbsd-current/sys/arch/amiga/stand/bootblock/bootxx_ffs/
H A Dmain.c73 long int io = 0; local
90 io = open("/boot.amiga", 0); /* Try /boot.amiga first */
91 if (io < 0) {
92 io = open("/boot", 0); /* Fallback to /boot */
93 if (io < 0) {
94 io = open("/boot.ami", 0); /* 8.3 name? */
95 if (io < 0) {
102 if (fstat(io, &sb))
116 if (read(io, kp, ksize) != ksize) {
127 close(io);
[all...]
/netbsd-current/sys/arch/macppc/stand/ofwboot/
H A Dnetif_of.c72 struct iodesc *io; local
79 io = &sdesc;
80 if (io->io_netif) {
87 memset(io, 0, sizeof *io);
89 io->io_netif = (void *)op;
91 /* Put our ethernet address in io->myea */
93 "local-mac-address", io->myea, sizeof io->myea);
96 "mac-address", io
107 struct iodesc *io; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp24 static void mapRemarkHeader(yaml::IO &io, T PassName, T RemarkName, argument
28 io.mapRequired("Pass", PassName);
29 io.mapRequired("Name", RemarkName);
30 io.mapOptional("DebugLoc", RL);
31 io.mapRequired("Function", FunctionName);
32 io.mapOptional("Hotness", Hotness);
33 io.mapOptional("Args", Args);
40 static void mapping(IO &io, remarks::Remark *&Remark) { argument
41 assert(io.outputting() && "input not yet implemented");
43 if (io
78 mapping(IO &io, RemarkLocation &RL) argument
127 size(IO &io, ArrayRef<T> &seq) argument
128 element(IO &io, ArrayRef<T> &seq, size_t index) argument
137 mapping(IO &io, Argument &A) argument
[all...]
/netbsd-current/sys/arch/shark/stand/ofwboot/
H A Dnetif_of.c72 struct iodesc *io; local
78 io = &sdesc;
79 if (io->io_netif) {
86 (void)memset(io, 0, sizeof *io);
88 io->io_netif = (void *)op;
90 /* Put our ethernet address in io->myea */
92 "mac-address", io->myea, sizeof io->myea);
103 struct iodesc *io; local
[all...]
/netbsd-current/sys/arch/ofppc/stand/ofwboot/
H A Dnetif_of.c72 struct iodesc *io; local
78 io = &sdesc;
79 if (io->io_netif) {
86 memset(io, 0, sizeof *io);
88 io->io_netif = (void *)op;
90 /* Put our ethernet address in io->myea */
92 "mac-address", io->myea, sizeof io->myea);
103 struct iodesc *io; local
[all...]
/netbsd-current/crypto/external/bsd/netpgp/dist/src/lib/
H A Dnetpgp.c139 resultp(pgp_io_t *io, argument
152 (void) fprintf(io->res,
158 (void) fprintf(io->res, "Valid until %s", ctime(&t));
160 (void) fprintf(io->res,
165 key = pgp_getkeybyid(io, ring,
169 (void) fprintf(io->res,
173 pgp_print_keydata(io, ring, key, "signature ", &key->key.pubkey, 0);
227 appendkey(pgp_io_t *io, pgp_key_t *key, char *ringfile) argument
237 (void) fprintf(io->errs, "can't open pubring '%s'\n", ringfile);
241 (void) fprintf(io
520 pgp_io_t *io; local
538 isarmoured(pgp_io_t *io, const char *f, const void *memory, const char *text) argument
797 pgp_io_t *io; local
1125 pgp_io_t *io; local
1162 pgp_io_t *io; local
1177 pgp_io_t *io; local
1237 pgp_io_t *io; local
1332 pgp_io_t *io; local
1361 pgp_io_t *io; local
1403 pgp_io_t *io; local
1486 pgp_io_t *io; local
1533 pgp_io_t *io; local
1618 pgp_io_t *io; local
1675 pgp_io_t *io; local
1711 pgp_io_t *io; local
1778 pgp_io_t *io; local
1972 pgp_io_t *io; local
[all...]
/netbsd-current/sbin/iscsictl/
H A Discsic_driverif.c361 * io The i/o command parameters.
367 do_ioctl(iscsi_iocommand_parameters_t * io, int rd) argument
373 io->req.databuf = buf;
374 io->req.senselen = sizeof(io->req.sense);
375 io->req.senselen_used = 0;
376 io->req.flags = (rd) ? SCCMD_READ : SCCMD_WRITE;
378 rc = ioctl(driver, ISCSI_IO_COMMAND, io);
380 if (io->req.senselen_used) {
381 switch (io
441 iscsi_iocommand_parameters_t io; local
509 iscsi_iocommand_parameters_t io; local
554 iscsi_iocommand_parameters_t io; local
589 iscsi_iocommand_parameters_t io; local
[all...]

Completed in 569 milliseconds

1234567891011>>