Searched refs:tag (Results 1 - 25 of 466) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libfruutils/
H A Dfru_tag.c56 get_tag_size(fru_tagtype_t tag) argument
58 switch (tag) {
78 fru_tag_t *tag)
81 /* make sure the tag is clear. */
82 tag->raw_data = 0;
91 tag->a.type = FRU_A_ID;
92 tag->a.dense = dense;
93 tag->a.pl_len = pl_len;
100 tag->b.type = FRU_B_ID;
101 tag
77 mk_tag(fru_tagtype_t type, uint32_t dense, size_t pl_len, fru_tag_t *tag) argument
159 get_tag_type(fru_tag_t *tag) argument
202 get_tag_type(fru_tag_t *tag) argument
226 get_tag_dense(fru_tag_t *tag) argument
273 get_tag_dense(fru_tag_t *tag) argument
299 get_payload_length(fru_tag_t *tag) argument
346 get_payload_length(fru_tag_t *tag) argument
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Ddebug.h70 #define LOGGET(tag, prefix, row) \
71 snmp_log_cmd(tag, SNMP_MSG_GET, 1, prefix, row)
73 #define LOGBULK(tag, n_oids, oidstrs, row) \
74 snmp_log_cmd(tag, SNMP_MSG_GETBULK, n_oids, oidstrs, row)
76 #define LOGNEXT(tag, prefix, row) \
77 snmp_log_cmd(tag, SNMP_MSG_GETNEXT, 1, prefix, row)
79 #define LOGVAR(tag, vp) \
80 snmp_log_var(tag, vp)
82 #define LOGPDU(tag, pdu) \
83 snmp_log_pdu(tag, pd
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsml.c42 * smlAddTag - Add new tag object into existing tag object
43 * smlConvertStringToTag - Convert string into tag object
44 * smlConvertTagToString - Convert a tag object into a string
46 * smlDbgPrintTag - Print a representation of an XML tag if debugging
47 * smlDelParam - Delete a parameter from a tag object
48 * smlDelTag - Delete element from tag object
49 * smlDup - Duplicate a tag object
50 * smlFindAndDelTag - Delete a tag if found in tag objec
177 SML_TAG *tag; local
240 smlDelTag(SML_TAG *tag, SML_TAG *sub_tag) argument
321 smlFreeTag(SML_TAG *tag) argument
377 smlGetParam_r(SML_TAG *tag, char *name, char *buf, int bufLen) argument
445 smlGetParam(SML_TAG *tag, char *name) argument
509 smlGetParamName(SML_TAG *tag, int index) argument
564 smlGetParamByTag(SML_TAG *tag, int index, char *tagName, char *paramName) argument
614 smlGetTagByTagParam(SML_TAG *tag, int index, char *tagName, char *paramName, char *paramValue) argument
723 smlGetParamByTagParam(SML_TAG *tag, int index, char *tagName, char *paramName, char *paramValue, char *paramReturn) argument
847 smlGetTag(SML_TAG *tag, int index) argument
889 smlGetTagByName(SML_TAG *tag, int index, char *name) argument
959 SML_TAG *tag = SML_TAG__NULL; local
1070 SML_TAG *tag; local
1118 smlConvertTagToString(SML_TAG *tag) argument
1218 smlDelParam(SML_TAG *tag, char *name) argument
1321 smlSetParamF(SML_TAG *tag, char *name, char *format, ...) argument
1387 smlGetParamF(SML_TAG *tag, char *format, ...) argument
1448 smlSetParam(SML_TAG *tag, char *name, char *value) argument
1538 smlParamEqF(SML_TAG *tag, char *findTag, char *findParam, char *format, ...) argument
1602 smlParamEq(SML_TAG *tag, char *findTag, char *findParam, char *str) argument
1655 smlFindAndDelTag(SML_TAG *tag, char *findTag) argument
1693 smlDup(SML_TAG *tag) argument
1767 smlSetFileStatInfo(SML_TAG **tag, struct stat *statbuf, char *path) argument
1831 smlFstatCompareEq(struct stat *statbuf, SML_TAG *tag, char *path) argument
2394 SML_TAG *tag; local
3062 _smlWriteSimpleTag(char **a_str, SML_TAG *tag) argument
3190 _smlFreeTag(SML_TAG *tag) argument
[all...]
/illumos-gate/usr/src/uts/common/tnf/
H A Dtrace_init.c111 tnf_tag_data_t *tag; local
117 tag = TAG_DATA(tnf_struct_type);
118 (void) tag->tag_desc(ops, tag);
119 tag = TAG_DATA(tnf_probe_type);
120 (void) tag->tag_desc(ops, tag);
121 tag = TAG_DATA(tnf_kernel_schedule);
122 (void) tag->tag_desc(ops, tag);
[all...]
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dprint_toif.c17 void print_toif(tag, fdp)
18 char *tag;
21 printf("%s %s", tag, fdp->fd_ifname);
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_html.c262 "list-tag"
323 struct htmlpair tag; local
325 struct tag *t, *tt;
327 PAIR_CLASS_INIT(&tag, "mandoc");
337 print_otag(h, TAG_DIV, 1, &tag);
339 t = print_otag(h, TAG_DIV, 1, &tag);
378 struct tag *t;
459 struct htmlpair tag; local
460 struct tag *t, *tt;
462 PAIR_CLASS_INIT(&tag, "foo
483 struct htmlpair tag; local
529 struct htmlpair tag; local
564 struct htmlpair tag; local
593 struct htmlpair tag; local
617 struct htmlpair tag; local
633 struct htmlpair tag; local
679 struct htmlpair tag[2]; local
722 struct htmlpair tag; local
733 struct htmlpair tag; local
775 struct htmlpair tag; local
804 struct htmlpair tag[2]; local
899 struct htmlpair tag[3]; local
982 struct htmlpair tag; local
1024 struct htmlpair tag; local
1034 struct htmlpair tag[2]; local
1063 struct htmlpair tag[2]; local
1085 struct htmlpair tag[2]; local
1178 struct htmlpair tag; local
1188 struct htmlpair tag; local
1198 struct htmlpair tag; local
1225 struct htmlpair tag; local
1236 struct htmlpair tag; local
1246 struct htmlpair tag; local
1256 struct htmlpair tag; local
1267 struct htmlpair tag; local
1297 struct htmlpair tag[2]; local
1365 struct htmlpair tag; local
1383 struct htmlpair tag; local
1395 struct htmlpair tag[2]; local
1517 struct htmlpair tag; local
1546 struct htmlpair tag[2]; local
1570 struct htmlpair tag[2]; local
1594 struct htmlpair tag; local
1634 struct htmlpair tag[2]; local
1688 struct htmlpair tag; local
1698 struct htmlpair tag; local
1753 struct htmlpair tag; local
1773 struct htmlpair tag[2]; local
1807 struct htmlpair tag; local
1833 struct htmlpair tag; local
1849 struct htmlpair tag; local
1859 struct htmlpair tag; local
1869 struct htmlpair tag; local
1895 struct htmlpair tag; local
1908 struct htmlpair tag[2]; local
2026 struct htmlpair tag; local
[all...]
H A Dhtml.c125 static void print_ctag(struct html *, struct tag *);
152 struct tag *tag; local
157 while ((tag = h->tags.head) != NULL) {
158 h->tags.head = tag->next;
159 free(tag);
168 struct htmlpair tag[4]; local
169 struct tag *t;
171 tag[0].key = ATTR_CHARSET;
172 tag[
436 print_otag(struct html *h, enum htmltag tag, int sz, const struct htmlpair *p) argument
490 print_ctag(struct html *h, struct tag *tag) argument
568 struct tag *tag; local
580 struct tag *tag; local
593 struct htmlpair tag; local
[all...]
H A Dhtml.h93 struct tag { struct
94 struct tag *next;
95 enum htmltag tag; member in struct:tag
99 struct tag *head;
132 struct tag *tblt; /* current open table scope */
138 struct tag *metaf; /* current open font scope */
151 struct tag *print_otag(struct html *, enum htmltag,
153 void print_tagq(struct html *, const struct tag *);
154 void print_stagq(struct html *, const struct tag *);
H A Dtbl_html.c53 struct htmlpair tag; local
65 PAIR_CLASS_INIT(&tag, "tbl");
66 h->tblt = print_otag(h, TAG_TABLE, 1, &tag);
73 PAIR_STYLE_INIT(&tag, h);
74 print_otag(h, TAG_COL, 1, &tag);
93 struct htmlpair tag; local
94 struct tag *tt;
112 PAIR_INIT(&tag, ATTR_COLSPAN, "0");
113 print_otag(h, TAG_TD, 1, &tag);
H A Dman_html.c150 struct htmlpair tag; local
152 struct tag *t, *tt;
155 PAIR_CLASS_INIT(&tag, "mandoc");
165 print_otag(h, TAG_DIV, 1, &tag);
167 t = print_otag(h, TAG_DIV, 1, &tag);
200 struct tag *t;
291 struct htmlpair tag; local
292 struct tag *t, *tt;
299 PAIR_CLASS_INIT(&tag, "head");
300 t = print_otag(h, TAG_TABLE, 1, &tag);
327 struct htmlpair tag; local
355 struct htmlpair tag; local
380 struct htmlpair tag; local
463 struct htmlpair tag; local
529 struct htmlpair tag[2]; local
559 struct htmlpair tag; local
631 struct htmlpair tag; local
653 struct htmlpair tag[2]; local
[all...]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_tlv_layout.h50 * The current tag IDs have a general structure: with the exception of the
54 * - L is a location, indicating where this tag is expected to be found:
88 /* The "end" tag.
91 * the tag itself is irrelevant.)
97 /* Other special reserved tag values.
113 uint32_t tag; member in struct:tlv_partition_header
135 uint32_t tag; member in struct:tlv_partition_trailer
152 uint32_t tag; member in struct:tlv_appendable_partition_header
171 uint32_t tag; member in struct:tlv_global_capabilities
189 uint32_t tag; member in struct:tlv_port_mac
209 uint32_t tag; member in struct:tlv_pf_static_vpd
217 uint32_t tag; member in struct:tlv_global_static_vpd
234 uint32_t tag; member in struct:tlv_pf_dynamic_vpd
242 uint32_t tag; member in struct:tlv_global_dynamic_vpd
259 uint32_t tag; member in struct:tlv_pf_dbi
272 uint32_t tag; member in struct:tlv_global_dbi
296 uint32_t tag; member in struct:tlv_partition_subtype
313 uint32_t tag; member in struct:tlv_partition_version
326 uint32_t tag; member in struct:tlv_pcie_config
344 uint32_t tag; member in struct:tlv_per_pf_pcie_config
366 uint32_t tag; member in struct:tlv_tmp_gubbins
397 uint32_t tag; member in struct:tlv_global_port_config
417 uint32_t tag; member in struct:tlv_firmware_options
444 uint32_t tag; member in struct:tlv_0v9_settings
464 uint32_t tag; member in struct:tlv_clock_config
475 uint32_t tag; member in struct:tlv_clock_config_medford
496 uint32_t tag; member in struct:tlv_global_mac
510 uint32_t tag; member in struct:tlv_0v9_atb_target
525 uint32_t tag; member in struct:tlv_pcie_config_r2
546 uint32_t tag; member in struct:tlv_global_port_mode
567 uint32_t tag; member in struct:tlv_vswitch_type
584 uint32_t tag; member in struct:tlv_vport_vlan_tag
595 uint32_t tag; member in struct:tlv_0v9_atb_offset
610 uint32_t tag; member in struct:tlv_privilege_mask
618 uint32_t tag; member in struct:tlv_privilege_mask_add
626 uint32_t tag; member in struct:tlv_privilege_mask_rem
637 uint32_t tag; member in struct:tlv_privilege_mask_add_all_pfs
648 uint32_t tag; member in struct:tlv_privilege_mask_add_single_pf
659 uint32_t tag; member in struct:tlv_pfiov
689 uint32_t tag; member in struct:tlv_mcast_filter_chaining
701 uint32_t tag; member in struct:tlv_rate_limit
724 uint32_t tag; member in struct:tlv_ocsd
742 uint32_t tag; member in struct:tlv_descriptor_cache_config
760 uint32_t tag; member in struct:tlv_rx_event_merging_config
771 uint32_t tag; member in struct:tlv_pcie_link_settings
780 uint32_t tag; member in struct:tlv_license
[all...]
/illumos-gate/usr/src/lib/libtnf/
H A Dinfo.c56 * Allocate tag table and directory
111 * Get info for supplied tag
115 _tnf_get_info(TNF *tnf, tnf_ref32_t *tag) argument
119 bucket = tnf->tag_table[TAGHASH(tnf, tag)];
121 if (info->tag == tag)
125 return (add_info(tnf, tag));
155 /* enter into tag directory */
165 * Add a new taginfo for tag
169 add_info(TNF *tnf, tnf_ref32_t *tag) argument
220 init_abstract_info(TNF *tnf, tnf_ref32_t *tag, struct taginfo *info) argument
235 init_derived_info(TNF *tnf, tnf_ref32_t *tag, struct taginfo *info) argument
255 init_scalar_info(TNF *tnf, tnf_ref32_t *tag, struct taginfo *info) argument
273 init_struct_info(TNF *tnf, tnf_ref32_t *tag, struct taginfo *info) argument
292 init_array_info(TNF *tnf, tnf_ref32_t *tag, struct taginfo *info) argument
334 init_slots(TNF *tnf, tnf_ref32_t *tag, struct taginfo *info) argument
[all...]
H A Dabi.c68 * retrieve tag slot from a record
78 * Retrieve tag_arg from tag slot of a record
154 _tnf_get_name(TNF *tnf, tnf_ref32_t *tag) argument
156 return (_tnf_get_chars(tnf, _GET_NAME(tnf, tag)));
164 _tnf_get_properties(TNF *tnf, tnf_ref32_t *tag) argument
166 return (_GET_PROPERTIES(tnf, tag));
174 _tnf_get_slot_types(TNF *tnf, tnf_ref32_t *tag) argument
176 return (_GET_SLOT_TYPES(tnf, tag));
184 _tnf_get_header_size(TNF *tnf, tnf_ref32_t *tag) argument
186 return (_GET_HEADER_SIZE(tnf, tag));
194 _tnf_get_derived_base(TNF *tnf, tnf_ref32_t *tag) argument
255 _tnf_get_property(TNF *tnf, tnf_ref32_t *tag, char *name) argument
294 _tnf_get_base_tag(TNF *tnf, tnf_ref32_t *tag) argument
318 _tnf_get_ref_size(TNF *tnf, tnf_ref32_t *tag) argument
338 _tnf_get_storage_size(TNF *tnf, tnf_ref32_t *tag) argument
407 _tnf_get_align(TNF *tnf, tnf_ref32_t *tag) argument
432 tnf_ref32_t *tag, *base_tag; local
497 tnf_ref32_t *tag, *base_tag; local
571 fetch_slot(TNF *tnf, caddr_t p, tnf_ref32_t *tag) argument
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPV1SAttrMsg.java143 String tag = (String)tags.elementAt(i);
150 if (tag.startsWith("*")) {
152 tag = tag.substring(1, tag.length());
155 if (tag.endsWith("*")) {
157 tag = tag.substring(0, tag.length()-1);
160 tag
[all...]
H A DSLPV1SSrvDereg.java85 String tag = (String)tags.elementAt(i);
87 // Unescape tag.
89 tag =
90 ServiceLocationAttributeV1.unescapeAttributeString(tag,
93 if (tag.startsWith("*") || tag.endsWith("*")) {
101 tags.setElementAt(tag, i);
/illumos-gate/usr/src/lib/libwrap/
H A Ddiag.c38 static void tcpd_diag(severity, tag, format, ap)
40 char *tag;
48 tag, tcpd_context.file, tcpd_context.line, format);
50 sprintf(fmt, "%s: %s", tag, format);
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dencode.c49 ber_calc_taglen( ber_tag_t tag )
54 /* find the first non-all-zero byte in the tag */
58 if ( tag & mask )
66 ber_put_tag( BerElement *ber, ber_tag_t tag, int nosos ) argument
71 taglen = ber_calc_taglen( tag );
73 ntag = LBER_HTONL( tag );
155 ber_put_int_or_enum( BerElement *ber, ber_int_t num, ber_tag_t tag )
191 if ( (taglen = ber_put_tag( ber, tag, 0 )) == -1 )
200 /* length of tag + length + contents */
208 ber_put_enum( BerElement *ber, ber_int_t num, ber_tag_t tag )
[all...]
/illumos-gate/usr/src/cmd/mail/
H A Disit.c54 for (p = header[type].tag; *lp && *p; lp++, p++) {
61 for (p = header[type].tag; *lp && *p; lp++, p++) {
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Dtag_list.c5 * Instantiation of basic routines that create linux-boot tag list.
44 * This global function populates a linux-boot style tag list from the
51 struct tag *tagList = (struct tag*)output;
54 tagList->hdr.tag = ATAG_CORE;
61 tagList->hdr.tag = ATAG_MEM;
67 tagList->hdr.tag = ATAG_CMDLINE;
80 tagList->hdr.tag = ATAG_NONE;
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Drrwlock.h65 * 'tag' is used in reference counting tracking. The
66 * 'tag' must be the same in a rrw_enter() as in its
71 void rrw_enter(rrwlock_t *rrl, krw_t rw, void *tag);
72 void rrw_enter_read(rrwlock_t *rrl, void *tag);
73 void rrw_enter_read_prio(rrwlock_t *rrl, void *tag);
75 void rrw_exit(rrwlock_t *rrl, void *tag);
98 void rrm_enter(rrmlock_t *rrl, krw_t rw, void *tag);
99 void rrm_enter_read(rrmlock_t *rrl, void *tag);
101 void rrm_exit(rrmlock_t *rrl, void *tag);
/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Dencode.c53 kmfber_calc_taglen(ber_tag_t tag) argument
58 /* find the first non-all-zero byte in the tag */
62 if (tag & mask)
70 ber_put_tag(BerElement *ber, ber_tag_t tag, int nosos) argument
75 taglen = kmfber_calc_taglen(tag);
77 ntag = htonl(tag);
159 ber_put_int_or_enum(BerElement *ber, ber_int_t num, ber_tag_t tag) argument
194 if ((taglen = ber_put_tag(ber, tag, 0)) == -1)
203 /* length of tag + length + contents */
210 kmfber_put_enum(BerElement *ber, ber_int_t num, ber_tag_t tag) argument
219 ber_put_int(BerElement *ber, ber_int_t num, ber_tag_t tag) argument
228 ber_put_oid(BerElement *ber, struct berval *oid, ber_tag_t tag) argument
251 ber_put_big_int(BerElement *ber, ber_tag_t tag, char *data, ber_len_t len) argument
288 kmfber_put_ostring(BerElement *ber, char *str, ber_len_t len, ber_tag_t tag) argument
338 kmfber_put_string(BerElement *ber, char *str, ber_tag_t tag) argument
344 kmfber_put_bitstring(BerElement *ber, char *str, ber_len_t blen , ber_tag_t tag) argument
372 kmfber_put_null(BerElement *ber, ber_tag_t tag) argument
389 kmfber_put_boolean(BerElement *ber, int boolval, ber_tag_t tag) argument
424 ber_start_seqorset(BerElement *ber, ber_tag_t tag) argument
464 kmfber_start_seq(BerElement *ber, ber_tag_t tag) argument
473 kmfber_start_set(BerElement *ber, ber_tag_t tag) argument
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmHelpController.java51 public void showHelpItem(String tag) { argument
52 Debug.info("HELP: controller.showHelpitem " + tag);
53 if (tag != null) {
54 pmHelpItem item = viewPanel.loadItemForTag(tag);
61 showHelpItem(item.tag);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.c62 char *tag = "dtrace test"; local
79 args.tag.utf8string_len = strlen(tag);
80 args.tag.utf8string_val = tag;
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dcheetahregs.h210 #define C_AFSR_TUE_SH INT64_C(0x4000000000000000) /* uncorrectable tag UE */
215 #define C_AFSR_THCE INT64_C(0x0200000000000000) /* h/w correctable E$ tag err */
216 #define C_AFSR_TSCE INT64_C(0x0100000000000000) /* s/w correctable E$ tag err */
217 #define C_AFSR_TUE INT64_C(0x0080000000000000) /* uncorrectable E$ tag error */
268 #define C_AFSR_L3_THCE INT64_C(0x0000000000000400) /* tag CE */
269 #define C_AFSR_L3_TUE_SH INT64_C(0x0000000000000200) /* tag UE from snp/cpy */
270 #define C_AFSR_L3_TUE INT64_C(0x0000000000000100) /* tag UE */
327 #define C_AFSR_ETU INT64_C(0x0001000000000000) /* L2$ tag CE error */
329 #define C_AFSR_ETP INT64_C(0x0001000000000000) /* L2$ tag parity error */
345 #define C_AFSR_ETS INT64_C(0x0000000000100000) /* L2$ tag SRA
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Drrwlock.c102 rrn_add(rrwlock_t *rrl, void *tag) argument
109 rn->rn_tag = tag;
118 rrn_find_and_remove(rrwlock_t *rrl, void *tag) argument
127 if (rn->rn_rrl == rrl && rn->rn_tag == tag) {
163 rrw_enter_read_impl(rrwlock_t *rrl, boolean_t prio, void *tag) argument
185 rrn_add(rrl, tag);
186 (void) refcount_add(&rrl->rr_linked_rcount, tag);
188 (void) refcount_add(&rrl->rr_anon_rcount, tag);
195 rrw_enter_read(rrwlock_t *rrl, void *tag) argument
197 rrw_enter_read_impl(rrl, B_FALSE, tag);
207 rrw_enter_read_prio(rrwlock_t *rrl, void *tag) argument
231 rrw_enter(rrwlock_t *rrl, krw_t rw, void *tag) argument
240 rrw_exit(rrwlock_t *rrl, void *tag) argument
341 rrm_enter(rrmlock_t *rrl, krw_t rw, void *tag) argument
360 rrm_enter_read(rrmlock_t *rrl, void *tag) argument
375 rrm_exit(rrmlock_t *rrl, void *tag) argument
[all...]

Completed in 130 milliseconds

1234567891011>>