Searched refs:stp (Results 1 - 25 of 80) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_setjmp.S59 stp x19, x20, [x0, #0<<3]
60 stp x21, x22, [x0, #2<<3]
61 stp x23, x24, [x0, #4<<3]
62 stp x25, x26, [x0, #6<<3]
63 stp x27, x28, [x0, #8<<3]
64 stp x29, x30, [x0, #10<<3]
65 stp d8, d9, [x0, #14<<3]
66 stp d10, d11, [x0, #16<<3]
67 stp d12, d13, [x0, #18<<3]
68 stp d1
[all...]
H A Dhwasan_tag_mismatch_aarch64.S124 stp x26, x27, [sp, #208]
125 stp x24, x25, [sp, #192]
126 stp x22, x23, [sp, #176]
127 stp x20, x21, [sp, #160]
128 stp x18, x19, [sp, #144]
129 stp x16, x17, [sp, #128]
130 stp x14, x15, [sp, #112]
131 stp x12, x13, [sp, #96]
132 stp x10, x11, [sp, #80]
133 stp x
[all...]
/freebsd-11-stable/lib/libc/aarch64/gen/
H A D_setjmp.S41 stp x8, x9, [x0], #16
44 stp x19, x20, [x0], #16
45 stp x21, x22, [x0], #16
46 stp x23, x24, [x0], #16
47 stp x25, x26, [x0], #16
48 stp x27, x28, [x0], #16
49 stp x29, lr, [x0], #16
53 stp d8, d9, [x0], #16
54 stp d10, d11, [x0], #16
55 stp d1
[all...]
H A Dsetjmp.S39 stp x0, lr, [sp]
53 stp x8, x9, [x0], #16
56 stp x19, x20, [x0], #16
57 stp x21, x22, [x0], #16
58 stp x23, x24, [x0], #16
59 stp x25, x26, [x0], #16
60 stp x27, x28, [x0], #16
61 stp x29, lr, [x0], #16
64 stp d8, d9, [x0], #16
65 stp d1
[all...]
/freebsd-11-stable/libexec/rtld-elf/aarch64/
H A Drtld_start.S62 stp x29, x30, [sp, #-16]!
69 stp x0, x1, [sp, #-16]!
70 stp x2, x3, [sp, #-16]!
71 stp x4, x5, [sp, #-16]!
72 stp x6, x7, [sp, #-16]!
73 stp x8, xzr, [sp, #-16]!
76 stp q0, q1, [sp, #-32]!
77 stp q2, q3, [sp, #-32]!
78 stp q4, q5, [sp, #-32]!
79 stp q
[all...]
/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Denc_des.c497 void fb64_stream_iv(DES_cblock seed, struct stinfo *stp) argument
500 memcpy(stp->str_iv, seed,sizeof(DES_cblock));
501 memcpy(stp->str_output, seed, sizeof(DES_cblock));
503 DES_set_key_checked(&stp->str_ikey, &stp->str_sched);
505 stp->str_index = sizeof(DES_cblock);
508 void fb64_stream_key(DES_cblock key, struct stinfo *stp) argument
510 memcpy(stp->str_ikey, key, sizeof(DES_cblock));
511 DES_set_key_checked((DES_cblock*)key, &stp->str_sched);
513 memcpy(stp
542 struct stinfo *stp = &fb[CFB].streams[DIR_ENCRYPT-1]; local
564 struct stinfo *stp = &fb[CFB].streams[DIR_DECRYPT-1]; local
614 struct stinfo *stp = &fb[OFB].streams[DIR_ENCRYPT-1]; local
633 struct stinfo *stp = &fb[OFB].streams[DIR_DECRYPT-1]; local
[all...]
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Denc_des.c492 fb64_stream_iv(Block seed, struct stinfo *stp) argument
495 memmove((void *)stp->str_iv, (void *)seed, sizeof(Block));
496 memmove((void *)stp->str_output, (void *)seed, sizeof(Block));
498 des_key_sched((Block *)stp->str_ikey, stp->str_sched);
500 stp->str_index = sizeof(Block);
504 fb64_stream_key(Block key, struct stinfo *stp) argument
506 memmove((void *)stp->str_ikey, (void *)key, sizeof(Block));
507 des_key_sched((Block *)key, stp->str_sched);
509 memmove((void *)stp
539 struct stinfo *stp = &fb[CFB].streams[DIR_ENCRYPT-1]; local
562 struct stinfo *stp = &fb[CFB].streams[DIR_DECRYPT-1]; local
612 struct stinfo *stp = &fb[OFB].streams[DIR_ENCRYPT-1]; local
632 struct stinfo *stp = &fb[OFB].streams[DIR_DECRYPT-1]; local
[all...]
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscif_sas_stp_io_request.c109 if (fw_io->parent.stp.sequence.protocol == SAT_PROTOCOL_FPDMA)
114 fw_io->parent.stp.ncq_tag = scif_sas_stp_remote_device_allocate_ncq_tag(
118 if (fw_io->parent.stp.ncq_tag == SCIF_SAS_INVALID_NCQ_TAG)
124 fis->sector_count = (fw_io->parent.stp.ncq_tag << 3);
129 fw_io->parent.core_object, fw_io->parent.stp.ncq_tag
165 if (fw_io->parent.stp.sequence.protocol == SAT_PROTOCOL_FPDMA)
168 if (fw_io->parent.stp.ncq_tag != SCIF_SAS_INVALID_NCQ_TAG)
170 fw_io->parent.device, fw_io->parent.stp.ncq_tag
174 sati_sequence_terminate(&fw_io->parent.stp.sequence, fw_io, fw_io);
207 if (fw_io->parent.stp
[all...]
H A Dscu_remote_node_context.h234 STP_REMOTE_NODE_CONTEXT_T stp; member in union:SCU_REMOTE_NODE_CONTEXT
/freebsd-11-stable/sys/arm64/arm64/
H A Dswtch.S138 stp x8, x9, [x4, #PCB_REGS + 8 * 8]
139 stp x10, x11, [x4, #PCB_REGS + 10 * 8]
140 stp x12, x13, [x4, #PCB_REGS + 12 * 8]
141 stp x14, x15, [x4, #PCB_REGS + 14 * 8]
142 stp x16, x17, [x4, #PCB_REGS + 16 * 8]
143 stp x18, x19, [x4, #PCB_REGS + 18 * 8]
144 stp x20, x21, [x4, #PCB_REGS + 20 * 8]
145 stp x22, x23, [x4, #PCB_REGS + 22 * 8]
146 stp x24, x25, [x4, #PCB_REGS + 24 * 8]
147 stp x2
[all...]
H A Dexception.S41 stp x29, x30, [sp, #(TF_SIZE)]
42 stp x28, x29, [sp, #(TF_X + 28 * 8)]
43 stp x26, x27, [sp, #(TF_X + 26 * 8)]
44 stp x24, x25, [sp, #(TF_X + 24 * 8)]
45 stp x22, x23, [sp, #(TF_X + 22 * 8)]
46 stp x20, x21, [sp, #(TF_X + 20 * 8)]
47 stp x18, x19, [sp, #(TF_X + 18 * 8)]
48 stp x16, x17, [sp, #(TF_X + 16 * 8)]
49 stp x14, x15, [sp, #(TF_X + 14 * 8)]
50 stp x1
[all...]
H A Dsupport.S272 stp x19, x20, [x0], #16
273 stp x21, x22, [x0], #16
274 stp x23, x24, [x0], #16
275 stp x25, x26, [x0], #16
276 stp x27, x28, [x0], #16
277 stp x29, lr, [x0], #16
309 stp xzr, xzr, [x0], #0x10
310 stp xzr, xzr, [x0], #0x10
311 stp xzr, xzr, [x0], #0x10
312 stp xz
[all...]
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c102 static void nfsrv_freeopenowner(struct nfsstate *stp, int cansleep,
104 static int nfsrv_freeopen(struct nfsstate *stp, vnode_t vp, int cansleep,
106 static void nfsrv_freelockowner(struct nfsstate *stp, vnode_t vp, int cansleep,
108 static void nfsrv_freeallnfslocks(struct nfsstate *stp, vnode_t vp,
122 struct nfslock *insert_lop, struct nfsstate *stp, struct nfslockfile *lfp);
123 static void nfsrv_updatelock(struct nfsstate *stp, struct nfslock **new_lopp,
142 static int nfsrv_delegconflict(struct nfsstate *stp, int *haslockp,
149 static void nfsrv_delaydelegtimeout(struct nfsstate *stp);
151 struct nfsstate *stp, struct nfsrvcache *op);
152 static int nfsrv_nootherstate(struct nfsstate *stp);
184 struct nfsstate *stp, *tstp; local
525 struct nfsstate *stp; local
904 struct nfsstate *stp, *openstp, *lckownstp; local
971 struct nfsstate *stp; local
1144 struct nfsstate *stp, *nstp; local
1268 struct nfsstate *stp, *nstp; local
1319 struct nfsstate *stp, *nstp; local
1331 nfsrv_freedeleg(struct nfsstate *stp) argument
1357 nfsrv_freeopenowner(struct nfsstate *stp, int cansleep, NFSPROC_T *p) argument
1385 nfsrv_freeopen(struct nfsstate *stp, vnode_t vp, int cansleep, NFSPROC_T *p) argument
1433 nfsrv_freelockowner(struct nfsstate *stp, vnode_t vp, int cansleep, NFSPROC_T *p) argument
1451 nfsrv_freeallnfslocks(struct nfsstate *stp, vnode_t vp, int cansleep, NFSPROC_T *p) argument
1544 struct nfsstate *stp; local
1577 struct nfsstate *stp; local
1614 struct nfsstate *stp, *lckstp = NULL; local
2334 struct nfsstate *stp, *nstp; local
2587 struct nfsstate *stp, *nstp; local
3350 struct nfsstate *stp, *ownerstp; local
3509 struct nfsstate *stp; local
3591 struct nfsstate *stp, *nstp, *openstp, *ownstp; local
3734 nfsrv_insertlock(struct nfslock *new_lop, struct nfslock *insert_lop, struct nfsstate *stp, struct nfslockfile *lfp) argument
3785 nfsrv_updatelock(struct nfsstate *stp, struct nfslock **new_lopp, struct nfslock **other_lopp, struct nfslockfile *lfp) argument
3920 nfsrv_checkseqid(struct nfsrv_descript *nd, u_int32_t seqid, struct nfsstate *stp, struct nfsrvcache *op) argument
4588 struct nfsstate *stp; local
5091 nfsrv_delegconflict(struct nfsstate *stp, int *haslockp, NFSPROC_T *p, vnode_t vp) argument
5275 struct nfsstate *stp; local
5362 struct nfsstate *stp, *nstp; local
5492 struct nfsstate st, *stp = &st; local
5539 struct nfsstate *stp; local
5651 struct nfsstate *stp, *nstp; local
5725 nfsrv_delaydelegtimeout(struct nfsstate *stp) argument
5745 nfsrv_nootherstate(struct nfsstate *stp) argument
6403 struct nfsstate *stp; local
6448 struct nfsstate *stp; local
[all...]
H A Dnfs_nfsdserv.c653 struct nfsstate st, *stp = &st; local
682 stp->ls_flags = (NFSLCK_CHECK | NFSLCK_READACCESS);
684 stp->ls_ownerlen = 0;
685 stp->ls_op = NULL;
686 stp->ls_uid = nd->nd_cred->cr_uid;
687 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
688 clientid.lval[0] = stp->ls_stateid.other[0] = *tl++;
689 clientid.lval[1] = stp->ls_stateid.other[1] = *tl++;
701 stp->ls_stateid.other[2] = *tl++;
734 nd->nd_repstat = nfsrv_lockctrl(vp, &stp,
816 struct nfsstate st, *stp = &st; local
2194 struct nfsstate *stp = NULL; local
2378 struct nfsstate *stp = NULL; local
2492 struct nfsstate *stp; local
2591 struct nfsstate *stp = NULL; local
3064 struct nfsstate st, *stp = &st; local
3203 struct nfsstate st, *stp = &st; local
3256 struct nfsstate st, *stp = &st; local
3743 struct nfsstate *stp = NULL; local
[all...]
/freebsd-11-stable/lib/libc/aarch64/sys/
H A Dcerror.S34 stp x0, lr, [sp]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_vfork_aarch64.inc.S12 stp xzr, x30, [sp, #-16]!
23 stp x0, xzr, [sp, #-16]!
/freebsd-11-stable/contrib/ipfilter/
H A Dradix_ipf.c1040 myst_t *stp; local
1042 stp = (myst_t *)node;
1043 rv = ipf_rx_delete(head, &stp->dst, &stp->mask);
1144 myst_t *stp = (myst_t *)node; local
1150 addrname(&stp->dst), node[0].maskbitcount);
1151 if (stp->printed == -1)
1152 printf("!!! %d\n", stp->printed);
1154 stp->printed = 1;
1159 printnode(stp)
1313 myst_t *stp; local
1335 myst_t *stp; local
1373 myst_t *stp; local
1414 myst_t *stp; local
[all...]
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dradix_ipf.c1040 myst_t *stp; local
1042 stp = (myst_t *)node;
1043 rv = ipf_rx_delete(head, &stp->dst, &stp->mask);
1144 myst_t *stp = (myst_t *)node; local
1150 addrname(&stp->dst), node[0].maskbitcount);
1151 if (stp->printed == -1)
1152 printf("!!! %d\n", stp->printed);
1154 stp->printed = 1;
1159 printnode(stp)
1313 myst_t *stp; local
1335 myst_t *stp; local
1373 myst_t *stp; local
1414 myst_t *stp; local
[all...]
/freebsd-11-stable/sys/kern/
H A Dsys_generic.c1257 struct seltd *stp; local
1266 stp = td->td_sel;
1268 STAILQ_FOREACH_SAFE(sfp, &stp->st_selq, sf_link, sfn) {
1271 selfdfree(stp, sfp);
1285 stp->st_flags = 0;
1476 struct seltd *stp; local
1490 stp = td->td_sel;
1492 STAILQ_FOREACH_SAFE(sfp, &stp->st_selq, sf_link, sfn) {
1495 selfdfree(stp, sfp);
1522 stp
1693 struct seltd *stp; local
1707 selfdfree(struct seltd *stp, struct selfd *sfp) argument
1748 struct seltd *stp; local
1819 struct seltd *stp; local
1849 struct seltd *stp; local
1864 struct seltd *stp; local
1896 struct seltd *stp; local
1918 struct seltd *stp; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_program.c67 dt_stmt_t *stp, *next; local
70 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL; stp = next) {
71 next = dt_list_next(stp);
72 dtrace_stmt_destroy(dtp, stp->ds_desc);
73 dt_free(dtp, stp);
89 dt_stmt_t *stp; local
106 for (stp = dt_list_next(&pgp->dp_stmts); stp; st
283 dt_stmt_t *stp = dt_alloc(dtp, sizeof (dt_stmt_t)); local
298 dt_stmt_t *stp, *next; local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/locale/
H A Dt_mbrtowc.c126 mbstate_t *stp; local
152 stp = use_mbstate ? &st : 0;
160 ATF_REQUIRE(mbsinit(stp) != 0);
163 size_t rv = mbrtowc(&dst, src, n, stp);
212 rv = mbsrtowcs(wbuf, &src, SIZE, stp);
/freebsd-11-stable/crypto/openssh/regress/
H A Dcheck-perm.c94 auth_secure_path(const char *name, struct stat *stp, const char *pw_dir, argument
110 if (!S_ISREG(stp->st_mode)) {
114 if ((!platform_sys_dir_uid(stp->st_uid) && stp->st_uid != uid) ||
115 (stp->st_mode & 022) != 0) {
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S710 stp x0, x1, [x0, #0x000]
711 stp x2, x3, [x0, #0x010]
712 stp x4, x5, [x0, #0x020]
713 stp x6, x7, [x0, #0x030]
714 stp x8, x9, [x0, #0x040]
715 stp x10,x11, [x0, #0x050]
716 stp x12,x13, [x0, #0x060]
717 stp x14,x15, [x0, #0x070]
718 stp x16,x17, [x0, #0x080]
719 stp x1
[all...]
/freebsd-11-stable/stand/efi/loader/arch/arm64/
H A Dstart.S143 stp x0, x1, [sp, #-16]!
151 stp xzr, xzr, [x0], #16
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_aarch64.S43 stp x29, x30, [sp, -32]!
94 stp x29, x30, [sp, -32]!
145 stp x29, x30, [sp, -32]!
155 stp x0, x1, [sp, 16]
198 stp x29, x30, [sp, -32]!
208 stp x0, x1, [sp, 16]

Completed in 222 milliseconds

1234