Searched refs:tag (Results 501 - 525 of 949) sorted by relevance

<<21222324252627282930>>

/freebsd-10.2-release/contrib/libyaml/src/
H A DMakefile.in74 libyaml_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
83 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
87 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/freebsd-10.2-release/contrib/libarchive/libarchive/
H A Darchive_entry.c1277 int type, int permset, int tag, int id, const char *name)
1279 return archive_acl_add_entry(&entry->acl, type, permset, tag, id, name);
1287 int type, int permset, int tag, int id, const wchar_t *name)
1290 type, permset, tag, id, name, wcslen(name));
1319 int *permset, int *tag, int *id, const char **name)
1323 permset, tag, id, name);
1276 archive_entry_acl_add_entry(struct archive_entry *entry, int type, int permset, int tag, int id, const char *name) argument
1286 archive_entry_acl_add_entry_w(struct archive_entry *entry, int type, int permset, int tag, int id, const wchar_t *name) argument
1318 archive_entry_acl_next(struct archive_entry *entry, int want_type, int *type, int *permset, int *tag, int *id, const char **name) argument
/freebsd-10.2-release/sys/dev/oce/
H A Doce_if.h261 void *tag; /* cookie returned by bus_setup_intr */ member in struct:oce_intr_info
280 #define DBUF_TAG(obj) ((obj)->tag)
314 bus_dma_tag_t tag; member in struct:oce_dma_mem
688 bus_dma_tag_t tag; member in struct:oce_wq
742 bus_dma_tag_t tag; member in struct:oce_rq
937 #define oce_dma_sync(d, f) bus_dmamap_sync((d)->tag, (d)->map, f)
/freebsd-10.2-release/sys/dev/usb/storage/
H A Dustorage_fs.c523 uint32_t tag; local
531 tag = UGETDW(sc->sc_cbw->dCBWSignature);
533 if (tag != CBWSIGNATURE) {
535 DPRINTF("invalid signature 0x%08x\n", tag);
538 tag = UGETDW(sc->sc_cbw->dCBWTag);
540 /* echo back tag */
541 USETDW(sc->sc_csw->dCSWTag, tag);
/freebsd-10.2-release/crypto/openssh/
H A Dumac.c837 * bytes input to UMAC per tag, ie. 16MB).
1109 /* Incorporate any pending data, pad, and generate tag */
1248 int umac_final(struct umac_ctx *ctx, u_char tag[], const u_char nonce[8]) argument
1249 /* Incorporate any pending data, pad, and generate tag */
1251 uhash_final(&ctx->hash, (u_char *)tag);
1252 pdf_gen_xor(&ctx->pdf, (const UINT8 *)nonce, (UINT8 *)tag);
1272 long len, u_char tag[],
1276 uhash(&ctx->hash, input, len, (u_char *)tag);
1277 pdf_gen_xor(&ctx->pdf, (UINT8 *)nonce, (UINT8 *)tag);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDefines.cpp431 get_tag_category (uint16_t tag) argument
433 switch (tag)
/freebsd-10.2-release/contrib/ofed/libibcm/
H A DMakefile.in76 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
80 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
340 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(src_libibcm_la_CFLAGS) $(CFLAGS) -MT src_libibcm_la-cm.lo -MD -MP -MF "$(DEPDIR)/src_libibcm_la-cm.Tpo" -c -o src_libibcm_la-cm.lo `test -f 'src/cm.c' || echo '$(srcdir)/'`src/cm.c; \
344 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(src_libibcm_la_CFLAGS) $(CFLAGS) -c -o src_libibcm_la-cm.lo `test -f 'src/cm.c' || echo '$(srcdir)/'`src/cm.c
/freebsd-10.2-release/lib/libfetch/
H A Dhttp.c1459 int comment, tag; local
1461 comment = tag = 0;
1469 tag = comment = 0;
1472 } else if (tag && !comment && *q == '>') {
1474 tag = 0;
1475 } else if (!tag && *q == '<') {
1478 tag = 1;
1486 if (!tag && q > p)
/freebsd-10.2-release/lib/libdwarf/
H A Ddwarf_dump.c275 get_tag_desc(uint32_t tag) argument
277 switch (tag) {
394 return "Unknown tag";
/freebsd-10.2-release/sbin/routed/
H A Dtable.c290 u_short tag,
314 nc_ag.ag_tag = tag;
401 ag->ag_tag = tag;
459 if (ag->ag_tag != tag)
460 tag = 0;
488 ag->ag_tag = tag;
489 tag = x;
593 nag->ag_tag = tag;
283 ag_check(naddr dst, naddr mask, naddr gate, naddr nhop, char metric, char pref, u_int new_seqno, u_short tag, u_short state, void (*out)(struct ag_info *)) argument
/freebsd-10.2-release/contrib/file/src/
H A Dfile.c126 int tag; member in struct:__anon971
394 if (magic_setparam(magic, pm[i].tag, &pm[i].value) == -1) {
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_bookmark.c35 dsl_dataset_t **dsp, void *tag, char **shortnamep)
50 return (dsl_dataset_hold(dp, buf, tag, dsp));
34 dsl_bookmark_hold_ds(dsl_pool_t *dp, const char *fullname, dsl_dataset_t **dsp, void *tag, char **shortnamep) argument
/freebsd-10.2-release/sys/dev/hpt27xx/
H A Dldm.h81 char *tag; member in struct:freelist
83 #define freelist_debug_tag(list, _tag) (list)->tag = _tag
/freebsd-10.2-release/sys/dev/hptnr/
H A Dldm.h80 char *tag; member in struct:freelist
82 #define freelist_debug_tag(list, _tag) (list)->tag = _tag
/freebsd-10.2-release/sys/dev/hptrr/
H A Dldm.h80 char *tag; member in struct:freelist
82 #define freelist_debug_tag(list, _tag) (list)->tag = _tag
/freebsd-10.2-release/sys/dev/isci/
H A Disci.c264 if(interrupt_info->tag != NULL)
266 interrupt_info->tag);
/freebsd-10.2-release/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c316 u_char tag[NFSV4_SMALLSTR + 1], *tagstr = NULL; local
352 nfsd_getminorvers(nd, tag, &tagstr, &taglen,
/freebsd-10.2-release/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c1213 "unable to create Tx buffer tag for queue %d\n", q);
1330 "unable to create Rx buffer tag for "
1875 bus_dma_tag_t tag; local
1881 tag = rxr->vxrxr_rxtag;
1926 error = bus_dmamap_load_mbuf_sg(tag, dmap, m, &segs[0], &nsegs,
1941 bus_dmamap_sync(tag, rxb->vrxb_dmamap, BUS_DMASYNC_POSTREAD);
1942 bus_dmamap_unload(tag, rxb->vrxb_dmamap);
2732 bus_dma_tag_t tag; local
2737 tag = txr->vxtxr_txtag;
2739 error = bus_dmamap_load_mbuf_sg(tag, dma
3077 vmxnet3_update_vlan_filter(struct vmxnet3_softc *sc, int add, uint16_t tag) argument
3109 vmxnet3_register_vlan(void *arg, struct ifnet *ifp, uint16_t tag) argument
3117 vmxnet3_unregister_vlan(void *arg, struct ifnet *ifp, uint16_t tag) argument
[all...]
/freebsd-10.2-release/sys/dev/nvme/
H A Dnvme_private.h189 void *tag; member in struct:nvme_qpair
284 void *tag; member in struct:nvme_controller
/freebsd-10.2-release/tools/regression/net80211/tkip/
H A Dtest_tkip.c154 dumpdata(const char *tag, const void *p, size_t len) argument
158 printf("%s: 0x%p len %u", tag, p, len);
/freebsd-10.2-release/sys/arm/cavium/cns11xx/
H A Dif_ece.c483 /* Allocate a busdma tag and DMA safe memory for TX/RX descriptors. */
527 /* Allocate a busdma tag for mbufs. Alignment is 2 bytes */
540 if_printf(sc->ifp, "failed to create busdma tag for mbufs\n");
599 /* Allocate a busdma tag and DMA safe memory for RX descriptors. */
640 /* Allocate a busdma tag for mbufs. */
652 if_printf(sc->ifp, "failed to create busdma tag for mbufs\n");
714 bus_dma_tag_t tag; local
716 tag = sc->dmatag_ring_rx;
725 error = bus_dmamap_load_mbuf_sg(tag, sc->rx_sparemap, new_mbuf,
736 bus_dmamap_sync(tag, descinf
1227 int tag = 0; local
[all...]
/freebsd-10.2-release/sys/dev/ath/
H A Dif_ath_keycache.c83 ath_keyprint(struct ath_softc *sc, const char *tag, u_int ix, argument
96 printf("%s: [%02u] %-7s ", tag, ix, ciphers[hk->kv_type]);
/freebsd-10.2-release/sys/contrib/octeon-sdk/
H A Dcvmx-pko.h52 * of not affecting the tag state but doesn't preserve packet
305 * Prepare to send a packet. This may initiate a tag switch to
347 uint32_t tag = CVMX_TAG_SW_BITS_INTERNAL << CVMX_TAG_SW_SHIFT | CVMX_TAG_SUBGROUP_PKO << CVMX_TAG_SUBGROUP_SHIFT | (CVMX_TAG_SUBGROUP_MASK & queue); local
348 cvmx_pow_tag_sw_full((cvmx_wqe_t *)cvmx_phys_to_ptr(0x80), tag, CVMX_POW_TAG_TYPE_ATOMIC, 0);
/freebsd-10.2-release/sys/dev/aic/
H A Daic.c61 static void aic_reconnect(struct aic_softc *aic, int tag);
490 aic_reconnect(struct aic_softc *aic, int tag) argument
502 (tag == -1 || scb->tag == tag))
508 if (tag == -1)
816 aic->msg_buf[1] = scb->tag;
1483 scb->tag = i;
/freebsd-10.2-release/usr.sbin/fwcontrol/
H A Dfwdv.c130 isoreq.tag = (ich >> 6) & 3;
288 isoreq.tag = (ich >> 6) & 3;

Completed in 229 milliseconds

<<21222324252627282930>>