Home
last modified time | relevance | path

Searched refs:ca (Results 1 – 25 of 491) sorted by relevance

12345678910>>...20

/openbsd-src/sys/arch/hppa/dev/
H A Dsti_sgc.c73 sti_sgc_getrom(int unit, struct confargs *ca) in sti_sgc_getrom() argument
80 if (ca->ca_type.iodc_sv_model == HPPA_FIO_GSGC) in sti_sgc_getrom()
82 sti_sgc_opt[i] != ca->ca_type.iodc_revision; ) in sti_sgc_getrom()
89 if (ca->ca_naddrs > 0) in sti_sgc_getrom()
90 rom = ca->ca_addrs[0].addr; in sti_sgc_getrom()
92 rom = ca->ca_hpa; in sti_sgc_getrom()
102 struct confargs *ca = aux; in sti_sgc_probe() local
113 if (ca->ca_type.iodc_type != HPPA_TYPE_FIO) in sti_sgc_probe()
117 if (ca->ca_type.iodc_sv_model != HPPA_FIO_GSGC && in sti_sgc_probe()
118 ca->ca_type.iodc_sv_model != HPPA_FIO_SGC) in sti_sgc_probe()
[all …]
H A Duturn.c71 struct confargs *ca = aux; local
75 if (ca->ca_type.iodc_type != HPPA_TYPE_IOA ||
76 ca->ca_type.iodc_sv_model != HPPA_IOA_UTURN)
79 if (ca->ca_type.iodc_model == 0x58 &&
80 ca->ca_type.iodc_revision >= 0x20)
92 struct confargs *ca = aux, nca; local
97 if (bus_space_map(ca->ca_iot, ca->ca_hpa, IOMOD_HPASIZE, 0, &ioh)) {
101 sc->sc_regs = (struct uturn_regs *)ca->ca_hpa;
104 ca->ca_type.iodc_revision < 0x10? "U2" : "UTurn",
105 ca->ca_type.iodc_revision & 0xf);
[all …]
/openbsd-src/usr.sbin/ikectl/
H A Dikeca.c65 struct ca { struct
81 { "/ca", 0755 }, argument
109 int ca_sign(struct ca *, char *, int);
110 int ca_request(struct ca *, char *, int);
118 void ca_setcnf(struct ca *, const char *);
119 void ca_create_index(struct ca *);
126 ca_delete(struct ca *ca) in ca_delete() argument
128 return (rm_dir(ca->sslpath)); in ca_delete()
132 ca_key_create(struct ca *c argument
73 canameca global() argument
156 ca_key_import(struct ca * ca,char * keyname,char * import) ca_key_import() argument
177 ca_key_delete(struct ca * ca,char * keyname) ca_key_delete() argument
192 ca_delkey(struct ca * ca,char * keyname) ca_delkey() argument
221 ca_request(struct ca * ca,char * keyname,int type) ca_request() argument
266 ca_sign(struct ca * ca,char * keyname,int type) ca_sign() argument
312 ca_certificate(struct ca * ca,char * keyname,int type,int action) ca_certificate() argument
346 ca_key_install(struct ca * ca,char * keyname,char * dir) ca_key_install() argument
390 ca_cert_install(struct ca * ca,char * keyname,char * dir) ca_cert_install() argument
453 ca_create(struct ca * ca) ca_create() argument
500 ca_install(struct ca * ca,char * dir) ca_install() argument
546 ca_show_certs(struct ca * ca,char * name) ca_show_certs() argument
712 ca_export(struct ca * ca,char * keyname,char * myname,char * password) ca_export() argument
951 ca_create_index(struct ca * ca) ca_create_index() argument
990 ca_revoke(struct ca * ca,char * keyname) ca_revoke() argument
1074 ca_setcnf(struct ca * ca,const char * keyname) ca_setcnf() argument
1105 struct ca *ca; ca_setup() local
[all...]
H A Dparser.h82 struct ca *ca_setup(char *, int, int, char *);
83 int ca_create(struct ca *);
84 int ca_certificate(struct ca *, char *, int, int);
85 int ca_export(struct ca *, char *, char *, char *);
86 int ca_revoke(struct ca *, char *);
87 int ca_delete(struct ca *);
88 int ca_delkey(struct ca *, char *);
89 int ca_install(struct ca *, char *);
90 int ca_cert_install(struct ca *, char *, char *);
91 int ca_show_certs(struct ca *, char *);
[all …]
/openbsd-src/regress/sbin/iked/live/
H A DMakefile223 setup_certs: ca-both.crt left-from-ca-both.crt left.key right-from-ca-both.crt \
224 right.key ca-left.crt right-from-ca-left.crt ca-right.crt left-from-ca-right.crt \
225 ca-none.crt left-from-ca-none.crt right-from-ca-none.crt \
226 intermediate-from-ca-none.crt left-from-intermediate-from-ca-none.crt \
227 right-from-intermediate-from-ca-none.crt
267 ca-both.crt ca-both.key:
268 caname=ca-both; ${SETUP_CA}
270 left-from-ca-both.crt: ca-both.crt ca-both.key left.key
271 caname=ca-both; name=left; ${SETUP_CERT}
273 right-from-ca-both.crt: ca-both.crt ca-both.key right.key
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/
H A Dbackwds.t40 ok($backLevel1->lt("Ca\x{300}ca\x{302}", "ca\x{302}ca\x{300}"));
41 ok($backLevel1->lt("ca\x{300}ca\x{302}", "Ca\x{302}ca\x{300}"));
73 ok($backLevel2->gt("Ca\x{300}ca\x{302}", "ca\x{302}ca\x{300}"));
74 ok($backLevel2->gt("ca\x{300}ca\x{302}", "Ca\x{302}ca\x{300}"));
78 ok($backLevel2->lt("Ca\x{300}ca\x{302}", "ca\x{302}ca\x{300}"));
79 ok($backLevel2->lt("ca\x{300}ca\x{302}", "Ca\x{302}ca\x{300}"));
83 ok($backLevel2->gt("Ca\x{300}ca\x{302}", "ca\x{302}ca\x{300}"));
84 ok($backLevel2->gt("ca\x{300}ca\x{302}", "Ca\x{302}ca\x{300}"));
88 ok($backLevel2->lt("Ca\x{300}ca\x{302}", "ca\x{302}ca\x{300}"));
89 ok($backLevel2->lt("ca\x{300}ca\x{302}", "Ca\x{302}ca\x{300}"));
[all …]
/openbsd-src/gnu/gcc/libgomp/testsuite/libgomp.fortran/
H A Dreduction1.f907 complex :: c, ca (3) variable
17 ca = cmplx (8.5, -3.0)
37 ca(1) = cmplx (4.5, 5)
46 ca(2:3) = cmplx (-1, 6)
55 ca = cmplx (-1, 0)
64 if (ca(1) .ne. cmplx (12, 2)) call abort
65 if (ca(2) .ne. cmplx (6.5, 3) .or. ca(2) .ne. ca(3)) call abort
75 ca = cmplx (8.5, -3.0)
95 ca(1) = cmplx (4.5, 5)
104 ca(2:3) = cmplx (-1, 6)
[all …]
/openbsd-src/sys/arch/sparc64/dev/
H A Dfhc_central.c54 struct central_attach_args *ca = aux; in fhc_central_match() local
56 if (strcmp(ca->ca_name, "fhc") == 0) in fhc_central_match()
65 struct central_attach_args *ca = aux; in fhc_central_attach() local
68 sc->sc_node = ca->ca_node; in fhc_central_attach()
69 sc->sc_bt = ca->ca_bustag; in fhc_central_attach()
72 if (central_bus_map(sc->sc_bt, ca->ca_reg[0].cbr_slot, in fhc_central_attach()
73 ca->ca_reg[0].cbr_offset, ca->ca_reg[0].cbr_size, 0, in fhc_central_attach()
79 if (central_bus_map(sc->sc_bt, ca->ca_reg[1].cbr_slot, in fhc_central_attach()
80 ca->ca_reg[1].cbr_offset, ca->ca_reg[1].cbr_size, 0, in fhc_central_attach()
86 if (central_bus_map(sc->sc_bt, ca->ca_reg[2].cbr_slot, in fhc_central_attach()
[all …]
H A Dcbus.c95 struct cbus_attach_args ca; in cbus_attach() local
98 bzero(&ca, sizeof(ca)); in cbus_attach()
99 ca.ca_node = node; in cbus_attach()
102 ca.ca_name = buf; in cbus_attach()
103 ca.ca_bustag = sc->sc_bustag; in cbus_attach()
104 ca.ca_dmatag = sc->sc_dmatag; in cbus_attach()
105 getprop(node, "reg", sizeof(*ca.ca_reg), in cbus_attach()
106 &ca.ca_nreg, (void **)&ca.ca_reg); in cbus_attach()
107 if (cbus_get_channel_endpoint(sc, &ca) != 0) in cbus_attach()
110 config_found(self, &ca, cbus_print); in cbus_attach()
[all …]
H A Dvldc.c58 struct cbus_attach_args *ca = aux; in vldc_match() local
60 if (strcmp(ca->ca_name, "virtual-channel") == 0 || in vldc_match()
61 strcmp(ca->ca_name, "virtual-channel-client") == 0) in vldc_match()
70 struct cbus_attach_args *ca = aux; in vldc_attach() local
85 idx = ca->ca_idx; in vldc_attach()
98 nca.ca_node = ca->ca_node; in vldc_attach()
99 nca.ca_bustag = ca->ca_bustag; in vldc_attach()
100 nca.ca_dmatag = ca->ca_dmatag; in vldc_attach()
109 vldc_get_channel_endpoint(int idx, struct cbus_attach_args *ca) in vldc_get_channel_endpoint() argument
121 ca->ca_idx = idx; in vldc_get_channel_endpoint()
[all …]
H A Dvsw.c58 struct cbus_attach_args *ca = aux; in vsw_match() local
60 if (strcmp(ca->ca_name, "virtual-network-switch") == 0) in vsw_match()
69 struct cbus_attach_args *ca = aux; in vsw_attach() local
84 idx = ca->ca_idx; in vsw_attach()
95 nca.ca_node = ca->ca_node; in vsw_attach()
96 nca.ca_bustag = ca->ca_bustag; in vsw_attach()
97 nca.ca_dmatag = ca->ca_dmatag; in vsw_attach()
105 vsw_get_channel_endpoint(int idx, struct cbus_attach_args *ca) in vsw_get_channel_endpoint() argument
117 ca->ca_idx = idx; in vsw_get_channel_endpoint()
119 ca->ca_id = -1; in vsw_get_channel_endpoint()
[all …]
H A Dvds.c58 struct cbus_attach_args *ca = aux; in vds_match() local
60 if (strcmp(ca->ca_name, "virtual-disk-server") == 0) in vds_match()
69 struct cbus_attach_args *ca = aux; in vds_attach() local
84 idx = ca->ca_idx; in vds_attach()
95 nca.ca_node = ca->ca_node; in vds_attach()
96 nca.ca_bustag = ca->ca_bustag; in vds_attach()
97 nca.ca_dmatag = ca->ca_dmatag; in vds_attach()
105 vds_get_channel_endpoint(int idx, struct cbus_attach_args *ca) in vds_get_channel_endpoint() argument
117 ca->ca_idx = idx; in vds_get_channel_endpoint()
119 ca->ca_id = -1; in vds_get_channel_endpoint()
[all …]
H A Dvcc.c58 struct cbus_attach_args *ca = aux; in vcc_match() local
60 if (strcmp(ca->ca_name, "virtual-console-concentrator") == 0) in vcc_match()
69 struct cbus_attach_args *ca = aux; in vcc_attach() local
84 idx = ca->ca_idx; in vcc_attach()
97 nca.ca_node = ca->ca_node; in vcc_attach()
98 nca.ca_bustag = ca->ca_bustag; in vcc_attach()
99 nca.ca_dmatag = ca->ca_dmatag; in vcc_attach()
108 vcc_get_channel_endpoint(int idx, struct cbus_attach_args *ca) in vcc_get_channel_endpoint() argument
120 ca->ca_idx = idx; in vcc_get_channel_endpoint()
122 ca->ca_id = -1; in vcc_get_channel_endpoint()
[all …]
/openbsd-src/sys/arch/macppc/dev/
H A Dmediabay.c91 struct confargs *ca = aux; in mediabay_match() local
93 if (strcmp(ca->ca_name, "media-bay") == 0 && in mediabay_match()
94 ca->ca_nintr >= 4 && ca->ca_nreg >= 8) in mediabay_match()
107 struct confargs *ca = aux; in mediabay_attach() local
110 ca->ca_reg[0] += ca->ca_baseaddr; in mediabay_attach()
112 sc->sc_addr = mapiodev(ca->ca_reg[0], PAGE_SIZE); in mediabay_attach()
114 sc->sc_node = ca->ca_node; in mediabay_attach()
115 sc->sc_baseaddr = ca->ca_baseaddr; in mediabay_attach()
116 sc->sc_iot = ca->ca_iot; in mediabay_attach()
117 sc->sc_dmat = ca->ca_dmat; in mediabay_attach()
[all …]
H A Duni_n.c88 struct confargs *ca = aux; in memcmatch() local
90 if (strcmp(ca->ca_name, "memc") != 0) in memcmatch()
100 struct confargs *ca = aux; in memcattach() local
105 OF_getprop(ca->ca_node, "reg", &reg, sizeof(reg)); in memcattach()
107 len = OF_getprop(ca->ca_node, "name", name, sizeof(name)); in memcattach()
119 len = OF_getprop(ca->ca_node, "device-rev", &rev, sizeof(rev)); in memcattach()
125 memc_attach_children(sc, ca->ca_node); in memcattach()
131 struct confargs ca; in memc_attach_children() local
137 ca.ca_iot = &sc->sc_membus_space; in memc_attach_children()
138 ca.ca_dmat = 0; /* XXX */ in memc_attach_children()
[all …]
H A Dmacgpio.c76 struct confargs *ca = aux; in macgpio_match() local
78 if (strcmp(ca->ca_name, "gpio") != 0) in macgpio_match()
81 if (ca->ca_nreg < 8) in macgpio_match()
91 struct confargs *ca = aux, ca2; in macgpio_attach() local
100 sc->sc_port = mapiodev(ca->ca_baseaddr + ca->ca_reg[0], ca->ca_reg[1]); in macgpio_attach()
102 ca2.ca_baseaddr = ca->ca_baseaddr; in macgpio_attach()
103 for (child = OF_child(ca->ca_node); child; child = OF_peer(child)) { in macgpio_attach()
131 struct confargs *ca = aux; in macgpio_print() local
133 printf("\"%s\" at %s", ca->ca_name, gpio); in macgpio_print()
135 if (ca->ca_nreg > 0) in macgpio_print()
[all …]
/openbsd-src/lib/libcrypto/
H A Dformat-pem.pl19 # pkg_add curl for mk-ca-bundle(1), and:
21 # - mk-ca-bundle
22 # - perl format-pem.pl < ca-bundle.crt > certnew.pem 2> calist.new
41 my %ca;
64 if (defined $ca{$o}{$subj}) {
66 $ca{$o}{$subj}{'valid'} = 0;
69 $ca{$o}{$subj}{'valid'} = 1;
73 $ca{$o}{$subj}{'valid'} = 0;
86 $ca{$o}{$subj}{'valid'} = 0;
90 $ca{
[all...]
/openbsd-src/sys/dev/cardbus/
H A Dif_dc_cardbus.c116 struct cardbus_attach_args *ca = aux; in dc_cardbus_attach() local
117 struct cardbus_devfunc *ct = ca->ca_ct; in dc_cardbus_attach()
119 pci_chipset_tag_t pc = ca->ca_pc; in dc_cardbus_attach()
124 sc->sc_dmat = ca->ca_dmat; in dc_cardbus_attach()
126 csc->sc_tag = ca->ca_tag; in dc_cardbus_attach()
127 csc->sc_pc = ca->ca_pc; in dc_cardbus_attach()
145 csc->sc_intrline = ca->ca_intrline; in dc_cardbus_attach()
147 sc->dc_cachesize = pci_conf_read(csc->sc_pc, ca->ca_tag, DC_PCI_CFLT) in dc_cardbus_attach()
153 if ((PCI_VENDOR(ca->ca_id) == PCI_VENDOR_XIRCOM && in dc_cardbus_attach()
154 PCI_PRODUCT(ca->ca_id) == PCI_PRODUCT_XIRCOM_X3201_3_21143)) in dc_cardbus_attach()
[all …]
H A Dcom_cardbus.c136 com_cardbus_find_csdev(struct cardbus_attach_args *ca) in com_cardbus_find_csdev() argument
141 if (cp->vendor == PCI_VENDOR(ca->ca_id) && in com_cardbus_find_csdev()
142 cp->product == PCI_PRODUCT(ca->ca_id)) in com_cardbus_find_csdev()
150 struct cardbus_attach_args *ca = aux; in com_cardbus_match() local
153 if (com_cardbus_find_csdev(ca) != NULL) in com_cardbus_match()
157 if (ca->ca_cis.funcid == PCMCIA_FUNCTION_SERIAL && in com_cardbus_match()
158 ca->ca_cis.funce.serial.uart_present != 0 && in com_cardbus_match()
159 (ca->ca_cis.funce.serial.uart_type == 0 || /* 8250 */ in com_cardbus_match()
160 ca->ca_cis.funce.serial.uart_type == 1 || /* 16450 */ in com_cardbus_match()
161 ca in com_cardbus_match()
168 com_cardbus_gofigure(struct cardbus_attach_args * ca,struct com_cardbus_softc * csc) com_cardbus_gofigure() argument
241 struct cardbus_attach_args *ca = aux; com_cardbus_attach() local
[all...]
H A Dif_xl_cardbus.c149 xl_cardbus_lookup(const struct cardbus_attach_args *ca) in xl_cardbus_lookup() argument
153 if (PCI_VENDOR(ca->ca_id) != PCI_VENDOR_3COM) in xl_cardbus_lookup()
157 if (PCI_PRODUCT(ca->ca_id) == ecp->ecp_prodid) in xl_cardbus_lookup()
165 struct cardbus_attach_args *ca = aux; in xl_cardbus_match() local
167 if (xl_cardbus_lookup(ca) != NULL) in xl_cardbus_match()
178 struct cardbus_attach_args *ca = aux; in xl_cardbus_attach() local
179 cardbus_devfunc_t ct = ca->ca_ct; in xl_cardbus_attach()
193 ecp = xl_cardbus_lookup(ca); in xl_cardbus_attach()
200 sc->sc_dmat = ca->ca_dmat; in xl_cardbus_attach()
206 command = pci_conf_read(ca->ca_pc, ca->ca_tag, in xl_cardbus_attach()
[all …]
H A Dpuc_cardbus.c54 struct cardbus_attach_args *ca = aux; in puc_cardbus_match() local
55 pci_chipset_tag_t pc = ca->ca_pc; in puc_cardbus_match()
58 bhlc = pci_conf_read(pc, ca->ca_tag, PCI_BHLC_REG); in puc_cardbus_match()
63 if (PCI_VENDOR(ca->ca_id) == PCI_VENDOR_OXFORD2 && in puc_cardbus_match()
64 PCI_PRODUCT(ca->ca_id) == PCI_PRODUCT_OXFORD2_EXSYS_EX41098) in puc_cardbus_match()
67 reg = pci_conf_read(pc, ca->ca_tag, PCI_SUBSYS_ID_REG); in puc_cardbus_match()
68 if (puc_find_description(PCI_VENDOR(ca->ca_id), in puc_cardbus_match()
69 PCI_PRODUCT(ca->ca_id), PCI_VENDOR(reg), PCI_PRODUCT(reg))) in puc_cardbus_match()
80 struct cardbus_attach_args *ca = aux; in puc_cardbus_attach() local
81 struct cardbus_devfunc *ct = ca->ca_ct; in puc_cardbus_attach()
[all …]
H A Duhci_cardbus.c70 struct cardbus_attach_args *ca = (struct cardbus_attach_args *)aux; in uhci_cardbus_match() local
72 if (PCI_CLASS(ca->ca_class) == PCI_CLASS_SERIALBUS && in uhci_cardbus_match()
73 PCI_SUBCLASS(ca->ca_class) == PCI_SUBCLASS_SERIALBUS_USB && in uhci_cardbus_match()
74 PCI_INTERFACE(ca->ca_class) == PCI_INTERFACE_UHCI) in uhci_cardbus_match()
84 struct cardbus_attach_args *ca = aux; in uhci_cardbus_attach() local
85 cardbus_devfunc_t ct = ca->ca_ct; in uhci_cardbus_attach()
87 pci_chipset_tag_t pc = ca->ca_pc; in uhci_cardbus_attach()
107 sc->sc.sc_bus.dmatag = ca->ca_dmat; in uhci_cardbus_attach()
113 csr = pci_conf_read(pc, ca->ca_tag, in uhci_cardbus_attach()
115 pci_conf_write(pc, ca->ca_tag, PCI_COMMAND_STATUS_REG, in uhci_cardbus_attach()
[all …]
/openbsd-src/sys/arch/macppc/pci/
H A Dmacobio.c104 struct confargs ca; in macobio_attach() local
160 ca.ca_baseaddr = reg[2]; in macobio_attach()
162 sc->sc_membus_space.bus_base = ca.ca_baseaddr; in macobio_attach()
164 ca.ca_iot = &sc->sc_membus_space; in macobio_attach()
165 ca.ca_dmat = pa->pa_dmat; in macobio_attach()
175 ca.ca_name = "legacy-interrupt-controller"; in macobio_attach()
176 ca.ca_node = 0; in macobio_attach()
178 ca.ca_nreg = 0; in macobio_attach()
179 ca.ca_nintr = 0; in macobio_attach()
181 ca.ca_reg = NULL; in macobio_attach()
[all …]
/openbsd-src/sys/arch/hppa/gsc/
H A Dfdc_gsc.c57 struct confargs *ca = aux; local
61 if (ca->ca_type.iodc_type != HPPA_TYPE_FIO ||
62 ca->ca_type.iodc_sv_model != HPPA_FIO_GPCFD)
66 if (bus_space_map(ca->ca_iot, ca->ca_hpa, IOMOD_HPASIZE, 0, &ioh))
69 rv = fdcprobe1(ca->ca_iot, ioh | IOMOD_DEVOFFSET);
70 bus_space_unmap(ca->ca_iot, ioh, IOMOD_HPASIZE);
81 struct confargs *ca = aux; local
84 if (bus_space_map(ca->ca_iot, ca->ca_hpa, IOMOD_HPASIZE, 0, &ioh))
88 sc->sc_iot = ca->ca_iot;
/openbsd-src/sys/dev/isa/
H A Dcom_commulti.c85 struct commulti_attach_args *ca = aux; in com_commulti_probe() local
91 if (cf->cf_loc[0] != -1 && cf->cf_loc[0] != ca->ca_slave) in com_commulti_probe()
94 iot = ca->ca_iot; in com_commulti_probe()
95 iobase = ca->ca_iobase; in com_commulti_probe()
96 ioh = ca->ca_ioh; in com_commulti_probe()
108 struct commulti_attach_args *ca = aux; in com_commulti_attach() local
113 sc->sc_iot = ca->ca_iot; in com_commulti_attach()
114 sc->sc_ioh = ca->ca_ioh; in com_commulti_attach()
115 sc->sc_iobase = ca->ca_iobase; in com_commulti_attach()
117 if (ca->ca_noien) in com_commulti_attach()

12345678910>>...20