Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 25 of 559) sorted by relevance

12345678910>>...23

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DARMAttributeParser.cpp72 Error ARMAttributeParser::stringAttribute(AttrType tag) { in stringAttribute()
94 Error ARMAttributeParser::CPU_arch(AttrType tag) { in CPU_arch()
98 Error ARMAttributeParser::CPU_arch_profile(AttrType tag) { in CPU_arch_profile()
115 Error ARMAttributeParser::ARM_ISA_use(AttrType tag) { in ARM_ISA_use()
120 Error ARMAttributeParser::THUMB_ISA_use(AttrType tag) { in THUMB_ISA_use()
125 Error ARMAttributeParser::FP_arch(AttrType tag) { in FP_arch()
132 Error ARMAttributeParser::WMMX_arch(AttrType tag) { in WMMX_arch()
137 Error ARMAttributeParser::Advanced_SIMD_arch(AttrType tag) { in Advanced_SIMD_arch()
143 Error ARMAttributeParser::MVE_arch(AttrType tag) { in MVE_arch()
149 Error ARMAttributeParser::PCS_config(AttrType tag) { in PCS_config()
[all …]
H A DCSKYAttributeParser.cpp70 Error CSKYAttributeParser::handler(uint64_t tag, bool &handled) { in handler()
84 Error CSKYAttributeParser::dspVersion(unsigned tag) { in dspVersion()
89 Error CSKYAttributeParser::vdspVersion(unsigned tag) { in vdspVersion()
94 Error CSKYAttributeParser::fpuVersion(unsigned tag) { in fpuVersion()
100 Error CSKYAttributeParser::fpuABI(unsigned tag) { in fpuABI()
105 Error CSKYAttributeParser::fpuRounding(unsigned tag) { in fpuRounding()
110 Error CSKYAttributeParser::fpuDenormal(unsigned tag) { in fpuDenormal()
115 Error CSKYAttributeParser::fpuException(unsigned tag) { in fpuException()
120 Error CSKYAttributeParser::fpuHardFP(unsigned tag) { in fpuHardFP()
H A DELFAttributeParser.cpp23 Error ELFAttributeParser::parseStringAttribute(const char *name, unsigned tag, in parseStringAttribute()
36 Error ELFAttributeParser::integerAttribute(unsigned tag) { in integerAttribute()
52 Error ELFAttributeParser::stringAttribute(unsigned tag) { in stringAttribute()
68 void ELFAttributeParser::printAttribute(unsigned tag, unsigned value, in printAttribute()
98 uint64_t tag = de.getULEB128(cursor); in parseAttributeList() local
137 uint8_t tag = de.getU8(cursor); in parseSubsection() local
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_external.cpp33 static TagData *GetTagData(uptr tag) { in GetTagData()
39 const char *GetObjectTypeFromTag(uptr tag) { in GetObjectTypeFromTag()
44 const char *GetReportHeaderFromTag(uptr tag) { in GetReportHeaderFromTag()
49 void InsertShadowStackFrameForTag(ThreadState *thr, uptr tag) { in InsertShadowStackFrameForTag()
63 void ExternalAccess(void *addr, uptr caller_pc, void *tag, AccessType typ) { in ExternalAccess()
88 void __tsan_external_register_header(void *tag, const char *header) { in __tsan_external_register_header()
100 void __tsan_external_assign_tag(void *addr, void *tag) { in __tsan_external_assign_tag()
114 void __tsan_external_read(void *addr, void *caller_pc, void *tag) { in __tsan_external_read()
119 void __tsan_external_write(void *addr, void *caller_pc, void *tag) { in __tsan_external_write()
/openbsd-src/sys/arch/luna88k/include/
H A Dbus.h201 bus_space_read_multi_1(bus_space_tag_t tag, bus_space_handle_t handle, in bus_space_read_multi_1()
209 bus_space_read_multi_2(bus_space_tag_t tag, bus_space_handle_t handle, in bus_space_read_multi_2()
217 bus_space_read_multi_4(bus_space_tag_t tag, bus_space_handle_t handle, in bus_space_read_multi_4()
229 bus_space_read_raw_multi_2(bus_space_tag_t tag, bus_space_handle_t handle, in bus_space_read_raw_multi_2()
241 bus_space_read_raw_multi_4(bus_space_tag_t tag, bus_space_handle_t handle, in bus_space_read_raw_multi_4()
263 bus_space_read_region_1(bus_space_tag_t tag, bus_space_handle_t handle, in bus_space_read_region_1()
271 bus_space_read_region_2(bus_space_tag_t tag, bus_space_handle_t handle, in bus_space_read_region_2()
281 bus_space_read_region_4(bus_space_tag_t tag, bus_space_handle_t handle, in bus_space_read_region_4()
334 bus_space_write_multi_1(bus_space_tag_t tag, bus_space_handle_t handle, in bus_space_write_multi_1()
342 bus_space_write_multi_2(bus_space_tag_t tag, bus_space_handle_t handle, in bus_space_write_multi_2()
[all …]
/openbsd-src/sys/dev/pcmcia/
H A Dpcmciachip.h99 #define pcmcia_chip_mem_alloc(tag, handle, size, pcmhp) \ argument
102 #define pcmcia_chip_mem_free(tag, handle, pcmhp) \ argument
105 #define pcmcia_chip_mem_map(tag, handle, kind, card_addr, size, pcmhp, \ argument
110 #define pcmcia_chip_mem_unmap(tag, handle, window) \ argument
114 #define pcmcia_chip_io_alloc(tag, handle, start, size, align, pcihp) \ argument
117 #define pcmcia_chip_io_free(tag, handle, pcihp) \ argument
120 #define pcmcia_chip_io_map(tag, handle, width, card_addr, size, pcihp, \ argument
125 #define pcmcia_chip_io_unmap(tag, handle, window) \ argument
129 #define pcmcia_chip_intr_establish(tag, handle, pf, ipl, fct, arg, xname) \ argument
132 #define pcmcia_chip_intr_disestablish(tag, handle, ih) \ argument
[all …]
/openbsd-src/sys/dev/sdmmc/
H A Dsdmmcchip.h55 #define sdmmc_chip_host_reset(tag, handle) \ argument
58 #define sdmmc_chip_host_ocr(tag, handle) \ argument
60 #define sdmmc_chip_host_maxblklen(tag, handle) \ argument
63 #define sdmmc_chip_card_detect(tag, handle) \ argument
66 #define sdmmc_chip_bus_power(tag, handle, ocr) \ argument
68 #define sdmmc_chip_bus_clock(tag, handle, freq, timing) \ argument
70 #define sdmmc_chip_bus_width(tag, handle, width) \ argument
73 #define sdmmc_chip_exec_command(tag, handle, cmdp) \ argument
76 #define sdmmc_chip_card_intr_mask(tag, handle, enable) \ argument
78 #define sdmmc_chip_card_intr_ack(tag, handle) \ argument
[all …]
/openbsd-src/lib/libcrypto/asn1/
H A Dasn1_types.c235 asn1_type_by_tag(int tag) in asn1_type_by_tag()
244 asn1_must_be_constructed(int tag) in asn1_must_be_constructed()
257 asn1_must_be_primitive(int tag) in asn1_must_be_primitive()
270 asn1_tag2charwidth(int tag) in asn1_tag2charwidth()
281 ASN1_tag2bit(int tag) in ASN1_tag2bit()
293 ASN1_tag2str(int tag) in ASN1_tag2str()
/openbsd-src/sys/dev/ic/
H A Dbcm2835_vcprop.h136 struct vcprop_tag tag; member
141 struct vcprop_tag tag; member
146 struct vcprop_tag tag; member
151 struct vcprop_tag tag; member
177 struct vcprop_tag tag; member
182 struct vcprop_tag tag; member
205 struct vcprop_tag tag; member
213 struct vcprop_tag tag; member
218 struct vcprop_tag tag; member
223 struct vcprop_tag tag; member
[all …]
/openbsd-src/sys/arch/amd64/pci/
H A Dpci_machdep.c192 pci_decompose_tag(pci_chipset_tag_t pc, pcitag_t tag, int *bp, int *dp, int *fp) in pci_decompose_tag() argument
203 pci_conf_size(pci_chipset_tag_t pc, pcitag_t tag) in pci_conf_size() argument
228 pci_conf_read(pci_chipset_tag_t pc, pcitag_t tag, int reg) in pci_conf_read() argument
255 pci_conf_write(pci_chipset_tag_t pc,pcitag_t tag,int reg,pcireg_t data) pci_conf_write() argument
279 pci_msix_table_map(pci_chipset_tag_t pc,pcitag_t tag,bus_space_tag_t memt,bus_space_handle_t * memh) pci_msix_table_map() argument
305 pci_msix_table_unmap(pci_chipset_tag_t pc,pcitag_t tag,bus_space_tag_t memt,bus_space_handle_t memh) pci_msix_table_unmap() argument
326 PCI_MSI_PIN(tag,vec) global() argument
353 pcitag_t tag = PCI_MSI_TAG(pin); msi_hwmask() local
380 pcitag_t tag = PCI_MSI_TAG(pin); msi_hwunmask() local
408 pcitag_t tag = PCI_MSI_TAG(pin); msi_addroute() local
437 pcitag_t tag = PCI_MSI_TAG(pin); msi_delroute() local
453 pcitag_t tag = PCI_MSI_TAG(pin); msi_allocidtvec() local
488 pcitag_t tag = pa->pa_tag; pci_intr_enable_msivec() local
514 pcitag_t tag = pa->pa_tag; pci_intr_map_msi() local
537 pcitag_t tag = pa->pa_tag; pci_intr_map_msivec() local
581 pcitag_t tag = PCI_MSI_TAG(pin); msix_hwmask() local
607 pcitag_t tag = PCI_MSI_TAG(pin); msix_hwunmask() local
632 pcitag_t tag = PCI_MSI_TAG(pin); msix_addroute() local
669 pcitag_t tag = PCI_MSI_TAG(pin); msix_delroute() local
693 pcitag_t tag = pa->pa_tag; pci_intr_map_msix() local
878 pcitag_t tag = ih.tag; pci_intr_establish_cpu() local
1020 pci_min_powerstate(pci_chipset_tag_t pc,pcitag_t tag) pci_min_powerstate() argument
1030 pci_set_powerstate_md(pci_chipset_tag_t pc,pcitag_t tag,int state,int pre) pci_set_powerstate_md() argument
[all...]
/openbsd-src/sys/arch/arm64/dev/
H A Dpci_machdep.c31 pcitag_t tag = pa->pa_tag; in pci_intr_enable_msivec() local
54 pci_msi_enable(pci_chipset_tag_t pc, pcitag_t tag, in pci_msi_enable()
78 pci_msix_table_map(pci_chipset_tag_t pc, pcitag_t tag, in pci_msix_table_map()
104 pci_msix_table_unmap(pci_chipset_tag_t pc, pcitag_t tag, in pci_msix_table_unmap()
118 pci_msix_enable(pci_chipset_tag_t pc, pcitag_t tag, bus_space_tag_t memt, in pci_msix_enable()
152 pcitag_t tag = pa->pa_tag; in _pci_intr_map_msi() local
172 pcitag_t tag = pa->pa_tag; in _pci_intr_map_msivec() local
198 pcitag_t tag = pa->pa_tag; in _pci_intr_map_msix() local
/openbsd-src/usr.bin/less/
H A Dtags.c45 struct tag { struct
46 struct tag *next, *prev; /* List links */ argument
47 char *tag_file; /* Source file containing the tag */ argument
48 off_t tag_linenum; /* Appropriate line number in source file */ argument
49 char *tag_pattern; /* Pattern used to find the tag */ argument
50 int tag_endline; /* True if the pattern includes '$' */ argument
110 findtag(char *tag) in findtag()
193 findctag(char *tag) in findctag()
/openbsd-src/sys/arch/i386/pci/
H A Dpci_addr_fixup.c151 pcitag_t tag) in pciaddr_resource_reserve()
160 pci_chipset_tag_t pc, pcitag_t tag) in pciaddr_resource_reserve_disabled()
170 pcitag_t tag) in pciaddr_resource_allocate()
179 pcitag_t tag, pciaddr_resource_manage_func_t func) in pciaddr_resource_manage()
262 pcitag_t tag, int mapreg, struct extent *ex, int type, bus_addr_t *addr, in pciaddr_do_resource_allocate()
308 pcitag_t tag, int mapreg, struct extent *ex, int type, bus_addr_t *addr, in pciaddr_do_resource_reserve()
337 pci_chipset_tag_t pc, pcitag_t tag, int mapreg, struct extent *ex, int type, in pciaddr_do_resource_reserve_disabled()
376 pciaddr_print_devid(pci_chipset_tag_t pc, pcitag_t tag) in pciaddr_print_devid()
388 pciaddr_device_is_agp(pci_chipset_tag_t pc, pcitag_t tag) in pciaddr_device_is_agp()
H A Dpci_machdep.c156 u_int32_t tag; member
218 pcitag_t tag; in pci_attach_hook() local
359 pcitag_t tag; pci_make_tag() local
385 pci_decompose_tag(pci_chipset_tag_t pc,pcitag_t tag,int * bp,int * dp,int * fp) pci_decompose_tag() argument
410 pci_conf_size(pci_chipset_tag_t pc,pcitag_t tag) pci_conf_size() argument
435 pci_conf_read(pci_chipset_tag_t pc,pcitag_t tag,int reg) pci_conf_read() argument
474 pci_conf_write(pci_chipset_tag_t pc,pcitag_t tag,int reg,pcireg_t data) pci_conf_write() argument
621 pcitag_t tag = pa->pa_tag; pci_intr_map_msi() local
808 pcitag_t tag = ih.tag; pci_intr_establish() local
888 pcitag_t tag = { .mode1 = ih->ih_pin }; pci_intr_disestablish() local
985 pci_min_powerstate(pci_chipset_tag_t pc,pcitag_t tag) pci_min_powerstate() argument
995 pci_set_powerstate_md(pci_chipset_tag_t pc,pcitag_t tag,int state,int pre) pci_set_powerstate_md() argument
[all...]
/openbsd-src/lib/libevent/
H A Devent_tagging.c99 evtag_encode_tag(struct evbuffer *evbuf, ev_uint32_t tag) in evtag_encode_tag()
165 evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, in evtag_marshal()
175 evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag, ev_uint32_t integer) in evtag_marshal_int()
186 evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag, const char *string) in evtag_marshal_string()
192 evtag_marshal_timeval(struct evbuffer *evbuf, ev_uint32_t tag, struct timeval *tv) in evtag_marshal_timeval()
336 ev_uint32_t tag; in evtag_unmarshal_int() local
366 ev_uint32_t tag; in evtag_unmarshal_fixed() local
386 ev_uint32_t tag; in evtag_unmarshal_string() local
405 ev_uint32_t tag; in evtag_unmarshal_timeval() local
/openbsd-src/sys/arch/powerpc64/dev/
H A Dpci_machdep.c28 pci_msi_enable(pci_chipset_tag_t pc, pcitag_t tag, in pci_msi_enable()
49 pci_msix_table_map(pci_chipset_tag_t pc, pcitag_t tag, in pci_msix_table_map()
75 pci_msix_table_unmap(pci_chipset_tag_t pc, pcitag_t tag, in pci_msix_table_unmap()
89 pci_msix_enable(pci_chipset_tag_t pc, pcitag_t tag, bus_space_tag_t memt, in pci_msix_enable()
123 pcitag_t tag = pa->pa_tag; in _pci_intr_map_msi() local
142 pcitag_t tag = pa->pa_tag; in _pci_intr_map_msix() local
/openbsd-src/sys/arch/riscv64/dev/
H A Dpci_machdep.c28 pci_msi_enable(pci_chipset_tag_t pc, pcitag_t tag, in pci_msi_enable()
49 pci_msix_table_map(pci_chipset_tag_t pc, pcitag_t tag, in pci_msix_table_map()
75 pci_msix_table_unmap(pci_chipset_tag_t pc, pcitag_t tag, in pci_msix_table_unmap()
89 pci_msix_enable(pci_chipset_tag_t pc, pcitag_t tag, bus_space_tag_t memt, in pci_msix_enable()
123 pcitag_t tag = pa->pa_tag; in _pci_intr_map_msi() local
149 pcitag_t tag = pa->pa_tag; in _pci_intr_map_msix() local
/openbsd-src/sys/arch/sparc64/dev/
H A Dpci_machdep.c137 pcitag_t tag; in pci_make_tag() local
221 pci_decompose_tag(pci_chipset_tag_t pc, pcitag_t tag, int *bp, int *dp, int *fp) in pci_decompose_tag()
259 pcitag_t tag; in sparc64_pci_enumerate_bus() local
346 pci_conf_size(pci_chipset_tag_t pc, pcitag_t tag) in pci_conf_size()
357 pci_conf_read(pci_chipset_tag_t pc, pcitag_t tag, int reg) in pci_conf_read()
368 pci_conf_write(pci_chipset_tag_t pc, pcitag_t tag, int reg, pcireg_t data) in pci_conf_write()
381 pcitag_t tag = pa->pa_tag; in pci_intr_map() local
439 pcitag_t tag = pa->pa_tag; in pci_intr_map_msi() local
453 pcitag_t tag = pa->pa_tag; in pci_intr_map_msix() local
542 pci_msi_enable(pci_chipset_tag_t pc, pcitag_t tag, bus_addr_t addr, int vec) in pci_msi_enable()
[all …]
/openbsd-src/sys/arch/alpha/pci/
H A Dmcpcia_pci.c92 pcitag_t tag; local
98 mcpcia_decompose_tag(cpv, tag, bp, dp, fp) in mcpcia_decompose_tag() argument
112 mcpcia_conf_size(void *cpv, pcitag_t tag) in mcpcia_conf_size()
118 mcpcia_conf_read(cpv, tag, offset) in mcpcia_conf_read() argument
149 mcpcia_conf_write(cpv, tag, offset, data) in mcpcia_conf_write() argument
H A Dirongate_pci.c104 irongate_decompose_tag(void *ipv, pcitag_t tag, int *bp, int *dp, int *fp) in irongate_decompose_tag()
116 irongate_conf_size(void *ipv, pcitag_t tag) in irongate_conf_size()
122 irongate_conf_read(void *ipv, pcitag_t tag, int offset) in irongate_conf_read()
141 irongate_conf_read0(void *ipv, pcitag_t tag, int offset) in irongate_conf_read0()
158 irongate_conf_write(void *ipv, pcitag_t tag, int offset, pcireg_t data) in irongate_conf_write()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DProgramPoint.h131 ProgramPoint withTag(const ProgramPointTag *tag) const { in withTag()
227 : ProgramPoint(B, BlockEntranceKind, L, tag) { in ProgramPoint() argument
272 const ProgramPointTag *tag) in StmtPoint()
297 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {} in StmtPoint() argument
314 : StmtPoint(S, data, k, L, tag) {} in StmtPoint() argument
319 : StmtPoint(S, nullptr, k, L, tag) {} in StmtPoint() argument
323 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {} in StmtPoint() argument
338 : ProgramPoint(S, FunctionExitKind, LC, tag) {} in ProgramPoint() argument
361 : PostStmt(S, PostConditionKind, L, tag) {} in PostStmt() argument
375 ProgramPoint::Kind K, const ProgramPointTag *tag) in LocationCheck()
[all …]
/openbsd-src/sys/arch/amd64/amd64/
H A Dcodepatch.c32 uint16_t tag; member
108 codepatch_nop(uint16_t tag) in codepatch_nop()
130 codepatch_replace(uint16_t tag, const void *code, size_t len) in codepatch_replace()
157 codepatch_call(uint16_t tag, void *func) in codepatch_call()
163 codepatch_jmp(uint16_t tag, void *func) in codepatch_jmp()
170 codepatch_control_flow(uint16_t tag, void *func, enum op_type type) in codepatch_control_flow()
/openbsd-src/sys/dev/pci/drm/
H A Ddrm_vma_manager.c244 struct drm_file *tag, bool ref_counted) in vma_node_allow()
313 int drm_vma_node_allow(struct drm_vma_offset_node *node, struct drm_file *tag) in drm_vma_node_allow()
338 int drm_vma_node_allow_once(struct drm_vma_offset_node *node, struct drm_file *tag) in drm_vma_node_allow_once()
358 struct drm_file *tag) in drm_vma_node_revoke()
399 struct drm_file *tag) in drm_vma_node_is_allowed()
/openbsd-src/sys/dev/pci/
H A Dpci.c413 pci_probe_device(struct pci_softc *sc, pcitag_t tag, in pci_probe_device() argument
604 pci_get_capability(pci_chipset_tag_t pc,pcitag_t tag,int capid,int * offset,pcireg_t * value) pci_get_capability() argument
652 pci_get_ht_capability(pci_chipset_tag_t pc,pcitag_t tag,int capid,int * offset,pcireg_t * value) pci_get_ht_capability() argument
681 pci_get_ext_capability(pci_chipset_tag_t pc,pcitag_t tag,int capid,int * offset,pcireg_t * value) pci_get_ext_capability() argument
713 pci_requester_id(pci_chipset_tag_t pc,pcitag_t tag) pci_requester_id() argument
740 pci_get_powerstate(pci_chipset_tag_t pc,pcitag_t tag) pci_get_powerstate() argument
753 pci_set_powerstate(pci_chipset_tag_t pc,pcitag_t tag,int state) pci_set_powerstate() argument
813 pcitag_t tag; pci_enumerate_bus() local
877 pcitag_t tag = pa->pa_tag; pci_reserve_resources() local
1089 pci_vpd_read(pci_chipset_tag_t pc,pcitag_t tag,int offset,int count,pcireg_t * data) pci_vpd_read() argument
1126 pci_vpd_write(pci_chipset_tag_t pc,pcitag_t tag,int offset,int count,pcireg_t * data) pci_vpd_write() argument
1256 pcitag_t tag; pciioctl() local
1556 pci_disable_vga(pci_chipset_tag_t pc,pcitag_t tag) pci_disable_vga() argument
1566 pci_enable_vga(pci_chipset_tag_t pc,pcitag_t tag) pci_enable_vga() argument
1634 pci_alloc_msix_table(pci_chipset_tag_t pc,pcitag_t tag) pci_alloc_msix_table() argument
1650 pci_free_msix_table(pci_chipset_tag_t pc,pcitag_t tag,struct msix_vector * table) pci_free_msix_table() argument
1664 pci_suspend_msix(pci_chipset_tag_t pc,pcitag_t tag,bus_space_tag_t memt,pcireg_t * mc,struct msix_vector * table) pci_suspend_msix() argument
1694 pci_resume_msix(pci_chipset_tag_t pc,pcitag_t tag,bus_space_tag_t memt,pcireg_t mc,struct msix_vector * table) pci_resume_msix() argument
1746 pci_alloc_msix_table(pci_chipset_tag_t pc,pcitag_t tag) pci_alloc_msix_table() argument
1752 pci_free_msix_table(pci_chipset_tag_t pc,pcitag_t tag,struct msix_vector * table) pci_free_msix_table() argument
1758 pci_suspend_msix(pci_chipset_tag_t pc,pcitag_t tag,bus_space_tag_t memt,pcireg_t * mc,struct msix_vector * table) pci_suspend_msix() argument
1764 pci_resume_msix(pci_chipset_tag_t pc,pcitag_t tag,bus_space_tag_t memt,pcireg_t mc,struct msix_vector * table) pci_resume_msix() argument
[all...]
/openbsd-src/sys/dev/i2c/
H A Di2c_exec.c58 iic_exec(i2c_tag_t tag, i2c_op_t op, i2c_addr_t addr, const void *vcmd, in iic_exec()
122 iic_smbus_write_byte(i2c_tag_t tag, i2c_addr_t addr, uint8_t cmd, in iic_smbus_write_byte()
136 iic_smbus_read_byte(i2c_tag_t tag, i2c_addr_t addr, uint8_t cmd, in iic_smbus_read_byte()
150 iic_smbus_receive_byte(i2c_tag_t tag, i2c_addr_t addr, uint8_t *valp, in iic_smbus_receive_byte()

12345678910>>...23