Lines Matching defs:tag

700 		/* Found a bad tag, do NOT mark the data tag blks busy here */
3149 char *tag
3185 medok = upd_med_hosts(&s->s_med, s->s_setname, &meddb, tag);
3228 (void) upd_med_hosts(&s->s_med, s->s_setname, &meddb, tag);
3398 mddb_dtag_t tag;
3406 "No tag record allocated, unable to tag data");
3412 bzero((caddr_t)&tag, sizeof (mddb_dtag_t));
3415 (void) snprintf(tag.dt_sn, MDDB_SN_LEN, "%u", zone_get_hostid(NULL));
3416 tag.dt_sn[MDDB_SN_LEN - 1] = '\0';
3419 (void) strncpy(tag.dt_hn, utsname.nodename, MD_MAX_NODENAME);
3420 tag.dt_hn[MD_MAX_NODENAME] = '\0';
3423 uniqtime32(&tag.dt_tv);
3425 /* Setup the data tag record */
3426 dt_setup(s, &tag);
3431 /* Put the new tag onto the tag list */
3432 (void) dtl_addl(s, &tag);
3454 /* If have not allocated a data tag record, there is nothing to do */
3474 /* error reading the tag */
3509 /* tag is not empty? */
3563 /* See if the tag is empty. */
3569 /* Write the tag to the locators and reset appropriate flags. */
3633 * If the data tag record is allocated (blkcnt != 0) and a bad tag was
3643 /* While reading the tag(s) an invalid tag data record was seen */
3645 /* See if the invalid tag needs to be moved */
3652 /* Need to move or allocate the tag data record */
3657 "Unable to allocate data tag record");
4144 * A data tag is being used, so use it to limit the selection first.
4151 * now toss any locators that have a different data tag
4158 /* If same tag, keep it */
4196 * Re-create the list with the tag used.
5332 * Read the tag in, skips invalid or blank tags.
5463 /* Should have at least one tag at this point */
5469 * OK locators OR more than one tag exists, then make sure the
5470 * selected tag will be written out later.
5475 /* Only a single tag, take the tagged data */
5482 /* Multiple tags, not selecting a tag, tag mode is on */
5556 * If data tag area had been allocated before set type was
5882 /* If we can clear the tag data record, do it now. */
6150 * If the tag was moved, allocated, or a BADTAG was seen for some other
6691 /* Data tag part of mddb located after first block of mddb data */
10469 /* Usetag is only valid when more than one tag exists */
10475 /* Put the selected tag in place */
10497 /* Let unload know not to free the tag */
10524 /* Let the take code know a tag is being used */