Searched defs:tag (Results 1 - 25 of 297) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_isr.c26 * we get the tag value.
42 uint32_t tag; local
89 while ((tag = ddi_get32(cpqary3p->opq_handle,
91 replyq_ptr->replyq_simple_ptr[0] = tag;
/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/lib/libfru/libfru/
H A DAncestor.h74 fru_tag_t tag; member in struct:Ancestor
/illumos-gate/usr/src/lib/libfru/libfrureg/
H A Dfrureg.c56 fru_reg_lookup_def_by_tag(fru_tag_t tag) argument
62 if (ret_def->tagType == get_tag_type(&tag) &&
63 ret_def->tagDense == get_tag_dense(&tag) &&
64 ret_def->payloadLen == get_payload_length(&tag)) {
/illumos-gate/usr/src/lib/libtnf/
H A Dutil.c68 * Compute tag props
72 _tnf_get_props(TNF *tnf, tnf_ref32_t *tag) argument
80 /* No need to get base tag for inherited properties */
82 if (HAS_PROPERTY(tnf, tag, p->name))
91 * Data kind depends on implementation properties of base tag
95 _tnf_get_kind(TNF *tnf, tnf_ref32_t *tag) argument
100 base_tag = _tnf_get_base_tag(tnf, tag);
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DhelpTest.java90 tp.add(new JLabel("Double-click a tag to load it."), pc);
146 if (key.endsWith(".tag")) {
151 System.out.println("Unable to find tag for " + key);
172 public void showHelpItem(String tag) { argument
173 helpFrame.showHelp(tag);
H A DpmHelpFrame.java95 public void showHelp(String tag) { argument
96 theController.showHelpItem(tag);
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);
H A DpmHelpItem.java42 String tag; field in class:pmHelpItem
48 tag = theTag;
57 * String s = new String("Item: " + tag + "\n");
68 if (tag != null)
69 tag = new String(s);
/illumos-gate/usr/src/cmd/sgs/tsort/common/
H A Derrtext.c131 * external form, used by errmsg() macro, when tag is not permanently
146 * external form, used when tag is permanently assigned.
149 _errmsg(char *tag, int severity, char *format, ...) argument
153 Err.tagstr = tag;
211 } else if (strcmp(token, "tag") == 0) {
/illumos-gate/usr/src/cmd/ldap/common/
H A Ddtest.c42 int tag; local
56 if ( (tag = ber_get_next( &sb, &len, &ber )) == -1 ) {
60 printf( "message has tag 0x%x and length %ld\n", tag, len );
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_debug.c102 zfs_dbgmsg_print(const char *tag) argument
106 (void) printf("ZFS_DBGMSG(%s):\n", tag);
/illumos-gate/usr/src/cmd/mandoc/
H A Deqn_html.c33 struct tag *post, *row, *cell, *t;
34 struct htmlpair tag[2]; local
146 PAIR_INIT(&tag[0], ATTR_OPEN,
148 PAIR_INIT(&tag[1], ATTR_CLOSE,
150 post = print_otag(p, TAG_MFENCED, 2, tag);
181 struct htmlpair tag; local
182 struct tag *t;
184 PAIR_CLASS_INIT(&tag, "eqn");
185 t = print_otag(p, TAG_MATH, 1, &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);
/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.h56 char *tag; member in struct:option_defs
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dfru_access.h74 tag_t tag; member in struct:__anon3251
/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/sun4u/lib/fruaccess/
H A Dfru_access.h76 tag_t tag; member in struct:__anon1147
/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/cmd/fm/fmd/common/
H A Dfmd_trace.c104 fmd_trace_none(fmd_tracebuf_t *tbp, uint_t tag, const char *format, va_list ap) argument
110 fmd_trace_lite(fmd_tracebuf_t *tbp, uint_t tag, const char *format, va_list ap) argument
124 trp->tr_errno = (tag == FMD_DBG_ERR) ? errno : 0;
125 trp->tr_tag = fmd_ntz32(tag);
142 fmd_trace_full(fmd_tracebuf_t *tbp, uint_t tag, const char *format, va_list ap) argument
162 trp->tr_errno = (tag == FMD_DBG_ERR) ? errno : 0;
163 trp->tr_tag = fmd_ntz32(tag);
166 fmd_vdprintf(tag, format, ap);
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcap_machelf.c111 conv_cap_tag(Xword tag, Conv_fmt_flags_t fmt_flags, Conv_inv_buf_t *inv_buf) argument
122 if (tag & 0xffffffff00000000)
123 return (conv_invalid_val(inv_buf, tag, fmt_flags));
126 return (conv_map_ds(ELFOSABI_NONE, EM_NONE, tag,
131 conv_cap_val(Xword tag, Xword val, Half mach, Conv_fmt_flags_t fmt_flags, argument
134 switch (tag) {
H A Ddynamic_machelf.c28 * String conversion routine for .dynamic tag entries.
133 conv_dyn_tag(Xword tag, uchar_t osabi, Half mach, Conv_fmt_flags_t fmt_flags, argument
136 CONV_XWORD_64TEST(tag, fmt_flags, inv_buf);
137 return (conv_map_ds(osabi, mach, tag,
/illumos-gate/usr/src/lib/libraidcfg/common/
H A Draidcfg.h62 array_tag_t tag; member in struct:__anon3831
70 disk_tag_t tag; member in struct:__anon3832
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_waits.c51 evWaitFor(evContext opaqueCtx, const void *tag, argument
56 evWaitList *wl = evGetWaitList(ctx, tag, 1);
61 new->tag = tag;
76 * Mark runnable all waiting functions having a certain tag.
79 evDo(evContext opaqueCtx, const void *tag) { argument
81 evWaitList *wl = evGetWaitList(ctx, tag, 0);
114 wl = evGetWaitList(ctx, this->tag, 0);
171 new->tag = NULL;
193 evPrintf(ctx, 9, " tag
235 evGetWaitList(evContext_p *ctx, const void *tag, int should_create) argument
[all...]
/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) {

Completed in 271 milliseconds

1234567891011>>