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

12

/freebsd-10.1-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.c96 ctl_scsi_tur(union ctl_io *io, ctl_tag_type tag_type, uint8_t control) argument
110 ctsio->tag_type = tag_type;
121 uint8_t byte2, uint8_t page_code, ctl_tag_type tag_type,
140 ctsio->tag_type = tag_type;
151 int32_t data_len, uint8_t byte2, ctl_tag_type tag_type,
169 ctsio->tag_type = tag_type;
180 uint8_t select_report, ctl_tag_type tag_type,
120 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
150 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
179 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
208 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
247 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
348 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
379 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
408 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
440 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
488 ctl_scsi_start_stop(union ctl_io *io, int start, int load_eject, int immediate, int power_conditions, int onoffline __unused, ctl_tag_type tag_type, uint8_t control) argument
522 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
573 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
599 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
657 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.h356 ctl_tag_type tag_type; /* simple, ordered, head of queue,etc.*/ member in struct:ctl_scsiio
387 ctl_tag_type tag_type; /* simple, ordered, etc. */ member in struct:ctl_taskio
474 ctl_tag_type tag_type; /* simple, ordered, etc. */ member in struct:ctl_ha_msg_scsi
492 ctl_tag_type tag_type; /* simple, ordered, etc. */ member in struct:ctl_ha_msg_task
H A Dctl_frontend_cam_sim.c584 io->scsiio.tag_type = CTL_TAG_UNTAGGED;
587 io->scsiio.tag_type = CTL_TAG_SIMPLE;
590 io->scsiio.tag_type = CTL_TAG_HEAD_OF_QUEUE;
593 io->scsiio.tag_type = CTL_TAG_ORDERED;
596 io->scsiio.tag_type = CTL_TAG_ACA;
599 io->scsiio.tag_type = CTL_TAG_UNTAGGED;
665 io->taskio.tag_type = CTL_TAG_UNTAGGED;
668 io->taskio.tag_type = CTL_TAG_SIMPLE;
671 io->taskio.tag_type = CTL_TAG_HEAD_OF_QUEUE;
674 io->taskio.tag_type
[all...]
H A Dctl_backend_block.c1063 if ((io->scsiio.tag_type == CTL_TAG_ORDERED)
1064 || (io->scsiio.tag_type == CTL_TAG_HEAD_OF_QUEUE))
1067 switch (io->scsiio.tag_type) {
1169 if ((io->scsiio.tag_type == CTL_TAG_ORDERED)
1170 || (io->scsiio.tag_type == CTL_TAG_HEAD_OF_QUEUE))
1173 switch (io->scsiio.tag_type) {
1321 if ((io->scsiio.tag_type == CTL_TAG_ORDERED)
1322 || (io->scsiio.tag_type == CTL_TAG_HEAD_OF_QUEUE))
1325 switch (io->scsiio.tag_type) {
H A Dscsi_ctl.c1226 io->scsiio.tag_type = CTL_TAG_UNTAGGED;
1229 io->scsiio.tag_type = CTL_TAG_SIMPLE;
1232 io->scsiio.tag_type = CTL_TAG_HEAD_OF_QUEUE;
1235 io->scsiio.tag_type = CTL_TAG_ORDERED;
1238 io->scsiio.tag_type = CTL_TAG_ACA;
1241 io->scsiio.tag_type = CTL_TAG_UNTAGGED;
H A Dctl_frontend_iscsi.c564 io->scsiio.tag_type = CTL_TAG_UNTAGGED;
567 io->scsiio.tag_type = CTL_TAG_SIMPLE;
570 io->scsiio.tag_type = CTL_TAG_ORDERED;
573 io->scsiio.tag_type = CTL_TAG_HEAD_OF_QUEUE;
576 io->scsiio.tag_type = CTL_TAG_ACA;
579 io->scsiio.tag_type = CTL_TAG_UNTAGGED;
625 io->taskio.tag_type = CTL_TAG_SIMPLE; /* XXX */
1072 io->taskio.tag_type = CTL_TAG_SIMPLE; /* XXX */
/freebsd-10.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-pow.h258 uint8_t tag_type; member in struct:__anon7243
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:__anon7253::__anon7259
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:__anon7253::__anon7260
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:__anon7253::__anon7261
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:__anon7253::__anon7266
925 uint64_t tag_type : 2; /**< The tag type of the SSO entry. */ member in struct:__anon7253::__anon7267
1250 uint64_t tag_type : 2; member in struct:__anon7280::__anon7281
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:__anon7377::__anon7378
498 cvmx_pow_tag_type_t tag_type:2; member in struct:__anon7377::__anon7379
518 cvmx_pow_tag_type_t tag_type:2; member in struct:__anon7377::__anon7380
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.1-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.1-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.1-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.1-release/sys/netgraph/
H A Dng_pppoe.h204 u_int16_t tag_type; member in struct:pppoe_tag
H A Dng_pppoe.c322 if (pt->tag_type == idx) {
861 neg->service.hdr.tag_type = PTT_SRV_NAME;
877 neg->service.hdr.tag_type = PTT_SRV_NAME;
899 neg->ac_name.hdr.tag_type = PTT_AC_NAME;
924 neg->service.hdr.tag_type = PTT_SRV_NAME;
1068 uniqtag.hdr.tag_type = PTT_HOST_UNIQ;
1225 uniqtag.hdr.tag_type = PTT_AC_COOKIE;
1770 tag->tag_type = PTT_GEN_ERR;
1876 switch (pt->tag_type) {
/freebsd-10.1-release/sys/sys/
H A Ddevicestat.h198 devstat_tag_type tag_type,
/freebsd-10.1-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.1-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.1-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.1-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.1-release/include/rpcsvc/
H A Dnis.x246 u_long tag_type; /* Statistic tag (may vary) */
/freebsd-10.1-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.1-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 342 milliseconds

12