| /src/usr.sbin/puffs/mount_9p/ |
| fs.c | 72 p9ptag_t tagid, rtagid; local 114 tagid = NEXTTAG(p9p); 116 p9pbuf_put_2(pb, tagid); 130 if ((rtagid = p9pbuf_get_tag(pb)) != tagid) 131 errx(1, "server invalid tag: %d vs. %d", tagid, rtagid); 152 tagid = NEXTTAG(p9p); 155 p9pbuf_put_2(pb, tagid); 180 if ((rtagid = p9pbuf_get_tag(pb)) != tagid) 182 tagid, rtagid); 191 tagid = NEXTTAG(p9p) [all...] |
| /src/external/bsd/unbound/dist/daemon/ |
| acl_list.c | 276 int tagid; local 294 if((tagid=find_tag_id(cfg, tag)) == -1) { 298 if((size_t)tagid >= node->tag_actions_size) { 299 log_err("tagid too large for array %s %s", str, tag); 307 node->tag_actions[tagid] = (uint8_t)t; 369 int tagid; local 387 if((tagid=find_tag_id(cfg, tag)) == -1) { 391 if((size_t)tagid >= node->tag_datas_size) { 392 log_err("tagid too large for array %s %s", str, tag); 397 if(!check_data(data, node->tag_datas[tagid])) { [all...] |
| /src/external/gpl3/binutils/dist/ld/emultempl/ |
| spu_ovl.S | 79 #define tagid save1 define 334 ila tagid, MFC_TAG_ID # 0,2 20 339 wrch $MFC_TagId, tagid # 1,6 22
|
| /src/external/gpl3/binutils.old/dist/ld/emultempl/ |
| spu_ovl.S | 79 #define tagid save1 define 334 ila tagid, MFC_TAG_ID # 0,2 20 339 wrch $MFC_TagId, tagid # 1,6 22
|
| /src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
| spu_internals.h | 386 static __inline__ void spu_mfcdma32(volatile void *ls, unsigned int ea, unsigned int size, unsigned int tagid, unsigned int cmd) __attribute__((__always_inline__)); 387 static __inline__ void spu_mfcdma64(volatile void *ls, unsigned int eahi, unsigned int ealow, unsigned int size, unsigned int tagid, unsigned int cmd) __attribute__((__always_inline__)); 391 spu_mfcdma32(volatile void *ls, unsigned int ea, unsigned int size, unsigned int tagid, unsigned int cmd) 396 si_wrch(MFC_TagID,si_from_uint(tagid)); 400 spu_mfcdma64(volatile void *ls, unsigned int eahi, unsigned int ealow, unsigned int size, unsigned int tagid, unsigned int cmd) 406 si_wrch(MFC_TagID,si_from_uint(tagid));
|
| /src/sbin/newfs_udf/ |
| udf_core.h | 313 extern void udf_inittag(struct desc_tag *tag, int tagid, uint32_t loc);
|
| udf_core.c | 621 udf_inittag(struct desc_tag *tag, int tagid, uint32_t loc) 623 tag->id = udf_rw16(tagid);
|
| /src/sys/fs/udf/ |
| udf_subr.h | 159 void udf_inittag(struct udf_mount *ump, struct desc_tag *tag, int tagid, uint32_t sector);
|
| udf_subr.c | 2175 udf_inittag(struct udf_mount *ump, struct desc_tag *tag, int tagid, 2180 tag->id = udf_rw16(tagid);
|
| /src/sbin/fsck_udf/ |
| main.c | 1635 int cnt, tagid, error; local 1662 tagid = udf_rw16(dscr->tag.id); 1663 if (tagid != TAGID_SPACE_BITMAP) { 1665 "tag %d\n", tagid); 2280 int tagid, file_type, error; local 2293 tagid = udf_rw16(dscr1->tag.id); 2295 if ((tagid != TAGID_EXTFENTRY) || 2307 tagid = udf_rw16(dscr2->tag.id); 2309 if ((tagid != TAGID_EXTFENTRY) || 2354 tagid = udf_rw16(dscr3->tag.id) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gengtype.cc | 3067 const char *tagid = NULL; 3080 tagid = oo->info.string; 3095 if (union_p && tagid) 3097 oprintf (d->of, "%*scase %s:\n", d->indent, "", tagid); 3106 else if (!union_p && (default_p || tagid)) 3110 else if (union_p && !(default_p || tagid) 3119 else if (union_p && !(default_p || tagid)) 3059 const char *tagid = NULL; local
|
| /src/common/lib/libc/gen/ |
| radixtree.c | 107 * identified by a zero-origin numbers, tagid. For the current implementation, 109 * which is a bitwise OR of (1 << tagid). 977 * nodes tagged with tagid. 1434 test2_should_tag(unsigned int i, unsigned int tagid) 1437 if (tagid == 0) {
|
| /src/sys/dev/ic/ |
| ncr53c9x.c | 1443 int tagid) 1494 ecb = li->queued[tagid]; 1499 device_xname(sc->sc_dev), target, lun, tagtype, tagid);
|
| /src/sys/dev/pci/ |
| trm.c | 1801 int tagid; local 1804 tagid = sc->sc_msgbuf[1]; 1807 srb = li->queued[tagid];
|
| /src/sys/dist/pf/net/ |
| pf_ioctl.c | 636 tag2tagname(struct pf_tags *head, u_int16_t tagid, char *p) 641 if (tag->tag == tagid) { 674 pf_tag2tagname(u_int16_t tagid, char *p) 676 tag2tagname(&pf_tags, tagid, p);
|