Searched refs:tag (Results 301 - 325 of 953) sorted by relevance

<<11121314151617181920>>

/freebsd-10.3-release/sys/dev/sfxge/common/
H A Defx_bootcfg.c78 uint8_t tag; local
81 /* Consume tag */
82 tag = data[offset];
83 if (tag == DHCP_END) {
88 if (tag == DHCP_PAD) {
/freebsd-10.3-release/sys/dev/ixl/
H A Dixl_pf.h69 void *tag; member in struct:ixl_pf
/freebsd-10.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-10.3-release/sys/dev/ath/ath_hal/
H A Dah_soc.h89 void *tag; /* bus space tag */ member in struct:ar531x_config
/freebsd-10.3-release/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdtxchg.h89 /* initiator tag a target received */
90 bit16 tag; member in struct:ttdsaXchg_s
/freebsd-10.3-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh309 if ! [ -d "${WORKDIR}/files" -a -r "${WORKDIR}/tag" \
472 # Fetch a snapshot tag
474 rm -f snapshot.ssl tag.new
476 echo ${NDEBUG} "Fetching snapshot tag from ${SERVERNAME}... "
485 < $1.ssl > tag.new 2>${QUIETREDIR} || true
488 if ! [ `wc -l < tag.new` = 1 ] ||
489 ! grep -qE "^portsnap\|[0-9]{10}\|[0-9a-f]{64}" tag.new; then
490 echo "invalid snapshot tag."
496 SNAPSHOTDATE=`cut -f 2 -d '|' < tag.new`
497 SNAPSHOTHASH=`cut -f 3 -d '|' < tag
[all...]
/freebsd-10.3-release/contrib/texinfo/makeinfo/
H A Dsectioning.c641 TAG_ENTRY *tag = tag_table;
646 while (tag)
648 if (tag->flags & TAG_FLAG_IS_TOP)
650 file_line_error (tag->filename, tag->line_no,
654 tag = tag->next_ent;
637 TAG_ENTRY *tag = tag_table; local
/freebsd-10.3-release/sys/pc98/include/
H A Dbus.h113 * bus space tag
194 * Values for the pc98 bus space tag, not to be used directly by MI code.
326 bus_space_read_##BWN (bus_space_tag_t tag, bus_space_handle_t bsh, \
351 bus_space_write_##BWN (bus_space_tag_t tag, bus_space_handle_t bsh, \
373 bus_space_read_multi_##BWN (bus_space_tag_t tag, bus_space_handle_t bsh, \
398 bus_space_write_multi_##BWN (bus_space_tag_t tag, bus_space_handle_t bsh, \
423 bus_space_read_region_##BWN (bus_space_tag_t tag, bus_space_handle_t bsh, \
448 bus_space_write_region_##BWN (bus_space_tag_t tag, bus_space_handle_t bsh, \
473 bus_space_set_multi_##BWN (bus_space_tag_t tag, bus_space_handle_t bsh, \
497 bus_space_set_region_##BWN (bus_space_tag_t tag, bus_space_handle_
560 bus_space_barrier(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, bus_size_t len, int flags) argument
[all...]
/freebsd-10.3-release/contrib/libyaml/tests/
H A Drun-dumper.c31 if (!yaml_document_add_scalar(document_to, node->tag,
36 if (!yaml_document_add_sequence(document_to, node->tag,
40 if (!yaml_document_add_mapping(document_to, node->tag,
92 if (strcmp((char *)node1->tag, (char *)node2->tag) != 0) return 0;
/freebsd-10.3-release/libexec/bootpd/
H A Ddumptab.c96 #\tTn -- generic option tag n\n\
310 u_char tag;
314 tag = *bp++;
315 if (tag == TAG_PAD)
317 if (tag == TAG_END)
324 fprintf(fp, "\\\n\t:T%d=", tag);
308 u_char tag; local
/freebsd-10.3-release/crypto/heimdal/lib/roken/
H A DMakefile.in199 libroken_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
206 libtest_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
240 parse_reply_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
258 snprintf_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
264 strpftime_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
274 tsearch_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
282 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
286 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
961 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libroken_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libroken_la-base64.lo -MD -MP -MF $(DEPDIR)/libroken_la-base64.Tpo -c -o libroken_la-base64.lo `test -f 'base64.c' || echo '$(srcdir)/'`base64.c
965 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag
[all...]
/freebsd-10.3-release/sys/dev/atkbdc/
H A Datkbdc.c106 static int atkbdc_setup(atkbdc_softc_t *sc, bus_space_tag_t tag,
157 bus_space_tag_t tag; local
176 /* XXX: tag should be passed from the caller */
178 tag = X86_BUS_SPACE_IO;
180 tag = IA64_BUS_SPACE_IO;
182 tag = &atkbdc_bst_store[0];
184 #error "define tag!"
208 h0 = sparc64_fake_bustag(space, port0, tag);
209 bus_space_subregion(tag, h0, KBD_DATA_PORT, 1, &h0);
212 h1 = sparc64_fake_bustag(space, port1, tag);
250 atkbdc_setup(atkbdc_softc_t *sc, bus_space_tag_t tag, bus_space_handle_t h0, bus_space_handle_t h1) argument
[all...]
/freebsd-10.3-release/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsampicmd.c179 * \param tag Tag of this IOMB
230 OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaEchoCmd_t, tag), pRequest->HTag);
330 /* set tag field */
331 OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaGetPhyProfileCmd_V_t, tag), pRequest->HTag);
405 /* set tag field */
406 OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaGetVHistCap_V_t, tag), pRequest->HTag);
490 /* set tag field */
491 OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaSetPhyProfileCmd_V_t, tag), pRequest->HTag);
591 /* set tag field */
592 OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaGetDevInfoCmd_t, tag), pReques
755 mpiPhyStartCmd( agsaRoot_t *agRoot, bit32 tag, bit32 phyId, agsaPhyConfig_t *agPhyConfig, agsaSASIdentify_t *agSASIdentify, bit32 queueNum ) argument
854 mpiPhyStopCmd( agsaRoot_t *agRoot, bit32 tag, bit32 phyId, bit32 queueNum ) argument
1173 mpiLocalPhyControlCmd( agsaRoot_t *agRoot, bit32 tag, bit32 phyId, bit32 operation, bit32 queueNum ) argument
[all...]
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu.c135 void *tag, dmu_buf_t **dbp)
147 db = dbuf_hold(dn, blkid, tag);
162 void *tag, dmu_buf_t **dbp, int flags)
170 err = dmu_buf_hold_noread(os, object, offset, tag, dbp);
175 dbuf_rele(db, tag);
269 dmu_bonus_hold(objset_t *os, uint64_t object, void *tag, dmu_buf_t **dbp) argument
289 if (refcount_add(&db->db_holds, tag) == 1) {
319 dmu_spill_hold_by_dnode(dnode_t *dn, uint32_t flags, void *tag, dmu_buf_t **dbp) argument
327 db = dbuf_hold(dn, DMU_SPILL_BLKID, tag);
337 dbuf_rele(db, tag);
134 dmu_buf_hold_noread(objset_t *os, uint64_t object, uint64_t offset, void *tag, dmu_buf_t **dbp) argument
161 dmu_buf_hold(objset_t *os, uint64_t object, uint64_t offset, void *tag, dmu_buf_t **dbp, int flags) argument
342 dmu_spill_hold_existing(dmu_buf_t *bonus, void *tag, dmu_buf_t **dbp) argument
371 dmu_spill_hold_by_bonus(dmu_buf_t *bonus, void *tag, dmu_buf_t **dbp) argument
392 dmu_buf_hold_array_by_dnode(dnode_t *dn, uint64_t offset, uint64_t length, boolean_t read, void *tag, int *numbufsp, dmu_buf_t ***dbpp, uint32_t flags) argument
489 dmu_buf_hold_array(objset_t *os, uint64_t object, uint64_t offset, uint64_t length, int read, void *tag, int *numbufsp, dmu_buf_t ***dbpp) argument
508 dmu_buf_hold_array_by_bonus(dmu_buf_t *db_fake, uint64_t offset, uint64_t length, boolean_t read, void *tag, int *numbufsp, dmu_buf_t ***dbpp) argument
526 dmu_buf_rele_array(dmu_buf_t **dbp_fake, int numbufs, void *tag) argument
[all...]
H A Ddmu_objset.c515 dmu_objset_hold(const char *name, void *tag, objset_t **osp) argument
521 err = dsl_pool_hold(name, tag, &dp);
524 err = dsl_dataset_hold(dp, name, tag, &ds);
526 dsl_pool_rele(dp, tag);
532 dsl_dataset_rele(ds, tag);
533 dsl_pool_rele(dp, tag);
541 boolean_t readonly, void *tag, objset_t **osp)
547 dsl_dataset_disown(ds, tag);
549 dsl_dataset_disown(ds, tag);
552 dsl_dataset_disown(ds, tag);
540 dmu_objset_own_impl(dsl_dataset_t *ds, dmu_objset_type_t type, boolean_t readonly, void *tag, objset_t **osp) argument
564 dmu_objset_own(const char *name, dmu_objset_type_t type, boolean_t readonly, void *tag, objset_t **osp) argument
586 dmu_objset_own_obj(dsl_pool_t *dp, uint64_t obj, dmu_objset_type_t type, boolean_t readonly, void *tag, objset_t **osp) argument
600 dmu_objset_rele(objset_t *os, void *tag) argument
619 dmu_objset_refresh_ownership(objset_t *os, void *tag) argument
640 dmu_objset_disown(objset_t *os, void *tag) argument
[all...]
H A Ddsl_dataset.c388 dsl_dataset_try_add_ref(dsl_pool_t *dp, dsl_dataset_t *ds, void *tag) argument
394 ds->ds_object, DMU_BONUS_BLKID, tag)) {
399 dmu_buf_rele(dbuf, tag);
406 dsl_dataset_hold_obj(dsl_pool_t *dp, uint64_t dsobj, void *tag, argument
417 err = dmu_bonus_hold(mos, dsobj, tag, &dbuf);
424 dmu_buf_rele(dbuf, tag);
478 dmu_buf_rele(dbuf, tag);
538 dmu_buf_rele(dbuf, tag);
558 void *tag, dsl_dataset_t **dsp)
573 err = dsl_dataset_hold_obj(dp, obj, tag,
557 dsl_dataset_hold(dsl_pool_t *dp, const char *name, void *tag, dsl_dataset_t **dsp) argument
609 dsl_dataset_own_obj(dsl_pool_t *dp, uint64_t dsobj, void *tag, dsl_dataset_t **dsp) argument
624 dsl_dataset_own(dsl_pool_t *dp, const char *name, void *tag, dsl_dataset_t **dsp) argument
647 dsl_dataset_long_hold(dsl_dataset_t *ds, void *tag) argument
654 dsl_dataset_long_rele(dsl_dataset_t *ds, void *tag) argument
692 dsl_dataset_rele(dsl_dataset_t *ds, void *tag) argument
698 dsl_dataset_disown(dsl_dataset_t *ds, void *tag) argument
711 dsl_dataset_tryown(dsl_dataset_t *ds, void *tag) argument
2736 snaplist_make(dsl_pool_t *dp, uint64_t first_obj, uint64_t last_obj, list_t *l, void *tag) argument
2782 snaplist_destroy(list_t *l, void *tag) argument
2798 promote_hold(dsl_dataset_promote_arg_t *ddpa, dsl_pool_t *dp, void *tag) argument
2848 promote_rele(dsl_dataset_promote_arg_t *ddpa, void *tag) argument
[all...]
/freebsd-10.3-release/sys/dev/esp/
H A Dncr53c9x.c816 NCR_TRACE(("[%s(t%d,l%d,cmd:%x,tag:%x,%x)] ", __func__, target, lun,
817 ecb->cmd.cmd.opcode, ecb->tag[0], ecb->tag[1]));
853 if (ecb->tag[0] != 0) {
855 /* Use SELATN3 to send tag messages. */
877 cmd[1] = ecb->tag[0]; /* msg[1] */
878 cmd[2] = ecb->tag[1]; /* msg[2] */
1251 int lun, tag; local
1268 /* Select type of tag for this command */
1270 tag
[all...]
/freebsd-10.3-release/sys/boot/sparc64/loader/
H A Dmain.c480 u_long data, pstate, tag; local
496 tag = ldxa(TLB_DAR_SLOT(tlb_locked, 0), ASI_ITLB_TAG_READ_REG);
497 stxa(TLB_DEMAP_VA(TLB_TAR_VA(tag)) | TLB_DEMAP_PRIMARY |
502 * Search a replacement slot != 0 and enter the data and tag
509 stxa(AA_IMMU_TAR, ASI_IMMU, tag);
798 if (part == 2 || vtoc.part[part].tag !=
945 pmap_print_tte_sun4u(tte_t tag, tte_t tte) argument
950 tag & TD_G ? "G" : " ");
960 TD_PA(tte), TLB_TAR_VA(tag), TLB_TAR_CTX(tag));
966 tte_t tag, tte; local
[all...]
/freebsd-10.3-release/contrib/gdb/gdb/
H A Ddwarf2read.c311 enum dwarf_tag tag; member in struct:partial_die_info
331 enum dwarf_tag tag; /* dwarf tag */ member in struct:abbrev_info
347 enum dwarf_tag tag; /* Tag indicating type of die */ member in struct:die_info
358 tag is zero. */
645 static int pdi_needs_namespace (enum dwarf_tag tag, const char *namespace);
1360 if (pdi.name != NULL || pdi.tag == DW_TAG_namespace
1361 || pdi.tag == DW_TAG_enumeration_type)
1363 switch (pdi.tag)
1428 if (pdi.tag
1598 pdi_needs_namespace(enum dwarf_tag tag, const char *namespace) argument
6428 dwarf_tag_name(unsigned tag) argument
[all...]
/freebsd-10.3-release/contrib/texinfo/info/
H A Dindices.c129 TAG *tag; local
131 for (i = 0; (tag = file_buffer->tags[i]); i++)
133 if (string_in_line ("Index", tag->nodename) != -1)
139 node = info_get_node (tag->filename, tag->nodename);
145 initial_index_nodename = xstrdup (tag->nodename);
/freebsd-10.3-release/contrib/gcc/
H A Dgcov-io.c299 /* Write a tag TAG and reserve space for the record length. Return a
303 gcov_write_tag (gcov_unsigned_t tag) argument
308 buffer[0] = tag;
339 /* Write a tag TAG and length LENGTH. */
342 gcov_write_tag_length (gcov_unsigned_t tag, gcov_unsigned_t length) argument
346 buffer[0] = tag;
354 gcov_write_summary (gcov_unsigned_t tag, const struct gcov_summary *summary) argument
359 gcov_write_tag_length (tag, GCOV_TAG_SUMMARY_LENGTH);
/freebsd-10.3-release/contrib/dtc/libfdt/
H A Dfdt_rw.c245 (*prop)->tag = cpu_to_fdt32(FDT_PROP);
341 uint32_t tag; local
356 tag = fdt_next_tag(fdt, offset, &nextoffset);
357 } while ((tag == FDT_PROP) || (tag == FDT_NOP));
366 nh->tag = cpu_to_fdt32(FDT_BEGIN_NODE);
/freebsd-10.3-release/sys/powerpc/ofw/
H A Dofw_machdep.c451 * Return a bus handle and bus tag that corresponds to the register
488 OF_decode_addr(phandle_t dev, int regno, bus_space_tag_t *tag, argument
507 if (tag == NULL || handle == NULL)
511 *tag = &bs_be_tag;
516 *tag = &bs_le_tag;
545 *tag = &bs_le_tag;
586 return (bus_space_map(*tag, addr, size,
/freebsd-10.3-release/sys/contrib/libfdt/
H A Dfdt_rw.c245 (*prop)->tag = cpu_to_fdt32(FDT_PROP);
341 uint32_t tag; local
356 tag = fdt_next_tag(fdt, offset, &nextoffset);
357 } while ((tag == FDT_PROP) || (tag == FDT_NOP));
366 nh->tag = cpu_to_fdt32(FDT_BEGIN_NODE);
/freebsd-10.3-release/contrib/binutils/binutils/
H A Ddebug.c151 const char *tag; member in struct:debug_indirect_type
504 struct debug_type *tag; member in union:debug_name::__anon273
527 /* The tag; NULL if no tag. */
528 const char *tag; member in struct:debug_class_id
1195 debug_make_indirect_type (void *handle, debug_type *slot, const char *tag)
1209 i->tag = tag;
1895 debug_error (_("debug_tag_type: extra tag attempted"));
1918 nm->u.tag
1193 debug_make_indirect_type(void *handle, debug_type *slot, const char *tag) argument
2421 const char *tag = NULL; local
2660 debug_write_class_type(struct debug_handle *info, const struct debug_write_fns *fns, void *fhandle, struct debug_type *type, const char *tag) argument
2936 debug_set_class_id(struct debug_handle *info, const char *tag, struct debug_type *type) argument
[all...]

Completed in 461 milliseconds

<<11121314151617181920>>