Searched refs:tag (Results 1 - 25 of 930) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
H A DProgramPoint.cpp23 const ProgramPointTag *tag){
28 return PreStmt(S, LC, tag);
30 return PostStmt(S, LC, tag);
32 return PreLoad(S, LC, tag);
34 return PostLoad(S, LC, tag);
36 return PreStore(S, LC, tag);
38 return PostLValue(S, LC, tag);
40 return PostStmtPurgeDeadSymbols(S, LC, tag);
42 return PreStmtPurgeDeadSymbols(S, LC, tag);
21 getProgramPoint(const Stmt *S, ProgramPoint::Kind K, const LocationContext *LC, const ProgramPointTag *tag) argument
/freebsd-10-stable/contrib/texinfo/makeinfo/
H A Dhtml.h27 char *tag; member in struct:hstack
44 extern void insert_html_tag (int start_or_end, char *tag);
57 extern int rollback_empty_tag (char *tag);
60 extern void insert_html_tag_with_attribute (int start_or_end, char *tag, char *format, ...);
/freebsd-10-stable/tools/kerneldoc/subsys/
H A DDependencies4 # makefile dependencies for doxygen tag files
7 $(.OBJDIR)/dev_sound/dev_sound.tag: $(.OBJDIR)/dev_pci/dev_pci.tag \
8 $(.OBJDIR)/dev_usb/dev_usb.tag \
14 $(.OBJDIR)/dev_usb/dev_usb.tag: $(.OBJDIR)/dev_pci/dev_pci.tag \
17 $(.OBJDIR)/dev_pci/dev_pci.tag: $(.OBJDIR)/include/pci_if.h \
/freebsd-10-stable/contrib/ipfilter/lib/
H A Dprint_toif.c15 print_toif(family, tag, base, fdp)
17 char *tag;
24 PRINTF("%s %s%s", tag, base + fdp->fd_name,
43 PRINTF("%s dstlist/%s ", tag, base + fdp->fd_name);
47 PRINTF("%s <%d>", tag, fdp->fd_type);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.h36 tag(0),
41 tag(t),
59 return tag != 0;
62 dw_tag_t tag; member in struct:DWARFDeclContext::Entry
72 AppendDeclContext (dw_tag_t tag, const char *name) argument
74 m_entries.push_back(Entry(tag, name));
H A DDWARFDeclContext.cpp44 if (pos->tag == DW_TAG_namespace)
46 else if (pos->tag == DW_TAG_class_type)
48 else if (pos->tag == DW_TAG_structure_type)
50 else if (pos->tag == DW_TAG_union_type)
84 if (pos->tag != rhs_pos->tag)
88 if (pos->tag == DW_TAG_structure_type && rhs_pos->tag == DW_TAG_class_type)
90 if (pos->tag == DW_TAG_class_type && rhs_pos->tag
[all...]
/freebsd-10-stable/lib/libc/posix1e/
H A Dacl_from_text.c47 static acl_tag_t acl_string_to_tag(char *tag, char *qualifier);
53 acl_string_to_tag(char *tag, char *qualifier) argument
57 if ((!strcmp(tag, "user")) || (!strcmp(tag, "u"))) {
60 if ((!strcmp(tag, "group")) || (!strcmp(tag, "g"))) {
63 if ((!strcmp(tag, "mask")) || (!strcmp(tag, "m"))) {
66 if ((!strcmp(tag, "other")) || (!strcmp(tag, "
86 char *tag, *qualifier, *permission; local
274 _acl_name_to_id(acl_tag_t tag, char *name, uid_t *id) argument
[all...]
/freebsd-10-stable/sys/arm/xscale/ixp425/
H A Dixp425_pci_space.c75 static u_int8_t _pci_io_bs_r_1(bus_space_tag_t tag, bus_space_handle_t, bus_size_t);
76 static u_int16_t _pci_io_bs_r_2(bus_space_tag_t tag, bus_space_handle_t, bus_size_t);
77 static u_int32_t _pci_io_bs_r_4(bus_space_tag_t tag, bus_space_handle_t, bus_size_t);
79 static void _pci_io_bs_w_1(bus_space_tag_t tag, bus_space_handle_t, bus_size_t, u_int8_t);
80 static void _pci_io_bs_w_2(bus_space_tag_t tag, bus_space_handle_t, bus_size_t, u_int16_t);
81 static void _pci_io_bs_w_4(bus_space_tag_t tag, bus_space_handle_t, bus_size_t, u_int32_t);
84 static u_int8_t _pci_io_bs_r_1_s(bus_space_tag_t tag, bus_space_handle_t, bus_size_t);
85 static u_int16_t _pci_io_bs_r_2_s(bus_space_tag_t tag, bus_space_handle_t, bus_size_t);
86 static u_int32_t _pci_io_bs_r_4_s(bus_space_tag_t tag, bus_space_handle_t, bus_size_t);
88 static void _pci_io_bs_w_1_s(bus_space_tag_t tag, bus_space_handle_
210 ixp425_pci_bs_subregion(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, bus_size_t size, bus_space_handle_t *nbshp) argument
218 ixp425_pci_bs_barrier(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, bus_size_t len, int flags) argument
226 ixp425_pci_io_bs_map(bus_space_tag_t tag, bus_addr_t bpa, bus_size_t size, int cacheable, bus_space_handle_t *bshp) argument
234 ixp425_pci_io_bs_unmap(bus_space_tag_t tag, bus_space_handle_t h, bus_size_t size) argument
240 ixp425_pci_io_bs_alloc(bus_space_tag_t tag, bus_addr_t rstart, bus_addr_t rend, bus_size_t size, bus_size_t alignment, bus_size_t boundary, int cacheable, bus_addr_t *bpap, bus_space_handle_t *bshp) argument
248 ixp425_pci_io_bs_free(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t size) argument
255 _bs_r(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off, u_int32_t be) argument
269 _pci_io_bs_r_1(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off) argument
281 _pci_io_bs_r_2(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off) argument
293 _pci_io_bs_r_4(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off) argument
303 _pci_io_bs_r_1_s(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off) argument
315 _pci_io_bs_r_2_s(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off) argument
327 _pci_io_bs_r_4_s(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off) argument
337 _bs_w(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off, u_int32_t be, u_int32_t data) argument
348 _pci_io_bs_w_1(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off, u_int8_t val) argument
360 _pci_io_bs_w_2(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off, u_int16_t val) argument
372 _pci_io_bs_w_4(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off, u_int32_t val) argument
380 _pci_io_bs_w_1_s(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off, u_int8_t val) argument
392 _pci_io_bs_w_2_s(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off, u_int16_t val) argument
404 _pci_io_bs_w_4_s(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off, u_int32_t val) argument
413 ixp425_pci_mem_bs_map(bus_space_tag_t tag, bus_addr_t bpa, bus_size_t size, int cacheable, bus_space_handle_t *bshp) argument
421 ixp425_pci_mem_bs_unmap(bus_space_tag_t tag, bus_space_handle_t h, bus_size_t size) argument
428 ixp425_pci_mem_bs_alloc(bus_space_tag_t tag, bus_addr_t rstart, bus_addr_t rend, bus_size_t size, bus_size_t alignment, bus_size_t boundary, int cacheable, bus_addr_t *bpap, bus_space_handle_t *bshp) argument
436 ixp425_pci_mem_bs_free(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t size) argument
443 _pci_mem_bs_r_1(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off) argument
449 _pci_mem_bs_r_2(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off) argument
455 _pci_mem_bs_r_4(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off) argument
464 _pci_mem_bs_w_1(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off, u_int8_t val) argument
471 _pci_mem_bs_w_2(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off, u_int16_t val) argument
478 _pci_mem_bs_w_4(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off, u_int32_t val) argument
[all...]
/freebsd-10-stable/sys/x86/x86/
H A Dbus_machdep.c43 bus_space_map(bus_space_tag_t tag, bus_addr_t addr, bus_size_t size, argument
47 *bshp = (tag == X86_BUS_SPACE_MEM)
54 bus_space_unmap(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t size) argument
57 if (tag == X86_BUS_SPACE_MEM)
/freebsd-10-stable/contrib/mdocml/
H A Dmdoc_html.c259 "list-tag"
355 struct tag *t, *tt;
356 struct htmlpair tag; local
358 PAIR_CLASS_INIT(&tag, "mandoc");
367 print_otag(h, TAG_DIV, 1, &tag);
369 t = print_otag(h, TAG_DIV, 1, &tag);
407 struct tag *t;
495 struct htmlpair tag[3]; local
496 struct tag *t, *tt;
498 PAIR_SUMMARY_INIT(&tag[
527 struct htmlpair tag[3]; local
578 struct htmlpair tag; local
609 struct htmlpair tag; local
641 struct htmlpair tag; local
666 struct htmlpair tag; local
683 struct htmlpair tag; local
734 struct htmlpair tag[2]; local
781 struct htmlpair tag; local
794 struct htmlpair tag; local
838 struct htmlpair tag; local
868 struct htmlpair tag[2]; local
980 struct htmlpair tag[3]; local
1073 struct htmlpair tag; local
1114 struct htmlpair tag; local
1126 struct htmlpair tag[2]; local
1157 struct htmlpair tag[2]; local
1181 struct htmlpair tag[2]; local
1274 struct htmlpair tag; local
1286 struct htmlpair tag; local
1298 struct htmlpair tag; local
1312 struct htmlpair tag; local
1325 struct htmlpair tag; local
1337 struct htmlpair tag; local
1349 struct htmlpair tag; local
1362 struct htmlpair tag; local
1394 struct htmlpair tag[2]; local
1455 struct htmlpair tag; local
1475 struct htmlpair tag; local
1489 struct htmlpair tag[2]; local
1618 struct htmlpair tag; local
1645 struct htmlpair tag[2]; local
1671 struct htmlpair tag[2]; local
1697 struct htmlpair tag; local
1742 struct htmlpair tag[2]; local
1798 struct htmlpair tag; local
1810 struct htmlpair tag; local
1862 struct htmlpair tag; local
1886 struct htmlpair tag[2]; local
1922 struct htmlpair tag; local
1953 struct htmlpair tag; local
1972 struct htmlpair tag; local
1984 struct htmlpair tag; local
2016 struct htmlpair tag; local
2031 struct htmlpair tag[2]; local
2159 struct htmlpair tag; local
[all...]
H A Dhtml.c176 struct tag *tag; local
181 while ((tag = h->tags.head) != NULL) {
182 h->tags.head = tag->next;
183 free(tag);
196 struct htmlpair tag[4]; local
198 tag[0].key = ATTR_HTTPEQUIV;
199 tag[0].val = "Content-Type";
200 tag[1].key = ATTR_CONTENT;
201 tag[
395 print_otag(struct html *h, enum htmltag tag, int sz, const struct htmlpair *p) argument
464 print_ctag(struct html *h, enum htmltag tag) argument
538 struct tag *tag; local
561 struct tag *tag; local
[all...]
/freebsd-10-stable/usr.sbin/bsdconfig/startup/
H A Dmisc108 function mprint(tag,item)
110 printf menu_fmt, tag, item
128 tag = sprintf(mtag_fmt, char, mark, subtag)
129 mprint(tag, ENVIRON["msg_apm_desc"])
130 if (ditem == char) defaultitem = tag
143 tag = sprintf(mtag_fmt, char, mark, subtag)
144 mprint(tag, ENVIRON["msg_startup_dirs_desc"])
145 if (ditem == char) defaultitem = tag
154 tag = sprintf(mtag_fmt, char, mark, subtag)
155 mprint(tag, ENVIRO
[all...]
/freebsd-10-stable/sys/gnu/dts/arm/
H A Dvf610-colibri.dtsi24 arm,tag-latency = <3 2 3>;
/freebsd-10-stable/usr.bin/csup/
H A Dkeyword.c67 struct tag { struct
71 STAILQ_ENTRY(tag) next;
74 static struct tag *tag_new(const char *, rcskey_t);
75 static char *tag_expand(struct tag *, struct diffinfo *);
76 static void tag_free(struct tag *);
79 STAILQ_HEAD(, tag) keywords; /* Enabled keywords. */
108 struct tag *tag; local
117 tag = tag_new(tag_defaults[i].ident, tag_defaults[i].key);
118 STAILQ_INSERT_TAIL(&new->keywords, tag, nex
181 struct tag *tag; local
196 struct tag *new, *tag; local
212 struct tag *tag; local
236 struct tag *tag; local
261 struct tag *tag, *temp; local
283 struct tag *tag; local
441 tag_free(struct tag *tag) argument
453 tag_expand(struct tag *tag, struct diffinfo *di) argument
[all...]
/freebsd-10-stable/contrib/wpa/wpa_supplicant/examples/
H A Dwps-nfc.py108 def wps_tag_read(tag):
109 if len(tag.ndef.message):
110 message = nfc.ndef.Message(tag.ndef.message)
116 print "WPS tag - send to wpa_supplicant"
117 wpas_tag_read(tag.ndef.message)
120 print "Empty tag"
122 print "Remove tag"
123 while tag.is_present:
132 print "Waiting for a tag or peer to be touched"
136 tag
[all...]
/freebsd-10-stable/contrib/ofed/management/
H A Dgen_chlog.sh36 for tag in `git tag -l ${target}-'*'` ; do
37 obj=`git cat-file tag $tag | awk '/^object /{print $2}'`
42 all_vers="$prev_tag$tag $all_vers"
43 prev_tag=$tag..
62 prev_t=$tag..
/freebsd-10-stable/sys/dev/sfxge/common/
H A Def10_tlv_layout.h52 * The current tag IDs have a general structure: with the exception of the
56 * - L is a location, indicating where this tag is expected to be found:
90 /* The "end" tag.
93 * the tag itself is irrelevant.)
99 /* Other special reserved tag values.
115 uint32_t tag; member in struct:tlv_partition_header
137 uint32_t tag; member in struct:tlv_partition_trailer
154 uint32_t tag; member in struct:tlv_appendable_partition_header
173 uint32_t tag; member in struct:tlv_global_capabilities
191 uint32_t tag; member in struct:tlv_port_mac
211 uint32_t tag; member in struct:tlv_pf_static_vpd
219 uint32_t tag; member in struct:tlv_global_static_vpd
236 uint32_t tag; member in struct:tlv_pf_dynamic_vpd
244 uint32_t tag; member in struct:tlv_global_dynamic_vpd
261 uint32_t tag; member in struct:tlv_pf_dbi
274 uint32_t tag; member in struct:tlv_global_dbi
298 uint32_t tag; member in struct:tlv_partition_subtype
315 uint32_t tag; member in struct:tlv_partition_version
328 uint32_t tag; member in struct:tlv_pcie_config
346 uint32_t tag; member in struct:tlv_per_pf_pcie_config
368 uint32_t tag; member in struct:tlv_tmp_gubbins
399 uint32_t tag; member in struct:tlv_global_port_config
419 uint32_t tag; member in struct:tlv_firmware_options
447 uint32_t tag; member in struct:tlv_0v9_settings
467 uint32_t tag; member in struct:tlv_clock_config
478 uint32_t tag; member in struct:tlv_clock_config_medford
499 uint32_t tag; member in struct:tlv_global_mac
513 uint32_t tag; member in struct:tlv_0v9_atb_target
528 uint32_t tag; member in struct:tlv_pcie_config_r2
549 uint32_t tag; member in struct:tlv_global_port_mode
572 uint32_t tag; member in struct:tlv_vswitch_type
589 uint32_t tag; member in struct:tlv_vport_vlan_tag
600 uint32_t tag; member in struct:tlv_0v9_atb_offset
615 uint32_t tag; member in struct:tlv_privilege_mask
623 uint32_t tag; member in struct:tlv_privilege_mask_add
631 uint32_t tag; member in struct:tlv_privilege_mask_rem
642 uint32_t tag; member in struct:tlv_privilege_mask_add_all_pfs
653 uint32_t tag; member in struct:tlv_privilege_mask_add_single_pf
664 uint32_t tag; member in struct:tlv_pfiov
694 uint32_t tag; member in struct:tlv_mcast_filter_chaining
706 uint32_t tag; member in struct:tlv_rate_limit
729 uint32_t tag; member in struct:tlv_ocsd
747 uint32_t tag; member in struct:tlv_descriptor_cache_config
765 uint32_t tag; member in struct:tlv_rx_event_merging_config
776 uint32_t tag; member in struct:tlv_pcie_link_settings
790 uint32_t tag; member in struct:tlv_tx_event_merging_config
807 uint32_t tag; member in struct:tlv_biu_vi_window_mode
818 uint32_t tag; member in struct:tlv_license
839 uint32_t tag; member in struct:tlv_tsan_config
863 uint32_t tag; member in struct:tlv_tsac_config
883 uint32_t tag; member in struct:tlv_binding_ticket
900 uint32_t tag; member in struct:tlv_pik_sf
918 uint32_t tag; member in struct:tlv_ca_root_cert
931 uint32_t tag; member in struct:tlv_tx_vfifo_ull_mode
[all...]
/freebsd-10-stable/cddl/usr.sbin/dtrace/tests/tools/
H A Ddtest.sh15 local tag
17 tag=$(basename $1)
18 tag=${tag#*.}
19 tag=${tag%%[a-z.]*}
20 echo $tag
35 tag=$(gettag "$TFILE")
40 tag=$(gettag "$TFILE")
60 elif [ -n "${tag}" ]
[all...]
/freebsd-10-stable/sys/contrib/ngatm/netnatm/api/
H A Dunisap.c48 if (sve->tag == UNISVE_ABSENT)
50 if (sve->tag == UNISVE_ANY)
52 if (sve->tag != UNISVE_PRESENT)
75 if (sve->tag != UNISVE_PRESENT &&
76 sve->tag != UNISVE_ABSENT &&
77 sve->tag != UNISVE_ANY)
88 if (sve->tag != UNISVE_PRESENT &&
89 sve->tag != UNISVE_ABSENT &&
90 sve->tag != UNISVE_ANY)
101 if (sve->tag !
[all...]
/freebsd-10-stable/sys/sparc64/sparc64/
H A Dspitfire.c92 u_long tag; local
100 tag = ldxa(addr, ASI_DCACHE_TAG);
101 if (((tag >> DC_VALID_SHIFT) & DC_VALID_MASK) == 0)
103 tag &= DC_TAG_MASK << DC_TAG_SHIFT;
104 if (tag == target) {
106 stxa_sync(addr, ASI_DCACHE_TAG, tag);
118 register u_long tag __asm("%g1");
130 : "=r" (tag) : "r" (addr), "n" (ASI_ICACHE_TAG));
131 if (((tag >> IC_VALID_SHIFT) & IC_VALID_MASK) == 0)
133 tag
167 u_long tag; local
[all...]
/freebsd-10-stable/contrib/binutils/bfd/
H A Delf-attrs.c55 obj_attr_size (int tag, obj_attribute *attr) argument
62 size = uleb128_size (tag);
102 size += obj_attr_size (list->tag, &list->attr);
144 write_obj_attribute (bfd_byte *p, int tag, obj_attribute *attr) argument
150 p = write_uleb128 (p, tag);
194 p = write_obj_attribute (p, list->tag, &list->attr);
223 elf_new_obj_attr (bfd *abfd, int vendor, int tag) argument
231 if (tag < NUM_KNOWN_OBJ_ATTRIBUTES)
234 attr = &elf_known_obj_attributes (abfd)[vendor][tag];
238 /* Create a new tag
261 bfd_elf_get_obj_attr_int(bfd *abfd, int vendor, int tag) argument
287 bfd_elf_add_obj_attr_int(bfd *abfd, int vendor, int tag, unsigned int i) argument
310 bfd_elf_add_obj_attr_string(bfd *abfd, int vendor, int tag, const char *s) argument
403 gnu_obj_attrs_arg_type(int tag) argument
418 _bfd_elf_obj_attrs_arg_type(bfd *abfd, int vendor, int tag) argument
483 int tag; local
[all...]
/freebsd-10-stable/sys/dev/mse/
H A Dmse_isa.c317 mse_enablelogi(bus_space_tag_t tag, bus_space_handle_t handle) argument
321 bus_space_write_1(tag, handle, MSE_PORTD, MSE_SETUP);
322 mse_getlogi(tag, handle, &dx, &dy, &but);
329 mse_disablelogi(bus_space_tag_t tag, bus_space_handle_t handle) argument
332 bus_space_write_1(tag, handle, MSE_PORTC, MSE_DISINTR);
339 mse_getlogi(bus_space_tag_t tag, bus_space_handle_t handle, int *dx, int *dy, argument
344 bus_space_write_1(tag, handle, MSE_PORTC, MSE_HOLD | MSE_RXLOW);
345 x = bus_space_read_1(tag, handle, MSE_PORTA);
348 bus_space_write_1(tag, handle, MSE_PORTC, MSE_HOLD | MSE_RXHIGH);
349 x |= (bus_space_read_1(tag, handl
381 mse_enableati(bus_space_tag_t tag, bus_space_handle_t handle) argument
393 mse_disableati(bus_space_tag_t tag, bus_space_handle_t handle) argument
404 mse_getati(bus_space_tag_t tag, bus_space_handle_t handle, int *dx, int *dy, int *but) argument
[all...]
/freebsd-10-stable/crypto/openssl/crypto/asn1/
H A Dasn1_par.c69 static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed,
73 static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed, argument
90 BIO_snprintf(str, sizeof str, "priv [ %d ] ", tag);
92 BIO_snprintf(str, sizeof str, "cont [ %d ]", tag);
94 BIO_snprintf(str, sizeof str, "appl [ %d ]", tag);
95 else if (tag > 30)
96 BIO_snprintf(str, sizeof str, "<ASN1 %d>", tag);
98 p = ASN1_tag2str(tag);
123 int tag, xclass, ret = 0; local
146 j = ASN1_get_object(&p, &len, &tag,
397 ASN1_tag2str(int tag) argument
[all...]
/freebsd-10-stable/contrib/groff/src/include/
H A Dindex.h36 struct tag { struct
/freebsd-10-stable/contrib/tcp_wrappers/
H A Ddiag.c32 static void tcpd_diag(severity, tag, format, ap)
34 char *tag;
42 tag, tcpd_context.file, tcpd_context.line, format);
44 sprintf(fmt, "%s: %s", tag, format);

Completed in 237 milliseconds

1234567891011>>