Searched defs:tags (Results 1 - 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_data.c82 unsigned char tags[ONMSZ] = { variable
123 (unsigned char *)"tags", (unsigned char *)"tag", STRING, 0, 0, tags,
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DCSrvDereg.java56 Vector tags,
60 // Null tags argument means deregister the service URL, but it
63 if (tags != null && tags.size() <= 0) {
70 this.initialize(locale, url, scopes, tags, auth);
79 Vector tags,
89 // Escape tags.
91 if (tags != null) {
92 hdr.escapeTags(tags);
95 tags
53 CSrvDereg(Locale locale, ServiceURL url, Vector scopes, Vector tags, Hashtable auth) argument
76 initialize(Locale locale, ServiceURL url, Vector scopes, Vector tags, Hashtable auth) argument
[all...]
H A DCAttrMsg.java98 CAttrMsg(Locale locale, ServiceURL url, Vector scopes, Vector tags) argument
103 constructPayload(url.toString(), scopes, tags);
110 CAttrMsg(Locale locale, ServiceType type, Vector scopes, Vector tags) argument
115 constructPayload(type.toString(), scopes, tags);
123 Vector tags)
147 // Escape tags going out.
149 hdr.escapeTags(tags);
151 // Parse out the tags
153 hdr.parseCommaSeparatedListOut(tags, baos);
121 constructPayload(String typeOrURL, Vector scopes, Vector tags) argument
H A DSAttrMsg.java53 Vector tags = new Vector(); // Vector of String tags. field in class:SAttrMsg
110 // Parse in the attribute tags.
114 tags = hdr.parseCommaSeparatedListIn(buf.toString(), true);
116 // Unescape tags.
118 hdr.unescapeTags(tags);
134 " tags=``" + tags + "''\n" +
H A DSSrvDereg.java53 Vector tags = null; // Vector of String field in class:SSrvDereg
93 tags = hdr.parseCommaSeparatedListIn(buf.toString(), true);
95 // If no tags, then set the tags vector to null. This indicates
98 if (tags.size() <= 0) {
99 tags = null;
103 // Unescape the tags.
105 hdr.unescapeTags(tags);
113 " tags=``" + tags
[all...]
H A DServiceStoreInMemory.java131 private Vector attrTags = null; // tags to match against records
1717 * Note that the attribute tags must be lower-cased in the locale of
1723 * objects specifying the attribute tags of
2071 * The attribute objects will have tags matching the tags in
2078 * objects containing the attribute tags.
2079 * @param locale The locale in which to lower case tags and search.
2123 // Process string tags into pattern objects. Note that, here,
2125 // the request determines how the attribute tags are lower
2208 * Return a Vector of ServiceLocationAttribute objects with attribute tags
3217 stringVectorToAttributePattern(Vector tags, Locale locale) argument
[all...]
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfault.c40 } tags[] = { local
55 for (i = 0; i < sizeof (tags) / sizeof (tags[0]); i++) {
56 if (strcmp(class, tags[i].class) == 0) {
58 code, tags[i].tag);
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/
H A DPg.pm94 # -tags # Match PGs to physical relationships if this is T
314 # Return list of physical tags for the given PG
316 sub tags subroutine
318 scalar @_ == 2 or _usage("tags(cookie, pg)");
321 my $tags = $pg->{tags} or return;
323 my @tags = _uniq(@{$tags});
325 return (wantarray() ? @tags : join (',', @tags));
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmHelpDetailPanel.java365 * set the titles of the pmHelpItems whose tags are
368 public void setItems(Vector tags) { argument
371 if (tags == null)
374 Enumeration e = tags.elements();
/illumos-gate/usr/src/cmd/refer/
H A Dglue1.c38 static int tags = 0; variable
94 case 'T': /* put out tags */
95 tags = setfrom(argv[1][2]);
258 if (tags)
259 result(masterp, nfound > tags ? tags : nfound, fc);
H A Dhunt1.c38 static int tags = 0; variable
69 /* special wart for refpart: default is tags only */
93 case 'T': /* put out tags */
94 tags = setfrom(argv[1][2]);
270 if (tags)
271 result(master, nfound > tags ? tags : nfound, fc);
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dutil.c269 static const Msg tags[] = { variable
294 str = MSG_ORIG(tags[tag]);
312 str = MSG_ORIG(tags[tag]);
/illumos-gate/usr/src/boot/lib/libstand/
H A Dbootp.c605 * names and values according to the tables above. Also set dhcp.tags
606 * to the list of selected tags.
613 char tags[512], *tp; /* the list of tags */ local
617 tp = tags;
723 if (tp - tags < sizeof(tags) - 5) { /* add tag to the list */
724 if (tp != tags)
743 if (tp != tags) {
746 setenv(env, tags,
[all...]
/illumos-gate/usr/src/tools/onbld/Scm/
H A DWorkSpace.py339 def tags(self): member in class:ActiveList
340 '''Find tags that refer to a changeset in the ActiveList,
351 tags = []
356 tags.extend(colliding_tags(fh, nodes, True))
359 # We want to use the tags file from the localtip
362 tags.extend(colliding_tags(data, nodes, False))
364 return tags
368 contents of a Mercurial tags file, with any tags that refer to
558 # .hgtags is a special case, tags referrin
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_userhold.c66 /* tags must be unique (if ds already exists) */
160 nvlist_t *tags; local
167 if (nvlist_lookup_nvlist(tmpholds, name, &tags) != 0) {
168 tags = fnvlist_alloc();
169 fnvlist_add_boolean(tags, htag);
170 fnvlist_add_nvlist(tmpholds, name, tags);
171 fnvlist_free(tags);
173 fnvlist_add_boolean(tags, htag);
H A Ddsl_pool.c867 nvlist_t *tags; local
872 if (nvlist_lookup_nvlist(holds, za.za_name, &tags) != 0) {
873 tags = fnvlist_alloc();
874 fnvlist_add_boolean(tags, htag);
875 fnvlist_add_nvlist(holds, za.za_name, tags);
876 fnvlist_free(tags);
878 fnvlist_add_boolean(tags, htag);
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dfruraw.c579 fru_tag_t **tags, int *number)
664 /* number of tags */
578 frt_get_tag_list(fru_treehdl_t handle, const char *seg_name, fru_tag_t **tags, int *number) argument
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h512 int tags_num; /* # subtags in *tags */
513 SML_TAG *tags; /* tag subtags */ member in struct:_sml_tag_struct
/illumos-gate/usr/src/cmd/mandoc/
H A Dhtml.h130 struct tagq tags; /* stack of open tags */ member in struct:html
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_add_hdrs.c416 char *tags, boolean_t add_aquot, char *header_name, char *params)
432 if (tags != NULL) {
438 plen = strlen(SIP_TAG) + strlen(tags) + 1;
442 (void) snprintf(params, plen, "%s%s", SIP_TAG, tags);
1526 * Since there can be more than one tags, fromtags is a semi colon separated
1527 * list of tags.
415 sip_add_name_aspec(sip_msg_t sip_msg, char *display_name, char *uri, char *tags, boolean_t add_aquot, char *header_name, char *params) argument
/illumos-gate/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c729 fru_tag_t **tags, int *number)
747 /* get the number of tags and allocate array for them */
756 *tags = rc_tags;
792 *tags = rc_tags;
728 fpt_get_tag_list(fru_treehdl_t handle, const char *seg_name, fru_tag_t **tags, int *number) argument
/illumos-gate/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c741 fru_tag_t **tags, int *number)
759 /* get the number of tags and allocate array for them */
768 *tags = rc_tags;
804 *tags = rc_tags;
740 fpt_get_tag_list(fru_treehdl_t handle, const char *seg_name, fru_tag_t **tags, int *number) argument
/illumos-gate/usr/src/cmd/itadm/
H A Ditadm.c647 char **tags = NULL; local
704 /* set the target portal group tags */
705 ret = nvlist_lookup_string_array(proplist, "tpg-tag", &tags,
717 if (tags && (count == 1) && (strcmp("default", tags[0]) == 0)) {
722 if (!tags[i]) {
729 if (strcmp(tags[i], tpg->tpg_name) == 0) {
738 tags[i]);
745 tag_name_to_num(tags[i], &tagid);
747 ret = it_tpgt_create(cfg, tgtp, &tpgt, tags[
1064 char **tags = NULL; local
[all...]
/illumos-gate/usr/src/lib/libfru/libfru/
H A Dlibfru.cc32 * 3) The data_source sub-libraries which provide payloads(tags) and the tree
42 * 3) Figure out which tags of this type are in the container.
991 fru_tag_t *tags = NULL; local
1019 seg_name, &tags, &num_tags))
1036 free(tags);
1042 const fru_regdef_t *def = fru_reg_lookup_def_by_tag(tags[i]);
1048 free(tags);
1057 free(tags);
1067 free(tags);
1195 // a list of tags an
1204 find_unknown_element(fru_tag_t *tags, int num_tags, int *instance, fru_tag_t *tag) argument
1275 find_known_element(fru_tag_t *tags, int num_tags, Ancestor *ants, int *instance, Ancestor **correct, int *tagInstance) argument
1348 find_known_element_abs(fru_tag_t *tags, int num_tags, int *instance, PathDef *head, Ancestor *ants, Ancestor **correct, int *tagInstance) argument
1429 fru_tag_t *tags = NULL; local
1995 fru_tag_t *tags = NULL; local
[all...]
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c2104 static wchar_t tags[sizeof (int)]; local
2120 tags[taglen++] = tag_chars[tag & 0xf];
2147 *cp++ = tags[--taglen];
2166 cp[n++] = tags[--taglen];

Completed in 247 milliseconds

12