Searched refs:tag (Results 251 - 275 of 808) sorted by relevance

<<11121314151617181920>>

/freebsd-9.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-9.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-9.3-release/contrib/bind9/lib/isc/
H A Dlog.c123 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
196 isc_eventtype_t last, void *tag);
199 void *tag);
204 isc_eventtype_t last, void *tag,
208 void *tag, isc_eventlist_t *events);
217 isc__task_setname(isc_task_t *task0, const char *name, void *tag);
365 task->tag = NULL;
642 isc_eventtype_t last, void *tag,
655 * whose tag is 'tag' wil
641 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
681 isc__task_purgerange(isc_task_t *task0, void *sender, isc_eventtype_t first, isc_eventtype_t last, void *tag) argument
713 isc__task_purge(isc_task_t *task, void *sender, isc_eventtype_t type, void *tag) argument
769 isc__task_unsendrange(isc_task_t *task, void *sender, isc_eventtype_t first, isc_eventtype_t last, void *tag, isc_eventlist_t *events) argument
784 isc__task_unsend(isc_task_t *task, void *sender, isc_eventtype_t type, void *tag, isc_eventlist_t *events) argument
870 isc__task_setname(isc_task_t *task0, const char *name, void *tag) argument
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/
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...]
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...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dhotuser109 my ($tag, $addr, $count) = split ' ', $line;
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/
H A Dhotuser109 my ($tag, $addr, $count) = split ' ', $line;
/freebsd-9.3-release/contrib/cvs/src/
H A Dno_diff.c67 options, vers->tag, vers->date, (char *) 0);
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_entry_private.h59 int tag; /* E.g., user/group/other/mask */ member in struct:ae_acl
/freebsd-9.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-9.3-release/contrib/wpa/src/tls/
H A Dasn1.h55 unsigned int tag, length; member in struct:asn1_hdr
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dsymbol.h124 struct tagtype tag; member in struct:type
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_pool.c919 const char *tag, uint64_t now, dmu_tx_t *tx, boolean_t holding)
942 name = kmem_asprintf("%llx-%s", (u_longlong_t)dsobj, tag);
953 * Add a temporary hold for the given dataset object and tag.
956 dsl_pool_user_hold(dsl_pool_t *dp, uint64_t dsobj, const char *tag, argument
959 return (dsl_pool_user_hold_rele_impl(dp, dsobj, tag, now, tx, B_TRUE));
963 * Release a temporary hold for the given dataset object and tag.
966 dsl_pool_user_release(dsl_pool_t *dp, uint64_t dsobj, const char *tag, argument
969 return (dsl_pool_user_hold_rele_impl(dp, dsobj, tag, 0,
1025 dsl_pool_hold(const char *name, void *tag, dsl_pool_t **dp) argument
1030 error = spa_open(name, &spa, tag);
918 dsl_pool_user_hold_rele_impl(dsl_pool_t *dp, uint64_t dsobj, const char *tag, uint64_t now, dmu_tx_t *tx, boolean_t holding) argument
1039 dsl_pool_rele(dsl_pool_t *dp, void *tag) argument
1046 dsl_pool_config_enter(dsl_pool_t *dp, void *tag) argument
1065 dsl_pool_config_exit(dsl_pool_t *dp, void *tag) argument
[all...]
/freebsd-9.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-9.3-release/sys/dev/aic7xxx/
H A Daic7xxx_osm.h169 bus_space_read_1((ahc)->tag, (ahc)->bsh, port)
172 bus_space_write_1((ahc)->tag, (ahc)->bsh, port, value)
175 bus_space_write_multi_1((ahc)->tag, (ahc)->bsh, port, valp, count)
178 bus_space_read_multi_1((ahc)->tag, (ahc)->bsh, port, valp, count)
/freebsd-9.3-release/sys/dev/ath/ath_hal/
H A Dah_soc.h89 void *tag; /* bus space tag */ member in struct:ar531x_config
/freebsd-9.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-9.3-release/sys/dev/sfxge/common/
H A Defx_bootcfg.c75 uint8_t tag; local
78 /* Consume tag */
79 tag = data[offset];
80 if (tag == DHCP_END) {
85 if (tag == DHCP_PAD) {
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_frw.h81 #define xfs_rw_enter_trace(tag, io, buf, size, offset, ioflags)
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_error.c113 cmn_err(CE_WARN, "XFS error tag #%d on", error_tag);
120 cmn_err(CE_WARN, "Turned on XFS error tag #%d",
131 cmn_err(CE_WARN, "error tag overflow, too many turned on");
151 cmn_err(CE_WARN, "Cleared XFS error tag #%d",
157 cmn_err(CE_WARN, "XFS error tag %d not on", error_tag);
172 cmn_err(CE_WARN, "Clearing XFS error tag #%d",
249 char *tag,
260 tag, linenum, fname, ra);
299 char *tag,
309 xfs_error_report(tag, leve
248 xfs_error_report( char *tag, int level, xfs_mount_t *mp, char *fname, int linenum, inst_t *ra) argument
298 xfs_corruption_error( char *tag, int level, xfs_mount_t *mp, void *p, char *fname, int linenum, inst_t *ra) argument
[all...]
/freebsd-9.3-release/sys/ia64/include/
H A Dpte.h89 uint64_t tag; /* includes ti */ member in struct:ia64_lpte
/freebsd-9.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-9.3-release/sys/sparc64/include/
H A Dbus_common.h72 void sparc64_counter_init(const char *name, bus_space_tag_t tag,
/freebsd-9.3-release/sys/sys/
H A Dvtoc.h75 uint16_t tag; member in struct:vtoc8::__anon10509

Completed in 212 milliseconds

<<11121314151617181920>>