Searched refs:tags (Results 26 - 50 of 62) sorted by relevance

123

/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/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/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/pgstat/
H A Dpgstat.pl211 -tags => $do_physical,
225 -tags => $do_physical,
361 # %name_of_pg hash keeps sharing name, possibly with physical tags appended to
383 # sharing name + physical tags + indentation level.
390 my $tags = $p->tags($pg);
391 $name = "$name [$tags]" if $tags;
482 -tags => $do_physical,
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSunServerDATable.java166 Vector tags = new Vector();
167 tags.addElement(SunServerDATable.TIMESTAMP_ID);
172 tags,
H A DServerDATable.java197 // Only remove if tags are null. Otherwise, the updated record
200 if (smsg.tags == null) {
580 drqst.tags,
/illumos-gate/usr/src/uts/i86pc/
H A DMakefile161 cscope.out tags: FRC
/illumos-gate/usr/src/uts/i86xpv/
H A DMakefile159 cscope.out tags: FRC
/illumos-gate/usr/src/cmd/mandoc/
H A Dhtml.h130 struct tagq tags; /* stack of open tags */ member in struct:html
H A Dman_html.c203 t = h->tags.head;
250 t = h->tags.head;
/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/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/tools/quick/
H A Dmake-gss218 tags)
225 echo "Usage: $0 {build|lint|clean|clobber|tags|tar}";
H A Dmake-idmap246 tags)
253 echo "Usage: $0 {build|lint|clean|clobber|tags|tar}";
H A Dmake-zfs394 tags)
401 echo "Usage: $0 {install|lint|clean|clobber|deplibs|tags|tar}";
H A Dmake-smbsrv338 tags)
345 echo "Usage: $0 {install|lint|clean|clobber|tags|tar}";
/illumos-gate/usr/src/tools/scripts/
H A Dxref.sh179 ctags|tags)
/illumos-gate/usr/src/uts/
H A DMakefile222 cscope.out tags: FRC
/illumos-gate/usr/src/uts/sun4u/
H A DMakefile284 cscope.out tags: FRC
/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/libc/
H A DMakefile257 cscope.out tags: FRC
/illumos-gate/usr/src/uts/sun4v/
H A DMakefile306 cscope.out tags: FRC
/illumos-gate/usr/src/
H A DMakefile232 cscope.out tags: FRC
/illumos-gate/usr/src/uts/sun4u/serengeti/ml/
H A Dsbdp_asm.s64 * Invalidating the E$ tags is only needed on Cheetah following
177 ! Invalidate the E$ tags (Cheetah only).

Completed in 217 milliseconds

123