Searched refs:tag (Results 1 - 25 of 1161) sorted by last modified time

1234567891011>>

/freebsd-current/tools/build/options/
H A Dmakeman289 .Bl -tag -width indent
380 .Bl -tag -width indent
401 .Bl -tag -compact -width Pa
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dspa.c5725 spa_open_common(const char *pool, spa_t **spapp, const void *tag, argument
5812 spa_open_ref(spa, tag);
5842 spa_open_rewind(const char *name, spa_t **spapp, const void *tag, argument
5845 return (spa_open_common(name, spapp, tag, policy, config));
5849 spa_open(const char *name, spa_t **spapp, const void *tag) argument
5851 return (spa_open_common(name, spapp, tag, NULL, NULL));
10635 boolean_t use_tag, uint64_t tag, boolean_t *in_progress)
10657 error = spa_vdev_activity_in_progress(spa, use_tag, tag,
10704 boolean_t use_tag, uint64_t tag, boolean_t *waited)
10707 * The tag i
10634 spa_activity_in_progress(spa_t *spa, zpool_wait_activity_t activity, boolean_t use_tag, uint64_t tag, boolean_t *in_progress) argument
10703 spa_wait_common(const char *pool, zpool_wait_activity_t activity, boolean_t use_tag, uint64_t tag, boolean_t *waited) argument
10770 spa_wait_tag(const char *pool, zpool_wait_activity_t activity, uint64_t tag, boolean_t *waited) argument
[all...]
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dmodule.h51 #define MODULE_INFO(tag, info)
/freebsd-current/sys/dev/nvme/
H A Dnvme_qpair.c744 nvme_printf(ctrlr, "payload tag create failed %d\n", err);
770 nvme_printf(ctrlr, "tag create failed %d\n", err);
871 nvme_qpair_msi_handler, qpair, &qpair->tag) != 0) {
876 bus_describe_intr(ctrlr->dev, qpair->res, qpair->tag,
879 bus_describe_intr(ctrlr->dev, qpair->res, qpair->tag,
901 if (qpair->tag) {
902 bus_teardown_intr(qpair->ctrlr->dev, qpair->res, qpair->tag);
903 qpair->tag = NULL;
H A Dnvme_ctrlr.c957 nvme_printf(ctrlr, "HMB tag create failed %d\n", err);
1000 nvme_printf(ctrlr, "HMB desc tag create failed %d\n", err);
1547 if (ctrlr->tag)
1548 bus_teardown_intr(ctrlr->dev, ctrlr->res, ctrlr->tag);
/freebsd-current/sys/netinet/
H A Dip_fw.h51 * Most commands (queue, pipe, tag, untag, limit...) can have a 16-bit
57 * 2^32 pipes, queues, tag values and so on.
258 O_FLOW6ID, /* for flow id tag in the ipv6 pkt */
273 O_TAG, /* arg1=tag number */
274 O_TAGGED, /* arg1=tag number */
789 #define IPFW_VTYPE_TAG 0x00000020 /* tag/untag */
896 uint32_t tag; /* O_TAG/O_TAGGED */ member in struct:_ipfw_table_value
H A Dsctp_pcb.h57 #define SCTP_PCBHASH_ASOC(tag, mask) (tag & mask)
H A Dsctp_pcb.c4544 sctp_is_in_timewait(uint32_t tag, uint16_t lport, uint16_t rport, time_t now) argument
4551 chain = &SCTP_BASE_INFO(vtag_timewait)[(tag % SCTP_STACK_VTAG_HASH_SIZE)];
4555 (twait_block->vtag_block[i].v_tag == tag) &&
4567 uint32_t tag, uint16_t lport, uint16_t rport)
4570 vtag_block->v_tag = tag;
4576 sctp_add_vtag_to_timewait(uint32_t tag, uint16_t lport, uint16_t rport) argument
4588 chain = &SCTP_BASE_INFO(vtag_timewait)[(tag % SCTP_STACK_VTAG_HASH_SIZE)];
4594 sctp_set_vtag_block(twait_block->vtag_block + i, time, tag, lport, rport);
4604 /* Reuse it for the new tag */
4605 sctp_set_vtag_block(twait_block->vtag_block + i, time, tag, lpor
4566 sctp_set_vtag_block(struct sctp_timewait *vtag_block, time_t time, uint32_t tag, uint16_t lport, uint16_t rport) argument
6718 sctp_is_vtag_good(uint32_t tag, uint16_t lport, uint16_t rport, struct timeval *now) argument
[all...]
H A Dsctp_input.c1204 * here since we don't have their tag.
1443 * <---INIT(tag=a)------
1444 * ----INIT-ACK(tag=t)-->
1445 * ----INIT(tag=t)------> *1
1446 * <---INIT-ACK(tag=a)---
1447 * <----CE(tag=t)------------- *2
1450 * tag t'. Which means we would throw away the CE and send
1571 * that we gave out the same tag on since one was not
1573 * and we respond tag-a, we get a INIT from host-2 behind
1574 * the nat and we get tag
5823 uint32_t flowid, tag; local
[all...]
/freebsd-current/sys/dev/aic7xxx/
H A Dahc_pci.c119 printf("ahc_pci_attach: Could not allocate DMA tag "
170 ahc->tag = rman_get_bustag(regs);
197 ahc->tag = rman_get_bustag(regs);
/freebsd-current/sbin/ipfw/
H A Dtables.c101 { "tag", IPFW_VTYPE_TAG },
1519 v->tag = val;
1584 v->tag = strtol(n, &e, 10);
1586 etype = "tag";
1828 flag = htonl(v->tag);
1831 snprintf(buf, sz, "%u", v->tag);
1842 l = snprintf(buf, sz, "%u,", v->tag);
/freebsd-current/contrib/unbound/util/
H A Dconfig_file.h346 /** tag log_queries and log_replies for filtering */
389 /** send key tag query */
497 /** tag list, array with tagname[i] is malloced string */
1213 * Add a tag name to the config. It is added at the end with a new ID value.
1215 * @param tag: string (which is copied) with the name.
1218 int config_add_tag(struct config_file* cfg, const char* tag);
1221 * Find tag ID in the tag list.
1223 * @param tag: string with tag nam
[all...]
H A Dconfig_file.c700 else S_YNO("log-tag-queryreply:", log_tag_queryreply)
844 else if(strcmp(opt, "define-tag:") ==0) {
873 * local-zone-tag, access-control-view, interface-*,
1143 else O_YNO(opt, "log-tag-queryreply", log_tag_queryreply)
1309 else O_IFC(opt, "define-tag", num_tags, tagname)
1310 else O_LTG(opt, "local-zone-tag", local_zone_tags)
1311 else O_LTG(opt, "access-control-tag", acl_tags)
1312 else O_LTG(opt, "response-ip-tag", respip_tags)
1314 else O_LS3(opt, "access-control-tag-action", acl_tag_actions)
1315 else O_LS3(opt, "access-control-tag
2193 find_tag_id(struct config_file* cfg, const char* tag) argument
2204 config_add_tag(struct config_file* cfg, const char* tag) argument
[all...]
/freebsd-current/contrib/unbound/smallapp/
H A Dunbound-anchor.c1192 /** the current tag; malloced; or NULL outside of tags */
1193 char* tag; member in struct:xml_data
1215 /** The BIO for the tag */
1217 xml_selectbio(struct xml_data* data, const char* tag) argument
1220 if(strcasecmp(tag, "KeyTag") == 0)
1222 else if(strcasecmp(tag, "Algorithm") == 0)
1224 else if(strcasecmp(tag, "DigestType") == 0)
1226 else if(strcasecmp(tag, "Digest") == 0)
1244 if(!data->tag)
1250 data->tag
[all...]
/freebsd-current/contrib/unbound/services/
H A Dlocalzone.c677 log_err("cannot parse zone name in local-zone-tag: %s", zname);
686 log_err("no local-zone for tag %s", zname);
1144 /** enter local-zone-tag info */
1355 /** find local data tag string match for the given type in the list */
1472 enum localzone_type lz_type, int tag, struct config_strlist** tag_datas,
1487 if(tag != -1 && (size_t)tag<tag_datas_size && tag_datas[tag]) {
1490 if(find_tag_datas(qinfo, tag_datas[tag], &r, temp)) {
1491 verbose(VERB_ALGO, "redirect with tag dat
1468 local_data_answer(struct local_zone* z, struct module_env* env, struct query_info* qinfo, struct edns_data* edns, struct comm_reply* repinfo, sldns_buffer* buf, struct regional* temp, int labs, struct local_data** ldp, enum localzone_type lz_type, int tag, struct config_strlist** tag_datas, size_t tag_datas_size, char** tagname, int num_tags) argument
1775 lz_type(uint8_t *taglist, size_t taglen, uint8_t *taglist2, size_t taglen2, uint8_t *tagactions, size_t tagactionssize, enum localzone_type lzt, struct comm_reply* repinfo, struct rbtree_type* override_tree, int* tag, char** tagname, int num_tags) argument
1798 local_data_find_tag_action(const uint8_t* taglist, size_t taglen, const uint8_t* taglist2, size_t taglen2, const uint8_t* tagactions, size_t tagactionssize, enum localzone_type lzt, int* tag, char* const* tagname, int num_tags) argument
1846 int r, tag = -1; local
[all...]
/freebsd-current/contrib/unbound/
H A DMakefile.in302 COMPILE=$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) @PTHREAD_CFLAGS_ONLY@
303 LINK=$(LIBTOOL) --tag=CC --mode=link $(CC) $(staticexe) $(RUNTIME_PATH) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
304 LINK_LIB=$(LIBTOOL) --tag=CC --mode=link $(CC) $(RUNTIME_PATH) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -version-info @LIBUNBOUND_CURRENT@:@LIBUNBOUND_REVISION@:@LIBUNBOUND_AGE@ -no-undefined
492 $(LIBTOOL) --tag=CC --mode=link $(CC) $(RUNTIME_PATH) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -module -avoid-version -no-undefined -shared -o $@ libunbound_wrap.lo -rpath $(PYTHON_SITE_PKG) -L. -L.libs libunbound.la $(PYTHON_LIBS)
/freebsd-current/sys/netpfil/pf/
H A Dpf.c2163 TH_RST|TH_ACK, 0, 0, 0, true, s->tag, 0, s->act.rtableid);
2968 pf_mtag->tag = mtag_tag;
3155 /* Allocate outgoing queue entry, mbuf and mbuf tag. */
3194 /* Allocate outgoing queue entry, mbuf and mbuf tag. */
3351 /* Allocate outgoing queue entry, mbuf and mbuf tag. */
3533 pf_match_tag(struct mbuf *m, struct pf_krule *r, int *tag, int mtag) argument
3535 if (*tag == -1)
3536 *tag = mtag;
3538 return ((!r->match_tag_not && r->match_tag == *tag) ||
3539 (r->match_tag_not && r->match_tag != *tag));
3543 pf_tag_packet(struct mbuf *m, struct pf_pdesc *pd, int tag) argument
4116 pf_match_eth_tag(struct mbuf *m, struct pf_keth_rule *r, int *tag, int mtag) argument
4169 int tag = -1; local
4440 int tag = -1; local
4855 pf_create_state(struct pf_krule *r, struct pf_krule *nr, struct pf_krule *a, struct pf_pdesc *pd, struct pf_ksrc_node *nsn, struct pf_state_key *nk, struct pf_state_key *sk, struct mbuf *m, int off, u_int16_t sport, u_int16_t dport, int *rewrite, struct pfi_kkif *kif, struct pf_kstate **sm, int tag, u_int16_t bproto_sum, u_int16_t bip_sum, int hdrlen, struct pf_krule_slist *match_rules) argument
5132 int tag = -1; local
8004 uint16_t tag; local
8580 uint16_t tag; local
[all...]
/freebsd-current/sbin/pfctl/
H A Dpfctl_optimize.c121 * For instance we can re-order all 'tag "foo"' rules because they have the
122 * same tag. But we can not re-order between a 'tag "foo"' and a
123 * 'tag "bar"' since that would change the meaning of the ruleset.
195 PF_RULE_FIELD(tag, DC),
/freebsd-current/lib/libpfctl/
H A Dlibpfctl.h217 uint16_t tag; member in struct:pfctl_rule
/freebsd-current/sys/powerpc/powerpc/
H A Dbusdma_machdep.c116 * Returns true if the address falls within the tag's exclusion window, or
160 /* Return a NULL tag on failure */
166 CTR4(KTR_BUSDMA, "%s returned tag %p tag flags 0x%x error %d",
188 /* Take into account any restrictions imposed by our parent tag */
238 CTR4(KTR_BUSDMA, "%s returned tag %p tag flags 0x%x error %d",
283 CTR3(KTR_BUSDMA, "%s tag %p error %d", __func__, dmat, error);
301 CTR3(KTR_BUSDMA, "%s: tag %p error %d",
358 CTR3(KTR_BUSDMA, "%s: tag
779 bus_dma_tag_set_iommu(bus_dma_tag_t tag, device_t iommu, void *cookie) argument
[all...]
/freebsd-current/sys/net/
H A Dif_lagg.c103 struct m_snd_tag *tag; member in struct:lagg_snd_tag
1888 /* Return tag from port interface directly. */
1934 lst->tag = mst;
1949 return (lst->tag);
1959 return (lst->tag->sw->snd_tag_modify(lst->tag, params));
1969 return (lst->tag->sw->snd_tag_query(lst->tag, params));
1978 m_snd_tag_rele(lst->tag);
1988 * get a ratelimit tag o
[all...]
H A Dif.c4782 if_setvtag(struct mbuf *m, uint16_t tag) argument
4784 m->m_pkthdr.ether_vtag = tag;
/freebsd-current/sys/kern/
H A Duipc_socket.c275 socket_zone_change(void *tag) argument
282 socket_init(void *tag) argument
/freebsd-current/sys/dev/sound/pci/hda/
H A Dhdaa.c6801 int i, tag, flags; local
6806 tag = resp >> 26;
6812 if (w->unsol != tag)
/freebsd-current/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c2177 /* setup send tag */
2178 m_snd_tag_init(&c->tag, c->priv->ifp, &mlx5e_ul_snd_tag_sw);
2204 m_snd_tag_rele(&c->tag);
4337 * and it safe to return a pointer to the send tag
4346 m_snd_tag_ref(&pch->tag);
4347 *ppmt = &pch->tag;
4356 container_of(pmt, struct mlx5e_channel, tag);
4367 container_of(pmt, struct mlx5e_channel, tag);

Completed in 476 milliseconds

1234567891011>>