Searched refs:tag (Results 251 - 275 of 949) sorted by relevance

<<11121314151617181920>>

/freebsd-10.2-release/tools/tools/net80211/wlanstats/
H A Dmain.c52 const char *tag; member in struct:__anon12103
66 getfmt(const char *tag) argument
71 if (strcasecmp(tags[i].tag, tag) == 0)
73 return tag;
/freebsd-10.2-release/crypto/heimdal/lib/hx509/
H A DMakefile.in167 libhx509_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
194 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
198 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
989 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhx509_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libhx509_la-ca.lo -MD -MP -MF $(DEPDIR)/libhx509_la-ca.Tpo -c -o libhx509_la-ca.lo `test -f 'ca.c' || echo '$(srcdir)/'`ca.c
993 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhx509_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libhx509_la-ca.lo `test -f 'ca.c' || echo '$(srcdir)/'`ca.c
996 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhx509_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libhx509_la-cert.lo -MD -MP -MF $(DEPDIR)/libhx509_la-cert.Tpo -c -o libhx509_la-cert.lo `test -f 'cert.c' || echo '$(srcdir)/'`cert.c
1000 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhx509_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libhx509_la-cert.lo `test -f 'cert.c' || echo '$(srcdir)/'`cert.c
1003 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhx509_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libhx509_la-cms.lo -MD -MP -MF $(DEPDIR)/libhx509_la-cms.Tpo -c -o libhx509_la-cms.lo `test -f 'cms.c' || echo '$(srcdir)/'`cms.c
1007 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhx509_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libhx509_la-cms.lo `test -f 'cms.c' || echo '$(srcdir)/'`cms.c
1010 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag
[all...]
/freebsd-10.2-release/contrib/libarchive/libarchive/test/
H A Dtest_entry.c59 int type, permset, tag, qual; /* For ACL testing. */ local
454 &type, &permset, &tag, &qual, &name));
457 assertEqualInt(tag, ARCHIVE_ENTRY_ACL_USER_OBJ);
462 &type, &permset, &tag, &qual, &name));
465 assertEqualInt(tag, ARCHIVE_ENTRY_ACL_GROUP_OBJ);
470 &type, &permset, &tag, &qual, &name));
473 assertEqualInt(tag, ARCHIVE_ENTRY_ACL_OTHER);
479 &type, &permset, &tag, &qual, &name));
482 assertEqualInt(tag, ARCHIVE_ENTRY_ACL_USER);
555 &type, &permset, &tag,
[all...]
/freebsd-10.2-release/contrib/gcc/
H A Dlibgcov.c237 gcov_unsigned_t tag, length; local
320 tag = gcov_read_unsigned ();
321 if (tag)
324 if (tag != GCOV_DATA_MAGIC)
344 tag = gcov_read_unsigned ();
348 if (tag != GCOV_TAG_FUNCTION
371 tag = gcov_read_unsigned ();
373 if (tag != GCOV_TAG_FOR_COUNTER (t_ix)
391 tag = gcov_read_unsigned ();
392 if (!tag)
[all...]
/freebsd-10.2-release/contrib/libyaml/tests/
H A Dexample-deconstructor-alt.c246 /* Display the output_document tag directives. */
251 yaml_tag_directive_t *tag; local
264 for (tag = input_event.data.document_start.tag_directives.start;
265 tag != input_event.data.document_start.tag_directives.end;
266 tag ++)
282 tag->handle, -1, YAML_DOUBLE_QUOTED_SCALAR_STYLE);
293 tag->prefix, -1, YAML_DOUBLE_QUOTED_SCALAR_STYLE);
396 /* Add 'tag': <tag>. */
398 if (input_event.data.scalar.tag)
[all...]
H A Dexample-deconstructor.c110 NULL, "tag:yaml.org,2002:seq", 1,
134 NULL, "tag:yaml.org,2002:map", 1,
149 NULL, "tag:yaml.org,2002:str", "type", -1,
158 NULL, "tag:yaml.org,2002:str", "STREAM-START", -1,
174 NULL, "tag:yaml.org,2002:str", "encoding", -1,
183 NULL, "tag:yaml.org,2002:str",
201 NULL, "tag:yaml.org,2002:str", "type", -1,
210 NULL, "tag:yaml.org,2002:str", "STREAM-END", -1,
223 NULL, "tag:yaml.org,2002:str", "type", -1,
232 NULL, "tag
315 yaml_tag_directive_t *tag; local
[all...]
/freebsd-10.2-release/contrib/wpa/src/wps/
H A Dupnp_xml.c39 * with an opening tag <label> and ending with a closing tag </label> with
40 * matching label. (There is also a self-closing tag <label/> which is supposed
62 * xml_next_tag - Advance to next tag
64 * @out: OUT: start of tag just after '<'
65 * @out_tagname: OUT: start of name of tag, skipping namespace
66 * @end: OUT: one after tag
69 * A tag has form:
72 * makes the tag an ending tag), the
161 xml_add_tagged_data(struct wpabuf *buf, const char *tag, const char *data) argument
194 const char *tag, *tagname, *end; local
[all...]
/freebsd-10.2-release/lib/libc/posix1e/
H A Dacl_from_text_nfs4.c49 * Parse the tag field of ACL entry passed as "str". If qualifier
74 warnx("malformed ACL: invalid \"tag\" field");
90 acl_tag_t tag; local
102 error = acl_get_tag_type(entry, &tag);
106 error = _acl_name_to_id(tag, str, &id);
/freebsd-10.2-release/lib/libdwarf/
H A Ddwarf_die.c110 dwarf_tag(Dwarf_Die die, Dwarf_Half *tag, Dwarf_Error *err) argument
117 if (die == NULL || tag == NULL || (a = die->die_a) == NULL) {
122 *tag = a->a_tag;
/freebsd-10.2-release/sys/boot/powerpc/ps3/
H A Dps3stor.c127 uint64_t tag, status; local
139 &tag);
149 err = lv1_storage_check_async_status(sd->sd_devid, tag,
/freebsd-10.2-release/tools/kerneldoc/subsys/
H A DMakefile51 ${target}: mfiles ${.OBJDIR}/${target}/${target}.tag
53 ${.OBJDIR}/${target}/${target}.tag:
67 pdf-${target}: ${.OBJDIR}/${target}/${target}.tag
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddsl_dir.h121 void dsl_dir_rele(dsl_dir_t *dd, void *tag);
122 int dsl_dir_hold(dsl_pool_t *dp, const char *name, void *tag,
125 const char *tail, void *tag, dsl_dir_t **);
/freebsd-10.2-release/contrib/wpa/src/crypto/
H A Daes-gcm.c256 const u8 *aad, size_t aad_len, u8 *crypt, u8 *tag)
275 aes_gctr(aes, J0, S, sizeof(S), tag);
290 const u8 *aad, size_t aad_len, const u8 *tag, u8 *plain)
313 if (os_memcmp(tag, T, 16) != 0) {
323 const u8 *aad, size_t aad_len, u8 *tag)
326 tag);
254 aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, const u8 *plain, size_t plain_len, const u8 *aad, size_t aad_len, u8 *crypt, u8 *tag) argument
288 aes_gcm_ad(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, const u8 *crypt, size_t crypt_len, const u8 *aad, size_t aad_len, const u8 *tag, u8 *plain) argument
322 aes_gmac(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, const u8 *aad, size_t aad_len, u8 *tag) argument
/freebsd-10.2-release/sys/dev/acpica/
H A Dacpi_pci.c329 bus_dma_tag_t tag; local
333 tag = dmar_get_dma_tag(bus, child);
335 tag = NULL;
336 if (tag == NULL)
337 tag = pci_get_dma_tag(bus, child);
338 return (tag);
/freebsd-10.2-release/usr.bin/xlint/lint1/
H A Demit1.c75 * enum tag e T tag_or_typename
76 * struct tag s T tag_or_typename
77 * union tag u T tag_or_typename
79 * tag_or_typename 0 no tag or type name
80 * 1 n tag Tag
181 * write the name of a tag or typename
183 * if the tag is named, the name of the
184 * tag is written, otherwise, if a typename exists which
185 * refers to this tag, this typename is written
188 outtt(sym_t *tag, sym_ argument
[all...]
H A Ddecl.c245 * struct/union/enum tag.
428 * or enum tag if the typedef name is the first defined for this tag.
430 * If the tag is unnamed, the typdef name is used for identification
431 * of this tag in lint2. Although its possible that more than one typedef
432 * name is defined for one tag, the first name defined should be unique
433 * if the tag is unnamed.
1304 /* dubious tag declaration: %s %s */
1498 * Create the type of a tag.
1500 * tag point
1507 mktag(sym_t *tag, tspec_t kind, int decl, int semi) argument
1575 newtag(sym_t *tag, scl_t scl, int decl, int semi) argument
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/asn1/
H A Dder_put.c373 unsigned int tag, size_t *size)
375 if (tag <= 30) {
378 *p = MAKE_TAG(class, type, tag);
387 *p-- = tag % 128 | continuation;
390 tag /= 128;
392 } while(tag > 0);
405 unsigned int tag, size_t *size)
417 e = der_put_tag (p, len, class, type, tag, &l);
372 der_put_tag(unsigned char *p, size_t len, Der_class class, Der_type type, unsigned int tag, size_t *size) argument
403 der_put_length_and_tag(unsigned char *p, size_t len, size_t len_val, Der_class class, Der_type type, unsigned int tag, size_t *size) argument
/freebsd-10.2-release/contrib/binutils/bfd/
H A Ddwarf1.c118 unsigned short tag; member in struct:die_info
191 aDieInfo->tag = TAG_padding;
195 /* Then the tag. */
196 aDieInfo->tag = bfd_get_16 (abfd, (bfd_byte *) xptr);
353 if (eachDieInfo.tag == TAG_global_subroutine
354 || eachDieInfo.tag == TAG_subroutine
355 || eachDieInfo.tag == TAG_inlined_subroutine
356 || eachDieInfo.tag == TAG_entry_point)
520 if (aDieInfo.tag == TAG_compile_unit)
/freebsd-10.2-release/sys/dev/drm2/
H A Ddrm_pci.c97 &dmah->tag);
103 ret = bus_dmamem_alloc(dmah->tag, &dmah->vaddr,
106 bus_dma_tag_destroy(dmah->tag);
111 ret = bus_dmamap_load(dmah->tag, dmah->map, dmah->vaddr, size,
114 bus_dmamem_free(dmah->tag, dmah->vaddr, dmah->map);
115 bus_dma_tag_destroy(dmah->tag);
135 bus_dmamem_free(dmah->tag, dmah->vaddr, dmah->map);
136 bus_dma_tag_destroy(dmah->tag);
/freebsd-10.2-release/sys/dev/mpt/
H A Dmpt_user.c51 bus_dma_tag_t tag; member in struct:mpt_page_memory
205 len, 1, len, 0, &page_mem->tag);
208 error = bus_dmamem_alloc(page_mem->tag, &page_mem->vaddr,
211 bus_dma_tag_destroy(page_mem->tag);
215 error = bus_dmamap_load(page_mem->tag, page_mem->map, page_mem->vaddr,
220 bus_dmamem_free(page_mem->tag, page_mem->vaddr, page_mem->map);
221 bus_dma_tag_destroy(page_mem->tag);
235 bus_dmamap_unload(page_mem->tag, page_mem->map);
236 bus_dmamem_free(page_mem->tag, page_mem->vaddr, page_mem->map);
237 bus_dma_tag_destroy(page_mem->tag);
[all...]
/freebsd-10.2-release/sys/kern/
H A Dsubr_acl_posix1e.c376 acl_posix1e_mode_to_perm(acl_tag_t tag, mode_t mode) argument
380 switch(tag) {
409 printf("acl_posix1e_mode_to_perm: invalid tag (%d)\n", tag);
419 acl_posix1e_mode_to_entry(acl_tag_t tag, uid_t uid, gid_t gid, mode_t mode) argument
423 acl_entry.ae_tag = tag;
424 acl_entry.ae_perm = acl_posix1e_mode_to_perm(tag, mode);
427 switch(tag) {
442 printf("acl_posix1e_mode_to_entry: invalid tag (%d)\n", tag);
[all...]
/freebsd-10.2-release/tools/tools/crypto/
H A Dcryptostats.c43 printt(const char* tag, struct cryptotstat *ts) argument
53 tag, avg, min, max, ts->count);
/freebsd-10.2-release/usr.bin/csup/
H A Dtoken.l55 tag { yylval.i = PT_TAG; return NAME; }
/freebsd-10.2-release/sys/dev/sfxge/common/
H A Dhunt_nvram.c50 uint32_t *end; /* End tag position */
66 uint32_t dword, tag; local
69 tag = __LE_TO_CPU_32(dword);
71 return (tag);
110 * TLV item DWORD length is tag + length + value (rounded up to DWORD)
138 /* No more tags after END tag */
184 __in uint32_t tag)
190 if (tlv_tag(cursor) == tag)
215 /* Check current item has space for tag and length */
222 /* Check we have value data for current item and another tag */
182 tlv_find( __in tlv_cursor_t *cursor, __in uint32_t tag) argument
319 tlv_write( __in tlv_cursor_t *cursor, __in uint32_t tag, __in_bcount(size) uint8_t *data, __in size_t size) argument
343 tlv_insert( __in tlv_cursor_t *cursor, __in uint32_t tag, __in uint8_t *data, __in size_t size) argument
394 tlv_modify( __in tlv_cursor_t *cursor, __in uint32_t tag, __in uint8_t *data, __in size_t size) argument
702 hunt_nvram_buf_read_tlv( __in efx_nic_t *enp, __in_bcount(partn_size) caddr_t partn_data, __in size_t partn_size, __in uint32_t tag, __deref_out_bcount_opt(*sizep) caddr_t *datap, __out size_t *sizep) argument
767 hunt_nvram_partn_read_tlv( __in efx_nic_t *enp, __in uint32_t partn, __in uint32_t tag, __deref_out_bcount_opt(*sizep) caddr_t *datap, __out size_t *sizep) argument
939 hunt_nvram_partn_write_tlv( __in efx_nic_t *enp, __in uint32_t partn, __in uint32_t tag, __in_bcount(size) caddr_t data, __in size_t size) argument
[all...]
/freebsd-10.2-release/tools/tools/shlib-compat/
H A Dshlib-compat.py585 builder_name = raw.tag.replace('DW_TAG_', 'build_')
589 raise AttributeError("Unknown dwarf tag: %s" % raw)
787 self.tag = data['tag']
817 return "Tag(%d, %d, %s)" % (self.level, self.id, self.tag)
819 re_header = re.compile('<(?P<level>\d+)><(?P<id>\d+\+*\d*)><(?P<tag>\w+)>')
858 def parse_arg(self, tag, args):
876 tag.args[argname] = value
886 tag = DwarfdumpParser.Tag(self.current_unit, m.groupdict())
889 args = self.parse_arg(tag, arg
[all...]

Completed in 364 milliseconds

<<11121314151617181920>>