Home
last modified time | relevance | path

Searched refs:spl (Results 1 – 25 of 42) sorted by relevance

12

/openbsd-src/usr.sbin/rpki-client/
H A Dspl.c1 /* $OpenBSD: spl.c,v 1.7 2024/11/13 12:51:04 tb Exp $ */
128 spl_parse_econtent(const char *fn, struct spl *spl, const unsigned char *d, in spl_parse_econtent() argument
158 if (!as_id_parse(spl_asn1->asid, &spl->asid)) { in spl_parse_econtent()
181 if (spl->num_prefixes + num_prefixes >= MAX_IP_SIZE) { in spl_parse_econtent()
210 spl->prefixes = recallocarray(spl->prefixes, spl->num_prefixes, in spl_parse_econtent()
211 spl->num_prefixes + num_prefixes, sizeof(spl in spl_parse_econtent()
248 struct spl *spl; spl_parse() local
415 spl_insert_vsps(struct vsp_tree * tree,struct spl * spl,struct repo * rp) spl_insert_vsps() argument
[all...]
H A Dparser.c206 * Returns the spl on success, NULL on failure. in proc_parser_spl()
208 static struct spl * in proc_parser_spl() local
212 struct spl *spl; in proc_parser_spl()
218 if ((spl = spl_parse(&x509, file, entp->talid, der, len)) == NULL) in proc_parser_spl()
221 a = find_issuer(file, entp->certid, spl->aki, entp->mftaki); in proc_parser_spl()
233 spl->talid = a->cert->talid; in proc_parser_spl()
235 spl->expires = x509_find_expires(spl->notafter, a, &crlt); in proc_parser_spl()
237 return spl; in proc_parser_spl()
843 struct spl *spl; parse_entity() local
[all...]
H A Dfilemode.c351 struct spl *spl = NULL; in proc_parser_file()
482 spl = spl_parse(&x509, file, -1, buf, len); in proc_parser_file()
483 if (spl == NULL) in proc_parser_file()
485 aia = spl->aia; in proc_parser_file()
486 expires = &spl->expires; in proc_parser_file()
487 notbefore = &spl->notbefore; in proc_parser_file()
488 notafter = &spl->notafter; in proc_parser_file()
531 status = spl->valid; in proc_parser_file()
597 spl_print(x509, spl); in proc_parser_file()
349 struct spl *spl = NULL; proc_parser_file() local
[all...]
H A Dextern.h298 struct spl { argument
709 void spl_buffer(struct ibuf *, const struct spl *);
710 void spl_free(struct spl *);
711 struct spl *spl_parse(X509 **, const char *, int, const unsigned char *,
713 struct spl *spl_read(struct ibuf *);
714 void spl_insert_vsps(struct vsp_tree *, struct spl *,
766 int valid_spl(const char *, struct cert *, struct spl *);
952 void spl_print(const X509 *, const struct spl *);
295 struct spl { global() struct
297 pfxsspl global() argument
299 talidspl global() argument
300 aiaspl global() argument
301 akispl global() argument
302 siaspl global() argument
303 skispl global() argument
304 signtimespl global() argument
305 notbeforespl global() argument
306 notafterspl global() argument
307 expiresspl global() argument
308 validspl global() argument
H A Dvalidate.c158 valid_spl(const char *fn, struct cert *cert, struct spl *spl) in valid_spl()
160 if (as_check_covered(spl->asid, spl->asid, cert->ases, in valid_spl()
164 warnx("%s: SPL: uncovered ASID: %u", fn, spl->asid); in valid_spl()
157 valid_spl(const char * fn,struct cert * cert,struct spl * spl) valid_spl() argument
H A DMakefile9 rsc.c rsync.c spl.c tak.c tal.c validate.c x509.c
H A Dmain.c573 struct spl *spl; in entity_process()
685 spl = spl_read(b); in entity_process()
686 if (spl->valid) in entity_process()
687 spl_insert_vsps(vsptree, spl, rp); in entity_process()
690 spl_free(spl); in entity_process()
574 struct spl *spl; entity_process() local
/openbsd-src/regress/usr.sbin/rpki-client/
H A DMakefile.inc16 PROGS += test-spl
94 SRCS_test-spl+= test-spl.c spl.c cms.c x509.c ip.c as.c io.c \
97 run-regress-test-spl: test-spl
98 ./test-spl -v ${.CURDIR}/../spl/*.spl
H A Dtest-spl.c44 struct spl *p; in main()
/openbsd-src/usr.sbin/tcpdump/
H A Dprint-nhrp.c69 u_int8_t spl; /* src proto len */ member
183 if ((snapend - p) < (hdr->spl + hdr->dpl)) in nhrp_print()
190 ipaddr_string(p + hdr->spl)); in nhrp_print()
195 ip6addr_string(p + hdr->spl)); in nhrp_print()
203 p += hdr->spl + hdr->dpl; in nhrp_print()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ip2k/
H A Dlibgcc.S80 add spl, w ; be popped off later.
136 add spl ,w
217 add spl, w
354 add spl, w
586 add spl, w
972 add spl, w
1058 add spl,w ; sign1
1077 add spl,w
1108 inc spl
1109 inc spl
[all …]
H A Dcrt0.S40 mov spl,w
H A Dip2k.c229 OUT_AS2 (mov, w, spl);
257 OUT_AS1 (dec, spl);
262 OUT_AS2 (sub, spl, w);
293 OUT_AS2 (mov, w, spl);
359 OUT_AS2 (add, spl, w);
365 OUT_AS1 (inc, spl);
489 OUT_AS2 (add, spl, w);
497 OUT_AS1 (inc, spl);
/openbsd-src/sys/arch/armv7/omap/
H A Domgpiovar.h40 void *omgpio_intr_establish(unsigned int gpio, int level, int spl,
/openbsd-src/sys/kern/
H A Dkern_synch.c208 int error, spl; in msleep() local
228 spl = MUTEX_OLDIPL(mtx); in msleep()
239 MUTEX_OLDIPL(mtx) = spl; in msleep()
241 splx(spl); in msleep()
/openbsd-src/usr.bin/file/magdir/
H A Dclaris47 #./windows/claris/userd.spl: data
/openbsd-src/share/man/man9/
H A DMakefile41 spl.9 srp_enter.9 srpl_rc_init.9 startuphook_establish.9 socreate.9 \
/openbsd-src/distrib/notes/armv7/
H A Dprep93 dd if=/usr/local/share/u-boot/board/u-boot-sunxi-with-spl.bin \
105 dd if=/usr/local/share/u-boot/board/u-boot-spl.kwb \
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_psp.c2123 if ((is_psp_fw_valid(psp->spl)) && in psp_hw_start()
2127 DRM_ERROR("PSP load spl failed!\n"); in psp_hw_start()
3093 psp->spl.fw_version = le32_to_cpu(desc->fw_version); in parse_sos_bin_descriptor()
3094 psp->spl.feature_version = le32_to_cpu(desc->fw_version); in parse_sos_bin_descriptor()
3095 psp->spl.size_bytes = le32_to_cpu(desc->size_bytes); in parse_sos_bin_descriptor()
3096 psp->spl.start_addr = ucode_start_addr; in parse_sos_bin_descriptor()
3233 adev->psp.spl.size_bytes = le32_to_cpu(sos_hdr_v1_3->spl.size_bytes); in psp_init_sos_microcode()
3234 adev->psp.spl.start_addr = ucode_array_start_addr + in psp_init_sos_microcode()
3235 le32_to_cpu(sos_hdr_v1_3->spl in psp_init_sos_microcode()
[all...]
H A Damdgpu_ucode.c396 le32_to_cpu(psp_hdr_v1_3->spl.fw_version)); in amdgpu_ucode_print_psp_hdr()
398 le32_to_cpu(psp_hdr_v1_3->spl.offset_bytes)); in amdgpu_ucode_print_psp_hdr()
400 le32_to_cpu(psp_hdr_v1_3->spl.size_bytes)); in amdgpu_ucode_print_psp_hdr()
H A Damdgpu_ucode.h103 struct psp_fw_legacy_bin_desc spl; member
H A Damdgpu_psp.h330 struct psp_bin_desc spl; member
H A Dpsp_v11_0.c217 return psp_v11_0_bootloader_load_component(psp, &psp->spl, PSP_BL__LOAD_TOS_SPL_TABLE); in psp_v11_0_bootloader_load_spl()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-pdp11.texi143 @cindex -mno-spl
144 @item -mspl | -mno-spl
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dc-pdp11.texi143 @cindex -mno-spl
144 @item -mspl | -mno-spl

12