Home
last modified time | relevance | path

Searched refs:tagid (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/usr.sbin/puffs/mount_9p/
Dfs.c72 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/
Dspu_ovl.S79 #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/
DBNF.ipf19 tag = "tag" tagid .
/netbsd/src/external/bsd/ipf/dist/
DBNF19 tag = "tag" tagid .
/netbsd/src/sbin/newfs_udf/
Dudf_core.h313 extern void udf_inittag(struct desc_tag *tag, int tagid, uint32_t loc);
Dudf_core.c621 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/
Dudf_subr.h159 void udf_inittag(struct udf_mount *ump, struct desc_tag *tag, int tagid, uint32_t sector);
Dudf_subr.c2175 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/
Dgengtype.cc3059 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/
Dradixtree.c1434 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/
Dtrm.c1801 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/
Dncr53c9x.c1443 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/
Dpf_ioctl.c636 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()