| /netbsd/src/usr.sbin/puffs/mount_9p/ |
| D | fs.c | 72 p9ptag_t tagid, rtagid; in p9p_handshake() local 114 tagid = NEXTTAG(p9p); in p9p_handshake() 116 p9pbuf_put_2(pb, tagid); in p9p_handshake() 130 if ((rtagid = p9pbuf_get_tag(pb)) != tagid) in p9p_handshake() 131 errx(1, "server invalid tag: %d vs. %d", tagid, rtagid); in p9p_handshake() 152 tagid = NEXTTAG(p9p); in p9p_handshake() 155 p9pbuf_put_2(pb, tagid); in p9p_handshake() 180 if ((rtagid = p9pbuf_get_tag(pb)) != tagid) in p9p_handshake() 182 tagid, rtagid); in p9p_handshake() 191 tagid = NEXTTAG(p9p); in p9p_handshake() [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/ld/emultempl/ |
| D | spu_ovl.S | 79 #define tagid save1 macro 334 ila tagid, MFC_TAG_ID # 0,2 20 339 wrch $MFC_TagId, tagid # 1,6 22
|
| /netbsd/src/external/bsd/ipf/dist/tools/ |
| D | BNF.ipf | 19 tag = "tag" tagid .
|
| /netbsd/src/external/bsd/ipf/dist/ |
| D | BNF | 19 tag = "tag" tagid .
|
| /netbsd/src/sbin/newfs_udf/ |
| D | udf_core.h | 313 extern void udf_inittag(struct desc_tag *tag, int tagid, uint32_t loc);
|
| D | udf_core.c | 621 udf_inittag(struct desc_tag *tag, int tagid, uint32_t loc) in udf_inittag() argument 623 tag->id = udf_rw16(tagid); in udf_inittag()
|
| /netbsd/src/sys/fs/udf/ |
| D | udf_subr.h | 159 void udf_inittag(struct udf_mount *ump, struct desc_tag *tag, int tagid, uint32_t sector);
|
| D | udf_subr.c | 2175 udf_inittag(struct udf_mount *ump, struct desc_tag *tag, int tagid, in udf_inittag() argument 2180 tag->id = udf_rw16(tagid); in udf_inittag()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gengtype.cc | 3059 const char *tagid = NULL; in walk_type() local 3072 tagid = oo->info.string; in walk_type() 3087 if (union_p && tagid) in walk_type() 3089 oprintf (d->of, "%*scase %s:\n", d->indent, "", tagid); in walk_type() 3098 else if (!union_p && (default_p || tagid)) in walk_type() 3102 else if (union_p && !(default_p || tagid) in walk_type() 3111 else if (union_p && !(default_p || tagid)) in walk_type()
|
| /netbsd/src/common/lib/libc/gen/ |
| D | radixtree.c | 1434 test2_should_tag(unsigned int i, unsigned int tagid) in test2_should_tag() argument 1437 if (tagid == 0) { in test2_should_tag()
|
| /netbsd/src/sys/dev/pci/ |
| D | trm.c | 1801 int tagid; in trm_msgin_phase0() local 1804 tagid = sc->sc_msgbuf[1]; in trm_msgin_phase0() 1807 srb = li->queued[tagid]; in trm_msgin_phase0()
|
| /netbsd/src/sys/dev/ic/ |
| D | ncr53c9x.c | 1443 int tagid) in ncr53c9x_reselect() argument 1494 ecb = li->queued[tagid]; in ncr53c9x_reselect() 1499 device_xname(sc->sc_dev), target, lun, tagtype, tagid); in ncr53c9x_reselect()
|
| /netbsd/src/sys/dist/pf/net/ |
| D | pf_ioctl.c | 636 tag2tagname(struct pf_tags *head, u_int16_t tagid, char *p) in tag2tagname() argument 641 if (tag->tag == tagid) { in tag2tagname() 674 pf_tag2tagname(u_int16_t tagid, char *p) in pf_tag2tagname() argument 676 tag2tagname(&pf_tags, tagid, p); in pf_tag2tagname()
|