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

<<111213141516171819

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c290 lxml_xlate_element(const xmlChar *tag) argument
295 if (xmlStrcmp(tag, (const xmlChar *)lxml_elements[i]) == 0)
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c203 ** tag -- should be a unique id to avoid misinterpretations by others.
236 /* first entry is a tag, for now just the size */
745 char *tag = "queued"; local
748 tag = "quarantined";
751 message(tag);
754 tag, NULL, (time_t) 0, e);
8469 ** Changes quarantine tag in queue file and renames it.
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_rxdring.c1389 vio_msg_tag_t *tagp = &msgp->tag;
H A Dvnet_txdring.c1593 vio_msg_tag_t *tagp = &msgp->tag;
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c2615 PRIVATE void PlinkPrint(out,plp,tag)
2618 char *tag;
2621 fprintf(out,"%12s%s (state %2d) ","",tag,plp->cfp->stp->index);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c1774 uint8_t tag; local
1820 tag = pBuffer[i++];
1824 switch (tag) {
H A Demlxs_fcp.c729 uint16_t tag; local
738 tag = (uint16_t)cnt;
825 icmd->ULPIOTAG = tag;
848 /* We will process all nodes with this tag later */
H A Demlxs_sli4.c4967 /* Save the event tag */
5424 "CQE to IOCB: cmd:%x tag:%x xri:%d", wqe->Command,
7560 i, j, k, mp, mp->tag);
8978 /* We will process all nodes with this tag */
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_hw.c2154 u8 op, tag, mac_addr[6]; member in struct:__anon6416
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h1901 uint32_t tag; member in struct:__anon7345
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c83 uint64_t flt_ec_tag; /* E$ tag info */
95 extern void get_ecache_dtag(uint32_t ecache_idx, uint64_t *data, uint64_t *tag,
123 static void scan_ecache(uint64_t *afar, ec_data_t *data, uint64_t *tag,
256 #define CPU_ECACHE_TAG_ERR 14 /* Scrub the E$ tag, if state clean */
363 * else except CE errors) with a priority of 1 (highest). This tag
756 * ecache tag manipulation. We can't do this in cpu_setup() as it is
1442 * data and tag info of the bad line for logging.
1478 * Check to see if the ecache tag is valid for the
1500 * Mark tag invalid to indicate mem dump
2948 * tag o
[all...]
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc438 const char *action, const char *tag);
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c2689 uint64_t tag; local
2744 tag = sfmmu_make_tsbtag(vaddr);
2747 sfmmu_unload_tsbe(tsbe_addr, tag, phys);
2755 sfmmu_load_tsbe(tsbe_addr, tag, ttep, phys);
2770 uint64_t tag; local
2838 tag = sfmmu_make_tsbtag(vaddr);
2840 sfmmu_unload_tsbe(tsbe_addr, tag, phys);
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c6834 usba_event_t tag = USBA_EVENT_TAG_HOT_REMOVAL; local
6838 "hubd_disconnect_event_cb: tag=%d", tag);
6854 hubd_run_callbacks(hubd, tag);
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c7775 "sd_unit_attach: un:0x%p tag queueing "
7796 "sd_unit_attach: un:0x%p no tag queueing\n", un);
14214 * If neither head nor order, use the default driver tag flags.
21231 cdb->cdb_un.tag |= SD_SYNC_NV_BIT;
21346 if (cdb->cdb_un.tag&SD_SYNC_NV_BIT) {
25092 * The SCSI-2 spec states that a tag reject will be sent by the
25093 * target if tagged queuing is not supported. A tag reject may
25098 * If this driver receives a tag reject from a target that is
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex7085 arch-tag: e1b36e32-c96e-4135-a41a-0b2efa2ea115

Completed in 253 milliseconds

<<111213141516171819