Searched refs:tag (Results 151 - 175 of 808) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/mips/nlm/
H A Dbus_space_rmi_pci.c178 rmi_pci_bus_space_barrier(void *tag __unused, bus_space_handle_t bsh __unused,
357 /* generic bus_space tag */
396 * described by tag/handle/offset.
400 rmi_pci_bus_space_read_1(void *tag, bus_space_handle_t handle, argument
407 rmi_pci_bus_space_read_2(void *tag, bus_space_handle_t handle, argument
417 rmi_pci_bus_space_read_4(void *tag, bus_space_handle_t handle, argument
428 * described by tag/handle/offset and copy into buffer provided.
431 rmi_pci_bus_space_read_multi_1(void *tag, bus_space_handle_t handle, argument
441 rmi_pci_bus_space_read_multi_2(void *tag, bus_space_handle_t handle, argument
453 rmi_pci_bus_space_read_multi_4(void *tag, bus_space_handle_ argument
470 rmi_pci_bus_space_write_1(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int8_t value) argument
478 rmi_pci_bus_space_write_2(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int16_t value) argument
487 rmi_pci_bus_space_write_4(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int32_t value) argument
501 rmi_pci_bus_space_write_multi_1(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int8_t * addr, size_t count) argument
512 rmi_pci_bus_space_write_multi_2(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int16_t * addr, size_t count) argument
523 rmi_pci_bus_space_write_multi_4(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int32_t * addr, size_t count) argument
602 rmi_pci_bus_space_read_multi_stream_1(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int8_t * addr, size_t count) argument
612 rmi_pci_bus_space_read_multi_stream_2(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int16_t * addr, size_t count) argument
622 rmi_pci_bus_space_read_multi_stream_4(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int32_t * addr, size_t count) argument
702 rmi_pci_bus_space_write_multi_stream_1(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int8_t * addr, size_t count) argument
713 rmi_pci_bus_space_write_multi_stream_2(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int16_t * addr, size_t count) argument
724 rmi_pci_bus_space_write_multi_stream_4(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int32_t * addr, size_t count) argument
[all...]
/freebsd-9.3-release/sys/mips/rmi/
H A Dbus_space_rmi_pci.c176 rmi_pci_bus_space_barrier(void *tag __unused, bus_space_handle_t bsh __unused,
355 /* generic bus_space tag */
394 * described by tag/handle/offset.
398 rmi_pci_bus_space_read_1(void *tag, bus_space_handle_t handle, argument
405 rmi_pci_bus_space_read_2(void *tag, bus_space_handle_t handle, argument
412 rmi_pci_bus_space_read_4(void *tag, bus_space_handle_t handle, argument
421 * described by tag/handle/offset and copy into buffer provided.
424 rmi_pci_bus_space_read_multi_1(void *tag, bus_space_handle_t handle, argument
434 rmi_pci_bus_space_read_multi_2(void *tag, bus_space_handle_t handle, argument
446 rmi_pci_bus_space_read_multi_4(void *tag, bus_space_handle_ argument
463 rmi_pci_bus_space_write_1(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int8_t value) argument
471 rmi_pci_bus_space_write_2(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int16_t value) argument
480 rmi_pci_bus_space_write_4(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int32_t value) argument
494 rmi_pci_bus_space_write_multi_1(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int8_t * addr, size_t count) argument
505 rmi_pci_bus_space_write_multi_2(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int16_t * addr, size_t count) argument
516 rmi_pci_bus_space_write_multi_4(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int32_t * addr, size_t count) argument
595 rmi_pci_bus_space_read_multi_stream_1(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int8_t * addr, size_t count) argument
605 rmi_pci_bus_space_read_multi_stream_2(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int16_t * addr, size_t count) argument
615 rmi_pci_bus_space_read_multi_stream_4(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int32_t * addr, size_t count) argument
695 rmi_pci_bus_space_write_multi_stream_1(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int8_t * addr, size_t count) argument
706 rmi_pci_bus_space_write_multi_stream_2(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int16_t * addr, size_t count) argument
717 rmi_pci_bus_space_write_multi_stream_4(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int32_t * addr, size_t count) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/hdb/
H A Dhdb.c184 krb5_data tag; local
194 tag.data = HDB_DB_FORMAT_ENTRY;
195 tag.length = strlen(tag.data);
196 ret = (*db->hdb__get)(context, db, tag, &version);
215 krb5_data tag; local
227 tag.data = HDB_DB_FORMAT_ENTRY;
228 tag.length = strlen(tag.data);
232 ret = (*db->hdb__put)(context, db, 0, tag, versio
[all...]
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw_pfil.c111 struct m_tag *tag; local
125 * extract and remove the tag if present. If we are left
128 tag = m_tag_locate(*m0, MTAG_IPFW_RULE, 0, NULL);
129 if (tag != NULL) {
130 args.rule = *((struct ipfw_rule_ref *)(tag+1));
131 m_tag_delete(*m0, tag);
177 * reuse the tag if present.
291 * ipfw_chk() has already tagged the packet with the divert tag.
297 struct m_tag *tag; local
364 /* attach a tag t
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dasn1_mac.h164 # define M_ASN1_D2I_get_IMP_opt(b,func,tag,type) \
166 (V_ASN1_CONTEXT_SPECIFIC|(tag)))) \
206 # define M_ASN1_D2I_get_IMP_set_opt(b,func,free_func,tag) \
209 (V_ASN1_CONTEXT_SPECIFIC|V_ASN1_CONSTRUCTED|(tag))))\
212 tag,V_ASN1_CONTEXT_SPECIFIC); \
215 # define M_ASN1_D2I_get_IMP_set_opt_type(type,b,func,free_func,tag) \
218 (V_ASN1_CONTEXT_SPECIFIC|V_ASN1_CONSTRUCTED|(tag))))\
221 tag,V_ASN1_CONTEXT_SPECIFIC); \
270 # define M_ASN1_D2I_get_EXP_opt(r,func,tag) \
272 (V_ASN1_CONSTRUCTED|V_ASN1_CONTEXT_SPECIFIC|tag))) \
[all...]
H A Dtasn_dec.c72 char inf, int tag, int aclass, int depth);
92 int tag, int aclass, char opt,
117 unsigned long ASN1_tag2bit(int tag) argument
119 if ((tag < 0) || (tag > 30))
121 return tag2bit[tag];
160 * tag mismatch return -1 to handle OPTIONAL
165 int tag, int aclass, char opt, ASN1_TLC *ctx)
199 if ((tag != -1) || opt) {
208 tag, aclas
163 ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) argument
709 asn1_d2i_ex_primitive(ASN1_VALUE **pval, const unsigned char **in, long inlen, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) argument
1051 asn1_collect(BUF_MEM *buf, const unsigned char **in, long len, char inf, int tag, int aclass, int depth) argument
[all...]
/freebsd-9.3-release/sys/dev/sound/pci/hda/
H A Dhdacc.c634 int tag; local
637 tag = wanted;
639 if (codec->tags[tag] == NULL) {
640 codec->tags[tag] = child;
641 HDAC_UNSOL_ALLOC(device_get_parent(dev), dev, tag); local
642 return (tag);
644 tag++;
645 tag &= 0x3f;
646 } while (tag != wanted);
651 hdacc_unsol_free(device_t dev, device_t child, int tag) argument
657 HDAC_UNSOL_FREE(device_get_parent(dev), dev, tag); local
665 int tag; local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-alias.c71 /* Nonzero if the aliases for this memory tag have been grouped
175 tag. */
193 mark_aliases_call_clobbered (tree tag, VEC (tree, heap) **worklist, argument
199 var_ann_t ta = var_ann (tag);
201 if (!MTAG_P (tag))
203 ma = may_aliases (tag);
225 tree tag; local
229 FOR_EACH_REFERENCED_VAR (tag, rvi)
231 if (!MTAG_P (tag) || TREE_CODE (tag)
1183 tree tag = var_ann (p_map->var)->symbol_mem_tag; local
1364 tree ptr = ai->pointers[i]->var, tag; local
1404 group_aliases_into(tree tag, bitmap tag_aliases, struct alias_info *ai) argument
1750 tree tag; local
1793 tree tag = ann->symbol_mem_tag; local
2215 tree tag = create_tag_raw (is_type_tag ? SYMBOL_MEMORY_TAG : NAME_MEMORY_TAG, local
2244 tree tag = pi->name_mem_tag; local
2264 tree tag; local
2675 is_aliased_with(tree tag, tree sym) argument
2746 add_may_alias_for_new_tag(tree tag, tree var) argument
2789 tree tag; local
[all...]
H A Dtree-profile.c134 tag of the section for counters, BASE is offset of the counter position. */
137 tree_gen_interval_profiler (histogram_value value, unsigned tag, unsigned base)
141 tree ref = tree_coverage_counter_ref (tag, base), ref_ptr;
160 counter. VALUE is the expression whose value is profiled. TAG is the tag
164 tree_gen_pow2_profiler (histogram_value value, unsigned tag, unsigned base)
168 tree ref = tree_coverage_counter_ref (tag, base), ref_ptr;
183 VALUE is the expression whose value is profiled. TAG is the tag of the
187 tree_gen_one_value_profiler (histogram_value value, unsigned tag, unsigned base)
191 tree ref = tree_coverage_counter_ref (tag, base), ref_ptr;
207 VALUE is the expression whose value is profiled. TAG is the tag o
136 tree_gen_interval_profiler(histogram_value value, unsigned tag, unsigned base) argument
163 tree_gen_pow2_profiler(histogram_value value, unsigned tag, unsigned base) argument
186 tree_gen_one_value_profiler(histogram_value value, unsigned tag, unsigned base) argument
[all...]
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_tag.c43 #include "tag.h"
64 * The tag code can be entered from main, e.g., "vi -t tag".
76 /* Build an argument for the ex :tag command. */
83 * to find the tag. We match historic practice, but don't distinguish
84 * between real error and failure to find the tag.
117 * :tag[!] [string]
155 msgq(sp, M_ERR, "158|No previous tag entered");
163 /* Get the tag information. */
180 /* Initialize the `local context' tag queu
[all...]
/freebsd-9.3-release/bin/setfacl/
H A Dmerge.c94 acl_tag_t tag, tag_new; local
122 if (acl_get_tag_type(entry, &tag) == -1)
125 if (tag == ACL_MASK)
133 if (acl_get_tag_type(entry, &tag) == -1)
139 if (tag != tag_new)
143 * For NFSv4, in addition to "tag" and "id" we also
157 switch(tag) {
195 errx(1, "%s: invalid tag type: %i", filename, tag);
/freebsd-9.3-release/contrib/cvs/src/
H A Dannotate.c26 static char *tag = NULL; variable
42 "\t-f\tUse head revision if tag/date not found.\n",
44 "\t-r rev\tAnnotate file as of specified revision/tag.\n",
79 tag = optarg;
115 option_with_arg ("-r", tag);
235 if (force_tag_match && tag != NULL)
247 if (tag != NULL && !tag_validated)
249 tag_check_valid (tag, argc - 1, argv + 1, local, 0, repository);
279 version = RCS_getversion (finfo->rcs, tag, date, force_tag_match,
H A Dentries.c46 Entnode_Create(type, user, vn, ts, options, tag, date, ts_conflict)
52 const char *tag;
65 ent->tag = xstrdup (tag);
85 if (ent->tag)
86 free (ent->tag);
222 Register (list, fname, vn, ts, options, tag, date, ts_conflict)
228 const char *tag;
238 server_register (fname, vn, ts, options, tag, date, ts_conflict);
248 options, tag
309 char *tag_or_date, *tag, *date, *ts_conflict; local
[all...]
H A Dstatus.c31 "\t-v\tVerbose format; includes tag information for the file\n",
237 if (edata->tag)
242 cvs_output (edata->tag, 0);
247 if (isdigit ((unsigned char) edata->tag[0]))
250 cvs_output (edata->tag, 0);
257 if (RCS_nodeisbranch (finfo->rcs, edata->tag))
258 branch = RCS_whatbranch(finfo->rcs, edata->tag);
261 cvs_output (edata->tag, 0);
332 * Print out a tag and its type
H A Dupdate.c86 static char *tag = NULL; variable
97 /* If we set the tag or date for a subdirectory, we use this to undo
124 "\t-f\tForce a head revision match if tag/date not found.\n",
129 "\t-r rev\tUpdate using specified revision/tag (is sticky).\n",
206 tag = optarg;
277 option_with_arg ("-r", tag);
379 if (tag != NULL)
380 tag_check_valid (tag, argc, argv, local, aflag, "");
389 * tag file as appropriate
408 if (aflag || tag || dat
1890 char *tag = NULL; local
[all...]
/freebsd-9.3-release/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c281 u_char tag;
296 tag = *bp++;
298 if (tag == TAG_PAD)
300 if (tag == TAG_END)
302 if (tag < KNOWN_OPTIONS) {
303 optstr = rfc1048_opts[tag];
306 printf(" T%d:", tag);
280 u_char tag; local
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddbuf.h250 void dbuf_spill_hold(struct dnode *dn, dmu_buf_impl_t **dbp, void *tag);
254 dmu_buf_impl_t *dbuf_hold(struct dnode *dn, uint64_t blkid, void *tag);
256 void *tag);
258 void *tag, dmu_buf_impl_t **dbp);
262 void dbuf_add_ref(dmu_buf_impl_t *db, void *tag);
265 void dbuf_rele(dmu_buf_impl_t *db, void *tag);
266 void dbuf_rele_and_unlock(dmu_buf_impl_t *db, void *tag);
H A Ddsl_dataset.h181 * The max length of a temporary tag prefix is the number of hex digits
192 int dsl_dataset_hold(struct dsl_pool *dp, const char *name, void *tag,
194 int dsl_dataset_hold_obj(struct dsl_pool *dp, uint64_t dsobj, void *tag,
196 void dsl_dataset_rele(dsl_dataset_t *ds, void *tag);
198 void *tag, dsl_dataset_t **dsp);
200 void *tag, dsl_dataset_t **dsp);
201 void dsl_dataset_disown(dsl_dataset_t *ds, void *tag);
203 boolean_t dsl_dataset_tryown(dsl_dataset_t *ds, void *tag);
260 void dsl_dataset_long_hold(dsl_dataset_t *ds, void *tag);
261 void dsl_dataset_long_rele(dsl_dataset_t *ds, void *tag);
[all...]
/freebsd-9.3-release/sys/dev/sfxge/common/
H A Defx_vpd.c418 __in_bcount(size) caddr_t tag,
433 keyword = EFX_VPD_KEYWORD(tag[pos], tag[pos + 1]);
434 length = tag[pos + 2];
460 efx_vpd_tag_t tag; local
469 &tag, &taglen)) != 0)
472 if (tag == EFX_VPD_END)
492 efx_vpd_tag_t tag; local
504 * Parse every tag,keyword in the existing VPD. If the csum is present,
511 &tag,
643 efx_vpd_tag_t tag; local
778 efx_vpd_tag_t tag; local
[all...]
/freebsd-9.3-release/sys/dev/usb/controller/
H A Dehci_ixp4xx.c76 struct bus_space tag; /* tag for private bus space ops */ member in struct:ixp_ehci_softc
134 isc->tag.bs_cookie = isc->iot;
136 isc->tag.bs_r_1 = ehci_bs_r_1,
137 isc->tag.bs_r_2 = ehci_bs_r_2,
138 isc->tag.bs_r_4 = ehci_bs_r_4,
140 isc->tag.bs_w_1 = ehci_bs_w_1,
141 isc->tag.bs_w_2 = ehci_bs_w_2,
142 isc->tag.bs_w_4 = ehci_bs_w_4,
144 sc->sc_io_tag = &isc->tag;
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddst_parse.h51 #define TAG_ALG(tag) ((unsigned int)(tag) >> TAG_SHIFT)
113 unsigned short tag; member in struct:dst_private_element
/freebsd-9.3-release/contrib/ofed/management/
H A Dmake.dist21 echo " If the script detects that the tag on any component already exists,"
26 echo "checking out the git tag and know with certainty that it is the same"
42 echo "If you do not pass an argument to release, then the tag will be a"
43 echo "simple git annotated tag. If you pass signed as the argument, the"
44 echo "git tag operation will use your default signing key to sign the tag."
46 echo "the tag with that key."
67 echo -n "Is the active branch the right one to tag this release on [y/N]? "
85 if [ ! -z "`git tag -l $target-$VERSION`" ]; then
86 echo "A git tag alread
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dder_get.c426 unsigned int *tag, size_t *size)
433 *tag = (*p) & 0x1f;
435 if(*tag == 0x1f) {
438 *tag = 0;
443 tag1 = *tag * 128 + (*p % 128);
444 /* check that we don't overflow the tag */
445 if (tag1 < *tag)
447 *tag = tag1;
458 unsigned int tag, size_t *size)
470 if(tag > thista
424 der_get_tag(const unsigned char *p, size_t len, Der_class *class, Der_type *type, unsigned int *tag, size_t *size) argument
456 der_match_tag(const unsigned char *p, size_t len, Der_class class, Der_type type, unsigned int tag, size_t *size) argument
479 der_match_tag_and_length(const unsigned char *p, size_t len, Der_class class, Der_type type, unsigned int tag, size_t *length_ret, size_t *size) argument
[all...]
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_busdma.h88 bus_dma_tag_t tag; member in struct:usb_page_cache
105 * The following structure describes the parent USB DMA tag.
110 bus_dma_tag_t tag; /* always set */ member in struct:usb_dma_parent_tag
114 struct usb_dma_tag *utag_first;/* pointer to first USB DMA tag */
124 * The following structure describes an USB DMA tag.
129 bus_dma_tag_t tag; member in struct:usb_dma_tag
/freebsd-9.3-release/sys/netgraph/
H A Dng_pppoe.c288 * Return the location where the next tag can be put
298 * Look for a tag of a specific type.
310 * Keep processing tags while a tag header will still fit.
314 * If the tag data would go past the end of the packet, abort.
318 CTR2(KTR_NET, "%20s: invalid length for tag %d",
323 CTR2(KTR_NET, "%20s: found tag %d", __func__, idx);
330 CTR2(KTR_NET, "%20s: not found tag %d", __func__, idx);
335 * Inlines to initialise or add tags to a session's tag list.
338 * Initialise the session's tag list.
374 const struct pppoe_tag **tag; local
417 pppoe_match_svc(node_p node, const struct pppoe_tag *tag) argument
581 pppoe_finduniq(node_p node, const struct pppoe_tag *tag) argument
1086 send_acname(sessp sp, const struct pppoe_tag *tag) argument
1180 const struct pppoe_tag *tag; local
1283 const struct pppoe_tag *utag = NULL, *tag = NULL; local
1745 struct pppoe_tag *tag; local
[all...]

Completed in 355 milliseconds

1234567891011>>