Searched refs:tag (Results 376 - 400 of 466) sorted by relevance

<<111213141516171819

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c1428 * or redeclaration of a struct, union, or enum type or tag.
3312 * a right-hand identifier into a corresponding enum tag value
3316 * convert into an integer constant node with the tag's value.
3331 "both a %s enum tag and a global %s\n",
3727 * If we follow a reference to a forward declaration tag,
3731 char *tag = ctf_type_name(ctfp, type, n1, sizeof (n1)); local
3734 if (tag != NULL && dt_type_lookup(tag, &dtt) == 0 &&
3743 "is available\n", opstr(op), tag);
5058 dnerror(const dt_node_t *dnp, dt_errtag_t tag, cons argument
5075 dnwarn(const dt_node_t *dnp, dt_errtag_t tag, const char *format, ...) argument
5091 xyerror(dt_errtag_t tag, const char *format, ...) argument
5104 xywarn(dt_errtag_t tag, const char *format, ...) argument
5114 xyvwarn(dt_errtag_t tag, const char *format, va_list ap) argument
[all...]
H A Ddt_ident.c317 dt_node_t tag, *nnp, *xnp; local
392 dxp = dt_xlator_lookup(dtp, dt_probe_tag(prp, ap->dn_value, &tag),
H A Ddt_pid.c80 fasttrap_probe_spec_t *ftp, dt_errtag_t tag, const char *fmt, ...)
97 dt_set_errmsg(dtp, dt_errtag(tag), pcb->pcb_region,
79 dt_pid_error(dtrace_hdl_t *dtp, dt_pcb_t *pcb, dt_proc_t *dpr, fasttrap_probe_spec_t *ftp, dt_errtag_t tag, const char *fmt, ...) argument
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c4439 const char *tag; member in struct:holdarg
4455 fnvlist_add_string(ha->nvl, name, ha->tag);
4464 zfs_hold(zfs_handle_t *zhp, const char *snapname, const char *tag, argument
4472 ha.tag = tag;
4542 * above, it's still possible for the tag to wind
4576 } else if (!nvlist_exists(existing_holds, ha->tag)) {
4580 fnvlist_add_boolean(torelease, ha->tag);
4592 zfs_release(zfs_handle_t *zhp, const char *snapname, const char *tag, argument
4604 ha.tag
[all...]
/illumos-gate/usr/src/head/
H A Dmeta.h591 #define NOTIFY_MD(tag, set, dev, ev) \
592 (void) meta_notify_sendev((tag), (set), (dev), (ev))
594 #define SE_NOTIFY(se_class, se_subclass, tag, set, dev) \
595 meta_svm_sysevent((se_class), (se_subclass), (tag), (set), (dev))
1813 extern int meta_notify_sendev(ev_obj_t tag, set_t set,
1822 uint32_t tag, set_t setno, md_dev64_t devid);
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dadmintf.c402 * returns portal ip address, port and group tag in look up control.
452 uint32_t tag = lcp->id[2]; local
505 (void) sprintf(numbuf, "%u", tag);
1711 attr->tag = ISNS_DD_ISCSI_NAME_ATTR_ID;
1716 attr->tag = 0; /* clear it */
2510 attr->tag = ISNS_DD_ISCSI_NAME_ATTR_ID;
2533 attr->tag = ISNS_DD_ID_ATTR_ID;
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfe.c3083 char tag[64]; local
3087 (void) snprintf(tag, sizeof (tag),
3091 (void) snprintf(tag, sizeof (tag), "mxfe");
3094 (void) snprintf(buf, sizeof (buf), "%s: %s: %s\n", tag,
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_znode.c1894 dmu_buf_t **db, void *tag)
1899 if ((error = sa_buf_hold(osp, obj, tag, db)) != 0)
1907 sa_buf_rele(*db, tag);
1913 sa_buf_rele(*db, tag);
1921 zfs_release_sa_handle(sa_handle_t *hdl, dmu_buf_t *db, void *tag) argument
1924 sa_buf_rele(db, tag);
1893 zfs_grab_sa_handle(objset_t *osp, uint64_t obj, sa_handle_t **hdlp, dmu_buf_t **db, void *tag) argument
H A Dmetaslab.c2588 metaslab_group_alloc_increment(spa_t *spa, uint64_t vdev, void *tag, int flags) argument
2598 (void) refcount_add(&mg->mg_alloc_queue_depth, tag);
2602 metaslab_group_alloc_decrement(spa_t *spa, uint64_t vdev, void *tag, int flags) argument
2612 (void) refcount_remove(&mg->mg_alloc_queue_depth, tag);
2616 metaslab_group_alloc_verify(spa_t *spa, const blkptr_t *bp, void *tag) argument
2625 VERIFY(refcount_not_held(&mg->mg_alloc_queue_depth, tag));
H A Dsa.c1425 sa_buf_hold(objset_t *objset, uint64_t obj_num, void *tag, dmu_buf_t **db) argument
1427 return (dmu_bonus_hold(objset, obj_num, tag, db));
1431 sa_buf_rele(dmu_buf_t *db, void *tag) argument
1433 dmu_buf_rele(db, tag);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_mbx.c262 tmo = mbx->tag[0];
263 mbx->tag[0] = 0;
307 * store the mbx context in the cqe tag section so that
478 * vlan_tag - optional vlan tag to associate with the if
1123 /* Set the vlan tag filter on hw */
1273 mbx.tag[0] = hdr.u0.req.timeout;
/illumos-gate/usr/src/cmd/praudit/
H A Dtoken.c120 * token, as opposed to a regular tag.
1875 string_token_common(pr_context_t *context, int tag) argument
1895 if ((returnstat = (process_tag(context, tag,
1900 return (process_tag(context, tag, returnstat, 1));
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1220 ztest_tx_assign(dmu_tx_t *tx, uint64_t txg_how, const char *tag) argument
1235 ztest_record_enospc(tag);
2250 ztest_od_init(ztest_od_t *od, uint64_t id, char *tag, uint64_t index, argument
2265 tag, (int64_t)id, index);
4675 char tag[100]; local
4687 (void) snprintf(tag, sizeof (tag), "tag_%llu", id);
4695 error = user_release_one(fullname, tag);
4753 fnvlist_add_string(holds, fullname, tag);
4762 fullname, tag, erro
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmHelpSearchPanel.java257 Debug.info("HELP: doubleclick: " + item.tag);
H A DpmTop.java1167 public void showHelpItem(String tag) { argument
1169 helpFrame.showHelp(tag);
/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c3804 SML_TAG *tag; local
3900 r = smlConvertStringToTag(&tag, a);
3906 smlDbgPrintTag(tag, DBG_PARSED_ENVIRONMENT, a_envVar);
3912 ntag = smlGetTagByName(tag, 0, TAG_COND_TOPLEVEL);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c4904 if (mp->tag < MEM_FCTSEG) {
4913 db, mp->tag, mp->phys, mp->virt, mp->size);
4944 if (mp->tag < MEM_FCTSEG) {
4958 db, mp->tag);
5334 db, mp->tag, size, mp->size);
5361 db, mp->tag);
5389 db, mp->tag, db->db_data_size);
5391 (void) snprintf(buf, sizeof (buf), "TAG%d:", mp->tag);
5405 db, mp->tag);
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndradm.c70 * support for the special cluster tag "local" to be used with -C in a
114 char ctag[MAX_RDC_HOST_SIZE]; /* Cluster resource name tag */
553 * making an exception here for users giving the "local"tag
1019 * assure device groups are the same and cluster tag is set
2639 * if a ctag was supplied via -C tag it is safe to
2648 * using libdscfg, you must pass in -C tag to have
2993 /* figure out the cluster tag, if any */
3363 * Check for the special cluster tag and convert into the
3470 char tag[CFG_MAX_BUF], val[CFG_MAX_BUF]; local
3510 if (cfg_get_options(cfg, CFG_SEC_CONF, key, tag, CFG_MAX_BU
3723 char tag[CFG_MAX_BUF], val[CFG_MAX_BUF]; local
[all...]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_gen.c690 * B_TRUE: indicates frame header contains the vlan tag already.
695 * Sucess: frame(mblk_t *) after doing the necessary tag/untag.
711 * Check the frame header if tag or untag is needed.
725 * the same vlan that the frame originated from and if it needs tag/
726 * untag. Note that vsw will tag the packet itself when it receives
735 * the same vlan. Then check the frame header if tag/untag is
760 /* (is_tagged == B_FALSE): fallthru to tag tx packet: */
958 pkt->tag.vio_msgtype = VIO_TYPE_DATA;
959 pkt->tag.vio_subtype = VIO_SUBTYPE_INFO;
960 pkt->tag
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c549 "Dispatch.Wait: tag %p, func %p, uap %p\n",
550 this->tag, this->func, this->uap);
551 (this->func)(opaqueCtx, this->uap, this->tag);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecalgs.c75 #define EMIT(ap, tag, value) { \
76 (ap)->spd_attr_tag = (tag); \
H A Dipsecconf.c712 #define ATTR(ap, tag, value) \
713 do { (ap)->spd_attr_tag = (tag); \
1722 print_alg(const char *tag, algreq_t *algreq, int proto_num) argument
1733 (void) printf("%s ", tag);
2241 pfpol_msg_dump(spd_msg_t *msg, char *tag) argument
2261 (void) printf("===========%s==============\n", tag);
5161 dump_algreq(const char *tag, algreq_t *alg) argument
5164 tag, alg->alg_id, alg->alg_minbits, alg->alg_maxbits);
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_aux.c809 ath_keyprint(ath_t *asc, const char *tag, uint_t ix, argument
824 tag, ix, ciphers[hk->kv_type]);
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h775 tag :5, member in struct:pcix_attr
785 tag :5, member in struct:pcix_attr
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_menlo.h944 uint16_t tag; /* Ehternet VLAN tag */ member in struct:menlo_fte
952 uint16_t tag; /* Ehternet VLAN tag */ member in struct:menlo_fte

Completed in 246 milliseconds

<<111213141516171819