Home
last modified time | relevance | path

Searched defs:ptp (Results 1 – 11 of 11) sorted by relevance

/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux.c398 struct sg_pt_linux_scsi * ptp; in construct_scsi_pt_obj_with_fd() local
434 struct sg_pt_linux_scsi * ptp = &vp->impl; in destruct_scsi_pt_obj() local
452 struct sg_pt_linux_scsi * ptp = &vp->impl; in clear_scsi_pt_obj() local
484 struct sg_pt_linux_scsi * ptp = &vp->impl; in set_pt_file_handle() local
512 const struct sg_pt_linux_scsi * ptp = &vp->impl; in get_pt_file_handle() local
521 struct sg_pt_linux_scsi * ptp = &vp->impl; in set_scsi_pt_cdb() local
533 struct sg_pt_linux_scsi * ptp = &vp->impl; in set_scsi_pt_sense() local
547 struct sg_pt_linux_scsi * ptp = &vp->impl; in set_scsi_pt_data_in() local
562 struct sg_pt_linux_scsi * ptp = &vp->impl; in set_scsi_pt_data_out() local
576 struct sg_pt_linux_scsi * ptp = &vp->impl; in set_pt_metadata_xfer() local
[all …]
Dsg_pt_linux_nvme.c193 mk_sense_asc_ascq(struct sg_pt_linux_scsi * ptp, int sk, int asc, int ascq, in mk_sense_asc_ascq()
217 mk_sense_from_nvme_status(struct sg_pt_linux_scsi * ptp, int vb) in mk_sense_from_nvme_status()
249 mk_sense_invalid_fld(struct sg_pt_linux_scsi * ptp, bool in_cdb, int in_byte, in mk_sense_invalid_fld()
299 do_nvme_admin_cmd(struct sg_pt_linux_scsi * ptp, in do_nvme_admin_cmd()
388 sntl_cache_identity(struct sg_pt_linux_scsi * ptp, int time_secs, int vb) in sntl_cache_identity()
412 sntl_inq(struct sg_pt_linux_scsi * ptp, const uint8_t * cdbp, int time_secs, in sntl_inq()
543 sntl_rluns(struct sg_pt_linux_scsi * ptp, const uint8_t * cdbp, int time_secs, in sntl_rluns()
609 sntl_tur(struct sg_pt_linux_scsi * ptp, int time_secs, int vb) in sntl_tur()
653 sntl_req_sense(struct sg_pt_linux_scsi * ptp, const uint8_t * cdbp, in sntl_req_sense()
716 sntl_senddiag(struct sg_pt_linux_scsi * ptp, const uint8_t * cdbp, in sntl_senddiag()
[all …]
/third_party/gstreamer/gstreamer/tests/examples/
Dmeson.build7 subdir('ptp') subdir
/third_party/boost/boost/histogram/axis/
Dtraits.hpp85 auto ptp = variant2::get_if<TP>(vptr); in get_if() local
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpstats.c242 GstRTPProfile profile, gboolean ptp, gboolean first) in rtp_stats_calculate_rtcp_interval()
/third_party/libwebsockets/lib/misc/threadpool/
Dthreadpool.c776 struct lws_threadpool **ptp; in lws_threadpool_destroy() local
/third_party/mindspore/mindspore/_extends/parse/
Dstandard_method.py1077 def ptp(x, axis=None, keepdims=False): function
/third_party/mindspore/mindspore/common/
Dtensor.py1094 def ptp(self, axis=None, keepdims=False): member in Tensor
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_context.h512 struct radeon_state_atom ptp; member
/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstptpclock.c146 #define PTP_TIMESTAMP_TO_GST_CLOCK_TIME(ptp) (ptp.seconds_field * GST_SECOND + ptp.nanoseconds_fiel… argument
/third_party/mindspore/mindspore/numpy/
Dmath_ops.py957 def ptp(x, axis=None, keepdims=False): function