Searched refs:stp (Results 51 - 75 of 80) sorted by relevance

1234

/freebsd-11-stable/sys/dev/isci/scil/
H A Dscif_sas_sati_binding.h239 (request)->stp.sequence.is_translate_response_required
H A Dscu_task_context.h437 struct STP_TASK_CONTEXT stp; member in union:PROTOCOL_CONTEXT
H A Dscic_sds_stp_request.c85 * This macro returns the address of the stp h2d reg fis buffer in the io
94 * This macro aligns the stp command buffer in DWORD alignment
103 * This macro returns the DWORD-aligned stp command buffer
112 * This macro returns the address of the stp response buffer in the io
123 * This macro aligns the stp response buffer in DWORD alignment
132 * This macro returns the DWORD-aligned stp response buffer
443 task_context->type.stp.fis_type = SATA_FIS_TYPE_REGH2D;
637 this_request->task_context_buffer->type.stp.ncq_tag = ncq_tag;
1071 task_context->type.stp.fis_type = SATA_FIS_TYPE_DATA;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pid.c786 dt_stmt_t *stp; local
798 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL;
799 stp = dt_list_next(stp)) {
801 pdp = &stp->ds_desc->dtsd_ecbdesc->dted_probe;
/freebsd-11-stable/secure/lib/libcrypto/aarch64/
H A Dsha256-armv8.S17 stp x29,x30,[sp,#-128]!
20 stp x19,x20,[sp,#16]
21 stp x21,x22,[sp,#32]
22 stp x23,x24,[sp,#48]
23 stp x25,x26,[sp,#64]
24 stp x27,x28,[sp,#80]
33 stp x0,x2,[x29,#96]
958 stp w20,w21,[x0]
961 stp w22,w23,[x0,#2*4]
965 stp w2
[all...]
H A Dsha512-armv8.S11 stp x29,x30,[sp,#-128]!
14 stp x19,x20,[sp,#16]
15 stp x21,x22,[sp,#32]
16 stp x23,x24,[sp,#48]
17 stp x25,x26,[sp,#64]
18 stp x27,x28,[sp,#80]
27 stp x0,x2,[x29,#96]
952 stp x20,x21,[x0]
955 stp x22,x23,[x0,#2*8]
959 stp x2
[all...]
H A Dsha1-armv8.S18 stp x29,x30,[sp,#-96]!
20 stp x19,x20,[sp,#16]
21 stp x21,x22,[sp,#32]
22 stp x23,x24,[sp,#48]
23 stp x25,x26,[sp,#64]
24 stp x27,x28,[sp,#80]
1060 stp w20,w21,[x0]
1061 stp w22,w23,[x0,#8]
1077 stp x29,x30,[sp,#-16]!
H A Daesv8-armx.S18 stp x29,x30,[sp,#-16]!
184 stp x29,x30,[sp,#-16]!
281 stp x29,x30,[sp,#-16]!
571 stp x29,x30,[sp,#-16]!
/freebsd-11-stable/contrib/file/src/
H A Dreadelf.c1772 const struct stat *stp; local
1806 stp = &b->st;
1812 stp = &st;
1818 if (S_ISREG(stp->st_mode) || stp->st_size != 0)
1819 fsize = stp->st_size;
/freebsd-11-stable/sys/contrib/cloudabi/
H A Dcloudabi_vdso_aarch64.S86 stp x1, x2, [sp, #-16]
368 stp x0, x1, [sp, #-16]
/freebsd-11-stable/usr.sbin/tcpdump/tcpdump/
H A DMakefile147 print-stp.c \
/freebsd-11-stable/usr.bin/pr/
H A Dpr.c337 int stp; local
458 stp = 1;
460 stp = 0;
496 if (!stp) {
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsymfile.c349 const struct section_table *stp;
354 for (stp = start, oidx = 0; stp != end; stp++)
356 if (bfd_get_section_flags (stp->bfd,
357 stp->the_bfd_section) & (SEC_ALLOC | SEC_LOAD)
360 sap->other[oidx].addr = stp->addr;
362 = xstrdup (bfd_section_name (stp->bfd, stp->the_bfd_section));
363 sap->other[oidx].sectindex = stp
348 const struct section_table *stp; local
[all...]
/freebsd-11-stable/sys/dev/iscsi_initiator/
H A Disc_sm.c758 return kproc_create(ism_out, sp, &sp->stp, 0, 0, "isc_out %d", sp->sid);
760 return kthread_create(ism_out, sp, &sp->stp, 0, 0, "isc_out %d", sp->sid);
H A Discsivar.h132 struct proc *stp; // the sm thread member in struct:isc_session
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c600 dtrace_stmtdesc_t *stp, dtrace_ecbdesc_t **last)
602 dtrace_ecbdesc_t *edp = stp->dtsd_ecbdesc;
762 dtrace_stmtdesc_t *stp, dtrace_ecbdesc_t **last)
764 dtrace_ecbdesc_t *edp = stp->dtsd_ecbdesc;
599 info_stmt(dtrace_hdl_t *dtp, dtrace_prog_t *pgp, dtrace_stmtdesc_t *stp, dtrace_ecbdesc_t **last) argument
761 list_stmt(dtrace_hdl_t *dtp, dtrace_prog_t *pgp, dtrace_stmtdesc_t *stp, dtrace_ecbdesc_t **last) argument
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daesv8-armx.pl75 stp x29,x30,[sp,#-16]!
245 stp x29,x30,[sp,#-16]!
354 stp x29,x30,[sp,#-16]!
683 stp x29,x30,[sp,#-16]!
/freebsd-11-stable/sys/cam/
H A Dcam_iosched.c1084 cam_iosched_flush(struct cam_iosched_softc *isc, struct devstat *stp, int err) argument
1086 bioq_flush(&isc->bio_queue, stp, err);
1087 bioq_flush(&isc->trim_queue, stp, err);
1090 bioq_flush(&isc->write_queue, stp, err);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h613 kmp_stats_event(uint64_t strt, uint64_t stp, int nst, timer_e nme) argument
614 : start(strt), stop(stp), nest_level(nst), timer_name(nme) {}
H A Dz_Linux_asm.S1264 stp x29, x30, [sp, #-16]!
1266 stp x19, x20, [sp, #-16]!
/freebsd-11-stable/contrib/tcpdump/
H A DMakefile.in212 print-stp.c \
/freebsd-11-stable/contrib/libpcap/
H A Dscanner.l302 stp return STP;
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c1408 nfsquad_t clientid, nfsv4stateid_t *stateidp, struct nfsstate *stp,
1419 stateidp, stp, NULL, nd, p, nd->nd_repstat);
1469 stateidp, stp, vp, nd, p, nd->nd_repstat);
1479 stateidp, stp, vp, nd, p, nd->nd_repstat);
1407 nfsvno_open(struct nfsrv_descript *nd, struct nameidata *ndp, nfsquad_t clientid, nfsv4stateid_t *stateidp, struct nfsstate *stp, int *exclusive_flagp, struct nfsvattr *nvap, int32_t *cverf, int create, NFSACL_T *aclp, nfsattrbit_t *attrbitp, struct ucred *cred, struct thread *p, struct nfsexstuff *exp, struct vnode **vpp) argument
/freebsd-11-stable/sys/dev/mfi/
H A Dmfi.c2997 cm->cm_frame->stp.sgl.sg64[i].addr =
2999 cm->cm_frame->stp.sgl.sg64[i].len =
3002 cm->cm_frame->stp.sgl.sg32[i].addr =
3004 cm->cm_frame->stp.sgl.sg32[i].len =
/freebsd-11-stable/contrib/binutils/opcodes/
H A Darm-dis.c3406 unsigned int stp = (given & 0x00000030u) >> 4;
3412 switch (stp)
3405 unsigned int stp = (given & 0x00000030u) >> 4; local

Completed in 347 milliseconds

1234