Searched refs:tag_type (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-10.3-release/sys/cam/ctl/
H A Dctl_util.h44 void ctl_scsi_tur(union ctl_io *io, ctl_tag_type tag_type, uint8_t control);
46 uint8_t byte2, uint8_t page_code, ctl_tag_type tag_type,
50 ctl_tag_type tag_type, uint8_t control);
53 ctl_tag_type tag_type, uint8_t control);
57 uint32_t buffer_offset, ctl_tag_type tag_type,
62 uint32_t num_blocks, ctl_tag_type tag_type,
67 ctl_tag_type tag_type, uint8_t control);
70 int pmi, ctl_tag_type tag_type, uint8_t control);
73 int pmi, ctl_tag_type tag_type, uint8_t control);
77 int minimum_cdb_size, ctl_tag_type tag_type,
[all...]
H A Dctl_util.c99 ctl_scsi_tur(union ctl_io *io, ctl_tag_type tag_type, uint8_t control) argument
113 ctsio->tag_type = tag_type;
124 uint8_t byte2, uint8_t page_code, ctl_tag_type tag_type,
143 ctsio->tag_type = tag_type;
154 int32_t data_len, uint8_t byte2, ctl_tag_type tag_type,
172 ctsio->tag_type = tag_type;
183 uint8_t select_report, ctl_tag_type tag_type,
123 ctl_scsi_inquiry(union ctl_io *io, uint8_t *data_ptr, int32_t data_len, uint8_t byte2, uint8_t page_code, ctl_tag_type tag_type, uint8_t control) argument
153 ctl_scsi_request_sense(union ctl_io *io, uint8_t *data_ptr, int32_t data_len, uint8_t byte2, ctl_tag_type tag_type, uint8_t control) argument
182 ctl_scsi_report_luns(union ctl_io *io, uint8_t *data_ptr, uint32_t data_len, uint8_t select_report, ctl_tag_type tag_type, uint8_t control) argument
211 ctl_scsi_read_write_buffer(union ctl_io *io, uint8_t *data_ptr, uint32_t data_len, int read_buffer, uint8_t mode, uint8_t buffer_id, uint32_t buffer_offset, ctl_tag_type tag_type, uint8_t control) argument
250 ctl_scsi_read_write(union ctl_io *io, uint8_t *data_ptr, uint32_t data_len, int read_op, uint8_t byte2, int minimum_cdb_size, uint64_t lba, uint32_t num_blocks, ctl_tag_type tag_type, uint8_t control) argument
351 ctl_scsi_write_same(union ctl_io *io, uint8_t *data_ptr, uint32_t data_len, uint8_t byte2, uint64_t lba, uint32_t num_blocks, ctl_tag_type tag_type, uint8_t control) argument
382 ctl_scsi_read_capacity(union ctl_io *io, uint8_t *data_ptr, uint32_t data_len, uint32_t addr, int reladr, int pmi, ctl_tag_type tag_type, uint8_t control) argument
411 ctl_scsi_read_capacity_16(union ctl_io *io, uint8_t *data_ptr, uint32_t data_len, uint64_t addr, int reladr, int pmi, ctl_tag_type tag_type, uint8_t control) argument
443 ctl_scsi_mode_sense(union ctl_io *io, uint8_t *data_ptr, uint32_t data_len, int dbd, int llbaa, uint8_t page_code, uint8_t pc, uint8_t subpage, int minimum_cdb_size, ctl_tag_type tag_type, uint8_t control) argument
491 ctl_scsi_start_stop(union ctl_io *io, int start, int load_eject, int immediate, int power_conditions, ctl_tag_type tag_type, uint8_t control) argument
520 ctl_scsi_sync_cache(union ctl_io *io, int immed, int reladr, int minimum_cdb_size, uint64_t starting_lba, uint32_t block_count, ctl_tag_type tag_type, uint8_t control) argument
571 ctl_scsi_persistent_res_in(union ctl_io *io, uint8_t *data_ptr, uint32_t data_len, int action, ctl_tag_type tag_type, uint8_t control) argument
597 ctl_scsi_persistent_res_out(union ctl_io *io, uint8_t *data_ptr, uint32_t data_len, int action, int type, uint64_t key, uint64_t sa_key, ctl_tag_type tag_type, uint8_t control) argument
655 ctl_scsi_maintenance_in(union ctl_io *io, uint8_t *data_ptr, uint32_t data_len, uint8_t action, ctl_tag_type tag_type, uint8_t control) argument
[all...]
H A Dctl_io.h317 ctl_tag_type tag_type; /* simple, ordered, head of queue,etc.*/ member in struct:ctl_scsiio
359 ctl_tag_type tag_type; /* simple, ordered, etc. */ member in struct:ctl_taskio
469 ctl_tag_type tag_type; /* simple, ordered, etc. */ member in struct:ctl_ha_msg_scsi
488 ctl_tag_type tag_type; /* simple, ordered, etc. */ member in struct:ctl_ha_msg_task
H A Dctl_frontend_cam_sim.c565 io->scsiio.tag_type = CTL_TAG_UNTAGGED;
568 io->scsiio.tag_type = CTL_TAG_SIMPLE;
571 io->scsiio.tag_type = CTL_TAG_HEAD_OF_QUEUE;
574 io->scsiio.tag_type = CTL_TAG_ORDERED;
577 io->scsiio.tag_type = CTL_TAG_ACA;
580 io->scsiio.tag_type = CTL_TAG_UNTAGGED;
648 io->taskio.tag_type = CTL_TAG_UNTAGGED;
651 io->taskio.tag_type = CTL_TAG_SIMPLE;
654 io->taskio.tag_type = CTL_TAG_HEAD_OF_QUEUE;
657 io->taskio.tag_type
[all...]
H A Dscsi_ctl.c1181 io->scsiio.tag_type = CTL_TAG_UNTAGGED;
1184 io->scsiio.tag_type = CTL_TAG_SIMPLE;
1187 io->scsiio.tag_type = CTL_TAG_HEAD_OF_QUEUE;
1190 io->scsiio.tag_type = CTL_TAG_ORDERED;
1193 io->scsiio.tag_type = CTL_TAG_ACA;
1196 io->scsiio.tag_type = CTL_TAG_UNTAGGED;
H A Dctl_frontend_iscsi.c515 io->scsiio.tag_type = CTL_TAG_UNTAGGED;
518 io->scsiio.tag_type = CTL_TAG_SIMPLE;
521 io->scsiio.tag_type = CTL_TAG_ORDERED;
524 io->scsiio.tag_type = CTL_TAG_HEAD_OF_QUEUE;
527 io->scsiio.tag_type = CTL_TAG_ACA;
530 io->scsiio.tag_type = CTL_TAG_UNTAGGED;
568 io->taskio.tag_type = CTL_TAG_SIMPLE; /* XXX */
1065 io->taskio.tag_type = CTL_TAG_SIMPLE; /* XXX */
H A Dctl_frontend_ioctl.c431 (io->scsiio.tag_type != CTL_TAG_UNTAGGED))
/freebsd-10.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-pow.h258 uint8_t tag_type; member in struct:__anon7529
702 tag_type is not NULL or NULL_NULL). */
709 uint64_t tag_type : 2; /**< The tag type attached to the core (updated when new tag list member in struct:__anon7539::__anon7545
715 uint64_t tag_type : 2;
741 uint64_t tag_type : 2; /**< The tag type attached to the core (updated when new tag list entered member in struct:__anon7539::__anon7546
747 uint64_t tag_type : 2;
766 (and tag_type is not NULL or NULL_NULL). This field is unpredictable
774 uint64_t tag_type : 2; /**< The tag type attached to the core (updated when new tag list member in struct:__anon7539::__anon7547
780 uint64_t tag_type : 2;
821 tag_type i
902 uint64_t tag_type : 2; /**< The tag type of the POW entry. */ member in struct:__anon7539::__anon7552
925 uint64_t tag_type : 2; /**< The tag type of the SSO entry. */ member in struct:__anon7539::__anon7553
1250 uint64_t tag_type : 2; member in struct:__anon7566::__anon7567
1656 cvmx_pow_tag_sw_nocheck(uint32_t tag, cvmx_pow_tag_type_t tag_type) argument
1719 cvmx_pow_tag_sw(uint32_t tag, cvmx_pow_tag_type_t tag_type) argument
1757 cvmx_pow_tag_sw_full_nocheck(cvmx_wqe_t *wqp, uint32_t tag, cvmx_pow_tag_type_t tag_type, uint64_t group) argument
1825 cvmx_pow_tag_sw_full(cvmx_wqe_t *wqp, uint32_t tag, cvmx_pow_tag_type_t tag_type, uint64_t group) argument
1915 cvmx_pow_work_submit(cvmx_wqe_t *wqp, uint32_t tag, cvmx_pow_tag_type_t tag_type, uint64_t qos, uint64_t grp) argument
2103 cvmx_pow_tag_sw_desched_nocheck(uint32_t tag, cvmx_pow_tag_type_t tag_type, uint64_t group, uint64_t no_sched) argument
2181 cvmx_pow_tag_sw_desched(uint32_t tag, cvmx_pow_tag_type_t tag_type, uint64_t group, uint64_t no_sched) argument
[all...]
H A Dcvmx-wqe.h481 cvmx_pow_tag_type_t tag_type:2; member in struct:__anon7663::__anon7664
498 cvmx_pow_tag_type_t tag_type:2; member in struct:__anon7663::__anon7665
518 cvmx_pow_tag_type_t tag_type:2; member in struct:__anon7663::__anon7666
670 return work->word1.s.tag_type;
677 work->word1.cn68xx.tag_type = (cvmx_pow_tag_type_t)tt;
682 work->word1.cn38xx.tag_type = (cvmx_pow_tag_type_t)tt;
H A Dcvmx-pow.c430 OCT_TAG_TYPE_STRING(dump->sstatus[core][bit_cur].s_sstatus2.tag_type),
432 if (dump->sstatus[core][bit_cur].s_sstatus2.tag_type != CVMX_POW_TAG_TYPE_NULL_NULL)
547 OCT_TAG_TYPE_STRING(dump->smemload[index][0].s_smemload0.tag_type),
638 OCT_TAG_TYPE_STRING(dump->sstatus[core][tag].s_sstatus2_cn68xx.tag_type),
640 if (dump->sstatus[core][tag].s_sstatus2_cn68xx.tag_type != CVMX_POW_TAG_TYPE_NULL_NULL)
746 OCT_TAG_TYPE_STRING(dump->smemload[index][1].s_smemload0_cn68xx.tag_type),
/freebsd-10.3-release/contrib/tcpdump/
H A Dprint-pppoe.c145 u_short tag_type = 0xffff, tag_len; local
151 * tag_type is previous tag or 0xffff for first iteration
153 while (tag_type && p < pppoe_payload + pppoe_length) {
155 tag_type = EXTRACT_16BITS(p);
180 tok2str(pppoetag2str, "TAG-0x%x", tag_type),
186 printf(" [%s 0x", tok2str(pppoetag2str, "TAG-0x%x", tag_type));
196 "TAG-0x%x", tag_type));
/freebsd-10.3-release/lib/libc/posix1e/
H A Dacl_set.c183 * value of tag_type
186 acl_set_tag_type(acl_entry_t entry_d, acl_tag_t tag_type) argument
194 switch(tag_type) {
212 switch(tag_type) {
220 entry_d->ae_tag = tag_type;
/freebsd-10.3-release/contrib/libarchive/libarchive/test/
H A Dtest_acl_freebsd_posix1e.c77 acl_tag_t tag_type; local
81 acl_get_tag_type(aclent, &tag_type);
95 switch (tag_type) {
H A Dtest_acl_freebsd_nfs4.c244 acl_tag_t tag_type; local
249 acl_get_tag_type(aclent, &tag_type);
258 switch (tag_type) {
/freebsd-10.3-release/sys/sys/
H A Ddevicestat.h198 devstat_tag_type tag_type,
/freebsd-10.3-release/sys/netgraph/
H A Dng_pppoe.h213 u_int16_t tag_type; member in struct:pppoe_tag
H A Dng_pppoe.c330 if (pt->tag_type == idx) {
869 neg->service.hdr.tag_type = PTT_SRV_NAME;
885 neg->service.hdr.tag_type = PTT_SRV_NAME;
907 neg->ac_name.hdr.tag_type = PTT_AC_NAME;
932 neg->service.hdr.tag_type = PTT_SRV_NAME;
1018 privp->max_payload.hdr.tag_type = PTT_MAX_PAYL;
1083 uniqtag.hdr.tag_type = PTT_HOST_UNIQ;
1264 uniqtag.hdr.tag_type = PTT_AC_COOKIE;
1815 tag->tag_type = PTT_GEN_ERR;
1921 switch (pt->tag_type) {
[all...]
/freebsd-10.3-release/sys/kern/
H A Dsubr_devstat.c296 devstat_tag_type tag_type, devstat_trans_flags flags,
319 tag_type != DEVSTAT_TAG_NONE)
320 ds->tag_types[tag_type]++;
295 devstat_end_transaction(struct devstat *ds, uint32_t bytes, devstat_tag_type tag_type, devstat_trans_flags flags, struct bintime *now, struct bintime *then) argument
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp766 int tag_type,
772 tag_type,
791 int tag_type,
794 switch (tag_type)
762 OpInfoCallback(void *disassembler, uint64_t pc, uint64_t offset, uint64_t size, int tag_type, void *tag_bug) argument
788 OpInfo(uint64_t PC, uint64_t Offset, uint64_t Size, int tag_type, void *tag_bug) argument
/freebsd-10.3-release/contrib/groff/src/utils/hpftodit/
H A Dhpftodit.cpp71 enum tag_type { enum
256 static void require_tag(tag_type);
257 static void dump_ascii(File &, tag_type);
275 entry &tag_info(tag_type t)
544 require_tag(tag_type t)
977 enum tag_type t = tag_type(i);
1184 dump_ascii(File &f, tag_type t)
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangASTSource.cpp246 const TagType *tag_type = clang_type.GetQualType()->getAs<TagType>(); local
248 if (!tag_type)
251 TagDecl *candidate_tag_decl = const_cast<TagDecl*>(tag_type->getDecl());
285 const TagType *tag_type = clang_type.GetQualType()->getAs<TagType>(); local
287 if (!tag_type)
290 TagDecl *candidate_tag_decl = const_cast<TagDecl*>(tag_type->getDecl());
1845 else if (const TagType *tag_type = qual_type->getAs<TagType>())
1847 TagDecl *tag_decl = tag_type->getDecl();
/freebsd-10.3-release/include/rpcsvc/
H A Dnis.x246 u_long tag_type; /* Statistic tag (may vary) */
/freebsd-10.3-release/contrib/binutils/binutils/
H A Ddebug.h276 with tag_type. The fourth argument is TRUE for a struct, FALSE
367 bfd_boolean (*tag_type) member in struct:debug_write_fns
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTType.cpp76 const TagType *tag_type = dyn_cast<TagType>(qual_type.getTypePtr()); local
77 if (tag_type)
79 TagDecl *tag_decl = tag_type->getDecl();
96 return !tag_type->isIncompleteType();
688 const TagType *tag_type = dyn_cast<TagType>(qual_type.getTypePtr()); local
689 if (tag_type)
691 TagDecl *tag_decl = tag_type->getDecl();
1025 const clang::TagType *tag_type = dyn_cast<clang::TagType>(qual_type); local
1026 if (tag_type)
1027 return tag_type
5355 const TagType *tag_type = dyn_cast<TagType>(clang_type); local
5382 const TagType *tag_type = dyn_cast<TagType>(t); local
[all...]
H A DClangASTImporter.cpp291 if (const TagType *tag_type = type->getAs<TagType>())
293 return CompleteTagDecl(tag_type->getDecl());

Completed in 166 milliseconds

12