Searched refs:tag (Results 226 - 250 of 808) sorted by relevance

1234567891011>>

/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dx_name.c65 long len, const ASN1_ITEM *it, int tag,
69 const ASN1_ITEM *it, int tag, int aclass);
167 long len, const ASN1_ITEM *it, int tag,
191 tag, aclass, opt, ctx);
229 const ASN1_ITEM *it, int tag, int aclass)
166 x509_name_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) argument
228 x509_name_ex_i2d(ASN1_VALUE **val, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass) argument
/freebsd-9.3-release/sys/net/
H A Dif_vlan.c115 uint16_t ifvm_tag; /* tag to apply on packets leaving if */
187 uint16_t tag);
202 static int vlan_config(struct ifvlan *ifv, struct ifnet *p, uint16_t tag);
371 vlan_gethash(struct ifvlantrunk *trunk, uint16_t tag) argument
377 LIST_FOREACH(ifv, &trunk->hash[HASH(tag, trunk->hmask)], ifv_list)
378 if (ifv->ifv_tag == tag)
402 vlan_gethash(struct ifvlantrunk *trunk, uint16_t tag) argument
405 return trunk->vlans[tag];
626 * Return the 16bit vlan tag for this interface.
672 * Return the vlan device present at the specific tag
675 vlan_devat(struct ifnet *ifp, uint16_t tag) argument
795 vlan_clone_match_ethertag(struct if_clone *ifc, const char *name, int *tag) argument
857 int tag; local
1114 uint16_t tag; local
1181 vlan_config(struct ifvlan *ifv, struct ifnet *p, uint16_t tag) argument
[all...]
/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dtest_entry.c59 int type, permset, tag, qual; /* For ACL testing. */ local
459 &type, &permset, &tag, &qual, &name));
462 assertEqualInt(tag, ARCHIVE_ENTRY_ACL_USER_OBJ);
467 &type, &permset, &tag, &qual, &name));
470 assertEqualInt(tag, ARCHIVE_ENTRY_ACL_GROUP_OBJ);
475 &type, &permset, &tag, &qual, &name));
478 assertEqualInt(tag, ARCHIVE_ENTRY_ACL_OTHER);
484 &type, &permset, &tag, &qual, &name));
487 assertEqualInt(tag, ARCHIVE_ENTRY_ACL_USER);
584 &type, &permset, &tag,
[all...]
/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddsl_dir.h114 void dsl_dir_rele(dsl_dir_t *dd, void *tag);
115 int dsl_dir_hold(dsl_pool_t *dp, const char *name, void *tag,
118 const char *tail, void *tag, dsl_dir_t **);
/freebsd-9.3-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-9.3-release/usr.sbin/mount_portalfs/
H A Dmount_portalfs.c101 char tag[32]; local
171 sprintf(tag, "portal:%d", getpid());
172 args.pa_config = tag;
/freebsd-9.3-release/sys/dev/ofw/
H A Dofw_fdt.c290 uint32_t tag; local
294 tag = fdt_next_tag(fdtp, offset, &nextoffset);
299 tag = fdt_next_tag(fdtp, offset, &nextoffset);
301 if (tag == FDT_BEGIN_NODE)
303 else if (tag == FDT_END_NODE)
305 else if ((tag == FDT_PROP) && (depth == 0)) {
/freebsd-9.3-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.
1302 /* dubious tag declaration: %s %s */
1496 * Create the type of a tag.
1498 * tag point
1505 mktag(sym_t *tag, tspec_t kind, int decl, int semi) argument
1573 newtag(sym_t *tag, scl_t scl, int decl, int semi) argument
[all...]
/freebsd-9.3-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-9.3-release/contrib/dialog/
H A Dtrace.c33 dlg_trace_time(const char *tag) argument
36 fprintf(myFP, "%s %s", tag, ctime(&now));
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dder_put.c377 unsigned int tag, size_t *size)
379 if (tag <= 30) {
382 *p = MAKE_TAG(class, type, tag);
391 *p-- = tag % 128 | continuation;
394 tag /= 128;
396 } while(tag > 0);
409 unsigned int tag, size_t *size)
421 e = der_put_tag (p, len, class, type, tag, &l);
376 der_put_tag(unsigned char *p, size_t len, Der_class class, Der_type type, unsigned int tag, size_t *size) argument
407 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-9.3-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-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_dir2_data.h92 xfs_dir2_data_off_t tag; /* starting offset of us */ member in struct:xfs_dir2_data_entry
103 __be16 tag; /* starting offset of us */ member in struct:xfs_dir2_data_unused
134 * Pointer to an entry's tag word.
145 * Pointer to a freespace's tag word.
/freebsd-9.3-release/sys/kern/
H A Dsubr_acl_posix1e.c374 acl_posix1e_mode_to_perm(acl_tag_t tag, mode_t mode) argument
378 switch(tag) {
407 printf("acl_posix1e_mode_to_perm: invalid tag (%d)\n", tag);
417 acl_posix1e_mode_to_entry(acl_tag_t tag, uid_t uid, gid_t gid, mode_t mode) argument
421 acl_entry.ae_tag = tag;
422 acl_entry.ae_perm = acl_posix1e_mode_to_perm(tag, mode);
425 switch(tag) {
440 printf("acl_posix1e_mode_to_entry: invalid tag (%d)\n", tag);
[all...]
/freebsd-9.3-release/tools/tools/crypto/
H A Dcryptostats.c43 printt(const char* tag, struct cryptotstat *ts) argument
53 tag, avg, min, max, ts->count);
/freebsd-9.3-release/usr.bin/csup/
H A Dtoken.l55 tag { yylval.i = PT_TAG; return NAME; }
/freebsd-9.3-release/contrib/cvs/src/
H A Dadmin.c49 "\t-n tag[:[rev]] Tag branch or revision. If :rev is omitted,\n",
50 "\t delete the tag; if rev is omitted, tag the latest\n",
52 "\t-N tag[:[rev]] Same as -n except override existing tag.\n",
269 /* Mostly similar to cvs tag. Could also be parsing
277 /* Mostly similar to cvs tag. Could also be parsing
705 char *p, *rev, *revnum, *tag, *msg; local
776 tag = xstrdup (arg + 2);
779 /* Option `n' signals an error if this tag i
[all...]
/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic7xxx_inline.h386 ahc->scb_data->scbindex[hscb->tag] = NULL;
397 ahc_lookup_scb(struct ahc_softc *ahc, u_int tag) argument
401 scb = ahc->scb_data->scbindex[tag];
422 * finally assign the SCB to the tag indexed location
427 saved_tag = q_hscb->tag;
431 aic_htole32(ahc_hscb_busaddr(ahc, q_hscb->tag)
434 q_hscb->tag = saved_tag;
435 q_hscb->next = scb->hscb->tag;
441 /* Now define the mapping from tag to SCB in the scbindex */
442 ahc->scb_data->scbindex[scb->hscb->tag]
[all...]
/freebsd-9.3-release/sys/dev/cxgbe/
H A Dadapter.h81 t4_bus_space_read_8(bus_space_tag_t tag, bus_space_handle_t handle, argument
84 KASSERT(tag == X86_BUS_SPACE_MEM,
91 t4_bus_space_write_8(bus_space_tag_t tag, bus_space_handle_t bsh, argument
94 KASSERT(tag == X86_BUS_SPACE_MEM,
101 t4_bus_space_read_8(bus_space_tag_t tag, bus_space_handle_t handle, argument
104 return (uint64_t)bus_space_read_4(tag, handle, offset) +
105 ((uint64_t)bus_space_read_4(tag, handle, offset + 4) << 32);
109 t4_bus_space_write_8(bus_space_tag_t tag, bus_space_handle_t bsh, argument
112 bus_space_write_4(tag, bsh, offset, value);
113 bus_space_write_4(tag, bs
606 void *tag; member in struct:adapter::irq
[all...]

Completed in 151 milliseconds

1234567891011>>