Searched refs:tag (Results 276 - 300 of 953) sorted by relevance

<<11121314151617181920>>

/freebsd-10.3-release/usr.sbin/ctld/
H A Dtoken.l81 tag { return TAG; }
/freebsd-10.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-10.3-release/usr.bin/csup/
H A Dtoken.l55 tag { yylval.i = PT_TAG; return NAME; }
/freebsd-10.3-release/usr.bin/xlint/lint1/
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.3-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...]
/freebsd-10.3-release/sys/sparc64/sparc64/
H A Dbus_machdep.c169 * dflt_lock should never get called. It gets put into the dma tag when
171 * with the tag are meant to never be defered.
193 /* Return a NULL tag on failure */
198 panic("%s: parent DMA tag NULL", __func__);
236 /* Take into account any restrictions imposed by our parent tag. */
282 /* Allocate/free a tag, and do the necessary management work. */
604 bus_space_map(bus_space_tag_t tag, bus_addr_t address, bus_size_t size, argument
608 return (sparc64_bus_mem_map(tag, address, size, flags, 0, handlep));
612 sparc64_bus_mem_map(bus_space_tag_t tag, bus_addr_t addr, bus_size_t size, argument
630 if (tag
681 bus_space_unmap(bus_space_tag_t tag, bus_space_handle_t handle, bus_size_t size) argument
689 sparc64_bus_mem_unmap(bus_space_tag_t tag, bus_space_handle_t handle, bus_size_t size) argument
[all...]
/freebsd-10.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-10.3-release/sys/dev/oce/
H A Doce_queue.c239 PAGE_SIZE, 0, NULL, NULL, &wq->tag);
246 rc = bus_dmamap_create(wq->tag, 0, &wq->pckts[i].map);
295 bus_dmamap_unload(wq->tag, wq->pckts[i].map);
296 bus_dmamap_destroy(wq->tag, wq->pckts[i].map);
301 if (wq->tag != NULL)
302 bus_dma_tag_destroy(wq->tag);
437 1, PAGE_SIZE, 0, NULL, NULL, &rq->tag);
443 rc = bus_dmamap_create(rq->tag, 0, &rq->pckts[i].map);
483 bus_dmamap_unload(rq->tag, rq->pckts[i].map);
484 bus_dmamap_destroy(rq->tag, r
[all...]
/freebsd-10.3-release/contrib/ntp/lib/isc/
H A Dlog.c124 char * tag; member in struct:isc_logconfig
348 lcfg->tag = NULL;
556 if (lcfg->tag != NULL)
557 isc_mem_free(lcfg->lctx->mctx, lcfg->tag);
558 lcfg->tag = NULL;
1000 isc_log_settag(isc_logconfig_t *lcfg, const char *tag) { argument
1003 if (tag != NULL && *tag != '\0') {
1004 if (lcfg->tag != NULL)
1005 isc_mem_free(lcfg->lctx->mctx, lcfg->tag);
1028 isc_log_opensyslog(const char *tag, int options, int facility) argument
[all...]
H A Dtask.c117 void * tag; member in struct:isc__task
195 isc_eventtype_t last, void *tag);
198 void *tag);
203 isc_eventtype_t last, void *tag,
207 void *tag, isc_eventlist_t *events);
216 isc__task_setname(isc_task_t *task0, const char *name, void *tag);
360 task->tag = NULL;
639 isc_eventtype_t last, void *tag,
652 * whose tag is 'tag' wil
638 dequeue_events(isc__task_t *task, void *sender, isc_eventtype_t first, isc_eventtype_t last, void *tag, isc_eventlist_t *events, isc_boolean_t purging) argument
678 isc__task_purgerange(isc_task_t *task0, void *sender, isc_eventtype_t first, isc_eventtype_t last, void *tag) argument
710 isc__task_purge(isc_task_t *task, void *sender, isc_eventtype_t type, void *tag) argument
766 isc__task_unsendrange(isc_task_t *task, void *sender, isc_eventtype_t first, isc_eventtype_t last, void *tag, isc_eventlist_t *events) argument
781 isc__task_unsend(isc_task_t *task, void *sender, isc_eventtype_t type, void *tag, isc_eventlist_t *events) argument
867 isc__task_setname(isc_task_t *task0, const char *name, void *tag) argument
[all...]
/freebsd-10.3-release/sys/arm/broadcom/bcm2835/
H A Dbcm2835_cpufreq.c150 struct bcm2835_mbox_tag_hdr *tag, *last; local
188 /* tag = first tag */
191 tag = (struct bcm2835_mbox_tag_hdr *)(up + hdr_size);
195 /* loop unitl end tag (=0x0) */
197 for (idx = 0; tag->tag != 0; idx++) {
198 if ((tag->val_len & BCM2835_MBOX_TAG_VAL_LEN_RESPONSE) == 0) {
199 device_printf(sc->dev, "tag%d response error\n", idx);
203 tag
[all...]
/freebsd-10.3-release/sys/dev/ixl/
H A Dixl_txrx.c246 bus_dma_tag_t tag; local
261 tag = txr->tx_tag;
266 tag = txr->tso_tag;
282 error = bus_dmamap_load_mbuf_sg(tag, map,
298 error = bus_dmamap_load_mbuf_sg(tag, map,
336 /* Grab the VLAN tag */
347 buf->tag = tag; /* Keep track of the type tag */
377 bus_dmamap_sync(tag, ma
[all...]
/freebsd-10.3-release/contrib/subversion/subversion/include/
H A Dsvn_version.h84 /** Version tag: a string describing the version.
86 * This tag remains " (dev build)" in the repository so that we can
100 /** Number tag: a string describing the version.
102 * This tag is used to generate a version number string to identify
134 /** Version number with tag (contains no whitespace) */
159 * The version tag (#SVN_VER_NUMTAG). Must always point to a member in struct:svn_version_t
162 const char *tag;
/freebsd-10.3-release/contrib/tcpdump/
H A Dprint-ether.c190 u_int16_t tag = EXTRACT_16BITS(p); local
193 tag & 0xfff,
194 tag >> 13,
195 (tag & 0x1000) ? ", CFI" : ""));
/freebsd-10.3-release/crypto/heimdal/lib/asn1/
H A Dsymbol.h125 struct tagtype tag; member in struct:type
/freebsd-10.3-release/contrib/wpa/src/tls/
H A Dasn1.h49 unsigned int tag, length; member in struct:asn1_hdr
/freebsd-10.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper-check-defines.h82 /* Set default (defaults are deprecated) input tag type */
94 #error CVMX_HELPER_INPUT_TAG_* values for determining tag hash inputs must be defined in executive-config.h
/freebsd-10.3-release/sys/dev/ep/
H A Dif_ep_isa.c162 int tag = EP_LAST_TAG; local
188 * For the first probe, clear all board's tag registers.
238 * Set the adaptor tag so that the next card can be
241 outb(ELINK_ID_PORT, tag--);
256 * Set the adaptor tag so that the next card
259 outb(ELINK_ID_PORT, tag--);
263 /* Set the adaptor tag so that the next card can be found. */
264 outb(ELINK_ID_PORT, tag--);
/freebsd-10.3-release/contrib/dtc/
H A Dfdtget.c153 uint32_t tag; /* current tag */ local
159 tag = fdt_next_tag(blob, node, &nextoffset);
160 switch (tag) {
188 printf("Unknown tag 0x%08X\n", tag);
/freebsd-10.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dhotuser109 my ($tag, $addr, $count) = split ' ', $line;
/freebsd-10.3-release/cddl/contrib/dtracetoolkit/
H A Dhotuser109 my ($tag, $addr, $count) = split ' ', $line;
/freebsd-10.3-release/sys/ia64/include/
H A Dpte.h89 uint64_t tag; /* includes ti */ member in struct:ia64_lpte
/freebsd-10.3-release/sys/isa/
H A Dpnpvar.h50 typedef int pnp_scan_cb(device_t dev, u_char tag, u_char *res, int len,
/freebsd-10.3-release/sys/sys/
H A Dvtoc.h75 uint16_t tag; member in struct:vtoc8::__anon12065
/freebsd-10.3-release/sys/sparc64/include/
H A Dbus_common.h72 void sparc64_counter_init(const char *name, bus_space_tag_t tag,

Completed in 461 milliseconds

<<11121314151617181920>>