Searched defs:ue (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/sun4u/USII-io-diagnosis/
H A Diod_main.c60 fmd_stat_t ue; /* # of UEs received */ member in struct:iod_stat
81 { "ue", FMD_TYPE_UINT64, "number of received IO UEs" },
95 if (fmd_nvl_class_match(hdl, nvl, "*ue")) {
96 IOD_STAT_BUMP(ue);
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dmachdep.c150 static char ue[] = "SUNW,Ultra-Enterprise"; local
160 if ((strcmp(name, ue) == 0) ||
/illumos-gate/usr/src/lib/libast/common/string/
H A Dccmap.c684 register unsigned char* ue; local
690 ue = ub + n;
692 while (ub < ue)
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_mdb.c384 fmd_ustat_elem_t ue; local
394 if (mdb_vread(&ue, sizeof (ue), wsp->walk_addr) != sizeof (ue) ||
395 mdb_vread(&s, sizeof (s), (uintptr_t)ue.use_stat) != sizeof (s)) {
400 wsp->walk_addr = (uintptr_t)ue.use_next;
403 (uintptr_t)ue.use_stat, &s, wsp->walk_cbdata));
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtnet.c262 const uint32_t *up, *ue; local
271 ue = up + sizeof (rp->rtsa_slrange) / sizeof (*up);
273 while (up < ue) {
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c2139 const uint32_t *up, *ue; local
2148 ue = up + sizeof (lab->tsl_label) / sizeof (*up);
2150 while (up < ue) {

Completed in 88 milliseconds