Home
last modified time | relevance | path

Searched refs:tag (Results 76 – 100 of 524) sorted by relevance

12345678910>>...21

/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dfmtmsglib.c201 …sification, const char* label, int severity, const char* text, const char* action, const char* tag)
300 if ((mask & MM_action) && action || (mask & MM_tag) && (label || tag))
307 if ((mask & MM_tag) && (label || tag))
310 if (!tag || label && !strchr(tag, ':'))
311 sfprintf(sp, "%s%s", lab, tag ? ":" : "");
312 if (tag)
313 sfprintf(sp, "%s", tag);
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_talk2ctlr.c130 uint32_t tag; in cpqary3_retrieve() local
153 tag = replyq_ptr->replyq_headptr[0]; in cpqary3_retrieve()
161 tag >> CPQARY3_GET_MEM_TAG]; in cpqary3_retrieve()
163 Header.Tag.drvinfo_n_err = (tag & 0xF) >> 1; in cpqary3_retrieve()
203 uint32_t tag; in cpqary3_poll_retrieve() local
217 while ((tag = ddi_get32(cpqary3p->opq_handle, in cpqary3_poll_retrieve()
220 tag >> CPQARY3_GET_MEM_TAG]; in cpqary3_poll_retrieve()
223 temp_tag = cpqary3_cmdpvtp->tag.tag_value; in cpqary3_poll_retrieve()
234 tag = replyq_ptr->replyq_headptr[0]; in cpqary3_poll_retrieve()
243 tag >> CPQARY3_GET_MEM_TAG]; in cpqary3_poll_retrieve()
[all …]
/illumos-gate/usr/src/cmd/logger/
H A Dlogger.c122 char *tag = NULL; in main() local
149 tag = optarg; in main()
180 if ((tag == NULL) && ((tag = getlogin()) == NULL)) { in main()
184 tag = fmt_uid; in main()
186 tag = pw->pw_name; in main()
190 openlog(tag, logflags, 0); in main()
/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPFindAttrs.c32 char *tag, *val; member
439 ((struct attr_node *)n1)->tag, in compare_tags()
440 ((struct attr_node *)n2)->tag); in compare_tags()
474 if (!(n->tag = strdup(open_paren))) { in parens_attr()
485 free(n->tag); free(n); in parens_attr()
524 if (!(n->tag = strdup(start))) { in collate_attrs()
533 free(n->tag); free(n); in collate_attrs()
558 if (!(attr = malloc(strlen(n->tag) + 1))) { in collect_attrs()
563 (void) strcpy(attr, n->tag); in collect_attrs()
565 if (!(attr = malloc(1 + strlen(n->tag) + 1 + in collect_attrs()
[all …]
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dsetup.c68 extern int32_t verifytag(struct tag *, uint32_t, struct tag *, int);
289 check_avdp(struct tag *tp) in check_avdp()
296 check_vdp(struct tag *tp) in check_vdp()
303 check_iuvd(struct tag *tp) in check_iuvd()
310 check_part_desc(struct tag *tp) in check_part_desc()
324 check_log_desc(struct tag *tp) in check_log_desc()
331 check_unall_desc(struct tag *tp) in check_unall_desc()
339 check_term_desc(struct tag *tp) in check_term_desc()
345 check_lvint(struct tag *tp) in check_lvint()
374 struct tag *tp; in readvolseq()
[all …]
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Dboot.S107 / set up tag for argv
111 / put after tag
113 / set up tag for envp
128 / set up tag for auxv
132 / set up NULL tag
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcontrol.c129 ber_tag_t tag; in nsldapi_get_controls() local
163 if (( tag = ber_peek_tag( ber, &len )) != LDAP_TAG_CONTROLS ) { in nsldapi_get_controls()
164 if ( tag == LBER_ERROR ) { in nsldapi_get_controls()
177 tag, 0, 0 ); in nsldapi_get_controls()
182 for ( tag = ber_first_element( ber, &len, &last ); in nsldapi_get_controls()
183 tag != LBER_ERROR && tag != LBER_END_OF_SEQORSET; in nsldapi_get_controls()
184 tag = ber_next_element( ber, &len, last ) ) { in nsldapi_get_controls()
239 if ( tag == LBER_ERROR ) { in nsldapi_get_controls()
/illumos-gate/usr/src/uts/common/sys/
H A Dsqueue.h51 #define SQUEUE_ENTER(sqp, head, tail, cnt, ira, flag, tag) { \ argument
52 sqp->sq_enter(sqp, head, tail, cnt, ira, flag, tag); \
55 #define SQUEUE_ENTER_ONE(sqp, mp, proc, arg, ira, flag, tag) { \ argument
59 SQUEUE_ENTER(sqp, mp, mp, 1, ira, flag, tag); \
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smrt/
H A Dsmrt_ciss_simple.c89 uint32_t tag = CISS_OPQ_READ_TAG(opq); in smrt_retrieve_simple() local
92 if ((smcm = smrt_lookup_inflight(smrt, tag)) == NULL) { in smrt_retrieve_simple()
94 tag); in smrt_retrieve_simple()
157 uint32_t tag; in smrt_preinit_command_simple() local
174 if ((tag = CISS_OPQ_READ_TAG(opq)) != SMRT_PRE_TAG_NUMBER) { in smrt_preinit_command_simple()
176 " completed during driver init", tag); in smrt_preinit_command_simple()
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPV1SSrvMsg.java617 String tag = ""; in parse() local
636 if (tag.length() <= 0) { in parse()
646 tag = ServiceLocationAttributeV1.unescapeAttributeString(tag, in parse()
651 tag = ServiceLocationAttribute.escapeAttributeString(tag, true); in parse()
662 buf.append(tag); in parse()
692 buf.append(tag); in parse()
702 buf.append(tag); in parse()
731 buf.append(tag); in parse()
738 buf.append(tag); in parse()
783 buf.append(tag); in parse()
[all …]
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dputparam.c198 SML_TAG *tag = SML_TAG__NULL; in putConditionInfo() local
213 tag = smlNewTag(TAG_COND_TOPLEVEL); in putConditionInfo()
236 (void) smlAddTag(&tag, -1, ntag); in putConditionInfo()
264 (void) smlAddTag(&tag, -1, ntag); in putConditionInfo()
271 p = smlConvertTagToString(tag); in putConditionInfo()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_ldc.c295 #define DUMP_TAG(tag) \ argument
302 #define DUMP_TAG_PTR(tag) \ argument
314 #define DUMP_TAG(tag) argument
315 #define DUMP_TAG_PTR(tag) argument
2225 vio_msg_tag_t tag; in vsw_process_ctrl_pkt() local
2231 env = tag.vio_subtype_env; in vsw_process_ctrl_pkt()
2500 ver_pkt->tag.vio_subtype); in vsw_process_ctrl_ver_pkt()
3357 msgp->tag.vio_subtype); in vsw_process_physlink_msg()
4244 DUMP_TAG(ver_msg.tag); in vsw_send_ver()
4281 DUMP_TAG(attr_msg.tag); in vsw_send_attr()
[all …]
/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dpoolstat.c504 char tag; in bigno_f() local
521 tag = 'K'; in bigno_f()
524 tag = 'K'; pw -= 1; in bigno_f()
527 tag = 'K'; pw -= 2; in bigno_f()
530 tag = 'M'; in bigno_f()
533 tag = 'M'; pw -= 1; in bigno_f()
536 tag = 'M'; pw -= 2; in bigno_f()
539 tag = 'G'; in bigno_f()
548 tag = 'T'; in bigno_f()
557 tag = 'P'; in bigno_f()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_crypt.h182 void spa_keystore_dsl_key_rele(spa_t *spa, dsl_crypto_key_t *dck, void *tag);
189 int spa_keystore_create_mapping(spa_t *spa, struct dsl_dataset *ds, void *tag,
191 int spa_keystore_remove_mapping(spa_t *spa, uint64_t dsobj, void *tag);
192 void key_mapping_add_ref(dsl_key_mapping_t *km, void *tag);
193 void key_mapping_rele(spa_t *spa, dsl_key_mapping_t *km, void *tag);
194 int spa_keystore_lookup_key(spa_t *spa, uint64_t dsobj, void *tag,
H A Darc.h206 arc_buf_t *arc_alloc_buf(spa_t *spa, void *tag, arc_buf_contents_t type,
208 arc_buf_t *arc_alloc_compressed_buf(spa_t *spa, void *tag,
210 arc_buf_t *arc_alloc_raw_buf(spa_t *spa, void *tag, uint64_t dsobj,
221 void arc_return_buf(arc_buf_t *buf, void *tag);
222 void arc_loan_inuse_buf(arc_buf_t *buf, void *tag);
223 void arc_buf_destroy(arc_buf_t *buf, void *tag);
227 void arc_release(arc_buf_t *buf, void *tag);
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c76 extern void maketag(struct tag *, struct tag *);
77 extern int verifytag(struct tag *, uint32_t, struct tag *, int);
607 struct tag *tp; in volseqinit()
695 sizeof (struct tag); in volseqinit()
730 sizeof (struct tag); in volseqinit()
759 sizeof (struct tag); in volseqinit()
810 sizeof (struct tag); in volseqinit()
862 sizeof (struct tag); in volseqinit()
886 sizeof (struct tag); in volseqinit()
1101 sizeof (struct tag); in volseqinit()
[all …]
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.h46 #define COMMAND_SET(tag, key, desc, func) \ argument
48 static struct bootblk_command _cmd_ ## tag = { key, desc, func }; \
49 DATA_SET(Xcommand_set, _cmd_ ## tag)
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dutil.c287 Dbg_util_lcinterface(Rt_map *lmp, int tag, char *val) in Dbg_util_lcinterface() argument
295 if (tag < CI_MAX) in Dbg_util_lcinterface()
296 str = MSG_ORIG(tags[tag]); in Dbg_util_lcinterface()
298 str = conv_invalid_val(&inv_buf, tag, 0); in Dbg_util_lcinterface()
305 Dbg_unused_lcinterface(Rt_map *nlmp, Rt_map *olmp, int tag) in Dbg_unused_lcinterface() argument
313 if (tag < CI_MAX) in Dbg_unused_lcinterface()
314 str = MSG_ORIG(tags[tag]); in Dbg_unused_lcinterface()
316 str = conv_invalid_val(&inv_buf, tag, 0); in Dbg_unused_lcinterface()
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprint_toif.c15 void print_toif(tag, fdp) in print_toif() argument
16 char *tag; in print_toif()
19 printf("%s %s", tag, fdp->fd_ifname);
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Dboot.S109 movl $EB_ARGV,0(%esi) / set up tag for argv
111 movl %eax,4(%esi) / put after tag
112 movl $EB_ENVP,8(%esi) / set up tag for envp
120 movl $EB_AUXV,16(%esi) / set up tag for auxv
122 movl $EB_NULL,24(%esi) / set up NULL tag
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c2503 hidparser_isvalid_item(int tag) in hidparser_isvalid_item() argument
2505 if (tag == EXTENDED_ITEM) { in hidparser_isvalid_item()
2510 tag &= 0xFC; in hidparser_isvalid_item()
2511 if ((tag == R_ITEM_INPUT) || in hidparser_isvalid_item()
2512 (tag == R_ITEM_OUTPUT) || in hidparser_isvalid_item()
2514 (tag == R_ITEM_FEATURE) || in hidparser_isvalid_item()
2521 (tag == R_ITEM_EXPONENT) || in hidparser_isvalid_item()
2522 (tag == R_ITEM_UNIT) || in hidparser_isvalid_item()
2526 (tag == R_ITEM_PUSH) || in hidparser_isvalid_item()
2527 (tag == R_ITEM_POP) || in hidparser_isvalid_item()
[all …]
/illumos-gate/usr/src/cmd/bhyve/test/tests/mevent/
H A Dvnode_file.c59 test_fd(int fd, char *tag) in test_fd() argument
65 ASSERT_PTR_NEQ(("%s: mevent_add", tag), evp, NULL); in test_fd()
107 ASSERT_INT_EQ(("%s: mevent_disable: %s", tag, strerror(err)), err, 0); in test_fd()
109 (void) printf("PASS %s - %s\n", testlib_prog, tag); in test_fd()
/illumos-gate/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl275 $tag = 0;
283 $tag = $1;
298 if ($opt_a && ($status != 0 || $tag != 0 || $droptag != 0 ||
342 push(@dtrace_argv, '-xerrtags') if ($tag);
353 if ($tag == 0 && $status == $0 && $opt_a) {
376 if ($tag == 0 && $status == $0 && $opt_a) {
492 if ($tag) {
497 unless ($tsterr =~ /: \[$tag\] line \d+:/) {
/illumos-gate/usr/src/boot/include/net/
H A Dethernet.h88 #define EVL_VLANOFTAG(tag) ((tag) & EVL_VLID_MASK) argument
89 #define EVL_PRIOFTAG(tag) (((tag) >> 13) & 7) argument
90 #define EVL_CFIOFTAG(tag) (((tag) >> 12) & 1) argument
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiospnp.c190 u_int tag, i, rlen, dlen; in biospnp_scanresdata() local
198 tag = p[i]; in biospnp_scanresdata()
200 if (PNP_RES_TYPE(tag) == 0) { in biospnp_scanresdata()
201 rlen = PNP_SRES_LEN(tag); in biospnp_scanresdata()
203 switch (PNP_SRES_NUM(tag)) { in biospnp_scanresdata()
218 switch(PNP_LRES_NUM(tag)) { in biospnp_scanresdata()

12345678910>>...21