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

1234567

/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_repartition.c382 if (proposed_vtoc.parts[i].tag == V_RESERVED)
391 proposed_vtoc.parts[MD_SLICE0].tag = V_USR;
395 proposed_vtoc.parts[replicaslice].tag = V_USR;
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c1114 ber_tag_t tag; local
1134 /* skip past msgid and get operation tag */
1135 if ( ber_scanf( &tmpber, "{it", &along, &tag ) == LBER_ERROR ) {
1144 if ( tag == LDAP_REQ_SEARCH &&
1149 if ( tag == LDAP_REQ_BIND ) {
1152 } else if ( tag == LDAP_REQ_DELETE ) {
1180 if ( tag == LDAP_REQ_BIND ) {
1181 rc = ber_printf( ber, "{it{is", msgid, tag,
1183 } else if ( tag == LDAP_REQ_DELETE ) {
1184 rc = ber_printf( ber, "{its}", msgid, tag, d
[all...]
H A Dsortctrl.c150 ber_tag_t tag; local
191 if ( ber_scanf( ber, "ta", &tag, &attr ) == LBER_ERROR ) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm65 my $tag = $1;
73 warn "$tag - $_ already tagged in $seen{$_}\n" if $seen{$_};
74 $seen{$_} = $tag;
78 define_optag($tag, opset(@ops));
153 =item an operator tag name (optag)
240 leading capital letter on their tag names since lowercase names are
441 A handy tag name for a I<reasonable> default set of ops. (The current ops
474 A handy tag name for a I<reasonable> default set of ops beyond the
478 The :browse tag represents the next step beyond :default. It it a
520 This tag hold
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm323 _failmsg "Did not find opening tag: /$ldel/", pos $$textref;
334 _failmsg "Unable to construct closing tag to match: $rdel",
375 _failmsg "Found invalid nested tag: $1", pos $$textref;
380 my $tag = $1;
381 pos($$textref) -= length($tag); # REWIND TO NESTED TAG
385 _failmsg "Found unbalanced nested tag: $tag",
420 _failmsg "Did not find closing tag", pos $$textref unless $@;
1063 # an XML tag.
1197 '.*?(?=<H1>)' to skip everything up to the first <H1> tag
[all...]
/osnet-11/usr/src/lib/libldap4/ber/
H A Dio.c531 /* return the tag - LBER_DEFAULT returned means trouble */
536 unsigned int tag; local
546 tagp = (char *) &tag;
558 /* tag too big! */
563 return( tag >> (sizeof(int) - i - 1) );
569 unsigned int tag, netlen, toread; local
580 * Any ber element looks like this: tag length contents.
581 * Assuming everything's ok, we return the tag byte (we
593 * read the tag and the length and as much of the rest as we can
598 * First, we read the tag
[all...]
/osnet-11/usr/src/lib/libfru/libfruraw/
H A Dfruraw.c569 fru_tag_t tag, uint8_t *data, size_t data_len)
589 fru_tag_t tag, int instance,
600 fru_tag_t tag, int instance,
610 frt_delete_tag(fru_treehdl_t handle, const char *seg_name, fru_tag_t tag, argument
620 int (*function)(fru_tag_t *tag, uint8_t *payload, size_t length,
677 get_payload_length((fru_tag_t *)&packets[i].tag);
700 if ((status = function((fru_tag_t *)&packets[i].tag,
568 frt_add_tag_to_seg(fru_treehdl_t handle, const char *seg_name, fru_tag_t tag, uint8_t *data, size_t data_len) argument
588 frt_get_tag_data(fru_treehdl_t handle, const char *seg_name, fru_tag_t tag, int instance, uint8_t **data, size_t *data_len) argument
599 frt_set_tag_data(fru_treehdl_t handle, const char *seg_name, fru_tag_t tag, int instance, uint8_t *data, size_t data_len) argument
619 frt_for_each_packet(fru_seghdl_t node, int (*function)(fru_tag_t *tag, uint8_t *payload, size_t length, void *args), void *args) argument
H A Dfru_access.h74 tag_t tag; member in struct:__anon1674
H A Dfru_access_impl.h118 uint8_t headertag; /* section header tag */
148 fru_tag_t tag; member in struct:__anon1684
/osnet-11/usr/src/lib/libfru/libfru/
H A Dlibfru.cc43 * 4) Find the specific tag which contains the instance of this data the user
45 * 5) Get this tag from the data source and read it with the PayloadReader to
47 * 6) For UPDATES write this tag back to the data source.
1040 // for each tag fill in it's name.
1125 int (*function)(fru_tag_t *tag, uint8_t *payload,
1140 // To keep track of the number of instances for each type of tag which
1145 fru_tag_t tag; member in struct:TagInstPair
1156 update_tag_inst_hist(tag_inst_hist_t *hist, fru_tag_t tag) argument
1158 // find if this tag has occured before.
1161 if (tags_equal((hist->pairs)[s].tag, ta
1124 fru_for_each_packet(fru_seghdl_t segment, int (*function)(fru_tag_t *tag, uint8_t *payload, size_t length, void *args), void *args) argument
1181 get_tag_inst_from_hist(tag_inst_hist_t *hist, fru_tag_t tag, int *instance) argument
1204 find_unknown_element(fru_tag_t *tags, int num_tags, int *instance, fru_tag_t *tag) argument
1925 fru_tag_t tag; local
1988 fru_tag_t tag; local
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPHeaderV2.java72 // Header sizes. Note that this doesn't include the language tag,
335 // Convert the locale to a tag. We need the length.
473 baos.write(ltagBytes, 0, ltagBytes.length); // write lang tag.
1085 // Escape tag.
1087 String tag =
1091 t.setElementAt(tag.trim(), i);
1111 String tag = (String)t.elementAt(i);
1113 tag =
1114 ServiceLocationAttribute.unescapeAttributeString(tag, false);
1116 t.setElementAt(tag
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainText.pm435 # argument. If that argument is empty, just output the item tag; if it
436 # contains a newline, output the item tag followed by the newline.
437 # Otherwise, see if there's enough room for us to output the item tag in the
442 my $tag = $$self{ITEM};
443 unless (defined $tag) {
444 carp "item called without tag";
452 if (!$_ || /^\s+$/ || ($$self{MARGIN} - $indent < length ($tag) + 1)) {
455 my $output = $self->reformat ($tag);
463 my $tagspace = ' ' x length $tag;
464 s/^($space)$tagspace/$1$tag/ o
[all...]
H A DParseUtils.pm191 =item $list-E<gt>tag()
193 Without argument, retrieves information about the list tag, which can be
196 B<-tag> in the B<new()> method or by calling the B<tag()> method
205 sub tag { subroutine
206 return (@_ > 1) ? ($_[0]->{-tag} = $_[1]) : $_[0]->{-tag};
H A DText.pm520 # that argument is empty, just output the item tag; if it contains a newline,
521 # output the item tag followed by the newline. Otherwise, see if there's
522 # enough room for us to output the item tag in the margin of the text or if we
527 my $tag = $$self{ITEM};
528 unless (defined $tag) {
529 carp "Item called without tag";
536 if (!$_ || /^\s+$/ || ($$self{MARGIN} - $indent < length ($tag) + 1)) {
539 my $output = $self->reformat ($tag);
557 my $tagspace = ' ' x length $tag;
558 s/^($space)$tagspace/$1$tag/ o
[all...]
/osnet-11/usr/src/lib/libshare_plugins/autofs/
H A Dlibshare_autofs.c112 char *tag; member in struct:proto_option_defs
238 for (i = 0; autofs_proto_options[i].tag != NULL; i++)
396 for (i = 0; autofs_proto_options[i].tag != NULL; i++) {
/osnet-11/usr/src/common/crypto/ecc/
H A Decdecode.c157 ECCurveName tag; local
179 ((tag = SECOID_FindOIDTag(&oid)) == ECCurve_noName)) {
197 printf("Curve: %s\n", SECOID_FindOIDTagDescription(tag));
200 switch (tag) {
H A Doid.c140 #define OD(oid,tag,desc,mech,ext) { OI(oid), tag, desc, mech, ext }
142 #define OD(oid,tag,desc,mech,ext) { OI(oid), tag, 0, mech, ext }
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DFunctions.pm94 All the functions may be imported using the C<:ALL> tag.
/osnet-11/usr/src/lib/libshare_plugins/smb/
H A Dlibshare_smb.c168 char *tag; member in struct:sa_smb_share_opt
283 for (opt = smb_share_options; opt->tag != NULL; opt++) {
284 boolean_t inheritable = (strcmp(opt->tag, SHOPT_DFSROOT) != 0);
285 VERIFY(strlcpy(propname + prefixlen, opt->tag,
332 for (opt = smb_share_options; opt->tag != NULL; opt++) {
333 if (strcmp(opt->tag, name) == 0)
347 for (opt = smb_share_options; opt->tag != NULL; opt++) {
348 if (strcmp(opt->tag, name) == 0)
/osnet-11/usr/src/lib/libldap4/common/
H A Dsortctrl.c115 int tag; local
161 if (ber_scanf(ber, "ta", &tag, &attr) == LBER_ERROR) {
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Daead.c58 dump_block(const char *tag, argument
66 printf("[%s: %d.%d] ", tag, i, j);
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dxfs.h349 xfs_dir2_data_off_t tag; /* starting offset of us */ member in struct:xfs_dir2_data_entry
360 xfs_dir2_data_off_t tag; /* starting offset of us */ member in struct:xfs_dir2_data_unused
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/
H A DObject.xs468 ea_catalog_t tag;
474 tag = catalog_value(catalog);
475 if ((tag & EXT_TYPE_MASK) != EXT_GROUP) {
484 ea_obj->eo_catalog = tag;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DExporter.t83 foreach my $tag (keys %tags) {
84 $ok = exists $exportok{$tag};
/osnet-11/usr/src/lib/libshare_plugins/nfs/
H A Dlibshare_nfs.c1803 values = dgettext(TEXT_DOMAIN, "<tag>");
1832 if (strcmp(defs->tag, "") == 0)
1876 for (i = 0; gbl_prop_defs[i].tag != NULL; ++i) {
1878 VERIFY(strlcpy(propname + prefixlen, gbl_prop_defs[i].tag,
1909 for (j = 0; sec_prop_defs[j].tag != NULL; ++j) {
1914 if (strcmp(sec_prop_defs[j].tag, "window") == 0 &&
1921 if (strcmp(sec_prop_defs[j].tag, "root") == 0 &&
1926 sec_prop_defs[j].tag, len) < len);
1967 for (i = 0; gbl_prop_defs[i].tag != NULL; ++i) {
1968 if (strcmp(propname, gbl_prop_defs[i].tag)
2570 configlog(struct exportdata *exp, char *tag) argument
4094 char *tag; member in struct:proto_option_defs
4811 nfslogtab_add(char *dir, char *buffer, char *tag) argument
[all...]

Completed in 94 milliseconds

1234567