Home
last modified time | relevance | path

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

12345678910>>...16

/dragonfly/contrib/tcpdump/
H A Dprint-dsa.c71 #define TOK(tag, byte, mask, shift) ((GET_U_1(&(((const u_char *) tag)[byte])) & (mask)) >> (shift)) argument
74 #define DSA_MODE(tag) TOK(tag, 0, 0xc0, 6) argument
79 #define DSA_TAGGED(tag) TOK(tag, 0, 0x20, 5) argument
80 #define DSA_DEV(tag) TOK(tag, 0, 0x1f, 0) argument
81 #define DSA_PORT(tag) TOK(tag, 1, 0xf8, 3) argument
82 #define DSA_TRUNK(tag) TOK(tag, 1, 0x04, 2) argument
83 #define DSA_RX_SNIFF(tag) TOK(tag, 1, 0x04, 2) argument
84 #define DSA_CFI(tag) TOK(tag, 1, 0x01, 0) argument
85 #define DSA_PRI(tag) TOK(tag, 2, 0xe0, 5) argument
86 #define DSA_VID(tag) ((u_short)((TOK(tag, 2, 0xe0, 5) << 8) | (TOK(tag, 3, 0xff, 0)))) argument
[all …]
/dragonfly/crypto/libressl/crypto/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()
292 ASN1_tag2str(int tag) in ASN1_tag2str()
/dragonfly/sys/cpu/x86_64/include/
H A Dbus_dma.h135 bus_space_read_1(bus_space_tag_t tag, bus_space_handle_t handle, in bus_space_read_1()
145 bus_space_read_2(bus_space_tag_t tag, bus_space_handle_t handle, in bus_space_read_2()
155 bus_space_read_4(bus_space_tag_t tag, bus_space_handle_t handle, in bus_space_read_4()
166 bus_space_read_8(bus_space_tag_t tag, bus_space_handle_t handle, in bus_space_read_8()
195 bus_space_read_multi_1(bus_space_tag_t tag, bus_space_handle_t bsh, in bus_space_read_multi_1()
214 bus_space_read_multi_2(bus_space_tag_t tag, bus_space_handle_t bsh, in bus_space_read_multi_2()
233 bus_space_read_multi_4(bus_space_tag_t tag, bus_space_handle_t bsh, in bus_space_read_multi_4()
382 bus_space_write_1(bus_space_tag_t tag, bus_space_handle_t bsh, in bus_space_write_1()
393 bus_space_write_2(bus_space_tag_t tag, bus_space_handle_t bsh, in bus_space_write_2()
404 bus_space_write_4(bus_space_tag_t tag, bus_space_handle_t bsh, in bus_space_write_4()
[all …]
/dragonfly/sbin/rconfig/
H A Ddefs.h67 typedef struct tag { struct
68 struct tag *next; argument
71 } *tag_t; argument
/dragonfly/contrib/binutils-2.27/bfd/
H A Delf-attrs.c57 obj_attr_size (unsigned int tag, obj_attribute *attr) in obj_attr_size()
146 write_obj_attribute (bfd_byte *p, unsigned int tag, obj_attribute *attr) in write_obj_attribute()
192 unsigned int tag = i; in vendor_set_obj_attr_contents() local
230 elf_new_obj_attr (bfd *abfd, int vendor, unsigned int tag) in elf_new_obj_attr()
268 bfd_elf_get_obj_attr_int (bfd *abfd, int vendor, unsigned int tag) in bfd_elf_get_obj_attr_int()
294 bfd_elf_add_obj_attr_int (bfd *abfd, int vendor, unsigned int tag, unsigned int i) in bfd_elf_add_obj_attr_int()
329 unsigned int tag, in bfd_elf_add_obj_attr_int_string()
398 gnu_obj_attrs_arg_type (unsigned int tag) in gnu_obj_attrs_arg_type()
413 _bfd_elf_obj_attrs_arg_type (bfd *abfd, int vendor, unsigned int tag) in _bfd_elf_obj_attrs_arg_type()
490 unsigned int tag; in _bfd_elf_parse_attributes() local
[all …]
/dragonfly/contrib/gdb-7/bfd/
H A Delf-attrs.c58 obj_attr_size (int tag, obj_attribute *attr) in obj_attr_size()
147 write_obj_attribute (bfd_byte *p, int tag, obj_attribute *attr) in write_obj_attribute()
193 int tag = i; in vendor_set_obj_attr_contents() local
231 elf_new_obj_attr (bfd *abfd, int vendor, int tag) in elf_new_obj_attr()
269 bfd_elf_get_obj_attr_int (bfd *abfd, int vendor, int tag) in bfd_elf_get_obj_attr_int()
295 bfd_elf_add_obj_attr_int (bfd *abfd, int vendor, int tag, unsigned int i) in bfd_elf_add_obj_attr_int()
329 bfd_elf_add_obj_attr_int_string (bfd *abfd, int vendor, int tag, in bfd_elf_add_obj_attr_int_string()
398 gnu_obj_attrs_arg_type (int tag) in gnu_obj_attrs_arg_type()
413 _bfd_elf_obj_attrs_arg_type (bfd *abfd, int vendor, int tag) in _bfd_elf_obj_attrs_arg_type()
478 int tag; in _bfd_elf_parse_attributes() local
[all …]
/dragonfly/contrib/less/
H A Dtags.c67 struct tag { struct
68 struct tag *next, *prev; /* List links */ argument
69 char *tag_file; /* Source file containing the tag */ argument
70 LINENUM tag_linenum; /* Appropriate line number in source file */ argument
71 char *tag_pattern; /* Pattern used to find the tag */ argument
72 char tag_endline; /* True if the pattern includes '$' */ argument
166 public void findtag(char *tag) in findtag()
253 static enum tag_result findctag(char *tag) in findctag()
484 static enum tag_result findgtag(char *tag, int type) in findgtag()
709 static int getentry(char *buf, char **tag, char **file, char **line) in getentry()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delf-attrs.c59 obj_attr_size (unsigned int tag, obj_attribute *attr) in obj_attr_size()
148 write_obj_attribute (bfd_byte *p, unsigned int tag, obj_attribute *attr) in write_obj_attribute()
194 unsigned int tag = i; in vendor_set_obj_attr_contents() local
232 elf_new_obj_attr (bfd *abfd, int vendor, unsigned int tag) in elf_new_obj_attr()
270 bfd_elf_get_obj_attr_int (bfd *abfd, int vendor, unsigned int tag) in bfd_elf_get_obj_attr_int()
296 bfd_elf_add_obj_attr_int (bfd *abfd, int vendor, unsigned int tag, unsigned int i) in bfd_elf_add_obj_attr_int()
331 unsigned int tag, in bfd_elf_add_obj_attr_int_string()
400 gnu_obj_attrs_arg_type (unsigned int tag) in gnu_obj_attrs_arg_type()
415 _bfd_elf_obj_attrs_arg_type (bfd *abfd, int vendor, unsigned int tag) in _bfd_elf_obj_attrs_arg_type()
510 unsigned int tag; in _bfd_elf_parse_attributes() local
[all …]
/dragonfly/sys/sys/
H A Dcpputil.h61 #define __GENSTRUCT(tag, args...)\ argument
65 #define __GENSTRUCT1(tag, arg1) struct tag { \ argument
68 #define __GENSTRUCT2(tag, arg1, arg2) struct tag { \ argument
72 #define __GENSTRUCT3(tag, arg1, arg2, arg3) struct tag { \ argument
77 #define __GENSTRUCT4(tag, arg1, arg2, arg3, arg4) struct tag { \ argument
83 #define __GENSTRUCT5(tag, arg1, arg2, arg3, arg4, arg5) struct tag { \ argument
90 #define __GENSTRUCT6(tag, arg1, arg2, arg3, arg4, arg5, arg6) struct tag { \ argument
98 #define __GENSTRUCT7(tag, arg1, arg2, arg3, arg4, arg5, arg6, arg7) struct tag { \ argument
107 #define __GENSTRUCT8(tag, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) struct tag { \ argument
117 #define __GENSTRUCT9(tag, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) struct tag { \ argument
[all …]
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_ddb.c695 _db_show_node_table(const char *tag, const struct ieee80211_node_table *nt) in _db_show_node_table()
715 _db_show_channel(const char *tag, const struct ieee80211_channel *c) in _db_show_channel()
731 _db_show_ssid(const char *tag, int ix, int len, const uint8_t *ssid) in _db_show_ssid()
758 _db_show_appie(const char *tag, const struct ieee80211_appie *ie) in _db_show_appie()
772 _db_show_key(const char *tag, int ix, const struct ieee80211_key *wk) in _db_show_key()
829 printrate(const char *tag, int v) in printrate()
842 _db_show_roamparams(const char *tag, const void *arg, in _db_show_roamparams()
855 _db_show_txparams(const char *tag, const void *arg, in _db_show_txparams()
867 _db_show_ageq(const char *tag, const struct ieee80211_ageq *q) in _db_show_ageq()
/dragonfly/sys/dev/disk/xdisk/
H A Dxdisk.c424 xa_tag_t *tag; in xaio_rcvdmsg() local
636 xa_tag_t *tag; in xa_terminate_check() local
765 xa_tag_t *tag; in xa_close() local
802 xa_tag_t *tag; in xa_strategy() local
849 xa_tag_t *tag; in xa_setup_cmd() local
988 xa_wait(xa_tag_t *tag) in xa_wait()
1007 xa_done(xa_tag_t *tag, int wasbio) in xa_done()
1026 xa_release(xa_tag_t *tag, int wasbio) in xa_release()
1062 xa_tag_t *tag = state->any.any; in xa_sync_completion() local
1144 xa_tag_t *tag = state->any.any; in xa_bio_completion() local
[all …]
/dragonfly/contrib/mdocml/
H A Dhtml.h76 struct tag { struct
77 struct tag *next; argument
80 enum htmltag tag; argument
101 struct tag *tag; /* last open tag */ member
/dragonfly/crypto/libressl/include/openssl/
H A Dasn1t.h351 #define ASN1_IMP_EX(stname, field, type, tag, ex) \ argument
354 #define ASN1_EXP_EX(stname, field, type, tag, ex) \ argument
396 #define ASN1_IMP_SET_OF(stname, field, type, tag) \ argument
399 #define ASN1_EXP_SET_OF(stname, field, type, tag) \ argument
402 #define ASN1_IMP_SET_OF_OPT(stname, field, type, tag) \ argument
405 #define ASN1_EXP_SET_OF_OPT(stname, field, type, tag) \ argument
408 #define ASN1_IMP_SEQUENCE_OF(stname, field, type, tag) \ argument
421 #define ASN1_NDEF_EXP(stname, field, type, tag) \ argument
425 #define ASN1_NDEF_EXP_OPT(stname, field, type, tag) \ argument
462 long tag; /* tag, not used if no tagging */ member
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-profile.c256 gimple_gen_interval_profiler (histogram_value value, unsigned tag, unsigned base) in gimple_gen_interval_profiler()
283 gimple_gen_pow2_profiler (histogram_value value, unsigned tag, unsigned base) in gimple_gen_pow2_profiler()
304 gimple_gen_one_value_profiler (histogram_value value, unsigned tag, unsigned base) in gimple_gen_one_value_profiler()
328 gimple_gen_ic_profiler (histogram_value value, unsigned tag, unsigned base) in gimple_gen_ic_profiler()
428 gimple_gen_average_profiler (histogram_value value, unsigned tag, unsigned base) in gimple_gen_average_profiler()
450 gimple_gen_ior_profiler (histogram_value value, unsigned tag, unsigned base) in gimple_gen_ior_profiler()
H A Dlto-streamer-in.c213 struct function *fn, enum LTO_tags tag) in lto_input_tree_ref()
280 enum LTO_tags tag; in lto_input_eh_catch_list() local
324 enum LTO_tags tag; in input_eh_region() local
395 enum LTO_tags tag; in input_eh_lp() local
503 enum LTO_tags tag; in input_eh_regions() local
828 enum LTO_tags tag; in input_function() local
1103 enum LTO_tags tag) in lto_read_tree()
1150 enum LTO_tags tag; in lto_input_tree() local
/dragonfly/contrib/binutils-2.34/gold/
H A Dattributes.cc87 int tag, in write()
160 Vendor_object_attributes::new_attribute(int tag) in new_attribute()
186 Vendor_object_attributes::get_attribute(int tag) in get_attribute()
242 int tag = parameters->target().attributes_order(i); in write() local
321 int tag = convert_types<int, uint64_t>(val); in Attributes_section_data() local
H A Dattributes.h166 arg_type(int vendor, int tag) in arg_type()
183 gnu_arg_type(int tag) in gnu_arg_type()
349 get_attribute(int vendor, int tag) in get_attribute()
356 get_attribute(int vendor, int tag) const in get_attribute()
/dragonfly/contrib/binutils-2.27/gold/
H A Dattributes.cc87 int tag, in write()
160 Vendor_object_attributes::new_attribute(int tag) in new_attribute()
186 Vendor_object_attributes::get_attribute(int tag) in get_attribute()
242 int tag = parameters->target().attributes_order(i); in write() local
321 int tag = convert_types<int, uint64_t>(val); in Attributes_section_data() local
H A Dattributes.h166 arg_type(int vendor, int tag) in arg_type()
183 gnu_arg_type(int tag) in gnu_arg_type()
349 get_attribute(int vendor, int tag) in get_attribute()
356 get_attribute(int vendor, int tag) const in get_attribute()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-profile.c303 gimple_gen_interval_profiler (histogram_value value, unsigned tag, unsigned base) in gimple_gen_interval_profiler()
329 gimple_gen_pow2_profiler (histogram_value value, unsigned tag, unsigned base) in gimple_gen_pow2_profiler()
349 gimple_gen_one_value_profiler (histogram_value value, unsigned tag, unsigned base) in gimple_gen_one_value_profiler()
372 gimple_gen_ic_profiler (histogram_value value, unsigned tag, unsigned base) in gimple_gen_ic_profiler()
490 gimple_gen_time_profiler (unsigned tag, unsigned base) in gimple_gen_time_profiler()
569 gimple_gen_average_profiler (histogram_value value, unsigned tag, unsigned base) in gimple_gen_average_profiler()
590 gimple_gen_ior_profiler (histogram_value value, unsigned tag, unsigned base) in gimple_gen_ior_profiler()
H A Dlto-streamer-in.c317 struct function *fn, enum LTO_tags tag) in lto_input_tree_ref()
385 enum LTO_tags tag; in lto_input_eh_catch_list() local
429 enum LTO_tags tag; in input_eh_region() local
504 enum LTO_tags tag; in input_eh_lp() local
610 enum LTO_tags tag; in input_eh_regions() local
1026 enum LTO_tags tag; in input_function() local
1396 enum LTO_tags tag, hashval_t hash) in lto_read_tree()
1429 enum LTO_tags tag = streamer_read_record_start (ib); in lto_input_scc() local
1442 enum LTO_tags tag = streamer_read_record_start (ib); in lto_input_scc() local
1476 enum LTO_tags tag, hashval_t hash) in lto_input_tree_1()
[all …]
/dragonfly/contrib/file/src/
H A Dder.c151 uint32_t tag; in gettag() local
225 der_tag(char *buf, size_t len, uint32_t tag) in der_tag()
236 der_data(char *buf, size_t blen, uint32_t tag, const void *q, uint32_t len) in der_data()
308 uint32_t tag, tlen; in der_cmp() local
386 printtag(uint32_t tag, const void *q, uint32_t len) in printtag()
419 uint32_t tag = gettag(p, &x, ep - p + x); in printdata() local
/dragonfly/crypto/libressl/crypto/bytestring/
H A Dbs_ber.c58 unsigned int tag; in cbs_find_indefinite() local
90 is_primitive_type(unsigned int tag) in is_primitive_type()
128 unsigned int tag; in cbs_convert_indefinite() local
/dragonfly/sys/dev/drm/
H A Ddrm_vma_manager.c295 int drm_vma_node_allow(struct drm_vma_offset_node *node, struct drm_file *tag) in drm_vma_node_allow()
358 struct drm_file *tag) in drm_vma_node_revoke()
399 struct drm_file *tag) in drm_vma_node_is_allowed()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_acl.c170 int type, int permset, int tag, int id, const char *name) in archive_acl_add_entry()
190 int type, int permset, int tag, int id, const wchar_t *name, size_t len) in archive_acl_add_entry_w_len()
210 int type, int permset, int tag, int id, const char *name, size_t len, in archive_acl_add_entry_len_l()
242 acl_special(struct archive_acl *acl, int type, int permset, int tag) in acl_special()
270 int type, int permset, int tag, int id) in acl_new_entry()
433 int *type, int *permset, int *tag, int *id, const char **name) in archive_acl_next()
780 int tag, int flags, const wchar_t *wname, int perm, int id) in append_entry_w()
1015 int tag, int flags, const char *name, int perm, int id) in append_entry()
1148 int type, types, tag, permset, id; in archive_acl_from_text_w() local
1631 int type, types, tag, permset, id; in archive_acl_from_text_l() local

12345678910>>...16