Searched refs:tag (Results 201 - 225 of 466) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_common.kshlib124 typeset tag=$(echo $cmd | awk '{print $4}')
132 grep "$subcmd $ds ([0-9]*) tag=$tag" $NEW_HISTORY \
135 log_note "Didn't find hold on $ds with $tag"
/illumos-gate/usr/src/lib/print/mod_ipp/
H A Dmod_ipp.c85 dump_buffer(FILE *fp, char *tag, char *buffer, int bytes) argument
89 fprintf(fp, "%s %d(0x%x) bytes\n", (tag ? tag : ""), bytes, bytes);
91 fprintf(fp, "%s ", (tag ? tag : ""));
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dfunc.c443 if (attr->tag != 0) {
445 attr->tag, attr->len,
480 uint32_t tag = ISNS_EID_ATTR_ID; local
481 isns_attr_t *attr = &entity->attrs[ATTR_INDEX_ENTITY(tag)];
490 tag, len, (void *)attr->value.ptr, 0);
496 tag, len,
530 * tag - the tag of the attribute.
541 uint32_t tag,
553 ec = pdu_add_tlv(&rsp, &pl, &sz, tag, le
539 rsp_add_tlv( conn_arg_t *conn, uint32_t tag, uint32_t len, void *value, int pflag ) argument
584 uint32_t tag; local
[all...]
/illumos-gate/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...]
/illumos-gate/usr/src/cmd/avs/sv/
H A Dsvadm.c60 * support for the special cluster tag "local" to be used with -C in a
75 static char *cfg_cluster_tag; /* local cluster tag */
77 static char *implicit_tag; /* implicit cluster tag */
157 "\t%s [-C tag] display status\n"),
161 "\t%s [-C tag] -i display "
165 "\t%s [-C tag] -v display "
169 "\t%s [-C tag] -e { -f file | volume } enable\n"), program);
172 "\t%s [-C tag] -d { -f file | volume } disable\n"), program);
175 "\t%s [-C tag] -r { -f file | volume } reconfigure\n"), program);
348 * Implicitly set the cluster tag t
1178 char *tag; local
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dremove.c232 int tag; local
234 for (tag = 0; tag < CI_MAX; tag++) {
235 if (lml->lm_lcs[tag].lc_lmp == lmp) {
236 lml->lm_lcs[tag].lc_lmp = NULL;
237 lml->lm_lcs[tag].lc_un.lc_val = 0;
239 if (glcs[tag].lc_lmp == lmp) {
240 ASSERT(glcs[tag].lc_lmp != NULL);
241 glcs[tag]
[all...]
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dfruraw.c569 fru_tag_t tag, uint8_t *data, size_t data_len)
588 frt_get_tag_data(fru_treehdl_t handle, const char *seg_name, fru_tag_t tag, argument
598 frt_set_tag_data(fru_treehdl_t handle, const char *seg_name, fru_tag_t tag, argument
608 frt_delete_tag(fru_treehdl_t handle, const char *seg_name, fru_tag_t tag, argument
617 frt_for_each_packet(fru_seghdl_t node, int (*function)(fru_tag_t *tag, argument
667 get_payload_length((fru_tag_t *)&packets[i].tag);
690 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
H A Dfru_access.h74 tag_t tag; member in struct:__anon3251
H A Dfru_access_impl.h118 uint8_t headertag; /* section header tag */
148 fru_tag_t tag; member in struct:__anon3261
/illumos-gate/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...]
/illumos-gate/usr/src/tools/ctf/cvt/
H A Ddwarf.c319 Dwarf_Half tag; local
321 if (dwarf_tag(die, &tag, &dw->dw_err) == DW_DLV_OK)
322 return (tag);
324 terminate("die %llu: failed to get tag for type: %s\n",
993 Dwarf_Half tag = die_tag(dw, mem); local
996 if (tag != DW_TAG_member) {
1056 * tag will always be followed by a proper nested declaration of
1060 * (i.e. die_child of the struct tag won't be null), we'll ignore it.
1188 Dwarf_Half tag; local
1201 if ((tag
1550 Dwarf_Half tag; local
1721 die_tag2ctor(Dwarf_Half tag) argument
1738 Dwarf_Half tag; local
[all...]
/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf_writer.c67 * TNF tag version 1
241 &TAG_DATA(tnf_tag), /* tag */
273 &TAG_DATA(tnf_tag), /* tag */
462 ASSIGN(buffer, tag, metatag_index);
492 ASSIGN(buffer, tag, metatag_index);
527 ASSIGN(buffer, tag, metatag_index);
558 ASSIGN(buffer, tag, metatag_index);
592 ASSIGN(buffer, tag, metatag_index);
643 buffer->tag = TNF_ROOT_TAG;
645 ASSIGN(buffer, tag, tag_dat
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dexacct.c1649 ea_object_t *tag; local
1658 tag = ea_alloc_group(EXT_GROUP | EXC_DEFAULT | EXD_GROUP_TASK_TAG);
1659 (void) ea_attach_item(tag, &tk->tk_tkid, 0,
1661 (void) ea_attach_item(tag, tk->tk_zone->zone_nodename, 0,
1667 (void) ea_attach_item(tag, ubuf, ubufsz, cat);
1669 bufsize = ea_pack_object(tag, NULL, 0);
1671 (void) ea_pack_object(tag, buf, bufsize);
1674 ea_free_object(tag, EUP_ALLOC);
1700 ea_object_t *tag; local
1709 tag
[all...]
/illumos-gate/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...]
/illumos-gate/usr/src/common/exacct/
H A Dexacct_core.c233 ea_set_item(ea_object_t *obj, ea_catalog_t tag, argument
238 if ((tag & EXT_TYPE_MASK) == EXT_GROUP) {
245 obj->eo_catalog = tag;
301 ea_set_group(ea_object_t *obj, ea_catalog_t tag) argument
303 if ((tag & EXT_TYPE_MASK) != EXT_GROUP) {
311 obj->eo_catalog = tag;
548 * 2. Write the catalog tag.
/illumos-gate/usr/src/lib/libtnf/
H A Ddatum.c101 * Classification predicates: check the cached tag props
167 return (DATUM(info->meta, (caddr_t)info->tag));
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtnf_trace.c109 &TAG_DATA(tnf_tag), /* tag */
169 /* Cannot be called when writing into tag space */
179 ASSIGN(buffer, tag, metatag_index);
194 /* Cannot have been written into tag space */
/illumos-gate/usr/src/common/crypto/ecc/
H A Decdecode.c159 ECCurveName tag; local
181 ((tag = SECOID_FindOIDTag(&oid)) == ECCurve_noName)) {
199 printf("Curve: %s\n", SECOID_FindOIDTagDescription(tag));
202 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 }
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access_impl.h121 uint8_t headertag; /* section header tag */
151 fru_tag_t tag; member in struct:__anon1089
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.h76 tag_t tag; member in struct:__anon1147
H A Dfru_access_impl.h124 uint8_t headertag; /* section header tag */
154 fru_tag_t tag; member in struct:__anon1157
/illumos-gate/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c131 char tag = 'K'; local
134 tag = 'M';
137 tag = 'G';
140 (void) snprintf(str, length, "%4lld%c", size, tag);
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dutilities.c54 extern int32_t verifytag(struct tag *, uint32_t, struct tag *, int);
56 extern void maketag(struct tag *, struct tag *);
185 "tag=%d\n"), tagerrs[err], fp->fe_tag.tag_id);
/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcivar.h555 /* Clearing & setting the n'th bit in a given tag */
556 #define CLEAR_BIT(tag, bit) (tag &= ~(0x1<<bit))
557 #define SET_BIT(tag, bit) (tag |= (0x1<<bit))

Completed in 156 milliseconds

1234567891011>>