Searched refs:tag (Results 151 - 167 of 167) sorted by relevance

1234567

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c6585 zfs_hold(zfs_handle_t *zhp, const char *snapname, const char *tag, argument
6596 if (strlcpy(zc.zc_string, tag, sizeof (zc.zc_string))
6598 return (zfs_error(hdl, EZFS_TAGTOOLONG, tag));
6619 * above, it's still possible for the tag to wind
6645 zfs_release(zfs_handle_t *zhp, const char *snapname, const char *tag, argument
6653 if (strlcpy(zc.zc_string, tag, sizeof (zc.zc_string))
6655 return (zfs_error(hdl, EZFS_TAGTOOLONG, tag));
6666 "cannot release '%s' from '%s@%s'"), tag, zc.zc_name,
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_metad.c87 v2_dp->vtoc.parts[sliceno].tag =
88 v1_dp->vtoc.parts[sliceno].tag;
98 v2_dp->vtoc.parts[MD_MAX_PARTS - 1].tag = 0;
175 v1_dp->vtoc.parts[sliceno].tag =
176 v2_dp->vtoc.parts[sliceno].tag;
H A Dmeta_metad_subr.c600 pr_key_lst(char *tag, key_lst_t *klp) argument
604 md_eprintf("Tag=%s\n", tag);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c48 /* This is used for prefetch of next tag in sequence. */
75 /* Force check for EOC tag. */
103 /* Fetch an expected APPLICATION class tag and verify. */
123 * Get bare field. This also prefetches the next tag. The call to
125 * enclosed in a context-specific tag.
136 * Checks that the next tag is the expected one; returns with an error
145 * Get field having an expected context specific tag. This assumes
147 * verification of tag numbers.
159 * Get an optional field with an expected context specific tag.
317 * does not prefetch the next tag
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm210 or croak "$PACKAGE unknown variable tag name: $self->{variable}";
1328 This tag works like C<overrideCJK>, so see there for examples.
1428 If the tag is made true, this is reversed.
1537 B<DISCLAIMER:> If C<preprocess> or C<normalization> tag is true
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm1262 my $tag = shift; # who's calling
1266 @_ = () if @_ == 2 && $_[0] eq $tag;
1481 my $tag = ''; # option variable with default value
1482 GetOptions ('tag=s' => \$tag);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DTrig.pm326 C<:radial> tag:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dattributes.pm327 The C<:ALL> tag will get all of the above exports.
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c2117 int tag; local
2139 * Peek at the tag and length ("tl"),
2142 if (kmfber_scanf(exasn1, "tl{", &tag, &oldsize) == KMFBER_DEFAULT ||
/osnet-11/usr/src/cmd/sendmail/src/
H A Dqueue.c203 ** tag -- should be a unique id to avoid misinterpretations by others.
236 /* first entry is a tag, for now just the size */
744 char *tag = "queued"; local
747 tag = "quarantined";
750 message(tag);
753 tag, NULL, (time_t) 0, e);
8478 ** Changes quarantine tag in queue file and renames it.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm563 You can list opcodes by names, or use a tag name; see
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c2615 PRIVATE void PlinkPrint(out,plp,tag)
2618 char *tag;
2621 fprintf(out,"%12s%s (state %2d) ","",tag,plp->cfp->stp->index);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm882 By default, C<Sys::Syslog> exports the symbols from the C<:standard> tag.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm183 my($tag, $imports) = splice @plan, $idx, 2;
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc464 const char *action, const char *tag);
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex7085 arch-tag: e1b36e32-c96e-4135-a41a-0b2efa2ea115
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex8958 arch-tag: e1b36e32-c96e-4135-a41a-0b2efa2ea115

Completed in 2552 milliseconds

1234567