| /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/sys/dev/pci/ |
| trm.c | 1801 int tagid; local 1804 tagid = sc->sc_msgbuf[1]; 1807 srb = li->queued[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/dist/gcc/ |
| gengtype.cc | 3037 const char *tagid = NULL; 3050 tagid = oo->info.string; 3065 if (union_p && tagid) 3067 oprintf (d->of, "%*scase %s:\n", d->indent, "", tagid); 3076 else if (!union_p && (default_p || tagid)) 3080 else if (union_p && !(default_p || tagid) 3089 else if (union_p && !(default_p || tagid)) 3029 const char *tagid = NULL; local
|
| /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
|