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

12

/freebsd-11-stable/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.h325 ctl_tag_type tag_type; /* simple, ordered, head of queue,etc.*/ member in struct:ctl_scsiio
367 ctl_tag_type tag_type; /* simple, ordered, etc. */ member in struct:ctl_taskio
478 ctl_tag_type tag_type; /* simple, ordered, etc. */ member in struct:ctl_ha_msg_scsi
496 ctl_tag_type tag_type; /* simple, ordered, etc. */ member in struct:ctl_ha_msg_task
H A Dctl_frontend_cam_sim.c557 io->scsiio.tag_type = CTL_TAG_UNTAGGED;
560 io->scsiio.tag_type = CTL_TAG_SIMPLE;
563 io->scsiio.tag_type = CTL_TAG_HEAD_OF_QUEUE;
566 io->scsiio.tag_type = CTL_TAG_ORDERED;
569 io->scsiio.tag_type = CTL_TAG_ACA;
572 io->scsiio.tag_type = CTL_TAG_UNTAGGED;
639 io->taskio.tag_type = CTL_TAG_UNTAGGED;
642 io->taskio.tag_type = CTL_TAG_SIMPLE;
645 io->taskio.tag_type = CTL_TAG_HEAD_OF_QUEUE;
648 io->taskio.tag_type
[all...]
H A Dscsi_ctl.c1163 io->scsiio.tag_type = CTL_TAG_UNTAGGED;
1166 io->scsiio.tag_type = CTL_TAG_SIMPLE;
1169 io->scsiio.tag_type = CTL_TAG_HEAD_OF_QUEUE;
1172 io->scsiio.tag_type = CTL_TAG_ORDERED;
1175 io->scsiio.tag_type = CTL_TAG_ACA;
1178 io->scsiio.tag_type = CTL_TAG_UNTAGGED;
H A Dctl_frontend_iscsi.c520 io->scsiio.tag_type = CTL_TAG_UNTAGGED;
523 io->scsiio.tag_type = CTL_TAG_SIMPLE;
526 io->scsiio.tag_type = CTL_TAG_ORDERED;
529 io->scsiio.tag_type = CTL_TAG_HEAD_OF_QUEUE;
532 io->scsiio.tag_type = CTL_TAG_ACA;
535 io->scsiio.tag_type = CTL_TAG_UNTAGGED;
573 io->taskio.tag_type = CTL_TAG_SIMPLE; /* XXX */
1110 io->taskio.tag_type = CTL_TAG_SIMPLE; /* XXX */
H A Dctl_frontend_ioctl.c429 (io->scsiio.tag_type != CTL_TAG_UNTAGGED))
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pow.h258 uint8_t tag_type; member in struct:__anon8691
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:__anon8701::__anon8707
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:__anon8701::__anon8708
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:__anon8701::__anon8709
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:__anon8701::__anon8714
925 uint64_t tag_type : 2; /**< The tag type of the SSO entry. */ member in struct:__anon8701::__anon8715
1250 uint64_t tag_type : 2; member in struct:__anon8728::__anon8729
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:__anon8825::__anon8826
498 cvmx_pow_tag_type_t tag_type:2; member in struct:__anon8825::__anon8827
518 cvmx_pow_tag_type_t tag_type:2; member in struct:__anon8825::__anon8828
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-11-stable/contrib/tcpdump/
H A Dprint-pppoe.c135 u_short tag_type = 0xffff, tag_len; local
141 * tag_type is previous tag or 0xffff for first iteration
143 while (tag_type && p < pppoe_payload + pppoe_length) {
145 tag_type = EXTRACT_16BITS(p);
170 tok2str(pppoetag2str, "TAG-0x%x", tag_type),
176 ND_PRINT((ndo, " [%s 0x", tok2str(pppoetag2str, "TAG-0x%x", tag_type)));
186 "TAG-0x%x", tag_type)));
/freebsd-11-stable/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-11-stable/sys/sys/
H A Ddevicestat.h198 devstat_tag_type tag_type,
/freebsd-11-stable/sys/netgraph/
H A Dng_pppoe.h231 u_int16_t tag_type; member in struct:pppoe_tag
H A Dng_pppoe.c346 if (pt->tag_type == idx) {
948 neg->host_uniq.hdr.tag_type = PTT_HOST_UNIQ;
981 neg->service.hdr.tag_type = PTT_SRV_NAME;
996 neg->service.hdr.tag_type = PTT_SRV_NAME;
1018 neg->ac_name.hdr.tag_type = PTT_AC_NAME;
1043 neg->service.hdr.tag_type = PTT_SRV_NAME;
1129 privp->max_payload.hdr.tag_type = PTT_MAX_PAYL;
1165 tag->tag_type = PTT_HURL;
1208 tag->tag_type = PTT_MOTM;
1500 uniqtag.hdr.tag_type
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_devstat.c294 devstat_tag_type tag_type, devstat_trans_flags flags,
317 tag_type != DEVSTAT_TAG_NONE)
318 ds->tag_types[tag_type]++;
293 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-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_acl_platform_posix1e.c177 acl_tag_t tag_type; local
182 acl_get_tag_type(aclent, &tag_type);
183 switch (tag_type) {
H A Dtest_acl_platform_nfs4.c551 acl_tag_t tag_type; local
556 acl_get_tag_type(aclent, &tag_type);
566 switch (tag_type) {
610 acl_tag_t tag_type; local
615 acl_get_tag_type(aclent, &tag_type);
646 switch (tag_type) {
/freebsd-11-stable/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-11-stable/include/rpcsvc/
H A Dnis.x246 u_long tag_type; /* Statistic tag (may vary) */
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp273 const TagType *tag_type = local
276 if (!tag_type)
280 const_cast<TagDecl *>(tag_type->getDecl());
310 const TagType *tag_type = local
313 if (!tag_type)
317 const_cast<TagDecl *>(tag_type->getDecl());
1993 } else if (const TagType *tag_type = qual_type->getAs<TagType>()) {
1994 TagDecl *tag_decl = tag_type->getDecl();
/freebsd-11-stable/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-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTImporter.cpp645 if (const TagType *tag_type = type->getAs<TagType>()) {
646 TagDecl *tag_decl = tag_type->getDecl();
713 if (const TagType *tag_type = type->getAs<TagType>()) {
714 TagDecl *tag_decl = tag_type->getDecl();
H A DClangASTContext.cpp2309 const clang::TagType *tag_type = llvm::dyn_cast<clang::TagType>(clang_type); local
2310 if (tag_type) {
2312 llvm::dyn_cast<clang::TagDecl>(tag_type->getDecl());
2444 const clang::TagType *tag_type = local
2446 return !tag_type->isIncompleteType();
2450 const clang::TagType *tag_type = local
2452 if (tag_type) {
2453 clang::TagDecl *tag_decl = tag_type->getDecl();
2467 return !tag_type->isIncompleteType();
3179 const clang::TagType *tag_type local
3449 const clang::TagType *tag_type = llvm::dyn_cast<clang::TagType>(qual_type); local
7752 const clang::TagType *tag_type = qual_type->getAs<clang::TagType>(); local
7783 const clang::TagType *tag_type = qual_type->getAs<clang::TagType>(); local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-alias.c2265 tree tag_type = TREE_TYPE (TREE_TYPE (ptr)); local
2266 HOST_WIDE_INT tag_set = get_alias_set (tag_type);
2305 tag = create_memory_tag (tag_type, true);
2319 TREE_THIS_VOLATILE (tag) |= TREE_THIS_VOLATILE (tag_type);
2788 tree tag_type = TREE_TYPE (TREE_TYPE (ptr)); local
2801 tag = create_memory_tag (tag_type, true);

Completed in 297 milliseconds

12